Add comments for the generic lowlevellock implementation.
[glibc.git] / ChangeLog
blob85d01235ed1dd15ca94fda1b084f15ce3a817827
1 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4         (__lll_lock_wait): Likewise.
5         (__lll_timedlock_wait): Likewise.
6         (__lll_timedwait_tid): Likewise.
7         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
8         (__lll_robust_timedlock_wait): Likewise.
9         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
10         (lll_cond_trylock): Likewise.
11         (__lll_lock): Likewise.
12         (__lll_robust_lock): Likewise.
13         (__lll_cond_lock): Likewise.
14         (lll_robust_cond_lock): Likewise.
15         (__lll_timedlock): Likewise.
16         (__lll_robust_timedlock): Likewise.
17         (__lll_unlock): Likewise.
18         (__lll_robust_unlock): Likewise.
19         (lll_wait_tid): Likewise.
20         (lll_timedwait_tid): Likewise.
22 2014-12-15  Torvald Riegel  <triegel@redhat.com>
24         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
26 2014-12-15  Torvald Riegel  <triegel@redhat.com>
28         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
30 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
32         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
33         * stdio-common/tst-sprintf.c: Likewise.
35 2014-12-15  Torvald Riegel  <triegel@redhat.com>
37         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
39 2014-12-15  Jeff Law  <law@redhat.com>
41         [BZ #16617]
42         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
43         on the heap.  (CVE-2012-3406)
44         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
45         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
46         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
48 2014-12-15  Will Newton  <will.newton@linaro.org>
50         * manual/install.texi: Bump required version of texinfo
51         to 4.7 from 4.5.
52         * INSTALL: Regenerated.
53         * configure.ac: Check for makeinfo version 4.7 and above.
54         * configure: Regenerated.
56 2014-12-12  Roland McGrath  <roland@hack.frob.com>
58         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
59         PREFIX, string constant to insert between directory and name.
60         * sysdeps/posix/shm_open.c: Update caller.
61         * sysdeps/posix/shm_unlink.c: Likewise.
62         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
63         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
64         (SEM_SHM_PREFIX): New macro.
65         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
66         [$(have-thread-library) = no].
67         * nptl/Makefile (libpthread-routines): Add shm-directory.
68         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
69         * sysdeps/nptl/shm-directory.h: New file.
70         * sysdeps/posix/shm-directory.c
71         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
72         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
73         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
74         INTERNAL_SYSCALL.
75         (__where_is_shmfs): Function removed.
76         (mountpoint, defaultmount, defaultdir, __namedsem_once):
77         Variables removed.
78         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
79         Use SHM_GET_NAME.
80         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
82         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
83         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
84         unconditional for use inside libpthread.
85         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
87 2014-12-12  Roland McGrath  <roland@hack.frob.com>
89         * nptl/pthread_getaffinity.c: New file.
90         * nptl/pthread_setaffinity.c: New file.
91         * nptl/pthread_getname.c: New file.
92         * nptl/pthread_setname.c: New file.
94         * nptl/pthread_create.c (START_THREAD_DEFN)
95         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
97 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
98             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
100         * resolv/res_send.c (send_vc): Disable warning resplen may
101         be used uninitialized.
103 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
105         * nptl/tst-mutex6.c
106         (ATTR_NULL): New define checks ATTR against NULL.
107         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
108         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
110 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
112         [BZ #17581]
113         * malloc/hooks.c
114         (mem2mem_check): Revert my previous change.
115         (malloc_check_get_size): Revert my previous change.
116         (mem2chunk_check): Revert my previous change.
118 2014-12-11  Roland McGrath  <roland@hack.frob.com>
120         * sysdeps/posix/shm-directory.c: New file.
121         * sysdeps/posix/shm-directory.h: New file.
122         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
123         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
124         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
125         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
126         Transmute EPERM to EACCES.
127         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
128         from ...
129         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
130         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
132 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
134         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
135         pointer and cast to uintptr_t.
136         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
137         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
138         Add cast to avoid warning.
139         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
141 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
143         * nptl/semaphore.h: Move to ...
144         * sysdeps/pthread/semaphore.h: ... here.
145         * Makefile (installed-headers): Change nptl/semaphore.h to
146         sysdeps/pthread/semaphore.h.
148 2014-12-11  Roland McGrath  <roland@hack.frob.com>
150         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
151         generated error format strings.
153         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
154         -Wformat-extra-args warnings for scanf formats.
155         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
156         test of zero-length format (duh).
157         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
158         corner-case scanf format test.
159         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
160         generated fprintf format string.
161         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
162         corner-case sprintf format tests.
163         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
164         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
165         -Wformat-extra-args warnings throughout.
166         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
167         (CFLAGS-scanf4.c): Likewise.
168         (CFLAGS-scanf7.c): Likewise.
169         (CFLAGS-tst-sprintf.c): Likewise.
170         (CFLAGS-tst-printf.c): Likewise.
171         (CFLAGS-tst-printfsz.c): Likewise.
173 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
175         * include/cpio.h: New file.
176         * include/fmtmsg.h: Likewise.
178         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
179         corresponding format argument to size_t.
180         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
181         arguments.
182         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
183         corresponding format argument to size_t.
184         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
185         arguments.
186         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
187         corresponding format argument to size_t.
188         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
189         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
190         (CFLAGS-tst-mbswcs2.c): Likewise.
191         (CFLAGS-tst-mbswcs3.c): Likewise.
192         (CFLAGS-tst-mbswcs4.c): Likewise.
193         (CFLAGS-tst-mbswcs5.c): Likewise.
194         (CFLAGS-tst-trans.c): Likewise
196 2014-12-11  Roland McGrath  <roland@hack.frob.com>
198         * posix/regexbug1.c (main): Use "%s" format with regerror results,
199         rather than assuming they won't contain any '%'s.
201 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
203         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
204         inhibit_loop_to_libcall to avoid recursive calls.
205         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
206         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
208 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
210         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
211         prototype.
213 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
215         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
216         integer value instead of boolean.
218 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
220         * malloc/malloc.c: Fix powerof2 check.
222 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
224         * locale/programs/locfile.h (maybe_swap_uint32):
225         Remove inline and add unused attribute.
227 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
229         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
230         Truncating assembler expression to a .long expression.
232 2014-12-11  Andreas Schwab  <schwab@suse.de>
234         * elf/rtld.c (struct map_args): Constify str member.
235         (do_preload): Constify fname argument.
237 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
239         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
240         constants definition.
242 2014-12-11  Andreas Schwab  <schwab@suse.de>
244         [BZ #16657]
245         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
246         FORCE_ELISION instead of DO_ELISION.
247         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
248         Remove.
249         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
250         Likewise.
252         * iconvdata/gconv-modules: Remove duplicate entry.
254 2014-12-11  Will Newton  <will.newton@linaro.org>
256         Merge gettext 0.19.3 into intl/.
258         This involves a number of cosmetic changes to comments
259         and ANSI function definitions and prototypes throughout
260         all the files. The gettext copyright header is used but
261         with the date ranges taken from the glibc copy.
263         * NEWS: Add gettext merge to 2.21.
264         * intl/bindtextdom.c: Switch to gettext copyright.
265         Use ANSI definitions and prototypes.
266         Use gl_* locking primitives rather than __libc_* ones.
267         Use __builtin_expect rather than __glibc_likely/unlikely.
268         * intl/dcgettext.c: Switch to gettext copyright.
269         Use ANSI definitions and prototypes.
270         * intl/dcigettext.c: Switch to gettext copyright.
271         Use ANSI definitions and prototypes.
272         (INTDIV0_RAISES_SIGFPE): New define.
273         Use gl_* locking primitives rather than __libc_* ones.
274         Include eval-plural.h instead of plural-eval.c.
275         Use __builtin_expect rather than __glibc_likely/unlikely.
276         * intl/dcngettext.c: Switch to gettext copyright.
277         Use ANSI definitions and prototypes.
278         * intl/dgettext.c: Likewise.
279         * intl/dngettext.c: Likewise.
280         * intl/plural-eval.c: Renamed to...
281         * intl/eval-plural.h: ...this.
282         * intl/explodename.c: Switch to gettext copyright.
283         Use ANSI definitions and prototypes.
284         (_nl_explode_name): Use strchr instead of __rawmemchr.
285         * intl/finddomain.c: Switch to gettext copyright.
286         Use ANSI definitions and prototypes.
287         Use gl_* locking primitives rather than __libc_* ones.
288         (_nl_find_domain): Use malloc rather than alloca for
289         allocation of temporary locale name.
290         * intl/gettext.c: Switch to gettext copyright.
291         Use ANSI definitions and prototypes.
292         * intl/gettextP.h: Switch to gettext copyright.
293         Use ANSI definitions and prototypes.
294         Use gl_* locking primitives rather than __libc_* ones.
295         * intl/gmo.h: Switch to gettext copyright.
296         (struct sysdep_string): Move struct segment_pair outside of
297         struct definition.
298         * intl/hash-string.c: Use ANSI definitions and prototypes.
299         * intl/hash-string.h: Switch to gettext copyright.
300         Use ANSI definitions and prototypes.
301         * intl/l10nflist.c: Switch to gettext copyright.
302         Use ANSI definitions and prototypes.
303         (_nl_normalize_codeset): Avoid integer overflow.
304         * intl/loadinfo.h: Switch to gettext copyright.
305         Use ANSI definitions and prototypes.
306         (LIBINTL_DLL_EXPORTED): New define.
307         (PATH_SEPARATOR): New define.
308         * intl/loadmsgcat.c: Switch to gettext copyright.
309         * intl/localealias.c: Switch to gettext copyright.
310         Use ANSI definitions and prototypes.
311         (_nl_expand_alias): Use PATH_SEPARATOR.
312         * intl/ngettext.c: Switch to gettext copyright.
313         Use ANSI definitions and prototypes.
314         * intl/plural-exp.c: Likewise.
315         * intl/plural-exp.h: Switch to gettext copyright.
316         Use ANSI definitions and prototypes.
317         (struct expression): Move definition of enum operator outside
318         of struct definition.
319         * intl/plural.c: Regenerate.
320         * intl/plural.y: Switch to gettext copyright.
321         Use ANSI definitions and prototypes.
322         Port to bison 3.0.
323         * intl/textdomain.c: Switch to gettext copyright.
324         Use ANSI definitions and prototypes.
325         Use gl_* locking primitives rather than __libc_* ones.
327 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
329         * debug/warning-nop.c: Add used atrribute.
331 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
333         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
335         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
336         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
337         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
339 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
340             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
342         [BZ #17634]
343         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
344         Undefine after defining function.  Define as weak alias of
345         __wcschr.  Use libc_hidden_weak.
346         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
347         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
348         (libc_hidden_def): Also define __GI___wcschr alias.
349         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
350         __wcschr and define as weak alias of __wcschr.
351         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
352         __wcschr.
353         [!WCSCHR] (DEFAULT_WCSCHR): Define.
354         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
355         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
356         libc_hidden_weak.  Do not use libc_hidden_def.
357         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
358         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
359         __GI___wcschr alias.
360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
361         [IS_IN (libc)] (wcschr): Define as macro expanding to
362         __redirect_wcschr.
363         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
364         [IS_IN (libc)] (__wcschr_power6): Likewise.
365         [IS_IN (libc)] (__wcschr_power7): Likewise.
366         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
367         instead of wcschr.
368         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
369         __libc_wcschr.
370         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
371         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
372         __wcschr and define as weak alias of __wcschr.  Use
373         libc_hidden_builtin_def.
374         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
375         as weak alias of __wcschr.  Use libc_hidden_weak.
376         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
377         wcschr.
378         * time/era.c (_nl_init_era_entries): Likewise.
379         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
380         variable.
381         (test-xfail-XPG3/time.h/linknamespace): Likewise.
382         (test-xfail-XPG4/time.h/linknamespace): Likewise.
384 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
386         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
387         format for long int variable.
389 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
391         [BZ #10672]
392         * manual/search.texi: (Array Sort Function): Remove claim how to make
393         qsort stable.
395 2014-12-10  Andreas Schwab  <schwab@suse.de>
397         [BZ #12847]
398         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
399         user-controlled locks.
401 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
403         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
404         register.
406 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
408         * configure.ac (--disable-werror): New configure option.
409         (enable_werror): New AC_SUBST.
410         * configure: Regenerated.
411         * config.make.in (enable-werror): New variable.
412         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
413         -Wno-error=undef.
414         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
415         * manual/install.texi (Configuring and compiling): Document
416         --disable-werror.
417         * INSTALL: Regenerated.
418         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
419         (CFLAGS-tst-chk2.c): Likewise.
420         (CFLAGS-tst-chk3.c): Likewise.
421         (CFLAGS-tst-chk4.cc): Likewise.
422         (CFLAGS-tst-chk5.cc): Likewise.
423         (CFLAGS-tst-chk6.cc): Likewise.
424         (CFLAGS-tst-lfschk1.c): Likewise.
425         (CFLAGS-tst-lfschk2.c): Likewise.
426         (CFLAGS-tst-lfschk3.c): Likewise.
427         (CFLAGS-tst-lfschk4.cc): Likewise.
428         (CFLAGS-tst-lfschk5.cc): Likewise.
429         (CFLAGS-tst-lfschk6.cc): Likewise.
431         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
432         (main): Disable -Wdeprecated-declarations around calls to
433         register_printf_function.
435         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
436         (do_test): Disable -Wdiv-by-zero around some calls to
437         fwrite_unlocked and fread_unlocked.
439         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
440         (DIAG_POP_NEEDS_COMMENT): Likewise.
441         (_DIAG_STR1): Likewise.
442         (_DIAG_STR): Likewise.
443         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
444         * stdio-common/bug21.c: Include <libc-internal.h>.
445         (do_test): Disable -Wformat around call to sscanf.
446         * stdio-common/scanf14.c: Include <libc-internal.h>.
447         (main): Disable -Wformat around some calls to scanf functions.
449 2014-12-09  Torvald Riegel  <triegel@redhat.com>
451         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
453 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
455         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
456         stack variable alignment.
458 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
460         [BZ #17682]
461         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
462         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
463         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
464         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
465         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
466         __getrlimit instead of getrlimit.
467         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
468         __gettimeofday instead of gettimeofday.
469         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
470         Likewise.
471         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
472         Likewise.
473         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
474         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
475         Remove variable.
476         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
477         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
479 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
481         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
482         for wide-character tests.
484 2014-12-04  Roland McGrath  <roland@hack.frob.com>
486         * io/openat64.c: #include <libc-internal.h>
487         (__openat64): Prototypify.  Use ignore_value on MODE.
488         * io/openat.c: Likewise.
489         * misc/reboot.c: #include <libc-internal.h>
490         (reboot): Prototypify.  Use ignore_value on HOWTO.
491         * misc/ptrace.c: #include <libc-internal.h>
492         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
494 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
496         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
497         XPG4, UNIX98 and XOPEN2K.
498         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
499         Remove variable.
500         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
502 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
504         * libio/fileops.c: Use ISO C style for function definitions.
505         * libio/iofopen.c: Likewise.
506         * libio/wfileops.c: Likewise.
508         [BZ #17653]
509         * libio/fileops.c (_IO_new_file_underflow): Unset cached
510         offset on EOF.
511         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
512         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
513         (fgets_func): Function pointer to fgets and fgetws.
514         (do_ftell_test): Add test to verify ftell value after read
515         EOF.
516         (do_test): Set fgets_func.
518         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
519         O_TRUNC flag for w and w+ modes.
520         (do_rewind_test): Likewise.
521         (do_ftell_test): Likewise.
522         (do_write_test): Likewise.
524         [BZ #17647]
525         * libio/fileops.c (do_ftell): Seek only when there are
526         unflushed writes.
527         * libio/wfileops.c (do_ftell_wide): Likewise.
528         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
529         test case.
530         (do_one_test): Call it.
532 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
534         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
535         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
536         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
537         Remove variable.
538         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
539         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
540         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
542 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
544         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
545         Remove variable.
546         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
548         [BZ #17668]
549         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
550         as weak alias of __getifaddrs.  Use libc_hidden_weak.
551         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
552         __freeifaddrs.  Use libc_hidden_weak.
553         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
554         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
555         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
556         __freeifaddrs.  Use libc_hidden_weak.
557         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
558         __getifaddrs and define as weak alias of __getifaddrs.  Use
559         libc_hidden_weak.
560         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
561         __freeifaddrs.  Use libc_hidden_weak.
562         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
563         Remove variable.
564         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
565         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
567 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
569         [BZ #17601]
570         * sysdeps/mips/start.S (__start): Use indirect jump to call
571         __libc_start_main.
573 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
575         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
577         * nptl/tst-mutex1.c: Include <stdbool.h>.
578         [!ATTR] (ATTR_NULL): New macro.
579         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
580         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
581         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
583         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
584         to char *.
586         [BZ #17665]
587         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
588         Change conditional to [__USE_MISC].
590         [BZ #17664]
591         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
592         fgets_unlocked.
593         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
594         __fgets_unlocked.
595         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
596         fgets_unlocked.
597         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
598         Remove variable.
599         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
600         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
601         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
602         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
603         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
604         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
605         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
606         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
607         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
609         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
611 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
613         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
614         Remove strpbrk objects.
615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
616         (__libc_ifunc_impl_list): Remove strpbrk implementation.
617         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
618         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
619         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
620         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
622         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
623         Remove strcspn objects.
624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
625         (__libc_ifunc_impl_list): Remove strcspn implementation.
626         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
627         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
628         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
629         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
631         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
632         Remove strspn objetcs.
633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
634         (__libc_ifunc_impl_list): Remove strspn implementation.
635         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
636         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
637         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
638         * sysdeps/powerpc/powerpc64/strspn.S: New file.
640 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
642         [BZ #17581]
643         * malloc/hooks.c
644         (mem2mem_check): Add a terminator to the chain of checking blocks.
645         (malloc_check_get_size): Use it here.
646         (mem2chunk_check): Ditto.
648 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
650         * sysdeps/powerpc/powerpc64/strtok.S: New file.
651         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
653 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
655         * bits/ioctl-types.h: Indent preprocessor directives correctly.
657         * nptl/nptl-init.c: Include libc-internal.h.
658         (__pthread_initialize_minimal_internal): Use ROUND_UP.
660         * elf/ldconfig.c (search_dir): Expand comment.
662 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
664         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
665         variable.
666         (linknamespace-symlist-stdlibs-tests): Likewise.
667         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
668         instead of $(objpfx)symlist-stdlibs.
669         (linknamespace-libs-isoc): New variable.
670         (linknamespace-libs): Use $(linknamespace-libs-isoc).
671         (linknamespace-libs-ISO): New variable.
672         (linknamespace-libs-ISO99): Likewise.
673         (linknamespace-libs-ISO11): Likewise.
674         (linknamespace-libs-XPG3): Likewise.
675         (linknamespace-libs-XPG4): Likewise.
676         (linknamespace-libs-POSIX): Likewise.
677         (linknamespace-libs-UNIX98): Likewise.
678         (linknamespace-libs-XOPEN2K): Likewise.
679         (linknamespace-libs-POSIX2008): Likewise.
680         (linknamespace-libs-XOPEN2K8): Likewise.
681         ($(objpfx)symlist-stdlibs): Replace by
682         $(linknamespace-symlist-stdlibs-tests).  Use
683         $(linknamespace-libs-$*) as set of libraries.
684         ($(linknamespace-header-tests)): Update dependencies.  Use
685         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
686         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
687         * conform/linknamespace.pl: Remove comment about considering
688         definitions of symbols from irrelevant libraries.
690 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
692         [BZ #13862]
693         * elf/dl-tls.c: Include <atomic.h>.
694         (oom): Remove #ifdef SHARED/#endif.
695         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
696         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
697         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
698         big enough.
699         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
700         * nptl/Makefile (tests): Add tst-stack4.
701         (modules-names): Add tst-stack4mod.
702         ($(objpfx)tst-stack4): New.
703         (tst-stack4mod.sos): Likewise.
704         ($(objpfx)tst-stack4.out): Likewise.
705         ($(tst-stack4mod.sos)): Likewise.
706         (clean): Likewise.
707         * nptl/tst-stack4.c: New file.
708         * nptl/tst-stack4mod.c: Likewise.
710 2014-11-27  J. Brown  <jb999@gmx.de>
712         * sysdeps/x86/bits/string.h: Add recent CPUs.
714 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
716         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
717         sigblock.
719         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
720         feof.
722         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
723         variable.
725 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
727         * nscd/connections.c: Include libc-internal.h because of macro
728         usage ignore_value.
730 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
732         * string/bits/string3.h (__warn_memset_zero_len): Don't
733         declare for gcc newer than 5.0.
734         (memset): Don't test for zero-length __LEN for gcc newer than
735         5.0.
737 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
739         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
740         size_t for %zu format.
742         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
743         difference, not %ju.
745 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
747         * include/libc-internal.h (ignore_value): New macro.
748         * nscd/connections.c (restart): Wrap calls to setuid and setgid
749         with ignore_value.
751         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
752         definition.
754         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
755         pthread_cleanup_push to void *.
757         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
758         Undefine.
760         [BZ #16619]
761         [BZ #16740]
762         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
763         instead of 1L << 52.
765         * libio/bug-rewind.c (do_test): Check fwscanf return values.
766         * libio/bug-rewind2.c (do_test): Likewise.
768         * debug/test-stpcpy_chk-ifunc.c: Remove file.
769         * debug/test-strcpy_chk-ifunc.c: Likewise.
770         * wcsmbs/test-wcschr-ifunc.c: Likewise.
771         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
772         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
773         * wcsmbs/test-wcslen-ifunc.c: Likewise.
774         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
775         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
776         * Rules [$(multi-arch) = no] (tests): Do not filter out
777         $(tests-ifunc).
778         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
779         * debug/Makefile (tests-ifunc): Remove variable.
780         (tests): Do not add $(tests-ifunc).
781         * wcsmbs/Makefile (tests-ifunc): Remove variable.
782         (tests): Do not add $(tests-ifunc).
783         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
784         [TEST_IFUNC]: Remove conditionals.
785         * string/test-string.h (TEST_IFUNC): Remove macro.
786         [TEST_IFUNC]: Remove conditionals.
788         * string/test-strchr.c [!WIDE] (L): New macro.
789         [WIDE] (L): Likewise.
790         (check1): Use CHAR instead of char.  Use L on string and character
791         constants.
793 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
795         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
796         tests.
797         * sysdeps/powerpc/bits/atomic.h
798         (__arch_atomic_exchange_and_add_32_acq): Add definition.
799         (__arch_atomic_exchange_and_add_32_rel): Likewise.
800         (atomic_exchange_and_add_acq): Likewise.
801         (atomic_exchange_and_add_rel): Likewise.
802         * sysdeps/powerpc/powerpc32/bits/atomic.h
803         (__arch_atomic_exchange_and_add_64_acq): Add definition.
804         (__arch_atomic_exchange_and_add_64_rel): Likewise.
805         * sysdeps/powerpc/powerpc64/bits/atomic.h
806         (__arch_atomic_exchange_and_add_64_acq): Add definition.
807         (__arch_atomic_exchange_and_add_64_rel): Likewise.
809 2014-11-26  Torvald Riegel  <triegel@redhat.com>
811         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
812         Change synchronization of __sched_fifo_min_prio and
813         __sched_fifo_max_prio.
814         * nptl/pthread_mutexattr_getprioceiling.c
815         (pthread_mutexattr_getprioceiling): Likewise.
816         * nptl/pthread_mutexattr_setprioceiling.c
817         (pthread_mutexattr_setprioceiling): Likewise.
818         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
819         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
820         Likewise.
822 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
824         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
825         void.
827 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
829         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
830         third argument const.
832 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
834         fnmatch: work around GCC compiler warning bug with uninit var
835         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
836         This works around a bug with x86-64 GCC 4.9.2 and earlier
837         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
838         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
839         used uninitialized in this function [-Wmaybe-uninitialized]".
841 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
843         * posix/bug-regex31.c (main): Return RES not 0.
845 2014-11-25  Anton Blanchard <anton@samba.org>
847         * sysdeps/powerpc/bits/atomic.h
848         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
850 2014-11-24  Sterling Augustine  <saugustine@google.com>
852         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
854 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
856         [BZ #17608]
857         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
859 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
861         [BZ #17633]
862         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
863         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
864         variable.
865         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
866         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
868 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
870         * string/strncpy.c (strncpy): Improve performance by using memset.
872 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
874         * string/strcpy.c (strcpy):
875         Improve performance by using strlen and memcpy.
877 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
879         * string/strcoll_l.c (get_next_seq): __always_inline.
880         * string/strcoll_l.c (do_compare): __always_inline.
882 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
884         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
885         defined.
886         * include/mqueue.h: Likewise.
887         * include/stdlib.h: Likewise.
889         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
890         (get_null_defines): Adjust.
891         * sunrpc/Makefile: Adjust comment.
892         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
893         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
894         (CFLAGS-interp.c): Likewise.
895         (CFLAGS-ldconfig.c): Likewise.
896         (CPPFLAGS-.os): Likewise.
897         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
898         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
899         * extra-modules.mk (extra-modules.mk): Likewise.
900         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
901         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
902         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
903         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
904         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
905         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
906         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
907         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
908         * iconvdata/Makefile (CPPFLAGS): Likewise.
909         (cpp-srcs-left): Add libof for all iconvdata routines.
910         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
911         * include/assert.h: Likewise.
912         * include/ctype.h: Likewise.
913         * include/errno.h: Likewise.
914         * include/libc-symbols.h: Likewise.
915         * include/math.h: Likewise.
916         * include/netdb.h: Likewise.
917         * include/resolv.h: Likewise.
918         * include/stdio.h: Likewise.
919         * include/stdlib.h: Likewise.
920         * include/string.h: Likewise.
921         * include/sys/stat.h: Likewise.
922         * include/wctype.h: Likewise.
923         * intl/l10nflist.c: Likewise.
924         * libidn/idn-stub.c: Likewise.
925         * libio/libioP.h: Likewise.
926         * nptl/libc_multiple_threads.c: Likewise.
927         * nptl/pthreadP.h: Likewise.
928         * posix/regex_internal.h: Likewise.
929         * resolv/res_hconf.c: Likewise.
930         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
931         * sysdeps/arm/memmove.S: Likewise.
932         * sysdeps/arm/sysdep.h: Likewise.
933         * sysdeps/generic/_itoa.h: Likewise.
934         * sysdeps/generic/symbol-hacks.h: Likewise.
935         * sysdeps/gnu/errlist.awk: Likewise.
936         * sysdeps/gnu/errlist.c: Likewise.
937         * sysdeps/i386/i586/memcpy.S: Likewise.
938         * sysdeps/i386/i586/memset.S: Likewise.
939         * sysdeps/i386/i686/memcpy.S: Likewise.
940         * sysdeps/i386/i686/memmove.S: Likewise.
941         * sysdeps/i386/i686/mempcpy.S: Likewise.
942         * sysdeps/i386/i686/memset.S: Likewise.
943         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
944         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
945         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
946         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
947         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
948         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
949         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
950         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
951         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
952         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
953         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
954         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
955         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
956         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
957         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
958         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
959         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
960         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
961         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
962         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
963         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
964         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
965         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
966         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
967         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
968         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
969         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
970         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
971         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
972         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
973         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
974         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
975         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
976         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
977         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
978         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
979         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
980         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
981         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
982         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
983         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
984         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
985         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
986         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
987         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
988         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
989         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
990         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
991         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
992         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
993         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
994         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
995         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
996         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
997         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
998         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
999         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1000         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1001         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1002         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1003         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1004         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1005         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1006         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1007         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1008         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1009         * sysdeps/posix/closedir.c: Likewise.
1010         * sysdeps/posix/opendir.c: Likewise.
1011         * sysdeps/posix/readdir.c: Likewise.
1012         * sysdeps/posix/rewinddir.c: Likewise.
1013         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1014         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1015         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1016         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1017         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1018         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1019         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1020         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1021         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1022         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1023         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1024         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1025         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1026         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1027         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1028         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1029         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1030         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1031         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1032         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1033         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1034         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1035         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1036         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1037         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1038         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1039         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1040         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1041         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1042         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1043         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1044         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1046         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1047         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1048         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1049         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1050         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1051         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1052         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1053         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1054         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1055         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1056         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1057         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1058         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1059         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1060         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1061         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1062         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1063         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1064         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1065         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1066         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1067         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1068         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1069         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1070         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1071         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1072         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1073         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1074         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1075         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1076         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1077         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1078         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1079         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1080         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1081         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1082         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1083         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1084         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1085         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1086         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1087         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1088         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1089         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1090         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1091         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1092         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1093         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1094         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1095         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1096         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1097         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1098         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1099         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1100         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1101         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1102         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1103         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1104         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1105         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1107         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1108         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1109         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1110         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1111         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1112         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1113         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1114         * sysdeps/unix/alpha/sysdep.S: Likewise.
1115         * sysdeps/unix/alpha/sysdep.h: Likewise.
1116         * sysdeps/unix/make-syscalls.sh: Likewise.
1117         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1118         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1119         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1120         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1121         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1122         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1123         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1124         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1125         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1126         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1127         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1128         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1129         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1130         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1131         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1132         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1133         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1134         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1135         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1136         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1137         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1138         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1139         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1140         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1141         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1142         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1143         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1146         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1147         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1148         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1149         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1150         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1151         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1152         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1153         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1154         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1155         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1156         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1157         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1158         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1160         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1161         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1162         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1163         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1164         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1165         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1166         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1167         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1168         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1169         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1170         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1171         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1172         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1173         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1174         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1175         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1176         * sysdeps/x86_64/memcpy.S: Likewise.
1177         * sysdeps/x86_64/memmove.c: Likewise.
1178         * sysdeps/x86_64/memset.S: Likewise.
1179         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1180         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1181         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1182         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1183         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1184         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1185         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1186         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1187         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1188         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1189         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1190         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1191         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1192         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1193         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1194         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1195         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1196         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1197         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1198         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1199         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1200         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1201         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1202         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1203         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1204         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1205         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1206         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1207         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1208         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1209         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1210         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1211         * sysdeps/x86_64/strcmp.S: Likewise.
1213         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1215         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1216         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1217         * elf/rtld-Rules: Likewise.
1218         * elf/setup-vdso.h: Likewise.
1219         * include/assert.h: Likewise.
1220         * include/bits/stdlib-float.h: Likewise.
1221         * include/errno.h: Likewise.
1222         * include/sys/stat.h: Likewise.
1223         * include/unistd.h: Likewise.
1224         * sysdeps/aarch64/setjmp.S: Likewise.
1225         * sysdeps/alpha/setjmp.S: Likewise.
1226         * sysdeps/arm/__longjmp.S: Likewise.
1227         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1228         * sysdeps/arm/setjmp.S: Likewise.
1229         * sysdeps/arm/sysdep.h: Likewise.
1230         * sysdeps/generic/_itoa.h: Likewise.
1231         * sysdeps/generic/dl-sysdep.h: Likewise.
1232         * sysdeps/generic/ldsodefs.h: Likewise.
1233         * sysdeps/i386/dl-tls.h: Likewise.
1234         * sysdeps/i386/setjmp.S: Likewise.
1235         * sysdeps/m68k/setjmp.c: Likewise.
1236         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1237         * sysdeps/mach/hurd/opendir.c: Likewise.
1238         * sysdeps/posix/getcwd.c: Likewise.
1239         * sysdeps/posix/opendir.c: Likewise.
1240         * sysdeps/posix/profil.c: Likewise.
1241         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1242         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1243         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1244         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1245         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1246         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1247         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1248         * sysdeps/s390/dl-tls.h: Likewise.
1249         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1250         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1251         * sysdeps/sh/sh3/setjmp.S: Likewise.
1252         * sysdeps/sh/sh4/setjmp.S: Likewise.
1253         * sysdeps/unix/alpha/sysdep.h: Likewise.
1254         * sysdeps/unix/arm/sysdep.S: Likewise.
1255         * sysdeps/unix/i386/sysdep.S: Likewise.
1256         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1257         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1258         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1259         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1260         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1261         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1262         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1263         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1264         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1265         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1266         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1267         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1268         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1271         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1272         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1273         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1274         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1275         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1276         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1277         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1278         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1279         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1280         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1281         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1282         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1283         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1284         * sysdeps/x86_64/setjmp.S: Likewise.
1286         * include/math.h: Use IS_IN instead of IS_IN_libm.
1287         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1288         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1289         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1290         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1291         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1292         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1293         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1294         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1295         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1296         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1297         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1298         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1299         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1300         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1301         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1302         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1303         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1304         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1305         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1306         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1307         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1308         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1309         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1310         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1311         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1312         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1313         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1314         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1315         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1316         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1317         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1318         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1319         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1321         Likewise.
1322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1323         Likewise.
1324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1325         Likewise.
1326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1327         Likewise.
1328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1329         Likewise.
1330         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1331         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1332         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1333         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1334         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1335         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1341         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1342         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1343         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1344         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1345         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1346         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1347         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1348         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1349         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1350         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1351         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1352         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1353         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1354         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1356         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1358         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1359         * nptl/pthreadP.h: Likewise.
1360         * nptl_db/structs.def: Likewise.
1361         * sysdeps/arm/sysdep.h: Likewise.
1362         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1363         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1364         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1365         * sysdeps/unix/alpha/sysdep.h: Likewise.
1366         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1367         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1368         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1369         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1370         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1371         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1372         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1373         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1374         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1375         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1376         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1377         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1378         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1379         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1382         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1383         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1384         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1385         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1386         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1387         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1388         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1389         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1390         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1391         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1393         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1394         * nptl/pthreadP.h: Likewise.
1395         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1396         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1397         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1398         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1399         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1400         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1401         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1402         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1403         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1404         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1405         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1406         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1408         Likewise.
1409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1410         Likewise.
1411         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1412         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1413         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1414         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1415         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1416         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1417         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1418         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1420         * dlfcn/dladdr.c: Use IS_IN.
1421         * dlfcn/dladdr1.c: Likewise.
1422         * dlfcn/dlclose.c: Likewise.
1423         * dlfcn/dlerror.c: Likewise.
1424         * dlfcn/dlinfo.c: Likewise.
1425         * dlfcn/dlmopen.c: Likewise.
1426         * dlfcn/dlopen.c: Likewise.
1427         * dlfcn/dlsym.c: Likewise.
1428         * dlfcn/dlvsym.c: Likewise.
1430         * include/ifaddrs.h: Use IS_IN.
1431         * inet/check_pf.c: Likewise.
1432         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1433         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1435         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1436         IS_IN_ldconfig.
1437         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1438         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1440         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1441         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1442         IS_IN (libc).
1444         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1446         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1447         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1448         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1449         * include/libc-symbols.h (IS_IN_LIB): New macro.
1450         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1451         * include/netdb.h: Likewise.
1452         * include/stap-probe.h: Remove all uses of IN_LIB.
1454         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1455         instead of IN_MODULE.
1456         * include/libc-symbols.h (IN_MODULE): Define using
1457         MODULE_NAME.
1458         (PASTE_NAME, PASTE_NAME1): New macros.
1459         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1460         of IN_LIB.
1461         (STAP_PROBE_ASM): Likewise.
1463 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1465         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1466         __mach_init in dlopened libc.
1468 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1470         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1471         * sysdeps/arm/preconfigure: Regenerate.
1473 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1475         * nptl/pthread_create.c (__pthread_create_2_1): Set
1476         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1477         when copying values from IATTR into PD.
1479 2014-11-21  Will Newton  <will.newton@linaro.org>
1480             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1482         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1483         Refactor inline-asm.  Also add comment.
1485         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1486         ElfW macro instead of hardcoded Elf64 types.
1487         (la_aarch64_gnu_pltenter): Likewise.
1488         * sysdeps/aarch64/dl-machine.h
1489         (elf_machine_runtime_setup): Use ElfW(Addr).
1491         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1492         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1493         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1494         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1495         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1496         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1497         (R_AARCH64_TLS_DTPMOD): This.
1498         (R_AARCH64_TLS_DTPREL64): Rename to ...
1499         (R_AARCH64_TLS_DTPREL): This.
1500         (R_AARCH64_TLS_TPREL64): Rename to ...
1501         (R_AARCH64_TLS_TPREL): This.
1502         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1503         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1504         R_AARCH64_TLS_TPREL64.
1505         (elf_machine_rela): Likewise.
1507 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1509         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1510         by setting it to 0.  64b atomics are not supported currently.
1512 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1514         [BZ #16469]
1515         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1516         search domain names.
1518 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1520         [BZ #16469]
1521         * NEWS: Update.
1522         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1523         trailing dot.
1524         * posix/tst-getaddrinfo5.c: New.
1525         * posix/Makefile (tests): Add it.
1527 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1529         [BZ #14498]
1530         * NEWS: Fixed.
1531         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1532         after parsing line but before break_if_match.
1533         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1534         if there is a protocol mismatch.
1536 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1538         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1539         because the potential race is on the user-supplied stream.
1541 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1543         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1544         string literal if not passed a buffer.
1545         * manual/job.texi (ctermid): Update reasoning, note deviation
1546         from posix, suggest mtasurace when not passed a buffer, for
1547         future non-preliminary safety notes.
1549 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1551         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1552         of not passing it a buffer.
1553         Reported by Peng Haitao.
1555 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1557         * manual/Makefile ($(objpfx)stamp-summary): Require
1558         check-safety.sh to pass.
1559         * manual/check-safety.sh: Wish for verification that every
1560         @deftypefn and @deftypefun is followed by a @safety remark.
1562 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1564         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1566         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1567         PTHREAD_CANCEL_ASYNCHRONOUS.
1568         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1569         send SIGCANCEL.
1571         * nptl/default-sched.h: New file.
1572         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1573         * nptl/pthread_create.c: Include it.
1574         (__pthread_create_2_1): Use collect_default_sched instead of making
1575         Linux syscalls here directly.
1577 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1579         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1580         __pthread_once): Use C11 atomics.
1582 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1584         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1586 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1588         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1589         atomic_thread_fence_acquire, atomic_thread_fence_release,
1590         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1591         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1592         atomic_compare_exchange_weak_relaxed,
1593         atomic_compare_exchange_weak_acquire,
1594         atomic_compare_exchange_weak_release,
1595         atomic_exchange_acquire, atomic_exchange_release,
1596         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1597         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1598         atomic_fetch_and_acquire,
1599         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1601 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1603         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1604         USE_ATOMIC_COMPILER_BUILTINS): Define.
1605         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1606         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1607         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1608         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1609         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1610         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1611         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1612         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1613         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1614         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1615         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1616         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1617         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1618         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1619         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1620         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1621         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1622         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1623         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1624         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1625         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1626         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1627         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1628         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1629         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1630         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1631         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1632         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1633         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1634         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1635         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1636         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1637         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1638         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1639         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1640         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1641         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1642         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1643         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1644         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1646 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1648         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1649         the sched_priority value here.  It was already checked when the user
1650         called pthread_attr_setschedparam.
1652         * nptl/tst-bad-schedattr.c: New file.
1653         * nptl/Makefile (tests): Add it.
1655 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1656             Florian Weimer  <fweimer@redhat.com>
1657             Joseph Myers  <joseph@codesourcery.com>
1658             Adam Conrad  <adconrad@0c3.net>
1659             Andreas Schwab  <schwab@suse.de>
1660             Brooks  <bmoses@google.com>
1662         [BZ #17625]
1663         * wordexp-test.c (__dso_handle): Add prototype.
1664         (__register_atfork): Likewise.
1665         (__app_register_atfork): New function.
1666         (registered_forks): New global.
1667         (register_fork): New function.
1668         (test_case): Add 3 new tests for WRDE_CMDSUB.
1669         (main): Call __app_register_atfork.
1670         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1671         fork count is non-zero fail the test.
1672         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1673         is set.
1674         (parse_dollars): Remove check for WRDE_NOCMD.
1675         (parse_dquote): Likewise.
1677 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1679         * Makeconfig (built-modules): List non-library modules to be
1680         built.
1681         (module-cppflags): Include libc-modules.h for
1682         everything except shlib-versions.v.i.
1683         (CPPFLAGS): Use it.
1684         (before-compile): Add libc-modules.h.
1685         ($(common-objpfx)libc-modules.h,
1686         $(common-objpfx)libc-modules.stmp): New targets.
1687         (common-generated): Add libc-modules.h and libc-modules.stmp.
1688         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1689         * include/libc-symbols.h: Don't include libc-modules.h.
1690         * include/libc-modules.h: Remove file.
1691         * scripts/gen-libc-modules.awk: New script to generate
1692         libc-modules.h.
1693         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1694         Depend on libc-modules.stmp.
1696         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1698         * Makeconfig (in-module): Get value of libof set for the
1699         translation unit.
1700         (CPPFLAGS): Use $(in-module).
1701         * Makerules: Don't suffix routine names for nonlib.
1702         * include/libc-modules.h: New file.
1703         * include/libc-symbols.h: Include libc-modules.h
1704         (IS_IN): New macro to replace IS_IN_* macros.
1705         * elf/Makefile: Set libof-* for each routine.
1706         * elf/rtld-Rules: Likewise.
1707         * extra-modules.mk: Likewise.
1708         * iconv/Makefile: Likewise.
1709         * iconvdata/Makefile: Likewise.
1710         * locale/Makefile: Likewise.
1711         * malloc/Makefile: Likewise.
1712         * nss/Makefile: Likewise.
1713         * sysdeps/gnu/Makefile: Likewise.
1714         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1715         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1716         * sysdeps/s390/s390-64/Makefile: Likewise.
1717         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1718         CPPFLAGS for nscd instead of nonlib.
1720 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1722         * nptl/createthread.c: New file.
1724         * nptl/createthread.c: Moved ...
1725         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1727         * nptl/createthread.c: Add proper top-line comment.
1728         (do_clone): Folded into ...
1729         (create_thread): ... here.  Take new arguments STOPPED_START and
1730         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1731         increment __nptl_threads, do event-reporting logic, do
1732         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1733         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1734         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1735         just send SIGCANCEL.
1736         * nptl/pthread_create.c: Forward-declare create_thread before
1737         including createthread.c.
1738         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1739         declaration, and new macro START_THREAD_SELF to replace argument.
1740         Remove return statement.
1741         (report_thread_creation): New function.
1742         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1743         synchronization logic, and __nptl_nthreads increment here, around
1744         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1745         PD->parent_cancelhandling here, before create_thread.  When
1746         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1747         __deallocate_stack, and ENOMEM translation here.
1749 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1751         [BZ #17616]
1752         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1753         (mptwo): Rename to __mptwo.
1754         (__inv): Use __mptwo instead of mptwo.
1755         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1756         (mptwo): Rename to __mptwo.
1757         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1758         of mpone and __mptwo instead of mptwo.
1759         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1760         instead of mpone.
1761         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1762         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1763         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1764         of mpone and __mptwo instead of mptwo.
1765         (__mpranred): Use __mpone instead of mpone.
1766         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1767         variable.
1768         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1769         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1770         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1771         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1772         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1773         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1774         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1775         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1776         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1777         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1778         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1779         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1780         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1781         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1782         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1783         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1784         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1785         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1786         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1788 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1790         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1791         replace BSD Handler xref with BSD Signal Handling.
1793 2014-11-17  Richard Henderson  <rth@redhat.com>
1795         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1796         (_FP_PACK_RAW_2): Remove.
1797         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1798         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1799         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1800         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1801         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1802         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1803         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1804         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1805         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1806         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1807         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1808         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1809         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1810         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1811         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1812         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1814 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1816         * signal/signal.h [__USE_MISC]
1817         (struct sigvec): Remove type.
1818         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1819         (sigvec): Remove declaration.
1820         * sysdeps/posix/sigvec.c: Moved ...
1821         * signal/sigvec.c: ... here, replacing old file.
1822         (struct sigvec): New type, copied from old signal.h definition.
1823         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1824         (__sigvec): Convert definition to prototype.
1825         (sigvec): Replace weak_alias with compat_symbol.
1826         * signal/Versions (libc: GLIBC_2.21): New version set.
1827         * include/signal.h: Remove __sigvec declaration.
1828         * sysdeps/unix/bsd/sigvec.c: Remove file.
1829         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1830         * manual/signal.texi (BSD Handler): Remove subsection.
1831         Move siginterrupt up to ...
1832         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1833         (Blocking in BSD): Fold subsection into its parent.
1834         * NEWS: Mention sigvec removal.
1836 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1838         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1839         (DLA_FMS): Make definition conditional only on [__FMA4__].
1840         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1841         definition.
1843         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1844         Make definition conditional only on [PROF].
1845         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1846         definition.
1847         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1848         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1850         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1851         !__GNUC__].
1852         * include/signal.h (__sigpause): Move declaration above call to
1853         libc_hidden_proto.
1854         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1855         variable.
1856         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1857         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1859 2014-11-14  David S. Miller  <davem@davemloft.net>
1861         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1862         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1864 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1866         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1867         * configure: Regenerated.
1868         * manual/install.texi (Tools for Compilation): Document a
1869         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1870         compiler verified to work.
1871         * INSTALL: Regenerated.
1873         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1874         redeclare with asm name.
1875         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1876         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1877         including <string.h>.
1878         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1879         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1880         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1881         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1882         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1883         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1884         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1886 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1888         * stdlib/strtol.c (__strtol): Use prototype definition.
1890         [BZ #17594]
1891         * stdlib/strtol.c (SYM__): New macro.
1892         (SYM__1): Likewise.
1893         (__strtol): Likewise.
1894         (strtol): Rename to __strtol and define as weak alias of
1895         __strtol.  Use libc_hidden_weak.
1897 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1899         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1900         Use numbered labels in inline assembly.
1902 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1904         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1905         Add setjmp LIBC_PROBE.
1906         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1907         Likewise.
1908         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1909         Add longjmp, longjmp_target LIBC_PROBE.
1910         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1911         Likewise.
1913 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1915         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1916         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1917         to get rid of unused variable warning.
1919 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1921         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1922         Check for unwind_backtrace ==  NULL only in SHARED case.
1923         (__backchain_backtrace): Compile only in SHARED case.
1924         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1925         Likewise.
1926         (__backchain_backtrace): Declare as static.
1928 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1930         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1931         (__libc_multiple_threads_ptr): Variable moved ...
1932         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1934 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1936         * conform/GlibcConform.pm: New file.
1937         * conform/conformtest.pl: Use GlibcConform module.
1938         * conform/linknamespace.pl: New file.
1939         * conform/list-header-symbols.pl: Likewise.
1940         * conform/Makefile (linknamespace-symlists-base): New variable.
1941         (linknamespace-symlists-tests): Likewise.
1942         (linknamespace-header-base): Likewise.
1943         (linknamespace-header-tests): Likewise.
1944         (tests-special): Add new tests.
1945         ($(linknamespace-symlists-tests)): New rule.
1946         (linknamespace-libs): New variable.
1947         ($(objpfx)symlist-stdlibs): New rule.
1948         ($(linknamespace-header-tests)): Likewise.
1949         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1950         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1951         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1952         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1953         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1954         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1955         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1956         (test-xfail-ISO/math.h/linknamespace): Likewise.
1957         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1958         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1959         (test-xfail-ISO/time.h/linknamespace): Likewise.
1960         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1961         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1962         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1963         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1964         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1965         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1966         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1967         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1968         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1969         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1970         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1971         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1972         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1973         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1974         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1975         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1976         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1977         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1978         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1979         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1980         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1981         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1982         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1983         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1984         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1985         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1986         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1987         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1988         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1989         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1990         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1991         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1992         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1993         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1994         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1995         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1996         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1997         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1998         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1999         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2000         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2001         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2002         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2003         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2004         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2005         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2006         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2007         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2008         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2009         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2010         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2011         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2012         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2013         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2014         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2015         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2016         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2017         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2018         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2019         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2020         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2021         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2022         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2023         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2024         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2025         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2026         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2027         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2028         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2029         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2030         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2031         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2032         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2033         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2034         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2035         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2036         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2037         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2038         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2039         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2040         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2041         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2042         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2043         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2044         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2045         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2046         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2047         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2048         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2049         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2050         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2051         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2052         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2053         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2054         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2055         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2056         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2057         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2058         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2059         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2060         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2061         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2062         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2063         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2064         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2065         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2066         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2067         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2068         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2069         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2070         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2071         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2072         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2073         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2074         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2075         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2076         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2077         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2078         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2079         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2080         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2081         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2082         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2083         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2084         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2085         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2086         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2087         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2088         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2089         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2090         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2091         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2092         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2093         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2094         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2095         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2096         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2097         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2098         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2099         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2100         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2101         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2102         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2103         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2104         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2105         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2106         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2107         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2108         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2109         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2111         [BZ #17589]
2112         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2113         of fgets_unlocked.
2115         [BZ #17585]
2116         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2117         (memmem): Rename to __memmem and define as weak alias of
2118         __memmem.  Use libc_hidden_weak.
2119         (__memmem): Use libc_hidden_def.
2120         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2121         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2122         memmem.
2124         [BZ #17582]
2125         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2126         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2127         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2128         and define as weak alias of __fgets_unlocked.  Use
2129         libc_hidden_weak.
2130         (__fgets_unlocked): Use libc_hidden_def.
2131         * include/stdio.h (__fgets_unlocked): Declare.  Use
2132         libc_hidden_proto.
2133         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2134         __fgets_unlocked instead of fgets_unlocked.
2135         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2136         (GET_NPROCS_CONF_PARSER): Likewise.
2137         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2138         (GET_NPROCS_CONF_PARSER): Likewise.
2140         [BZ #17574]
2141         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2142         weak alias of __wmemset.  Use libc_hidden_weak.
2143         (__wmemset): Use libc_hidden_def.
2144         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2145         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2146         of wmemset.
2148         [BZ #17573]
2149         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2150         with asm name __mempcpy.
2151         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2153         [BZ #17572]
2154         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2155         and define as weak alias of __rawmemchr.
2156         (__rawmemchr): Do not define as strong alias of rawmemchr.
2158         [BZ #17571]
2159         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2160         alias of __qsort_r.
2161         (qsort): Call __qsort_r instead of qsort_r.
2162         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2163         (__qsort_r): Declare.  Call libc_hidden_proto.
2164         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2165         instead of qsort_r.
2166         * nscd/gai.c (__qsort_r): Define to qsort_r.
2167         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2168         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2169         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2171         [BZ #17570]
2172         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2173         define as weak alias of __malloc_info.
2175         [BZ #17584]
2176         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2177         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2178         (__rewinddir): Use libc_hidden_def.
2179         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2180         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2181         (__rewinddir): Use libc_hidden_def.
2182         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2183         weak alias of __rewinddir.  Don't use libc_hidden_def.
2184         (__rewinddir): Use libc_hidden_def.
2185         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2186         (__rewinddir): Use libc_hidden_proto.
2187         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2188         rewinddir.
2189         (__getcwd): Use __rewinddir instead of rewinddir.
2191         [BZ #17583]
2192         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2193         alias of __fileno.  Use libc_hidden_weak.
2194         (__fileno): Use libc_hidden_def.
2195         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2196         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2197         alias of __ftello.
2198         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2199         __ftello.
2200         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2201         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2202         libc_hidden_def.
2203         (fread_unlocked): Don't use libc_hidden_ver.
2204         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2205         and define as weak alias of __fread_unlocked.  Don't use
2206         libc_hidden_def.
2207         (__fread_unlocked): Use libc_hidden_def.
2208         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2209         (ftello): Don't use libc_hidden_proto.
2210         (__ftello): Declare.  Use libc_hidden_proto.
2211         (fread_unlocked): Don't use libc_hidden_proto.
2212         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2213         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2214         and __ftello instead of fileno, fread_unlocked and ftello.
2216 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2218         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2219         GOT12.
2220         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2221         Likewise.
2222         (_dl_start_user): Likewise.
2223         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2225 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2226             Siddhesh Poyarekar  <siddhesh@redhat.com>
2228         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2229         Move argv and envp down instead of moving argc up.
2230         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2232 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2234         [BZ #17506]
2235         * test-skeleton.c (main): Return successful if one of
2236         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2237         * string/tst-strcoll-overflow.c: Define expected status.
2239 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2241         [BZ #17475]
2242         * locale/iso-639.def: Define Bhili and Tulu language codes.
2244 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2246         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2248 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2250         [BZ #17555]
2251         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2253 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2255         * configure.ac: Updated check of minimal required version to
2256         2.22.
2257         * manual/install.texi (Tools for Compilation): Updated version
2258         number.
2259         * configure: Regenerated.
2260         * INSTALL: Likewise.
2262 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2264         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2265         __tls_get_addr.
2267 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2269         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2270         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2271         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2272         libc_hidden_weak.
2273         (waitpid): Define as alias of __waitpid.
2274         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2275         __waitpid.
2276         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2277         libc_hidden_weak.
2278         (waitpid): Define as alias of __waitpid.
2279         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2280         __libc_waitpid alias.
2281         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2282         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2283         Likewise.
2284         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2285         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2286         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2287         alias.
2288         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2289         __waitpid.
2290         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2291         libc_hidden_weak.
2292         (waitpid): Define as alias of __waitpid.
2294 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2296         * manual/llio.texi: Add comment that write safety has been
2297         fixed in Linux.
2299         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2300         (localplt-build-dso): Add elf/ld.so.
2301         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2302         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2303         and free for ld.so.
2304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2305         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2307         Likewise.
2308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2309         Likewise.
2310         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2311         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2312         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2313         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2314         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2315         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2316         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2317         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2318         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2319         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2320         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2322 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2324         [BZ #14132]
2325         * include/libc-symbols.h (INTUSE): Remove macro.
2326         (INTDEF): Likewise.
2327         (INTVARDEF): Likewise.
2328         (_INTVARDEF): Likewise.
2329         (INTDEF2): Likewise.
2330         (INTVARDEF2): Likewise.
2331         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2332         rtld_hidden_def instead of INTVARDEF.
2333         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2334         (_dl_starting_up_internal): Remove declaration.
2335         (_dl_starting_up): Use rtld_hidden_proto.
2336         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2337         declaration.
2338         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2339         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2340         _dl_starting_up.
2341         * elf/dl-writev.h (_dl_writev): Likewise.
2342         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2343         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2344         _dl_starting_up_internal.
2346 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2348         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2349         test-skeleton.c.
2351 2014-11-05  Will Newton  <will.newton@linaro.org>
2353         * benchtests/Makefile: (bench-malloc): Add malloc thread
2354         scalability benchmark.
2355         * benchtests/bench-malloc-threads.c: New file.
2357 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2359         * sysdeps/aarch64/strchrnul.S: New file.
2361 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2363         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2364         definition.
2365         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2366         Likwise.
2367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2368         Likewise.
2369         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2370         Likewise.
2371         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2372         Likewise.
2373         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2374         Likewise.
2376 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2378         * catgets/test-gencat.c: Use test-skeleton.c.
2379         * catgets/tst-catgets.c: Likewise.
2380         * csu/tst-empty.c: Likewise.
2381         * elf/tst-audit2.c: Likewise.
2382         * elf/tst-global1.c: Likewise.
2383         * elf/tst-pathopt.c: Likewise.
2384         * elf/tst-piemod1.c: Likewise.
2385         * elf/tst-tls10.c: Likewise.
2386         * elf/tst-tls11.c: Likewise.
2387         * elf/tst-tls12.c: Likewise.
2388         * gnulib/tst-gcc.c: Likewise.
2389         * iconvdata/tst-e2big.c: Likewise.
2390         * iconvdata/tst-loading.c: Likewise.
2391         * iconv/tst-iconv1.c: Likewise.
2392         * iconv/tst-iconv2.c: Likewise.
2393         * inet/test-inet6_opt.c: Likewise.
2394         * inet/tst-gethnm.c: Likewise.
2395         * inet/tst-network.c: Likewise.
2396         * inet/tst-ntoa.c: Likewise.
2397         * intl/tst-codeset.c: Likewise.
2398         * intl/tst-gettext2.c: Likewise.
2399         * intl/tst-gettext3.c: Likewise.
2400         * intl/tst-ngettext.c: Likewise.
2401         * intl/tst-translit.c: Likewise.
2402         * io/test-stat.c: Likewise.
2403         * libio/test-fmemopen.c: Likewise.
2404         * libio/tst-freopen.c: Likewise.
2405         * libio/tst-sscanf.c: Likewise.
2406         * libio/tst-ungetwc1.c: Likewise.
2407         * libio/tst-ungetwc2.c: Likewise.
2408         * libio/tst-widetext.c: Likewise.
2409         * localedata/tst-ctype.c: Likewise.
2410         * localedata/tst-digits.c: Likewise.
2411         * localedata/tst-leaks.c: Likewise.
2412         * localedata/tst-mbswcs1.c: Likewise.
2413         * localedata/tst-mbswcs2.c: Likewise.
2414         * localedata/tst-mbswcs3.c: Likewise.
2415         * localedata/tst-mbswcs4.c: Likewise.
2416         * localedata/tst-mbswcs5.c: Likewise.
2417         * localedata/tst-setlocale.c: Likewise.
2418         * localedata/tst-trans.c: Likewise.
2419         * localedata/tst-wctype.c: Likewise.
2420         * localedata/tst-xlocale1.c: Likewise.
2421         * login/tst-grantpt.c: Likewise.
2422         * malloc/tst-calloc.c: Likewise.
2423         * malloc/tst-malloc.c: Likewise.
2424         * malloc/tst-mallocstate.c: Likewise.
2425         * malloc/tst-mcheck.c: Likewise.
2426         * malloc/tst-mtrace.c: Likewise.
2427         * malloc/tst-obstack.c: Likewise.
2428         * math/atest-exp2.c: Likewise.
2429         * math/atest-exp.c: Likewise.
2430         * math/atest-sincos.c: Likewise.
2431         * math/test-matherr.c: Likewise.
2432         * math/test-misc.c: Likewise.
2433         * math/test-powl.c: Likewise.
2434         * math/tst-definitions.c: Likewise.
2435         * misc/tst-dirname.c: Likewise.
2436         * misc/tst-efgcvt.c: Likewise.
2437         * misc/tst-fdset.c: Likewise.
2438         * misc/tst-hsearch.c: Likewise.
2439         * misc/tst-mntent2.c: Likewise.
2440         * nptl/tst-sem7.c: Likewise.
2441         * nptl/tst-sem8.c: Likewise.
2442         * nptl/tst-sem9.c: Likewise.
2443         * nss/test-netdb.c: Likewise.
2444         * posix/tst-fnmatch.c: Likewise.
2445         * posix/tst-getlogin.c: Likewise.
2446         * posix/tst-gnuglob.c: Likewise.
2447         * posix/tst-mmap.c: Likewise.
2448         * pwd/tst-getpw.c: Likewise.
2449         * resolv/tst-inet_ntop.c: Likewise.
2450         * rt/tst-timer.c: Likewise.
2451         * stdio-common/test-fseek.c: Likewise.
2452         * stdio-common/test-popen.c: Likewise.
2453         * stdio-common/test-vfprintf.c: Likewise.
2454         * stdio-common/tst-cookie.c: Likewise.
2455         * stdio-common/tst-fileno.c: Likewise.
2456         * stdio-common/tst-gets.c: Likewise.
2457         * stdio-common/tst-obprintf.c: Likewise.
2458         * stdio-common/tst-perror.c: Likewise.
2459         * stdio-common/tst-sprintf2.c: Likewise.
2460         * stdio-common/tst-sprintf3.c: Likewise.
2461         * stdio-common/tst-sprintf.c: Likewise.
2462         * stdio-common/tst-swprintf.c: Likewise.
2463         * stdio-common/tst-tmpnam.c: Likewise.
2464         * stdio-common/tst-unbputc.c: Likewise.
2465         * stdio-common/tst-wc-printf.c: Likewise.
2466         * stdlib/tst-environ.c: Likewise.
2467         * stdlib/tst-fmtmsg.c: Likewise.
2468         * stdlib/tst-limits.c: Likewise.
2469         * stdlib/tst-rand48-2.c: Likewise.
2470         * stdlib/tst-rand48.c: Likewise.
2471         * stdlib/tst-random2.c: Likewise.
2472         * stdlib/tst-random.c: Likewise.
2473         * stdlib/tst-strtol.c: Likewise.
2474         * stdlib/tst-strtoll.c: Likewise.
2475         * stdlib/tst-tls-atexit.c: Likewise.
2476         * stdlib/tst-xpg-basename.c: Likewise.
2477         * string/test-ffs.c: Likewise.
2478         * string/tst-bswap.c: Likewise.
2479         * string/tst-inlcall.c: Likewise.
2480         * string/tst-strtok.c: Likewise.
2481         * string/tst-strxfrm.c: Likewise.
2482         * sysdeps/x86_64/tst-audit10.c: Likewise.
2483         * sysdeps/x86_64/tst-audit3.c: Likewise.
2484         * sysdeps/x86_64/tst-audit4.c: Likewise.
2485         * sysdeps/x86_64/tst-audit5.c: Likewise.
2486         * time/tst-ftime_l.c: Likewise.
2487         * time/tst-getdate.c: Likewise.
2488         * time/tst-mktime3.c: Likewise.
2489         * time/tst-mktime.c: Likewise.
2490         * time/tst-posixtz.c: Likewise.
2491         * time/tst-strptime2.c: Likewise.
2492         * time/tst-strptime3.c: Likewise.
2493         * wcsmbs/tst-btowc.c: Likewise.
2494         * wcsmbs/tst-mbrtowc.c: Likewise.
2495         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2496         * wcsmbs/tst-wchar-h.c: Likewise.
2497         * wcsmbs/tst-wcpncpy.c: Likewise.
2498         * wcsmbs/tst-wcrtomb.c: Likewise.
2499         * wcsmbs/tst-wcsnlen.c: Likewise.
2500         * wcsmbs/tst-wcstof.c: Likewise.
2502 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2504         [BZ #14132]
2505         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2506         INTDEF.
2507         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2508         declaration.
2509         (_dl_mcount): Use rtld_hidden_proto.
2510         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2511         _dl_mcount.
2512         * elf/rtld.c (_rtld_global_ro): Likewise.
2514         [BZ #14132]
2515         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2516         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2517         of _dl_init_internal.
2518         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2519         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2520         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2521         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2522         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2523         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2524         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2525         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2526         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2527         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2528         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2529         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2530         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2531         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2532         * sysdeps/tile/dl-start.S (_start): Likewise.
2533         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2534         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2536         [BZ #14132]
2537         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2538         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2539         (rtld_progname): Make macro definition unconditional.
2540         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2541         INTDEF.
2542         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2543         (dl_main): Likewise.
2544         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2545         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2546         instead of _dl_argv_internal.
2547         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2548         __GI__dl_argv instead of INTUSE(_dl_argv).
2549         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2550         __GI__dl_argv instead of _dl_argv_internal.
2552         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2553         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2554         macro.
2555         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2556         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2557         New macro.
2558         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2559         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2560         macro.
2561         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2562         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2564 2014-11-04  Andreas Schwab  <schwab@suse.de>
2566         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2568 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2570         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2571         mtvsrd instruction in binary form.
2573 2014-11-03  Andreas Schwab  <schwab@suse.de>
2575         [BZ #17522]
2576         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2577         for less than MB_LEN_MAX use a local buffer of that size.
2578         * libio/tst-fputws.c: New file.
2579         * libio/Makefile (tests): Add tst-fputws.
2581 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2583         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2584         the size of the fpu_fr.fpu_dregs[] array.
2586 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2588         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2589         (__nanosleep): Do not define as alias.
2590         (nanosleep): Define as alias of __nanosleep.
2591         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2592         __libc_nanosleep name.
2594 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2596         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2597         install.texi in comment.
2599 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2601         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2602         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2603         ... add here and use lwsync or sync ...
2604         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2605         ... and add here using lwsync.
2607 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2609         * elf/dl-machine-reject-phdr.h: New file.
2610         * elf/dl-load.c: #include that.
2611         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2612         if that returned true.
2614 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2616         [BZ #17496]
2617         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2618         gen-as-const-headers chunk.  Add a big scare comment after the last
2619         safe place to touch before-compile.
2621 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2623         * manual/install.texi (Tools for Compilation): Update autoconf
2624         version requirements.
2625         * INSTALL: Regenerated.
2627         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2628         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2629         (__libc_pselect): Likewise.
2631         [BZ #14138]
2632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2637 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2639         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2640         correct barrier instruction.
2641         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2642         Likewise.
2643         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2644         Likewise.
2646 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2648         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2649         after defining inlines.  Instead, just use parens to defeat macro
2650         expansion of __isctype in its declaration.
2652 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2654         * include/sys/uio.h (__libc_readv): Remove declaration.
2655         (__libc_writev): Likewise.
2656         * misc/readv.c (__libc_readv): Rename to __readv.
2657         (__readv): Do not define as alias.
2658         (readv): Define as alias of __readv.
2659         * misc/writev.c (__libc_writev): Rename to __writev.
2660         (__writev): Do not define as alias.
2661         (writev): Define as alias of __writev.
2662         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2663         (__readv): Do not define as alias.
2664         (readv): Define unconditionally as alias of __readv.
2665         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2666         (__writev): Do not define as alias.
2667         (writev): Define unconditionally as alias of __writev.
2668         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2669         name.
2670         (writev): Do not define __libc_writev name.
2672 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2674         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2675         (convert_charseq): New function, broken out of ...
2676         (use_from_charmap): ... here.  Call it.
2677         (use_to_charmap): Use convert_charseq and free instead of duplicating
2678         its code with a variable-length stack struct.
2680 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2682         * include/fcntl.h (__libc_creat): Remove declaration.
2683         * io/creat.c (__libc_creat): Rename to creat.
2684         (creat): Do not define as alias.
2685         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2686         of creat instead of __libc_creat.
2687         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2688         to creat.
2689         (creat): Do not define as alias.
2690         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2691         __libc_creat.
2692         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2693         __libc_creat name.
2694         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2695         Likewise.
2697 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2699         * manual/llio.texi: Add comments discussing why write() may be
2700         considered MT-unsafe on Linux.
2702 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2704         * dl-load.c (local_strdup): Remove.
2705         (expand_dynamic_string_token): Use __strdup.
2706         (decompose_rpath): Likewise.
2707         (_dl_map_object): Likewise.
2709 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2711         [BZ #14132]
2712         * sysdeps/generic/unwind-dw2-fde.c
2713         (__register_frame_info_bases_internal): Do not declare.
2714         (__register_frame_info_table_bases_internal): Likewise.
2715         (__deregister_frame_info_bases_internal): Likewise.
2716         (__register_frame_info_bases): Declare and use hidden_proto before
2717         definition.  Use hidden_def instead of INTDEF.
2718         (__register_frame_info_table_bases): Likewise.
2719         (__deregister_frame_info_bases): Likewise.
2720         (__register_frame_info): Do not use INTUSE.
2721         (__register_frame): Likewise.
2722         (__register_frame_info_table): Likewise.
2723         (__register_frame_table): Likewise.
2724         (__deregister_frame_info): Likewise.
2725         (__deregister_frame): Likewise.
2727 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2729         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2730         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2731         not undefine.
2732         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2733         Likewise.
2734         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2735         Likewise.
2737 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2739         [BZ #14138]
2740         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2741         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2742         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2743         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2744         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2745         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2746         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2747         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2748         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2749         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2750         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2751         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2752         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2753         syscall.
2754         (setfsuid): Likewise.
2755         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2756         (setfsuid): Likewise.
2757         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2758         (setfsuid): Likewise.
2759         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2760         Likewise.
2761         (setfsuid): Likewise.
2762         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2763         (setfsuid): Likewise.
2764         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2765         Likewise.
2766         (setfsuid): Likewise.
2768 2014-10-27  Andreas Schwab  <schwab@suse.de>
2770         [BZ #17501]
2771         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2772         check for Slow_SSE4_2 feature bit.
2773         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2774         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2775         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2776         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2778 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2780         * configure.ac: Validate compiler version with a empirical test of
2781         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2782         $CC -v output.
2783         * configure: Regenerated.
2785         * inet/htons.c (htons): Prototypify.
2786         * inet/htonl.c (htonl): Likewise.
2788 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2790         * string/strncat.c (strncat): Improve performance by using strlen.
2792 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2794         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2796 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2798         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2799         Call libc_fetestexcept_aarch64.
2801 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2803         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2804         Call libc_feholdexcept_aarch64.
2806 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2808         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2809         Call get_rounding_mode.
2811 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2813         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2814         Simplify logic.
2816 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2818         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2819         Simplify logic.
2821 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2823         [BZ #14138]
2824         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2825         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2826         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2827         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2828         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2829         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2830         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2831         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2832         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2833         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2834         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2835         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2836         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2837         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2838         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2839         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2840         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2841         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2842         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2843         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2844         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2845         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2846         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2847         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2848         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2849         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2850         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2851         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2852         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2853         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2854         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2855         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2856         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2857         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2858         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2859         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2860         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2861         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2862         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2863         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2864         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2865         syscall.
2866         (geteuid): Likewise.
2867         (getgid): Likewise.
2868         (getuid): Likewise.
2869         (getresgid): Likewise.
2870         (getresuid): Likewise.
2871         (getgroups): Likewise.
2872         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2873         (geteuid): Likewise.
2874         (getgid): Likewise.
2875         (getuid): Likewise.
2876         (getresgid): Likewise.
2877         (getresuid): Likewise.
2878         (getgroups): Likewise.
2879         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2880         (geteuid): Likewise.
2881         (getgid): Likewise.
2882         (getuid): Likewise.
2883         (getresgid): Likewise.
2884         (getresuid): Likewise.
2885         (getgroups): Likewise.
2886         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2887         Likewise.
2888         (geteuid): Likewise.
2889         (getgid): Likewise.
2890         (getuid): Likewise.
2891         (getresgid): Likewise.
2892         (getresuid): Likewise.
2893         (getgroups): Likewise.
2894         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2895         (geteuid): Likewise.
2896         (getgid): Likewise.
2897         (getuid): Likewise.
2898         (getresgid): Likewise.
2899         (getresuid): Likewise.
2900         (getgroups): Likewise.
2901         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2902         Likewise.
2903         (geteuid): Likewise.
2904         (getgid): Likewise.
2905         (getuid): Likewise.
2906         (getgroups): Likewise.
2908         [BZ #14138]
2909         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2910         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2911         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2912         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2913         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2914         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2915         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2916         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2917         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2918         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2919         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2920         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2921         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2922         __chown.
2923         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2924         (lchown): Likewise.
2925         (fchown): Likewise.
2926         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2927         Likewise.
2928         (lchown): Likewise.
2929         (fchown): Likewise.
2930         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2931         (lchown): Likewise.
2932         (fchown): Likewise.
2933         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2934         Likewise.
2935         (lchown): Likewise.
2936         (fchown): Likewise.
2938 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2940         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2941         Simplify logic.
2943 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2945         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2946         Cleanup logic.
2948 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2950         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2951         Remove unused include.
2953 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2955         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2956         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2957         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2958         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2960 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2961             Helge Deller <deller@gmx.de>
2963         [BZ #17508]
2964         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2965         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2966         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2968 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2970         [BZ #14132]
2971         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2972         Remove macro definition.
2973         (__ashrdi3_v_glibc20): Likewise.
2974         (__lshrdi3_v_glibc20): Likewise.
2975         (__cmpdi2_v_glibc20): Likewise.
2976         (__ucmpdi2_v_glibc20): Likewise.
2977         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2978         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2979         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2980         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2981         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2982         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2984 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2986         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2987         old GNU extension [0] syntax.
2988         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2989         alloca rather than an array member with variable length.
2990         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2991         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2992         (parse_opt): ... here.  Likewise use alloca there.
2993         Validate the -i argument before checking for rootness.
2994         (send_shutdown): New function, broken out of ...
2995         (parse_opt): ... here.
2997 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2999         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3000         macro to get at the _rt_local_ro field.
3001         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3002         ([PIC] case) or _dl_hwcap ([!PIC] case).
3003         * sysdeps/arm/setjmp.S: Likewise.
3005         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3006         * sysdeps/arm/configure.ac: New check to define it.
3007         * sysdeps/arm/configure: Regenerated.
3008         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3009         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3010         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3011         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3012         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3013         Use move/movt pair instead of a load.
3014         (LDST_GLOBAL): Macro removed.
3015         (LDR_GLOBAL): New macro replaces it.
3016         (LDR_HIDDEN): New macro.
3017         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3018         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3020         * setjmp/tst-setjmp-static.c: New file.
3021         * setjmp/Makefile (tests): Add it.
3022         (tests-static): New variable.
3024 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3026         [BZ #17485]
3027         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3029 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3031         [BZ #14132]
3032         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3034 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3036         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3038 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3040         * io/fts.c (dirent_not_directory): New function.
3041         (fts_build): Call it.
3043 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3045         * nptl/version.c (__nptl_main): Use normal __write rather than
3046         INTERNAL_SYSCALL.
3047         (banner): Update copyright years.
3049         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3050         gettimeofday.
3051         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3052         * nptl/pthread_cond_timedwait.c: Likewise.
3053         * nptl/pthread_mutex_timedlock.c: Likewise.
3054         * nptl/sem_timedwait.c: Likewise.
3056         * sysdeps/nptl/bits/libc-lock.h
3057         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3058         (__libc_lock_init_recursive): Return void, not 0.
3059         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3060         (__libc_rwlock_init): Likewise.
3061         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3063 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3065         [BZ #15215]
3066         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3067         (__pthread_once_slow): ... here.
3068         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3069         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3071 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3073         [BZ #15215]
3074         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3075         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3076         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3077         * nptl/pthread_once.c (__pthread_once): Likewise.
3078         Update comments.
3080 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3082         [BZ #14138]
3083         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3084         name.
3085         (writev): Use __libc_writev as strong name.
3086         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3087         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3089 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3091         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3093         * sysdeps/i386/nptl/tls.h
3094         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3095         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3096         New macros.
3097         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3098         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3099         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3100         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3101         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3102         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3104         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3105         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3106         on [__NR_futex].
3107         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3108         broken out of ...
3109         (__pthread_mutex_init): ... here.  Call it.
3110         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3111         Conditionalize PI cases on [__NR_futex].
3112         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3113         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3114         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3116         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3117         conditional on [SIGSETXID].
3118         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3119         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3120         is defined.  Likewise for SIGSETXID.
3121         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3122         Conditionalize definitions on [SIGSETXID].
3123         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3124         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3125         unblocking on [SIGCANCEL].
3127         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3128         [__NR_set_robust_list].
3130 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3132         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3133         (do_compare): Likewise.
3135 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3137         [BZ #15884]
3138         * string/strcoll_l.c: Don't include stdio.h.
3139         (coll_seq): Remove members idxarr and rulearr.
3140         (get_next_seq_cached): Remove function.
3141         (get_next_seq): Likewise.
3142         (get_next_seq_nocache): Rename to get_next_seq.
3143         (do_compare): Remove function.
3144         (do_compare_nocache): Rename to do_compare.
3145         (STRCOLL): Remove weight and rules cache.
3147 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3149         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3150         * sysdeps/arm/sfp-machine.h: ... to here.
3151         * sysdeps/arm/Implies: Remove arm/soft-fp.
3153 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3155         * conform/data/sys/utsname.h-data (*_t): Allow.
3156         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3157         [POSIX] (WEXITED): Do not expect constant.
3158         [POSIX] (WSTOPPED): Likewise.
3159         [POSIX] (WNOHANG): Likewise.
3160         [POSIX] (WNOWAIT): Likewise.
3161         [POSIX] (siginfo_t): Do not expect type or elements.
3162         [POSIX] (pid_t): Do not expect type.
3163         [POSIX] (signal.h): Do not allow header.
3164         [POSIX] (sys/resource.h): Likewise.
3165         [POSIX] (si_*): Do not allow pattern.
3166         [POSIX] (W*): Likewise.
3167         [POSIX] (P_*): Likewise.
3168         [POSIX] (BUS_*): Likewise.
3169         [POSIX] (CLD_*): Likewise.
3170         [POSIX] (FPE_*): Likewise.
3171         [POSIX] (ILL_*): Likewise.
3172         [POSIX] (POLL_*): Likewise.
3173         [POSIX] (SEGV_*): Likewise.
3174         [POSIX] (SI_*): Likewise.
3175         [POSIX] (TRAP_*): Likewise.
3176         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3177         variable.
3179 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3181         [BZ #12926]
3182         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3183         infinite loop when __recvmsg returns 0.
3185 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3187         * CANCEL-FCT-WAIVE: Remove file.
3188         * CANCEL-FILE-WAIVE: Likewise.
3190         [BZ #14132]
3191         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3192         instead of INTVARDEF.
3193         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3194         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3195         rtld_hidden_data_def instead of INTVARDEF.
3196         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3197         * elf/dl-deps.c (expand_dst): Likewise.
3198         * elf/dl-load.c (_dl_dst_count): Likewise.
3199         (_dl_dst_substitute): Likewise.
3200         (decompose_rpath): Likewise.
3201         (_dl_init_paths): Likewise.
3202         (open_path): Likewise.
3203         (_dl_map_object): Likewise.
3204         * elf/rtld.c (dl_main): Likewise.
3205         (process_dl_audit): Likewise.
3206         (process_envvars): Likewise.
3207         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3208         Remove declaration.
3209         (__libc_enable_secure): Use rtld_hidden_proto.
3211 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3213         * elf/dl-load.c
3214         (add_path): New function broken out of _dl_rtld_di_serinfo.
3215         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3217 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3219         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3220         parentheses around macro arguments.
3221         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3222         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3223         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3224         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3225         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3226         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3227         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3228         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3229         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3230         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3231         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3232         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3233         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3234         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3235         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3236         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3237         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3238         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3239         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3240         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3241         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3242         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3243         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3244         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3245         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3246         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3248         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3249         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3250         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3251         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3252         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3253         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3254         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3255         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3256         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3257         Likewise.
3258         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3259         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3260         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3261         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3262         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3263         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3264         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3265         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3266         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3267         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3268         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3269         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3270         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3271         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3272         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3273         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3274         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3275         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3276         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3277         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3278         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3279         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3280         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3281         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3282         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3283         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3284         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3285         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3286         (_FP_FRAC_SRS_1): Likewise.
3287         (_FP_FRAC_CLZ_1): Likewise.
3288         (_FP_MUL_MEAT_1_imm): Likewise.
3289         (_FP_MUL_MEAT_1_wide): Likewise.
3290         (_FP_MUL_MEAT_1_hard): Likewise.
3291         (_FP_SQRT_MEAT_1): Likewise.
3292         (_FP_FRAC_ASSEMBLE_1): Likewise.
3293         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3294         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3295         (__FP_CLZ_2): Likewise.
3296         (_FP_MUL_MEAT_2_wide): Likewise.
3297         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3298         (_FP_MUL_MEAT_2_gmp): Likewise.
3299         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3300         (_FP_SQRT_MEAT_2): Likewise.
3301         (_FP_FRAC_ASSEMBLE_2): Likewise.
3302         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3303         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3304         (_FP_FRAC_CLZ_4): Likewise.
3305         (_FP_MUL_MEAT_4_wide): Likewise.
3306         (_FP_MUL_MEAT_4_gmp): Likewise.
3307         (_FP_SQRT_MEAT_4): Likewise.
3308         (_FP_FRAC_ASSEMBLE_4): Likewise.
3309         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3310         * soft-fp/op-common.h (_FP_CMP): Likewise.
3311         (_FP_CMP_EQ): Likewise.
3312         (_FP_CMP_UNORD): Likewise.
3313         (_FP_TO_INT): Likewise.
3314         (_FP_FROM_INT): Likewise.
3315         [!__FP_CLZ] (__FP_CLZ): Likewise.
3316         (_FP_DIV_HELP_imm): Likewise.
3317         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3318         Likewise.
3319         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3320         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3321         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3322         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3323         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3324         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3325         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3326         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3327         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3328         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3329         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3330         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3331         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3332         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3333         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3334         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3335         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3336         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3337         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3338         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3339         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3340         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3341         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3342         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3343         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3344         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3345         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3346         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3347         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3348         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3349         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3350         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3351         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3352         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3353         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3354         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3355         (FP_UNPACK_RAW_SP): Likewise.
3356         (FP_PACK_RAW_S): Likewise.
3357         (FP_PACK_RAW_SP): Likewise.
3358         (FP_UNPACK_S): Likewise.
3359         (FP_UNPACK_SP): Likewise.
3360         (FP_UNPACK_SEMIRAW_S): Likewise.
3361         (FP_UNPACK_SEMIRAW_SP): Likewise.
3362         (FP_PACK_S): Likewise.
3363         (FP_PACK_SP): Likewise.
3364         (FP_PACK_SEMIRAW_S): Likewise.
3365         (FP_PACK_SEMIRAW_SP): Likewise.
3366         (_FP_SQRT_MEAT_S): Likewise.
3367         (FP_CMP_S): Likewise.
3368         (FP_CMP_EQ_S): Likewise.
3369         (FP_CMP_UNORD_S): Likewise.
3370         (FP_TO_INT_S): Likewise.
3371         (FP_FROM_INT_S): Likewise.
3373         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3375         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3376         (FP_EX_INVALID_IMZ): Likewise.
3377         (FP_EX_INVALID_IMZ_FMA): Likewise.
3378         (FP_EX_INVALID_ISI): Likewise.
3379         (FP_EX_INVALID_ZDZ): Likewise.
3380         (FP_EX_INVALID_IDI): Likewise.
3381         (FP_EX_INVALID_SQRT): Likewise.
3382         (FP_EX_INVALID_CVI): Likewise.
3383         (FP_EX_INVALID_VC): Likewise.
3384         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3385         "invalid" exceptions.
3386         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3387         (_FP_ADD_INTERNAL): Likewise.
3388         (_FP_MUL): Likewise.
3389         (_FP_FMA): Likewise.
3390         (_FP_DIV): Likewise.
3391         (_FP_CMP_CHECK_NAN): Likewise.
3392         (_FP_SQRT): Likewise.
3393         (_FP_TO_INT): Likewise.
3394         (FP_EXTEND): Likewise.
3396 2014-10-09  Allan McRae  <allan@archlinux.org>
3398         * po/fr.po: Update French translation from translation project.
3400 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3402         [BZ #14132]
3403         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3404         of INTDEF.
3405         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3406         (__cxa_atexit): Use libc_hidden_proto.
3407         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3409         [BZ #14132]
3410         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3411         declaration.
3412         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3413         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3414         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3415         [!_ISOMAC] (__iswctype_internal): Likewise.
3416         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3417         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3418         alias.
3419         (fcntl): Remove __fcntl_internal alias.
3420         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3421         __connect_internal alias.
3422         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3423         Likewise.
3425         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3426         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3427         FP_DENORM_ZERO.
3428         (_FP_CHECK_FLUSH_ZERO): New macro.
3429         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3430         (_FP_CMP): Likewise.
3431         (_FP_CMP_EQ): Likewise.
3432         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3433         FP_DENORM_ZERO.
3434         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3435         (FP_TRUNC): Likewise.
3437         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3438         treated as invalid conversion, not as normal exponent.
3440         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3441         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3442         (_FP_CMP_EQ): Likewise.
3443         (_FP_CMP_UNORD): Likewise.
3444         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3445         (FP_CMP_EQ_D): Likewise.
3446         (FP_CMP_UNORD_D): Likewise.
3447         * soft-fp/extended.h (FP_CMP_E): Likewise.
3448         (FP_CMP_EQ_E): Likewise.
3449         (FP_CMP_UNORD_E): Likewise.
3450         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3451         (FP_CMP_EQ_Q): Likewise.
3452         (FP_CMP_UNORD_Q): Likewise.
3453         * soft-fp/single.h (FP_CMP_S): Likewise.
3454         (FP_CMP_EQ_S): Likewise.
3455         (FP_CMP_UNORD_S): Likewise.
3456         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3457         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3458         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3459         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3460         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3461         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3462         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3463         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3464         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3465         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3466         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3467         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3468         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3469         to FP_CMP_Q.
3470         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3471         FP_CMP_Q.
3472         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3473         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3474         FP_CMP_EQ_Q.
3475         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3476         FP_CMP_Q.
3477         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3478         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3479         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3480         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3481         FP_CMP_EQ_Q.
3482         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3483         FP_CMP_Q.
3484         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3485         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3486         FP_CMP_EQ_Q.
3487         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3488         FP_CMP_Q.
3489         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3490         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3491         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3492         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3493         FP_CMP_EQ_Q.
3495         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3496         a subnormal result, set the underflow exception if trapping on
3497         underflow is enabled.
3498         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3499         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3500         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3501         redefine to 0.
3502         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3503         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3504         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3505         * soft-fp/extendxftf2.c (__extendxftf2): Use
3506         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3508         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3509         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3510         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3511         FP_HANDLE_EXCEPTIONS.
3512         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3513         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3514         FP_HANDLE_EXCEPTIONS.
3515         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3516         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3517         FP_HANDLE_EXCEPTIONS.
3518         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3519         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3520         FP_HANDLE_EXCEPTIONS.
3522 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3524         [BZ #14132]
3525         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3526         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3527         use INTUSE.
3528         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3529         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3530         Remove alias.
3531         (__adjtimex): Define using libc_hidden_ver.
3532         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3533         Remove declaration.
3534         (ntp_gettime): Call __adjtimex directly.
3535         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3536         Remove declaration.
3537         (ntp_gettimex): Call __adjtimex directly.
3538         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3539         __adjtimex_internal alias.
3541 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3543         [BZ #17460]
3544         * nscd/nscd.c (more_help): Rewrite list of tables collection
3545         using xstrdup and asprintf.
3547         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3549 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3550             Roland McGrath  <roland@hack.frob.com>
3552         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3553         (do_lookup_unique): ... local function 'enter' here; update callers.
3555 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3557         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3558         compat_symbol calls on [SHARED].
3559         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3560         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3561         Remove.
3562         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3563         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3564         (oldsetrlimit): Remove.
3565         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3567         (lchown): New syscall entry.
3568         (oldsetrlimit): Remove.
3569         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3570         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3571         (oldsetrlimit): Remove.
3572         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3574         [BZ #14138]
3575         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3576         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3577         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3578         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3579         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3580         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3581         (fchown): Likewise.
3582         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3583         (fchown): Likewise.
3584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3585         Likewise.
3587 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3589         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3590         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3591         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3592         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3593         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3594         Likewise.
3595         (__old_sem_post): Likewise.
3597 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3599         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3600         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3601         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3602         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3603         Use INLINE_VSYSCALL macro.
3604         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3605         __vdso_clock_gettime.
3606         * sysdeps/unix/sysv/linux/tile/init-first.c
3607         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3608         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3609         __vdso_clock_gettime.
3611         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3612         to set up frame more cleanly.
3614         * sysdeps/tile/memcmp.c: New file.
3616         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3618         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3619         * sysdeps/tile/tilegx/strcasestr.c: New file.
3620         * sysdeps/tile/tilegx/strnlen.c: New file.
3621         * sysdeps/tile/tilegx/strstr.c: New file.
3623         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3625 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3627         * nptl/tst-setuid3.c: Write errors to stdout.
3629 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3631         * elf/dl-deps.c
3632         (preload): New functions broken out of _dl_map_object_deps.
3633         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3635 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3637         [BZ #14138]
3638         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3639         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3641 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3643         * sysdeps/mips/strcmp.S: New.
3645 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3647         [BZ #14138]
3648         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3649         (linkat): Likewise.
3650         (mkdirat): Likewise.
3651         (readlinkat): Likewise.
3652         (renameat): Likewise.
3653         (symlinkat): Likewise.
3654         (unlinkat): Likewise.
3655         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3656         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3657         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3658         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3659         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3660         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3661         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3663 2014-09-30  Will Newton  <will.newton@linaro.org>
3665         * math/math.h: Define long double math functions if
3666         _LIBC_TEST is defined.
3667         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3669         * localedata/Makefile: Move assignment to tests-special
3670         into an ifdef testing run-built-tests.
3671         * timezone/Makefile: Likewise.
3673 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3675         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3676         with $(BASH) not $(SHELL).
3678 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3679             Matthew LeGendre  <legendre1@llnl.gov>
3681         [BZ #17411]
3682         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3683         l_reloc_result.
3685 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3687         * stdio-common/printf_fp.c
3688         (hack_digit): New function, broken out of ...
3689         (__printf_fp): ... local function here.  Update call sites.
3690         hack_digit now takes an additional parameter that is a pointer
3691         to a struct of the referenced locals.  Those locals moved inside
3692         the struct and references updated.
3694 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3696         * aclocal.m4: Require autoconf 2.69.
3697         * configure: Regenerated.
3698         * sysdeps/aarch64/configure: Likewise.
3699         * sysdeps/alpha/configure: Likewise.
3700         * sysdeps/arm/armv7/configure: Likewise.
3701         * sysdeps/arm/configure: Likewise.
3702         * sysdeps/ia64/configure: Likewise.
3703         * sysdeps/mach/configure: Likewise.
3704         * sysdeps/mips/configure: Likewise.
3705         * sysdeps/s390/configure: Likewise.
3706         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3709         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3710         file.
3711         * sysdeps/ia64/configure.ac: Likewise.
3713 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3716         specify symbol version for ld.so.  Do not include entry for
3717         libpthread.
3718         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3719         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3720         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3722         [BZ #14171]
3723         * Makeconfig [$(build-shared) = yes]
3724         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3725         makefiles.
3726         [$(build-shared) = yes && $(soversions.mk-done) = t]
3727         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3728         [$(build-shared) = yes && $(soversions.mk-done) = t]
3729         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3730         to Makerules.
3731         [$(build-shared) = yes && $(soversions.mk-done) = t]
3732         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3733         here.
3734         [$(build-shared) = yes && $(soversions.mk-done) = t]
3735         (common-generated): Don't append gnu/lib-names.h and
3736         gnu/lib-names.stmp here.
3737         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3738         (lib-names-h-abi): New variable.
3739         [$(build-shared) = yes && $(soversions.mk-done) = t]
3740         (lib-names-stmp-abi): Likewise.
3741         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3742         abi-variants] (before-compile): Append
3743         $(common-objpfx)$(lib-names-h-abi).
3744         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3745         abi-variants] (common-generated): Append gnu/lib-names.h.
3746         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3747         abi-variants] (install-others-nosubdir): Depend on
3748         $(inst_includedir)/$(lib-names-h-abi).
3749         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3750         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3751         [$(build-shared) = yes && $(soversions.mk-done) = t]
3752         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3753         [$(build-shared) = yes && $(soversions.mk-done) = t]
3754         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3755         [$(build-shared) = yes && $(soversions.mk-done) = t]
3756         (common-generated): Append $(lib-names-h-abi) and
3757         $(lib-names-stmp-abi).
3758         * scripts/lib-names.awk: Do not handle multi being set.
3759         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3760         Remove variable.
3761         (abi-lp64_be-ld-soname): Likewise.
3762         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3763         Likewise.
3764         (abi-hard-ld-soname): Likewise.
3765         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3766         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3767         Remove variable.
3768         (abi-o32_hard-ld-soname): Likewise.
3769         (abi-o32_soft_2008-ld-soname): Likewise.
3770         (abi-o32_hard_2008-ld-soname): Likewise.
3771         (abi-n32_soft-ld-soname): Likewise.
3772         (abi-n32_hard-ld-soname): Likewise.
3773         (abi-n32_soft_2008-ld-soname): Likewise.
3774         (abi-n32_hard_2008-ld-soname): Likewise.
3775         (abi-n64_soft-ld-soname): Likewise.
3776         (abi-n64_hard-ld-soname): Likewise.
3777         (abi-n64_soft_2008-ld-soname): Likewise.
3778         (abi-n64_hard_2008-ld-soname): Likewise.
3779         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3780         Likewise.
3781         (abi-64-v2-ld-soname): Likewise.
3782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3783         ld.so entries.
3784         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3785         variable.
3786         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3787         entry.
3788         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3789         variable.
3790         (abi-64-ld-soname): Likewise.
3791         (abi-x32-ld-soname): Likewise.
3792         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3793         entry.
3794         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3796 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3798         [BZ #14138]
3799         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3800         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3801         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3802         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3803         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3804         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3805         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3806         syscall entry for GLIBC_2.2 symbol version.
3807         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3808         Likewise.
3809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3810         (setrlimit): Likewise.
3811         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3812         Likewise.
3814 2014-09-23  Will Newton  <will.newton@linaro.org>
3816         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3817         _LINUX_ARM_SYSDEP_H include guard too.
3818         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3819         define.
3821 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3823         * sysdeps/unix/sysv/linux/eventfd.c:
3824         Make first argument unsigned.
3825         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3826         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3828 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3830         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3831         * socket/sys/socket.h: Likewise
3832         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3834 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3836         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3838 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3840         * time/tst-ftime.c: New test.
3841         * time/Makefile (tests): Add tst-ftime.
3843 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3845         * soft-fp/extended.h: Fix comment formatting.
3846         * soft-fp/op-1.h: Likewise.
3847         * soft-fp/op-2.h: Likewise.
3848         * soft-fp/op-4.h: Likewise.
3849         * soft-fp/op-8.h: Likewise.
3850         * soft-fp/op-common.h: Likewise.
3851         * soft-fp/soft-fp.h: Likewise.
3853         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3855 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3857         [BZ #6652]
3858         * Makeconfig (soversions-default-setname): Remove variable.
3859         ($(common-objpfx)soversions.i): Don't pass default_setname to
3860         soversions.awk.
3861         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3862         oldest_abi to abi-versions.awk.
3863         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3864         * config.make.in (oldest-abi): Remove variable.
3865         * configure.ac (--enable-oldest-abi): Remove configure option.
3866         * configure: Regenerated.
3867         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3868         text.
3869         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3870         * scripts/soversions.awk: Do not handle default_setname variable.
3871         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3872         variable.
3873         * sysdeps/mach/hurd/configure: Regenerated.
3874         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3875         variable.
3876         * sysdeps/unix/sysv/linux/configure: Regenerated.
3878 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3880         * elf/Makefile (CFLAGS-interp.c): Remove.
3881         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3882         path string.
3883         * elf/interp.c: Include generated runtime-linker.h
3885         * Makerules (lib%.so): Don't include $(+interp) in
3886         prerequisites.
3887         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3888         * dlfcn/eval.c: Remove file.
3890         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3891         macros.
3893         [BZ #17266]
3894         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3895         4.2 and newer.
3897         [BZ #17370]
3898         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3900 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3901             Jakub Jelinek  <jakub@redhat.com>
3903         [BZ #17266]
3904         * libio/stdio.h: Check definition of __fortify_function
3905         instead of __extern_always_inline to include bits/stdio2.h.
3906         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3907         check if __extern_always_inline is defined.
3908         [__USE_MISC || __USE_XOPEN]: Likewise.
3909         [__USE_ISOC99] Likewise.
3910         * misc/sys/cdefs.h (__fortify_function): Define only if
3911         __extern_always_inline is defined.
3912         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3913         __extern_always_inline and __extern_inline only for g++-4.3
3914         and newer or a compatible gcc.
3916 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3918         [BZ #17371]
3919         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3920         last change to handle zero prefix length.
3922 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3924         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3925         _SC_REGEX_VERSION.
3927         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3928         _POSIX_RAW_SOCKETS.
3930 2014-09-13  Allan McRae  <allan@archlinux.org>
3932         * po/ru.po: Update Russian translation from translation project.
3934 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3936         * locale/programs/locale.c (show_locale_vars): Inline local function
3937         into its sole call site.  Clean up some style nits.
3938         (print_item): New function, broken out of ...
3939         (show_info): ... local function here.  Clean up style nits.
3941         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3942         out of ...
3943         (set_class_defaults): ... local function set_default here.
3944         Define set_default as a macro locally to pass constant parameters.
3945         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3946         rather than a shared local.
3948         * stdlib/rpmatch.c (try): New function, broken out of ...
3949         (rpmatch): ... local function here.  Also, prototypify definition.
3951 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3953         * scripts/soversions.awk: Do not handle configuration names.
3954         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3955         vendor and os variables to soversions.awk.
3956         * configure.ac: Do not modify gnu-* host_os.
3957         * configure: Regenerated
3958         * shlib-versions: Remove first column with configuration names.
3959         * nptl/shlib-versions: Likewise.
3960         * nptl_db/shlib-versions: Likewise.
3961         * sysdeps/hppa/shlib-versions: Likewise.
3962         * sysdeps/m68k/shlib-versions: Likewise.
3963         * sysdeps/mach/hurd/shlib-versions: Likewise.
3964         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3965         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3966         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3967         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3968         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3969         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3970         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3971         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3973         Likewise.
3974         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3975         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3976         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3977         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3978         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3979         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3980         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3981         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3984         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3986         Regenerated.
3987         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3989         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3991         * shlib-versions: Remove OS-specific entries.  Moved to files in
3992         sysdeps.
3993         * sysdeps/mach/hurd/shlib-versions: New file.
3994         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3996         * nptl/shlib-versions: Remove architecture-specific entries.
3997         Moved to files in sysdeps.
3998         * shlib-versions: Likewise.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4000         file.
4001         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4002         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4003         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4004         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4006         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4007         (UDP_NO_CHECK6_RX): Likewise.
4009 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4011         * sysdeps/posix/sysconf.c (__sysconf): Spell
4012         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4014 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4016         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4017         loading.
4018         * iconv/Versions (__gconv_transliterate): Export for use from
4019         gconv modules.
4020         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4021         (struct __gconv_trans_data, __gconv_trans_fct,
4022         __gconv_trans_context_fct, __gconv_trans_query_fct,
4023         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4024         definitions.
4025         (struct __gconv_step_data): Remove __trans member.
4026         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4027         longer hidden.  Remove unused trans_data argument.
4028         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4029         (__gconv_translit_find): Remove declaration.
4030         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4031         prototype.
4032         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4033         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4034         trans_data argument.  Add hidden definition.
4035         (__gconv_translit_find): Remove.
4036         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4037         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4038         * iconv/skeleton.c: Remove transliteration initialization.
4039         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4040         __gconv_step_data initialization.
4041         * libio/iofwide.c (__libio_translit_): Remove.
4042         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4043         * wcsmbs/btowc.c (__btowc): Likewise.
4044         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4045         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4046         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4047         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4048         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4049         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4050         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4051         * wcsmbs/wctob.c (wctob): Likewise.
4053 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4055         [BZ #16194]
4056         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4057         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4058         register usage.
4059         * sysdeps/x86/Makefile: Adjust.
4061 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4062             Roland McGrath  <roland@hack.frob.com>
4064         * locale/weight.h: Add include guard.
4065         (findidx): Make static rather than auto; take new parameters
4066         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4067         * locale/weightwc.h: Likewise.
4068         * posix/fnmatch_loop.c
4069         (FCT): Change type of EXTRA from int32_t to wint_t.
4070         Don't include either header inside the function.
4071         Call FINDIDX rather than findidx, and pass new arguments.
4072         #undef FINDIDX at the end of the file.
4073         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4074         FINDIDX before including fnmatch_loop.c for the non-wide version.
4075         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4076         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4077         for the wide version.
4078         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4079         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4080         Pass new arguments to findidx.
4081         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4082         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4083         Don't #include it inside the function.  Pass new arguments to findidx.
4084         * posix/regex_internal.h
4085         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4086         (re_string_elem_size_at): Don't #include it inside the function.
4087         Pass new arguments to findidx.
4088         * string/strcoll_l.c: #include WEIGHT_H at top level.
4089         (get_next_seq): Don't #include it inside the function.
4090         Pass new arguments to findidx.
4091         (get_next_seq_nocache): Likewise.
4092         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4093         (STRXFRM): Don't #include it inside the function.
4094         Pass new arguments to findidx.
4096 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4098         [BZ #17344]
4099         * malloc/malloc.c (unlink): Turn asserts into a call to
4100         malloc_printerr.
4102 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4104         [BZ #17370]
4105         * libio/wfileops (do_ftell_wide): Free OUT.
4107 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4109         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4111 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4113         [BZ #17363]
4114         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4115         group if the current group is empty.
4117 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4119         * benchtests/bench-memset.c (test_main): Add more test from size
4120         from 32 to 512 bytes.
4121         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4122         Add POWER8 memset object.
4123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4124         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4125         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4126         implementation.
4127         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4128         Likewise.
4129         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4130         multiarch POWER8 memset optimization.
4131         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4132         POWER8 memset optimization.
4134         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4135         Remove bzero multiarch objects.
4136         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4137         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4138         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4139         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4140         Remove define.
4141         [__bzero]: Redefine to specific name.
4142         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4143         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4144         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4145         define.
4146         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4147         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4149 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4151         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4152         warnings into errors.
4154         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4155         __cxa_thread_atexit_impl prototype.
4157 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4159         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4160         Fix capitalization of error message.
4162 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4164         * sysdeps/mips/preconfigure: Modify ABI tests.
4166 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4168         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4170 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4171             Carlos O'Donell  <carlos@systemhalted.org>
4173         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4174         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4175         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4176         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4177         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4178         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4179         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4180         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4181         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4182         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4183         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4184         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4185         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4186         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4187         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4188         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4189         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4190         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4191         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4192         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4193         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4194         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4195         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4196         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4197         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4198         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4199         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4200         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4201         Deconditionalize the code that was previously under [RESET_PID].
4202         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4203         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4204         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4205         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4206         include sysdep.h.
4208 2014-09-08  Allan McRae  <allan@archlinux.org>
4210         * version.h (RELEASE): Set to "development".
4211         (VERSION): Set to "2.20.90"
4213 2014-09-07  Allan McRae  <allan@archlinux.org
4215         * version.h (RELEASE): Set to "stable".
4216         (VERSION): Set to "2.20"
4217         * include/features.h (__GLIBC_MINOR__): Set to 20.
4219         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4220         Liebler.
4222         * po/ko.po: Update Korean translation from translation project.
4224 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4226         [BZ #17354]
4227         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4228         macro for handling signed relocations.
4230 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4232         [BZ #17325]
4233         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4234         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4235         assert.
4236         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4237         * iconvdata/ibm935.c (BODY): Likewise.
4238         * iconvdata/ibm937.c (BODY): Likewise.
4239         * iconvdata/ibm939.c (BODY): Likewise.
4240         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4241         assert.
4242         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4243         script.
4244         * iconvdata/run-iconv-test.sh: New test loop for checking for
4245         decoder crashers.
4247 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4249         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4250         libm_hidden_ver.
4252 2014-09-01  Allan McRae  <allan@archlinux.org>
4254         * po/eo.po: Update Esperanto translation from translation project.
4256         * po/ca.po: Update Catalan translation from translation project.
4258 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4260         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4261         __proc_dostop call.
4263 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4265         [BZ #17319]
4266         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4267         to call set_thread_area instead of hand written asm.
4268         (__NR_set_thread_area): Removed define.
4269         (TLS_FLAG_WRITABLE): Likewise.
4270         (__ASSUME_SET_THREAD_AREA): Remove check.
4271         (TLS_EBX_ARG): Remove define.
4272         (TLS_LOAD_EBX): Likewise.
4274 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4276         Simplify atomicity of socket creation in bind.
4278         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4279         looking up the name after linking the file.
4281 2014-08-27  Allan McRae  <allan@archlinux.org>
4283         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4285 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4287         [BZ #17187]
4288         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4289         trans_compare, open_translit, __gconv_translit_find):
4290         Remove module loading code.
4292 2014-08-26  Allan McRae  <allan@archlinux.org>
4294         * po/vi.po: Update Vietnamese translation from translation project.
4296         * po/uk.po: Update Ukrainian translation from translation project.
4298         * po/fr.po: Update French translation from translation project.
4300         * po/ru.po: Update Russian translation from translation project.
4302         * po/pl.po: Update Polish translation from translation project.
4304         * po/cs.po: Update Czech translation from translation project.
4306         * po/de.po: Update German translation from translation project.
4308         * po/bg.po: Update Bulgarian translation from translation project.
4310         * po/sv.po: Update Sweedish translation from translation project.
4312         * po/nl.po: Update Dutch translation from translation project.
4314         * po/es.po: Update Spanish translation from translation project.
4316 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4318         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4320         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4321         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4322         (CPPFLAGS-iconvconfig): Likewise.
4323         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4325         * include/libc-symbols.h: Remove unnecessary check for
4326         NOT_IN_libc.
4327         * nptl/pthreadP.h: Likewise.
4328         * sysdeps/aarch64/setjmp.S: Likewise.
4329         * sysdeps/alpha/setjmp.S: Likewise.
4330         * sysdeps/arm/sysdep.h: Likewise.
4331         * sysdeps/i386/setjmp.S: Likewise.
4332         * sysdeps/m68k/setjmp.c: Likewise.
4333         * sysdeps/posix/getcwd.c: Likewise.
4334         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4335         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4336         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4337         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4338         * sysdeps/sh/sh3/setjmp.S: Likewise.
4339         * sysdeps/sh/sh4/setjmp.S: Likewise.
4340         * sysdeps/unix/alpha/sysdep.h: Likewise.
4341         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4342         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4343         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4344         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4347         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4348         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4349         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4350         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4351         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4352         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4353         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4354         * sysdeps/x86_64/setjmp.S: Likewise.
4356 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4358         [BZ #17263]
4359         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4360         <stdint.h>.
4361         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4362         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4364 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4366         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4368         [BZ #17262]
4369         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4370         and __x86_64__ when disabling x87 inline functions.
4372 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4374         [BZ #17259]
4375         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4376         asm statement with __cpuid_count.
4378 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4380         * configure.ac: Change __ehdr_start code to dereference the struct.
4381         Run readelf on the output to look for relocations.
4382         * configure: Regenerated.
4384 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4386         [BZ #17261]
4387         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4388         value to 0.
4389         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4391 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4393         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4395 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4397         [BZ #16892]
4398         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4399         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4401 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4403         * malloc/malloc.c: Fix typo in comment.
4405 2014-08-09  Allan McRae  <allan@archlinux.org>
4407         * Regenerate libc.po.
4409 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4411         * intl/tst-gettext2.sh: Check every lang file for creation.
4413 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4415         * sysdeps/aarch64/fpu/math_private.h
4416         (libc_feholdsetround_noex_aarch64_ctx): New function.
4418 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4420         * sysdeps/arm/armv6/strcpy.S (strcpy):
4421         Fix performance issue in misaligned cases.
4423 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4425         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4426         Move definition from termios.h.
4427         (struct termio): Likewise.
4428         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4429         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4430         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4431         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4432         Likewise.
4433         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4434         Move definition to ioctl-types.h
4435         (struct termio): Likewise.
4436         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4437         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4438         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4439         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4440         Likewise.
4442 2014-08-05  Richard Henderson  <rth@redhat.com>
4444         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4445         exceptions.
4446         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4447         Add fraiseexcpt.
4448         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4449         Use __feraiseexcept.
4450         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4451         Protect libm symbols with IS_IN_libm.
4453         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4455 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4457         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4459 2014-08-04  Will Newton  <will.newton@linaro.org>
4461         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4462         file.
4464 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4466         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4467         variants for each function.
4469 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4471         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4472         appended ...
4473         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4474         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4475         appended ...
4476         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4477         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4478         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4479         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4480         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4481         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4482         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4483         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4484         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4485         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4486         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4487         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4488         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4489         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4490         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4491         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4492         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4493         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4494         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4495         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4496         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4497         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4498         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4499         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4500         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4501         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4502         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4503         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4504         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4505         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4506         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4507         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4508         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4509         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4510         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4511         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4512         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4513         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4514         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4515         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4516         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4517         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4518         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4519         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4520         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4521         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4522         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4523         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4524         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4525         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4526         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4527         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4528         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4529         Update #include.
4530         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4531         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4533 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4535         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4536         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4537         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4538         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4539         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4540         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4542 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4544         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4545         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4546         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4547         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4549 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4551         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4552         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4553         (__libc_vfork): Define function under this name.
4554         (__vfork): Define as an alias.
4555         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4556         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4558 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4560         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4561         that was previously under [RESET_PID].
4562         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4564 2014-08-04  Andreas Schwab  <schwab@suse.de>
4566         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4568 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4570         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4571         (main): Likewise.
4573 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4575         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4577 2014-08-01  Richard Henderon  <rth@redhat.com>
4579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4580         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4581         typo in exact zero test.
4582         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4583         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4584         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4586 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4588         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4589         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4590         * sysdeps/arm/sysdep.h: ... here.
4591         [!__ASSEMBLER__]: Include <stdint.h>.
4593 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4595         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4596         (HAVE_WCTYPE_H): Likewise.
4597         (HAVE_ISWCTYPE): Likewise.
4598         (ENABLE_NLS): Likewise.
4599         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4600         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4602         * posix/regex_internal.c: Check if DEBUG is defined and is
4603         set.
4605         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4606         (HAVE_MBSRTOWCS): Likewise.
4607         * posix/fnmatch.c: Include string.h unconditionally.
4609 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4611         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4612         reversal.
4614 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4616         * sysdeps/generic/safe-fatal.h: New file.
4617         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4618         * nptl/forward.c: Include it.
4619         (__pthread_unwind): Use __safe_fatal as default action, rather
4620         than a bogus use of INTERNAL_SYSCALL that could never work.
4622         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4623         * configure.ac (libc_cv_builtin_trap): New test.
4624         * configure: Regenerated.
4625         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4626         (ABORT_INSTRUCTION): Define using __builtin_trap.
4628         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4629         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4630         * sysdeps/nptl/nptl-signals.h: New file.
4631         * nptl/pthreadP.h: Include <nptl-signals.h>.
4633 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4635         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4636         (ONE_DIRECTION): Define.
4637         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4638         (ONE_DIRECTION): Define.
4639         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4640         (ONE_DIRECTION): Define.
4642 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4644         * sysdeps/s390/Makefile: Delete file.
4645         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4646         * sysdeps/s390/__longjmp.c: Delete file.
4647         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4648         Remove fields __flags and __reserved.
4649         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4650         and add versioning.
4651         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4652         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4653         * sysdeps/s390/rtld-setjmp.S: Likewise.
4654         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4655         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4656         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4657         * sysdeps/s390/s390-32/setjmp.S: ... here.
4658         Add versioning.
4659         (__sigsetjmp): Remove setting __flags field.
4660         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4661         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4662         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4663         * sysdeps/s390/s390-64/setjmp.S: ... here.
4664         Add versioning.
4665         (__sigsetjmp): Remove setting __flags field.
4666         * sysdeps/s390/setjmp.S: Delete file.
4667         * sysdeps/s390/sigjmp.c: Likewise.
4668         * sysdeps/s390/v1-longjmp.c: Likewise.
4669         * sysdeps/s390/v1-setjmp.h: Likewise.
4670         * sysdeps/s390/v1-sigjmp.c: Likewise.
4671         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4672         Remove v1-longjmp_chk.
4673         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4674         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4675         Include debug/longjmp_chk.c and add versioning.
4676         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4677         Include nptl/pt-longjmp.c and add versioning.
4678         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4679         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4680         Include __longjmp.c.
4681         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4682         Move to ...
4683         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4684         (__getcontext): Remove setting __flags field.
4685         Add versioning.
4686         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4687         Don't restore upper high grps.
4688         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4689         Likewise.
4690         (__swapcontext): Remove setting uc_flags field.
4691         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4692         Delete file.
4693         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4694         Include __longjmp.c.
4695         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4696         Move to ...
4697         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4698         (__getcontext): Remove setting __flags field.
4699         Add versioning.
4700         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4701         (__swapcontext): Remove setting uc_flags field.
4702         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4703         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4704         Remove fields uc_high_gprs and __reserved.
4705         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4706         New file with reverted content.
4707         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4708         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4709         Regenerated.
4710         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4711         Regenerated.
4713 2014-07-31  Andreas Schwab  <schwab@suse.de>
4715         * config.h.in (HAVE_IFUNC): Define to 0.
4716         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4717         definedness.
4719 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4721         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4722         memmove-avx-unaligned, memcpy-avx-unaligned and
4723         mempcpy-avx-unaligned.
4724         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4725         Add tests for AVX memcpy functions.
4726         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4727         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4728         memcpy_chk.
4729         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4730         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4731         memmove_chk.
4732         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4733         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4734         mempcpy_chk.
4735         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4736         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4737         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4739 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4741         [BZ #17213]
4742         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4743         powerpc64le.
4745 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4747         [BZ #16839]
4748         * manual/llio.texi: Add section about open file description locks.
4749         * manual/examples/ofdlocks.c: Example of open file description
4750         lock usage.
4751         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4752         F_OFD_SETLK, and F_OFD_SETLKW.
4754 2014-07-23  Allan McRae  <allan@archlinux.org>
4756         * po/es.po: Update Spanish translation from translation project.
4758 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4760         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4762 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4764         [BZ #17078]
4765         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4766         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4767         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4769 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4771         [BZ #17088]
4772         * math/fesetenv.c (__fesetenv)
4773         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4774         * math/feupdateenv.c (__feupdateenv)
4775         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4777         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4778         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4779         (__ASSUME_SOCKETCALL): Do not define.
4781         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4782         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4783         (__ASSUME_SOCKETCALL): Do not define.
4784         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4785         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4786         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4787         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4788         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4789         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4790         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4791         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4793         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4794         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4795         (__ASSUME_SOCKETCALL): Do not define.
4796         (__ASSUME_IPC64): Define unconditionally.
4797         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4798         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4799         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4800         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4801         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4802         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4803         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4804         Likewise.
4806         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4807         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4808         (__ASSUME_SOCKETCALL): Do not define.
4809         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4810         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4811         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4812         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4813         (__ASSUME_REQUEUE_PI): Define unconditionally.
4814         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4815         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4816         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4817         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4818         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4819         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4821         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4822         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4823         (__ASSUME_SOCKETCALL): Do not define.
4824         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4825         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4826         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4827         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4828         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4829         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4831         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4832         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4833         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4834         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4835         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4836         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4837         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4838         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4839         (__ASSUME_GETCPU_SYSCALL): Likewise.
4841         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4842         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4843         cases for individual architectures.
4844         * sysdeps/gnu/configure: Regenerated.
4845         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4846         LIBC_SLIBDIR_RTLDDIR.
4847         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4848         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4849         LIBC_SLIBDIR_RTLDDIR.
4850         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4852         LIBC_SLIBDIR_RTLDDIR.
4853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4854         Regenerated.
4855         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4856         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4857         file.
4858         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4859         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4860         file.
4861         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4862         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4863         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4864         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4866         * sysdeps/aarch64/shlib-versions: Move to ...
4867         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4868         * sysdeps/alpha/shlib-versions: Move to ...
4869         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4870         * sysdeps/arm/shlib-versions: Move to ...
4871         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4872         * sysdeps/hppa/shlib-versions: Move all contents except for
4873         libgcc_s entry to ...
4874         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4875         entry from ...
4876         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4877         * sysdeps/ia64/shlib-versions: Move to ...
4878         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4879         entry from ...
4880         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4881         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4882         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4883         * sysdeps/microblaze/shlib-versions: Move to ...
4884         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4885         * sysdeps/mips/shlib-versions: Move to ...
4886         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4887         entry from ...
4888         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4889         * sysdeps/tile/shlib-versions: Move to ...
4890         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4891         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4892         from ...
4893         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4894         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4895         entry from ...
4896         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4898 2014-07-17  Will Newton  <will.newton@linaro.org>
4900         * sysdeps/arm/bits/atomic.h
4901         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4902         (__arch_compare_and_exchange_bool_16_int): Likewise.
4903         (__arch_compare_and_exchange_bool_64_int): Likewise.
4905         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4906         into an #else block.
4908 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4910         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4911         just Linux configurations.  Test empirically that the compiler sets
4912         __ARM_EABI__, rather than using the tuple to decide.
4913         * sysdeps/arm/preconfigure: Regenerated.
4914         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4915         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4916         contents appended ...
4917         * sysdeps/arm/configure.ac: ... here.
4918         * sysdeps/arm/configure: Regenerated.
4920 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4922         * nptl/pthread_kill.c: New file.
4923         * nptl/pthread_sigmask.c: New file.
4924         * nptl/pthread_sigqueue.c: New file.
4926         * sysdeps/nptl/lowlevellock.h: New file.
4927         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4928         * sysdeps/nptl/lowlevellock-futex.h: New file.
4930         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4931         Remove dead declarations.
4933 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4935         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4936         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4937         config-cflags-avx2.
4938         * sysdeps/x86_64/configure.ac: Likewise.
4939         * sysdeps/i386/configure: Regenerated.
4940         * sysdeps/x86_64/configure: Likewise.
4941         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4942         memset-avx2 only if config-cflags-avx2 is yes.
4943         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4944         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4945         defined.
4946         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4947         only if HAVE_AVX2_SUPPORT is defined.
4948         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4950 2014-07-14  Alan Modra  <amodra@gmail.com>
4952         [BZ #17153]
4953         * elf/elf.h (DT_PPC64_NUM): Correct value.
4954         * NEWS: Add to fixed bug list.
4956 2014-07-13  Jim Meyering  <meyering@fb.com>
4958         [BZ 17150]
4959         regex: don't deref NULL upon heap allocation failure
4960         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4961         failure in one more place.
4962         To trigger the segfault, configure grep -with-included-regex,
4963         build it, and run these commands:
4964         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4966 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4968         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4970 2014-07-11  Richard Henderson  <rth@redhat.com>
4972         * sysdeps/aarch64/libm-test-ulps: Update.
4974 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4976         [BZ #17135]
4977         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4978         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4979         (__nptl_setxid): Initialize error member.  Call
4980         __nptl_setxid_error.
4981         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4982         * nptl/descr.h (struct xid_command): Add error member.
4983         * nptl/tst-setuid3.c: New file.
4984         * nptl/Makefile (tests): Add it.
4986 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4988         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4989         New define.
4990         (__lll_trylock): Use __lll_base_trylock.
4991         (__lll_cond_trylock): Likewise.
4993 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4995         * nptl/pthread_create.c (start_thread): Use atomic_or and
4996         lll_futex_wake directly rather than lll_robust_dead.
4997         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4998         (lll_robust_dead): Macro removed.
4999         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5000         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5001         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5002         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5003         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5004         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5005         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5006         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5007         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5008         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5009         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5010         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5011         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5012         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5013         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5015         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5016         Use atomic_compare_and_exchange_val_acq directly rather than
5017         lll_robust_trylock.
5018         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5019         (__lll_robust_trylock, lll_robust_trylock): Removed.
5020         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5021         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5022         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5023         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5024         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5025         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5026         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5027         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5028         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5029         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5030         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5031         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5032         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5033         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5035 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5037         * manual/locale.texi (Locale Names): New section documenting
5038         locale name syntax.  Adjust menu and node chaining accordingly.
5039         (Choosing Locale): Reference Locale Names, Locale Categories.
5040         Mention setting LC_ALL=C.  Reflect that name syntax is now
5041         documented.
5042         (Locale Categories): New section title.  Reference Locale Names.
5043         LC_ALL is an environment variable, but not a category.
5044         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5045         description, now in Locale Name.  Reference that section.  Locale
5046         name syntax is now documented.
5048 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5050         [BZ #17137]
5051         * locale/findlocale.c (name_present, valid_locale_name): New
5052         functions.
5053         (_nl_find_locale): Use the loc_name variable to store name
5054         candidates.  Call name_present and valid_locale_name to check and
5055         validate locale names.  Return an error if the locale is invalid.
5057 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5059         * locale/setlocale.c (setlocale): Use strdup for allocating
5060         composite name copy.
5062 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5064         Sync up with gnulib.
5065         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5066         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5067         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5068         and _GL_ARG_NONNULL.
5069         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5070         [!_LIBC]: Include code for Windows and Cygwin.
5071         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5072         Include prototype for int strerror_r.
5073         [!_LIBC] (is_open): New function.
5074         (flush_stdout): New function.
5075         (print_errno_message): Use it.
5076         (error): Likewise.
5077         (error_at_line): Likewise.
5078         (error_tail) Add function attribute macros.  Use
5079         __builtin_expect.
5081         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5083         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5085         * io/ftw.c: Include sys/param.h unconditionally.
5087         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5089         [BZ #17125]
5090         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5091         libc_freeres_ptr.
5092         (freecache): New function to free CACHE on exit.
5094         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5095         initialization.
5097 2014-07-09  David S. Miller  <davem@davemloft.net>
5099         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5101         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5102         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5103         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5104         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5105         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5106         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5107         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5108         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5109         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5110         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5111         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5112         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5113         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5115 2014-07-09  Andreas Schwab  <schwab@suse.de>
5117         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5118         output.
5119         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5120         (do_test): Likewise.
5122         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5124 2014-07-09  Will Newton  <will.newton@linaro.org>
5126         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5127         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5128         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5129         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5130         * sysdeps/hppa/start.S (_start): Likewise.
5132 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5134         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5136         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5137         defined.
5139 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5141         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5142         after checking that it is non-NULL.
5144         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5146 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5148         * sysdeps/powerpc/memmove.c: Remove file.
5149         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5150         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5151         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5152         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5153         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5154         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5155         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5156         string memmove instead of removed powerpc one.
5158         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5159         [weak_alias]: Fix compiler warning due trailing data.
5160         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5161         [weak_alias]: Likewise.
5162         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5163         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5165         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5166         (__libc_ifunc_impl_list): Add memmove functions.
5168 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5170         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5171         Remove code.
5172         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5173         Likewise
5174         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5175         Likewise
5176         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5177         Likewise
5178         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5179         Likewise
5180         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5181         Likewise
5182         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5183         Likewise
5184         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5185         Likewise
5186         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5187         Likewise
5188         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5189         Likewise
5190         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5191         Likewise
5192         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5193         Likewise
5194         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5195         Likewise
5196         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5197         Likewise
5198         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5199         Likewise
5200         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5201         Likewise
5202         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5203         Likewise
5205 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5207         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5208         to avoid alignment traps in non-cacheable memory.
5209         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5212         multiarch objects.
5213         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5214         file: multiarch power7 memmove.
5215         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5216         multiarch default memmove.
5217         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5218         multiarch memove for powerpc32/power4.
5220         * string/bcopy.c: Use full path to include memmove.c.
5221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5222         multiarch objects.
5223         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5224         bcopy for powerpc64.
5225         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5226         bcopy for powerpc64.
5227         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5228         and memmove implementations.
5229         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5230         optimized multiarch memmove for POWER7/powerpc64.
5231         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5232         default multiarch memmove for powerpc64.
5233         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5234         multiarch for powerpc64.
5235         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5236         for POWER7/powerpc64.
5237         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5238         memmove for POWER7/powerpc64.
5240         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5241         glibc default one.
5243         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5244         __ELF_NATIVE_CLASS equal to 64.
5246 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5248         * sysdeps/nptl/lowlevellock.h: File removed.
5250         * NEWS: NPTL is no longer an add-on!
5251         * nptl/internaltypes.h: Moved ...
5252         * sysdeps/nptl/internaltypes.h: ... here.
5253         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5254         * sysdeps/nptl/fork.c: Likewise.
5255         * sysdeps/nptl/gai_misc.h: Likewise.
5256         * sysdeps/nptl/librt-cancellation.c: Likewise.
5257         * sysdeps/nptl/jmp-unwind.c: Likewise.
5258         * sysdeps/nptl/setxid.h: Likewise.
5259         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5260         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5261         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5262         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5263         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5264         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5265         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5266         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5267         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5268         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5269         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5270         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5271         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5272         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5273         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5274         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5275         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5276         * nptl/Makeconfig: Moved ...
5277         * sysdeps/nptl/Makeconfig: ... here.
5278         * nptl/configure: File removed.
5279         * nptl/ANNOUNCE: File removed.
5280         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5281         * sysdeps/unix/sysv/linux/configure: Regenerated.
5283         * nptl/Makefile (routines): Add libc_pthread_init,
5284         libc_multiple_threads, register-atfork and unregister-atfork.
5285         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5286         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5287         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5288         pthread-pi-defines.sym, structsem.sym.
5289         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5290         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5291         [$(subdir) = nptl] (tests): Add tst-setgetname.
5292         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5293         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5294         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5295         [!LIBC_SIGACTION]: Remove aliases.
5296         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5297         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5298         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5299         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5300         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5301         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5302         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5303         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5304         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5305         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5306         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5307         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5308         __libc_allocate_rtsig_private.
5309         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5310         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5311         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5312         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5313         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5314         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5315         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5316         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5317         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5318         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5319         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5320         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5321         * nptl/internaltypes.h: ... here.
5322         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5323         * sysdeps/nptl/jmp-unwind.c: ... here.
5324         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5325         * nptl/libc-lowlevellock.c: ... here.
5326         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5327         * nptl/libc_multiple_threads.c: ... here.
5328         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5329         * nptl/libc_pthread_init.c: ... here.
5330         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5331         * nptl/lowlevelbarrier.sym: ... here.
5332         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5333         * nptl/lowlevelcond.sym: ... here.
5334         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5335         * nptl/lowlevellock.c: ... here.
5336         * nptl/lowlevellock.h: Moved ...
5337         * sysdeps/nptl/lowlevellock.h: ... here.
5338         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5339         * nptl/lowlevelrobustlock.c: ... here.
5340         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5341         * nptl/lowlevelrobustlock.sym: ... here.
5342         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5343         * nptl/lowlevelrwlock.sym: ... here.
5344         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5345         * nptl/pt-fork.c: ... here.
5346         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5347         * nptl/pthread-pi-defines.sym: ... here.
5348         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5349         * nptl/pthread_attr_getaffinity.c: ... here.
5350         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5351         * nptl/pthread_attr_setaffinity.c: ... here.
5352         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5353         * nptl/pthread_mutex_cond_lock.c: ... here.
5354         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5355         Update #include.
5356         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5357         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5358         * nptl/pthread_once.c: ... here, replacing old file.
5359         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5360         * nptl/pthread_yield.c: ... here.
5361         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5362         * nptl/register-atfork.c: ... here.
5363         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5364         * nptl/sem_post.c: ... here.
5365         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5366         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5367         * nptl/sem_timedwait.c: ... here.
5368         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5369         * nptl/sem_trywait.c: ... here.
5370         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5371         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5372         * nptl/sem_wait.c: ... here.
5373         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5374         * nptl/structsem.sym: ... here.
5375         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5376         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5377         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5378         * nptl/unregister-atfork.c: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5380         * nptl/unwindbuf.sym: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5382         * sysdeps/nptl/fork.c: ... here.
5383         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5384         * sysdeps/nptl/fork.h: ... here.
5385         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5386         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5387         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5388         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5389         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5390         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5391         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5392         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5393         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5394         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5395         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5396         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5397         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5398         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5399         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5400         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5401         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5402         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5403         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5404         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5405         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5406         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5407         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5408         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5409         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5411         * sysdeps/unix/sysv/linux/raise.c: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5413         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5414         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5415         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5416         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5417         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5418         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5419         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5420         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5421         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5422         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5423         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5424         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5425         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5426         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5428 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5430         * sysdeps/generic/memcopy.h: Add comment for
5431         MEMCPY_OK_FOR_FWD_MEMMOVE.
5433 2014-07-04  Will Newton  <will.newton@linaro.org>
5435         * string/memchr.c: Merge from gnulib.
5436         [_LIBC]: Remove conditionals.
5437         (__ptr_t): Remove define.
5438         (LONG_MAX_32_BITS): Likewise.
5439         (LONG_MAX): Likewise.
5440         (MEMCHR): Use ANSI prototype and optimize algorithm.
5442         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5444 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5446         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5447         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5449         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5450         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5451         in a bare environment with no <stdlib.h> installed.
5452         * sysdeps/nptl/configure: Regenerated.
5454         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5456         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5457         AC_EGREP_CPP for kernel header checks, so they only succeed if
5458         including <linux/version.h> actually works right.
5459         * sysdeps/unix/sysv/linux/configure: Regenerated.
5461         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5462         value so it's not diagnosed as unused.
5464         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5465         thing) with "ifeq ($(subdir),rt)".
5467 2014-07-03  Richard Henderson  <rth@redhat.com>
5469         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5470         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5471         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5473         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5474         (math_force_eval): New.
5476         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5477         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5479         * sysdeps/alpha/fpu/s_round.c: Remove file.
5480         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5482         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5483         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5484         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5485         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5486         (_dl_start, print_statistics): Likewise.
5487         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5488         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5490         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5491         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5492         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5493         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5494         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5495         (HP_SMALL_TIMING_AVAIL): Define.
5496         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5497         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5498         (HP_SMALL_TIMING_AVAIL): Define.
5499         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5500         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5502         * sysdeps/aarch64/hp-timing.h: New file.
5504         * sysdeps/generic/hp-timing.h: Remove dead comment.
5505         * sysdeps/generic/hp-timing-common.h: New file.
5506         * sysdeps/alpha/hp-timing.h: Include it.
5507         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5508         * sysdeps/i386/i686/hp-timing.h: Likewise.
5509         * sysdeps/ia64/hp-timing.h: Likewise.
5510         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5511         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5512         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5513         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5514         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5515         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5516         (hp_timing_t): New.
5518         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5519         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5520         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5521         * elf/rtld.c (_dl_start_final): Likewise.
5522         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5523         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5524         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5525         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5526         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5527         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5528         (HP_TIMING_DIFF_INIT): Remove.
5529         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5530         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5531         (HP_TIMING_DIFF_INIT): Remove.
5532         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5533         * sysdeps/i386/i686/hp-timing.c: Remove file.
5534         * sysdeps/x86_64/hp-timing.c: Remove file.
5535         * sysdeps/ia64/hp-timing.c: Remove file.
5536         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5537         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5538         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5539         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5541         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5542         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5543         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5544         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5545         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5546         (HP_TIMING_ACCUM): Remove.
5547         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5548         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5549         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5551         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5552         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5553         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5554         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5555         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5556         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5557         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5558         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5560         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5562 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5564         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5566 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5568         Sync up with gettext.
5569         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5570         [_MSC_VER]: Include malloc.h
5571         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5572         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5573         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5574         TEMP_FAILURE_RETRY.  Cast return of alloca.
5575         [!_LIBC] Call gl_rwlock_init.
5576         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5578 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5580         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5581         before checking its value.
5583 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5585         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5587         * debug/memcpy_chk.c: Don't include pagecopy.h.
5588         * debug/mempcpy_chk.c: Likewise.
5589         * string/memcpy.c: Likewise.
5590         * string/memmove.c: Likewise.
5591         * sysdeps/powerpc/memmove.c: Likewise.
5592         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5593         definition of PAGE_COPY_FWD_MAYBE here...
5594         * sysdeps/generic/pagecopy.h: ... from here.
5595         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5597 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5598             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5600         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5601         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5602         optimizations.
5603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5604         (__libc_ifunc_impl_list): Likewise.
5605         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5606         multiarch strcat for PPC64.
5607         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5608         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5610 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5612         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5614 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5616         * intl/loadmsgcat.c: Remove declaration of
5617         get_sysdep_segment_value.
5618         (get_sysdep_segment_value): Use ISO C style.
5619         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5620         semicolon.  Fix typo and formatting in comment.
5621         (_nl_unload_domain): Use ISO C style.
5623         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5625 2014-07-02  Will Newton  <will.newton@linaro.org>
5627         * malloc/obstack.c: Merge from gnulib master.
5628         [HAVE_CONFIG_H]: Remove conditional code.
5629         [!_LIBC]: Include config.h.
5630         [!ELIDE_CODE]: Don't include inttypes.h, include
5631         stdint.h unconditionally.
5632         (print_and_abort): Mark as _Noreturn.
5633         (_obstack_allocated_p): Mark as __attribute_pure__.
5634         (obstack_free): Rename to __obstack_free.
5635         [!__attribute__]: Remove conditional code.
5636         * malloc/obstack.h: Merge from gnulib master.
5637         [__cplusplus]: Move conditional down.
5638         [!__attribute_pure__]: Define __attribute_pure__ here
5639         if it is not already defined.
5640         (_obstack_memory_used): Mark as __attribute_pure__.
5641         [!__obstack_free]: Define as obstack_free.
5642         [__GNUC__]: Remove check for ancient NeXT gcc.
5644 2014-07-02  Will Newton  <will.newton@linaro.org>
5645             Paul Eggert  <eggert@cs.ucla.edu>
5647         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5649 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5651         * resolv/gethnamaddr.c: Add comment warning that the file is
5652         not maintained.
5654 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5656         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5657         entries.
5659         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5660         entry for aio_cancel and aio_cancel64.
5661         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5662         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5663         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5664         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5665         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5666         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5667         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5668         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5669         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5670         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5671         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5672         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5673         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5675 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5677         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5678         * nptl/pthread_mutex_lock.c: Likewise.
5679         * nptl/pthread_mutex_timedlock.c: Likewise.
5680         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5682 2014-07-01  Richard henderson  <rth@redhat.com>
5684         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5685         (__isnan, __isnanl): Remove.
5686         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5688         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5690 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5692         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5694 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5696         * resolv/nss_dns/dns-host.c (getanswer_r)
5697         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5699 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5701         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5702         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5703         undefine.
5704         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5705         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5707 2014-07-01  Roland McGrath <roland@hack.frob.com>
5709         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5710         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5712         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5713         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5715         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5716         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5717         ... here.
5718         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5719         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5721         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5722         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5723         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5724         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5726         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5727         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5728         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5729         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5730         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5731         Moved ...
5732         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5733         ... here.
5734         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5735         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5736         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5739         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5740         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5741         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5742         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5743         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5744         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5747         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5748         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5749         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5750         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5751         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5752         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5753         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5754         ... here.
5755         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5756         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5757         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5758         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5759         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5760         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5761         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5762         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5764 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5766         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5767         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5768         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5769         Add sysdep.
5771 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5775 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5777         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5778         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5780         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5782         * sysdeps/arm/libm-test-ulps: Regenerated.
5784 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5785             Roland McGrath <roland@hack.frob.com>
5787         * test-skeleton.c (signal_handler): Kill the whole process group
5788         before killing the child individually.
5789         (main): Report any failure on `setpgid'.
5791 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5793         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5794         from _TLS_H to _ARM_NPTL_TLS_H.
5795         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5796         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5798 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5800         [BZ #16539]
5801         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5802         (__expm1l): Return argument unchanged when small but not
5803         subnormal.
5805         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5806         include macro name.
5807         (_FP_UNPACK_RAW_1_P): Likewise.
5808         (_FP_PACK_RAW_1): Likewise.
5809         (_FP_PACK_RAW_1_P): Likewise.
5810         (_FP_MUL_MEAT_1_wide): Likewise.
5811         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5812         (_FP_MUL_MEAT_1_hard): Likewise.
5813         (_FP_DIV_MEAT_1_imm): Likewise.
5814         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5815         (_FP_DIV_MEAT_1_udiv): Likewise.
5816         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5817         (_FP_UNPACK_RAW_2): Likewise.
5818         (_FP_UNPACK_RAW_2_P): Likewise.
5819         (_FP_PACK_RAW_2): Likewise.
5820         (_FP_PACK_RAW_2_P): Likewise.
5821         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5822         (_FP_MUL_MEAT_2_wide): Likewise.
5823         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5824         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5825         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5826         (_FP_MUL_MEAT_2_gmp): Likewise.
5827         (_FP_DIV_MEAT_2_udiv): Likewise.
5828         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5829         (_FP_FRAC_SRL_4): Likewise.
5830         (_FP_FRAC_SRST_4): Likewise.
5831         (_FP_FRAC_SRS_4): Likewise.
5832         (_FP_UNPACK_RAW_4): Likewise.
5833         (_FP_UNPACK_RAW_4_P): Likewise.
5834         (_FP_PACK_RAW_4): Likewise.
5835         (_FP_PACK_RAW_4_P): Likewise.
5836         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5837         (_FP_MUL_MEAT_4_wide): Likewise.
5838         (_FP_MUL_MEAT_4_gmp): Likewise.
5839         (umul_ppppmnnn): Likewise.
5840         (_FP_DIV_MEAT_4_udiv): Likewise.
5841         (__FP_FRAC_ADD_4): Likewise.
5842         (__FP_FRAC_SUB_3): Likewise.
5843         (__FP_FRAC_SUB_4): Likewise.
5844         (__FP_FRAC_DEC_3): Likewise.
5845         (__FP_FRAC_DEC_4): Likewise.
5846         (__FP_FRAC_ADDI_4): Likewise.
5847         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5848         (_FP_FRAC_SRL_8): Likewise.
5849         (_FP_FRAC_SRS_8): Likewise.
5851         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5852         include macro name.
5853         (FP_UNPACK_RAW_EP): Likewise.
5854         (FP_PACK_RAW_E): Likewise.
5855         (FP_PACK_RAW_EP): Likewise.
5856         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5857         (_FP_ISSIGNAN): Likewise.
5858         (_FP_ADD_INTERNAL): Likewise.
5859         (_FP_FMA): Likewise.
5860         (_FP_CMP): Likewise.
5861         (_FP_SQRT): Likewise.
5862         (_FP_TO_INT): Likewise.
5863         (_FP_FROM_INT): Likewise.
5864         (FP_EXTEND): Likewise.
5865         (_FP_DIV_MEAT_N_loop): Likewise.
5867 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5869         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5870         throughout.
5872 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5874         [BZ #17097]
5875         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5876         result with correct sign in case of exponents that produce
5877         overflow except for X very close to 1.
5879 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5881         mktime: merge #if/#ifdef usage from glibc
5882         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5883         as that works with both Glibc's and Gnulib's style.
5884         See thread starting at Siddhesh Poyarekar's bug report at:
5885         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5887 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5889         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5890         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5891         * sysdeps/tile/tilegx/memmove.c: Remove file.
5893 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5895         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5896         abi-name definition.
5897         * scripts/soversions.awk: Do not handle or generate ABI lines.
5898         * shlib-versions: Remove ABI entries.
5899         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5900         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5902 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5904         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5905         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5906         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5907         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5909         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5910         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5911         Moved ...
5912         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5913         ... here.
5914         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5915         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5916         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5917         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5918         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5919         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5921         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5922         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5923         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5924         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5925         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5926         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5927         Moved ...
5928         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5929         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5932         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5933         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5934         Moved ...
5935         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5936         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5937         Moved ...
5938         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5940         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5941         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5942         Moved ...
5943         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5944         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5945         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5947         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5949         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5951         Moved ...
5952         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5954         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5955         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5956         Moved ...
5957         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5958         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5959         Moved ...
5960         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5961         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5962         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5963         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5964         Moved ...
5965         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5966         ... here.
5967         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5968         Identical file removed.
5969         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5970         Moved ...
5971         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5972         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5973         Identical file removed.
5974         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5975         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5976         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5977         Moved ...
5978         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5979         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5980         Identical file removed.
5981         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5982         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5983         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5984         Identical file removed.
5985         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5986         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5987         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5988         Identical file removed.
5989         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5990         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5991         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5992         Identical file removed.
5993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5994         Moved ...
5995         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5996         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5997         Identical file removed.
5998         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5999         Moved ...
6000         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6001         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6004         Identical file removed.
6005         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6006         Moved ...
6007         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6008         ... here.
6009         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6010         Identical file removed.
6011         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6012         Moved ...
6013         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6014         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6015         Identical file removed.
6016         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6017         Moved ...
6018         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6019         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6020         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6021         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6022         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6024         Moved ...
6025         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6026         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6027         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6029         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6030         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6031         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6032         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6033         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6035 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6037         [BZ #17092]
6038         * nscd/nscd.c (monitor_child): Return exit status of child
6039         instead of return value from wait syscall.
6041 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6043         * configure.ac (libc_commonpagesize): Remove variable.
6044         (libc_relro_required): Likewise.
6045         (libc_cv_z_relro): Remove configure test.
6046         * configure: Regenerated.
6047         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6048         variable.
6049         (libc_relro_required): Likewise.
6050         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6051         (libc_relro_required): Likewise.
6052         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6053         (libc_relro_required): Likewise.
6054         * sysdeps/arm/preconfigure: Regenerated.
6055         * sysdeps/ia64/preconfigure: Remove file.
6056         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6057         variable.
6058         (libc_relro_required): Likewise.
6060         [BZ #16561]
6061         [BZ #16562]
6062         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6063         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6064         recompute overflowing results in original rounding mode.
6065         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6066         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6067         recompute overflowing results in original rounding mode.
6068         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6069         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6070         recompute overflowing results in original rounding mode.
6071         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6072         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6073         recompute overflowing results in original rounding mode.
6074         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6075         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6076         recompute overflowing results in original rounding mode.
6077         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6078         (libc_feholdsetround_ctx): New macro.
6079         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6080         * sysdeps/i386/fpu/libm-test-ulps: Update.
6081         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6083 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6085         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6086         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6087         corresponding .cpsetup call.
6089 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6091         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6092         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6093         * sysdeps/arm/Makefile [$(subdir) = csu]
6094         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6095         (static-only-routines): Add aeabi_read_tp here.
6096         (shared-only-routines): Add libc-aeabi_read_tp here.
6097         (CFLAGS-libc-start.c): Add -fexceptions here.
6098         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6099         (sysdep_routines, static-only-routines, shared-only-routines):
6100         Don't add to these here.
6101         (CFLAGS-libc-start.c): Likewise.
6103         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6104         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6105         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6106         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6107         * sysdeps/arm/Makefile [$(subdir) = rt]
6108         (librt-sysdep_routines, librt-shared-only-routines):
6109         Append rt-aeabi_unwind_cpp_pr1 here.
6110         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6111         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6112         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6113         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6114         Append nptl-aeabi_unwind_cpp_pr1 here.
6115         (tests): Filter out tst-cleanupx4 here.
6116         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6117         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6118         Don't do those here.
6120 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6122         * scripts/list-sources.sh: Do not handle ports specially.
6124 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6126         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6127         * sysdeps/arm/feupdateenv.c: Likewise.
6129         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6131 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6133         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6134         trailing whitespace removed.
6135         * scripts/config.guess: Update to version 2014-03-23.
6136         * scripts/config.sub: Update to version 2014-05-01
6137         * scripts/install-sh: Update to version 2013-12-25.23.
6138         * scripts/move-if-change: Update from gnulib.
6140 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6142         * debug/memmove_chk.c: Remove pagecopy.h include.
6144 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6146         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6147         identical to gnulib mktime.
6149 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6151         * configure.ac: Do not test for machine being rs6000.  Do not test
6152         for powerpc*-*soft.
6153         * configure: Regenerated.
6155         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6156         test.
6157         * configure: Regenerated.
6158         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6159         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6160         Remove configure test.
6161         * sysdeps/arm/configure: Regenerated.
6162         * sysdeps/nptl/configure.ac: Do not check
6163         libc_cv_asm_cfi_directives.
6164         * sysdeps/nptl/configure: Regenerated.
6165         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6166         * sysdeps/x86_64/nptl/configure: Remove generated file.
6167         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6168         unconditional.
6169         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6171 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6173         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6174         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6175         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6176         it is defined.
6178         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6179         instead of whether it is defined.
6180         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6181         * sysdeps/hppa/dl-machine.h: Likewise.
6182         * sysdeps/ia64/dl-machine.h: Likewise.
6183         * sysdeps/m68k/dl-machine.h: Likewise.
6184         * sysdeps/microblaze/dl-machine.h: Likewise.
6185         * sysdeps/mips/dl-machine.: Likewise.
6186         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6187         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6188         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6189         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6190         * sysdeps/sh/dl-machine.h: Likewise.
6191         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6192         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6193         * sysdeps/tile/dl-machine.h: Likewise.
6194         * sysdeps/x86_64/dl-machine.h: Likewise.
6196         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6197         code.
6198         (verify_persistent_db): Likewise.
6200 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6203         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6205         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6207         Moved ...
6208         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6209         ... here.
6210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6211         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6213         Identical file removed.
6214         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6215         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6217         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6219         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6223         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6225         Moved ...
6226         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6228         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6230         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6232         Moved ...
6233         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6237         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6239         Identical file removed.
6240         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6241         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6243         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6244         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6245         Moved ...
6246         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6247         ... here.
6248         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6249         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6251         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6252         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6253         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6254         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6255         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6256         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6257         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6259         Moved ...
6260         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6262         Moved ...
6263         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6265         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6267         Moved ...
6268         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6270         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6272         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6273         folded into ...
6274         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6275         * sysdeps/unix/sysv/linux/s390/Versions
6276         (libpthread: GLIBC_2.19): New version set.
6277         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6278         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6279         (librt: GLIBC_2.3.3): New version set.
6280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6281         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6282         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6283         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6284         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6285         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6286         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6287         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6288         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6289         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6290         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6291         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6292         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6293         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6294         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6295         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6296         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6297         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6298         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6299         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6300         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6301         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6302         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6303         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6304         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6305         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6306         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6307         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6308         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6309         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6310         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6311         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6312         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6314         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6315         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6316         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6317         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6318         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6319         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6320         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6321         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6322         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6323         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6324         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6326         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6327         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6328         (__libc_vfork): Define the function under this name.
6329         [!NOT_IN_libc] (__vfork): Make this an alias.
6330         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6331         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6332         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6333         (__libc_vfork): Define the function under this name.
6334         [!NOT_IN_libc] (__vfork): Make this an alias.
6335         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6336         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6337         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6338         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6339         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6340         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6342         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6343         code that was previously under [RESET_PID].
6344         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6345         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6346         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6348         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6349         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6350         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6351         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6352         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6353         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6354         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6355         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6356         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6357         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6358         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6359         Moved ...
6360         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6361         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6362         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6363         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6364         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6365         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6366         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6367         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6368         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6369         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6370         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6371         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6372         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6373         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6374         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6375         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6376         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6378         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6379         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6382         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6384         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6385         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6386         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6387         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6388         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6390 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6392         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6393         that was previously under [RESET_PID].
6394         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6396 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6398         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6399         not undefine and redefine.
6400         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6401         [O_CLOEXEC]: Make code unconditional.
6402         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6403         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6404         <kernel-features.h>.
6405         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6406         conditional variable definition.
6407         (shm_open) [O_CLOEXEC]: Make code unconditional.
6408         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6409         code.
6411         * configure.ac (USE_REGPARMS): Don't define here.
6412         * configure: Regenerated.
6413         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6414         * sysdeps/i386/configure: Regenerated.
6416         * nptl/createthread.c: Don't include kernel-features.h.
6417         * nptl/pthread_cancel.c: Likewise.
6418         * nptl/pthread_condattr_setclock.c: Likewise.
6419         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6420         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6421         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6422         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6423         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6424         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6425         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6426         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6427         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6428         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6429         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6430         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6431         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6432         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6433         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6434         * nscd/gai.c: Likewise.
6435         * nss/nss_db/db-open.c: Likewise.
6436         * sysdeps/generic/ldsodefs.h: Likewise.
6437         * sysdeps/sh/nptl/tls.h: Likewise.
6438         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6439         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6440         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6441         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6442         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6443         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6444         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6445         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6446         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6447         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6448         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6449         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6450         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6451         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6452         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6453         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6454         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6455         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6456         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6457         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6458         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6459         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6460         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6461         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6462         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6463         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6464         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6465         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6466         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6467         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6468         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6469         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6470         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6471         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6472         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6473         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6474         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6475         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6476         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6477         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6478         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6479         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6480         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6481         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6482         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6483         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6484         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6485         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6486         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6487         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6488         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6489         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6490         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6491         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6492         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6493         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6494         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6495         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6518         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6519         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6520         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6521         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6522         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6523         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6524         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6525         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6526         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6527         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6528         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6529         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6530         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6531         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6532         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6533         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6534         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6535         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6536         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6537         * sysdeps/unix/sysv/linux/system.c: Likewise.
6538         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6539         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6540         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6541         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6542         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6543         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6544         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6546         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6547         * configure: Regenerated.
6548         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6550         * configure.ac (base_machine): Do not set specially for particular
6551         machines here.
6552         * configure: Regenerated.
6553         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6554         settings from configure.ac.
6555         * sysdeps/i386/preconfigure: New file.
6556         * sysdeps/s390/preconfigure: Likewise.
6557         * sysdeps/sh/preconfigure: Likewise.
6558         * sysdeps/sparc/preconfigure: Likewise.
6560 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6562         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6563         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6564         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6565         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6566         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6567         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6568         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6569         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6570         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6571         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6572         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6573         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6574         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6575         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6576         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6577         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6578         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6579         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6580         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6582         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6583         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6584         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6585         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6586         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6587         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6588         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6589         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6590         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6591         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6592         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6593         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6594         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6595         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6596         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6597         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6598         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6599         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6600         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6601         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6602         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6603         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6604         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6605         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6606         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6607         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6608         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6609         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6610         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6611         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6612         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6613         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6614         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6615         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6616         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6617         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6618         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6619         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6621         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6622         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6624         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6625         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6626         Moved ...
6627         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6628         ... here.
6629         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6630         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6631         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6632         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6633         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6634         Moved ...
6635         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6639         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6643         Moved ...
6644         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6645         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6646         Moved ...
6647         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6651         Moved ...
6652         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6654         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6656         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6657         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6658         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6660         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6664         ... here.
6665         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6670         Moved ...
6671         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6673         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6674         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6687         Moved ...
6688         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6692         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6694 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6696         * timezone/checktab.awk: Update from tzcode 2014e.
6697         * timezone/private.h: Likewise.
6698         * timezone/tzfile.h: Likewise.
6699         * timezone/zdump.c: Likewise.
6700         * timezone/zic.c: Likewise.
6702         * sysdeps/unix/sysv/linux/kernel-features.h
6703         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6704         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6705         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6706         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6707         Remove conditional code.
6709 2014-06-25  Will Newton  <will.newton@linaro.org>
6711         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6712         (_dl_arm_cap_flags): Add HWCAP2 values.
6713         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6714         (_DL_HWCAP_COUNT): Increase to 37.
6715         (_DL_HWCAP_LAST): New define.
6716         (_DL_HWCAP2_LAST): New define.
6717         (_dl_procinfo): Add support for printing
6718         AT_HWCAP2 entries.
6719         (_dl_string_hwcap): Use _dl_hwcap_string.
6721 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6725 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6727         * README: Do not mention ports directory.
6729         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6730         Remove macro.
6731         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6732         <kernel-features.h>.
6733         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6734         conditional variable definition.
6735         (__futimes): Update comment.
6736         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6737         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6739         [BZ #16560]
6740         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6741         arguments close to 0.
6742         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6743         Likewise.
6744         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6745         Likewise.
6746         * math/auto-libm-test-in: Add more tests of exp10.
6747         * math/auto-libm-test-out: Regenerated.
6748         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6750         * sysdeps/unix/sysv/linux/kernel-features.h
6751         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6752         * sysdeps/unix/sysv/linux/readv.c: Do not include
6753         <kernel-features.h>.
6754         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6755         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6756         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6757         unconditional.
6758         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6759         conditional code.
6760         * sysdeps/unix/sysv/linux/writev.c: Do not include
6761         <kernel-features.h>.
6762         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6763         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6764         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6765         unconditional.
6766         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6767         conditional code.
6769 2014-06-25  Will Newton  <will.newton@linaro.org>
6771         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6772         comment changes throughout the file.  Remove checks
6773         for HAVE_*_H definitions that are not required.
6774         (__gen_tempname): Call abort if an unknown kind value is
6775         passed.
6777 2014-06-25  Andreas Schwab  <schwab@suse.de>
6779         [BZ #17086]
6780         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6781         scalbln, scalblnf, scalblnl in libc.
6783 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6785         [BZ #17086]
6786         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6787         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6788         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6790 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6792         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6793         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6794         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6795         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6796         Update #include.
6797         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6798         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6799         Update #include.
6800         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6801         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6802         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6803         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6804         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6805         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6806         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6807         * sysdeps/x86/bits/semaphore.h: ... here.
6808         * sysdeps/x86/nptl/elide.h: Moved ...
6809         * sysdeps/x86/elide.h: ... here.
6810         * sysdeps/x86_64/nptl/Implies: File removed.
6811         * sysdeps/i386/nptl/Implies: File removed.
6813 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6815         [BZ #16539]
6816         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6817         return the argument for normal arguments with exponent below -64.
6818         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6819         Likewise.
6820         * math/auto-libm-test-in: Add another test of expm1.
6821         * math/auto-libm-test-out: Regenerated.
6823         [BZ #16287]
6824         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6825         calling __erfcl for arguments at least 16.
6826         * math/auto-libm-test-in: Add more tests of erf.
6827         * math/auto-libm-test-out: Regenerated.
6829         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6830         individual architectures.
6831         * sysdeps/unix/sysv/linux/configure: Regenerated.
6832         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6833         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6834         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6835         (ldd_rewrite_script): Define variable.
6836         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6838         file.
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6840         generated file.
6841         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6842         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6843         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6844         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6845         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6846         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6847         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6848         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6850 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6852         [BZ #17084]
6853         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6854         Rename member __data.d to __data.__elision_data.
6856 2014-06-24  Wilco  <wdijkstr@arm.com>
6858         * NEWS: Add 16918 to fixed bug list.
6860 2014-06-24  Wilco  <wdijkstr@arm.com>
6862         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6864 2014-06-24  Wilco  <wdijkstr@arm.com>
6866         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6867         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6868         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6869         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6870         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6871         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6872         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6873         Use _FPU_MASK_RM.
6875 2014-06-24  Wilco  <wdijkstr@arm.com>
6877         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6879 2014-06-24  Wilco  <wdijkstr@arm.com>
6881         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6882         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6883         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6884         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6886 2014-06-24  Wilco  <wdijkstr@arm.com>
6888         [BZ #16918]
6889         * sysdeps/arm/feupdateenv.c (feupdateenv):
6890         Rewrite to reduce FPSCR accesses and fix return value.
6892 2014-06-24  Wilco  <wdijkstr@arm.com>
6894         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6895         Optimize to avoid unnecessary FPSCR writes.
6896         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6897         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6898         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6899         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6901 2014-06-24  Wilco  <wdijkstr@arm.com>
6903         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6904         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6905         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6906         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6907         Call libc_fetestexcept_vfp.
6908         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6909         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6910         __SOFTFP__ ifdef so that they can be built for softfp.
6912 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6914         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6915         argument type signed char.
6917         * Makerules (check-abi): Dump diff of symlist if the test
6918         fails.
6920 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6922         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6923         using abort.
6925         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6926         Remove unused variable ST.
6928 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6930         [BZ #16354]
6931         [BZ #17061]
6932         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6933         small arguments before calling __expm1.
6934         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6935         small arguments before calling __expm1f.
6936         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6937         small arguments before calling __expm1l.
6938         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6939         Likewise.
6940         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6941         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6942         spurious underflow for some cosh tests.
6943         * math/auto-libm-test-out: Regenerated.
6944         * sysdeps/i386/fpu/libm-test-ulps: Update.
6946         [BZ #17050]
6947         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6948         (__ieee754_y1): Set errno if return value overflows.
6949         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6950         (__ieee754_y1f): Set errno if return value overflows.
6951         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6952         (__ieee754_y1l): Set errno if return value overflows.
6953         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6954         (__ieee754_y1l): Set errno if return value overflows.
6955         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6956         * math/auto-libm-test-out: Regenerated.
6958         * math/gen-auto-libm-tests.c: Document use of
6959         ignore-zero-inf-sign.
6960         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6961         (input_flags): Add ignore-zero-inf-sign.
6962         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6963         * math/gen-libm-test.pl (generate_testfile): Handle
6964         ignore-zero-inf-sign.
6965         * math/auto-libm-test-in: Mark some cpow tests with
6966         ignore-zero-inf-sign and some with xfail-rounding.
6967         * math/auto-libm-test-out: Regenerated.
6968         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6969         * sysdeps/i386/fpu/libm-test-ulps: Update.
6970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6972         [BZ #16315]
6973         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6974         overflowing or underflowing operations take place with sign of
6975         result.
6976         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6977         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6978         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6979         (__ieee754_pow): Recompute overflowing and underflowing results in
6980         original rounding mode.
6981         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6982         (__powl_helper): Allow negative argument X and scale negated value
6983         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6984         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6985         overflowing or underflowing operations take place with sign of
6986         result.
6987         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6988         Include <math.h>.
6989         * math/auto-libm-test-in: Add more tests of pow.
6990         * math/auto-libm-test-out: Regenerated.
6991         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6992         (pow_tonearest_test_data): Remove.
6993         (pow_test_tonearest): Likewise.
6994         (pow_towardzero_test_data): Likewise.
6995         (pow_test_towardzero): Likewise.
6996         (pow_downward_test_data): Likewise.
6997         (pow_test_downward): Likewise.
6998         (pow_upward_test_data): Likewise.
6999         (pow_test_upward): Likewise.
7000         (main): Don't call removed functions.
7001         * sysdeps/i386/fpu/libm-test-ulps: Update.
7002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7004 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7007         Moved ...
7008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7010         Moved ...
7011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7013         Moved ...
7014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7016         Moved ...
7017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7019         File removed.
7020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7021         File removed.
7022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7023         File removed.
7024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7025         File removed.
7026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7027         File removed.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7029         File removed.
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7031         File removed.
7032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7033         File removed.
7034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7035         File removed.
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7037         File removed.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7039         File removed.
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7041         File removed.
7042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7043         Moved ...
7044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7046         Moved ...
7047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7048         ... here.
7049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7050         Moved ...
7051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7053         Moved ...
7054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7056         Moved ...
7057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7059         Moved ...
7060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7062         Moved ...
7063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7065         Moved ...
7066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7068         Moved ...
7069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7072         ... here.
7073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7074         Moved ...
7075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7077         Moved ...
7078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7079         ... here.
7080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7081         Moved ...
7082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7083         ... here.
7084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7085         Moved ...
7086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7087         ... here.
7088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7089         Moved ...
7090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7092         Moved ...
7093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7097         Moved ...
7098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7099         ... here.
7100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7101         Moved ...
7102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7103         ... here.
7104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7105         Moved ...
7106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7108         Moved ...
7109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7111         Moved ...
7112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7114         Moved ...
7115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7117         Moved ...
7118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7119         ... here.
7120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7121         Moved ...
7122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7124         Moved ...
7125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7127         Moved ...
7128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7130         Moved ...
7131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7135         Moved ...
7136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7138         Moved ...
7139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7141         Moved ...
7142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7143         ... here.
7144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7145         Moved ...
7146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7147         ... here.
7148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7149         Moved ...
7150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7151         ... here.
7152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7153         Moved ...
7154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7156         Moved ...
7157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7159         Moved ...
7160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7162         Moved ...
7163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7164         ... here.
7165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7166         Moved ...
7167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7168         ... here.
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7170         Moved ...
7171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7172         ... here.
7173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7174         Moved ...
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7177         Moved ...
7178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7180 2014-06-23  Will Newton  <will.newton@linaro.org>
7181             Wilco  <wdijkstr@arm.com>
7183         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7184         implementation.  Include get-rounding-mode.h.
7185         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7186         [!libc_feholdsetround_noex_ctx]: Define
7187         libc_feholdsetround_noex_ctx.
7188         [!libc_feholdsetround_noexf_ctx]: Define
7189         libc_feholdsetround_noexf_ctx.
7190         [!libc_feholdsetround_noexl_ctx]: Define
7191         libc_feholdsetround_noexl_ctx.
7192         (libc_feholdsetround_ctx): New function.
7193         (libc_feresetround_ctx): New function.
7194         (libc_feholdsetround_noex_ctx): New function.
7195         (libc_feresetround_noex_ctx): New function.
7197 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7199         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7200         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7201         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7202         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7203         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7204         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7206         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7207         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7208         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7209         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7210         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7211         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7212         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7213         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7214         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7215         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7216         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7217         Moved ...
7218         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7219         ... here.
7220         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7221         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7222         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7223         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7224         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7225         Moved ...
7226         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7227         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7228         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7229         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7230         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7231         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7232         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7233         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7234         Moved ...
7235         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7236         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7237         Moved ...
7238         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7240         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7241         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7242         Moved ...
7243         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7244         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7245         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7246         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7247         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7248         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7249         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7250         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7251         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7252         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7253         Moved ...
7254         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7255         ... here.
7256         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7257         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7258         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7259         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7260         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7261         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7263         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7264         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7265         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7266         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7267         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7269         Moved ...
7270         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7272         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7273         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7274         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7275         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7276         Moved ...
7277         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7281         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7283         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7284         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7285         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7286         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7287         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7288         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7289         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7290         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7291         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7292         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7293         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7294         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7295         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7296         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7297         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7298         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7299         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7300         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7301         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7302         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7303         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7304         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7305         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7306         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7307         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7308         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7309         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7310         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7312 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7314         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7315         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7316         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7317         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7318         (IPV6_PMTUDISC_INTERFACE): Likewise.
7319         (IPV6_PMTUDISC_OMIT): Likewise.
7321 2014-06-23  Andreas Schwab  <schwab@suse.de>
7323         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7324         Remove unused errout label.
7326 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7328         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7329         macro: hardware supports Vector Crypto instructions.
7331 2014-06-23  Will Newton  <will.newton@linaro.org>
7333         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7334         rather than __builtin_expect.
7336         * elf/dl-lookup.c (undefined_msg): Remove variable.
7337         (_dl_lookup_symbol_x): Replace undefined_msg with string
7338         literal.
7340         * elf/dl-lookup.c (do_lookup_unique): New function.
7341         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7342         to a separate function.
7344 2014-06-23  Andreas Schwab  <schwab@suse.de>
7346         [BZ #17079]
7347         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7348         before reading the next line.
7350 2014-06-23  Will Newton  <will.newton@linaro.org>
7352         * test-skeleton.c (signal_handler): Use printf and %m
7353         rather than perror.  Use printf rather than fprintf to
7354         stderr.  Use puts rather than fputs to stderr.
7355         (main): Likewise.
7357 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7359         * nscd/nscd.c (thread_info_t): Remove typedef.
7360         (thread_info): Remove variable.
7362 2014-06-21  Allan McRae  <allan@archlinux.org>
7364         * NEWS: Mention CVE-2014-4043.
7366 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7368         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7369         * nptl/smp.h: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7373         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7374         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7375         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7376         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7378         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7379         * nptl/stack-aliasing.h: New file.
7380         * sysdeps/i386/i686/stack-aliasing.h: New file.
7381         * sysdeps/i386/i686/nptl/Makefile: File removed.
7382         * sysdeps/x86_64/stack-aliasing.h: New file.
7383         * sysdeps/x86_64/nptl/Makefile
7384         (CFLAGS-pthread_create.c): Variable removed.
7386         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7387         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7388         old file.
7389         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7390         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7391         old file.
7393 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7395         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7396         (__ASSUME_SIGFRAME_V2): Remove macro.
7397         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7398         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7399         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7400         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7401         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7402         Declare as function.  Remove conditional macro definitions.
7403         (__default_rt_sa_restorer): Likewise.
7404         (__default_sa_restorer_v1): Remove declaration.
7405         (__default_sa_restorer_v2): Likewise.
7406         (__default_rt_sa_restorer_v1): Likewise.
7407         (__default_rt_sa_restorer_v2): Likewise.
7408         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7409         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7410         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7412 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7414         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7415         (libpthread-routines): Add sysdep.
7416         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7417         * sysdeps/unix/sysv/linux/sparc/Versions
7418         (libpthread: GLIBC_2.3.3): New version set.
7419         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7420         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7421         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7422         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7423         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7424         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7425         Moved ...
7426         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7427         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7428         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7429         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7430         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7431         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7432         * sysdeps/sparc/nptl/sem_init.c: ... here.
7433         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7434         * sysdeps/sparc/nptl/sem_post.c: ... here.
7435         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7436         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7437         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7438         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7439         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7440         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7441         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7442         (libpthread-routines): Add cpu_relax.
7443         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7444         File removed.
7445         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7446         (librt: GLIBC_2.3.3): New version set.
7447         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7448         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7449         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7450         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7451         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7453         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7455         Moved ...
7456         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7457         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7458         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7459         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7460         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7461         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7462         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7464         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7466         Moved ...
7467         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7468         Update #include.
7469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7470         Moved ...
7471         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7472         Update #include.
7473         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7474         Moved ...
7475         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7476         Update #include.
7477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7478         Moved ...
7479         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7480         Update #include.
7481         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7482         Moved ...
7483         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7484         Update #include.
7485         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7486         Moved ...
7487         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7488         Update #include.
7489         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7490         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7491         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7492         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7493         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7494         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7495         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7496         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7497         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7498         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7499         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7500         Moved ...
7501         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7503         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7505         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7507 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7509         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7510         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7511         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7512         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7513         * nscd/nscd.c: Likewise.
7514         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7515         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7516         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7517         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7519         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7520         <kernel-features.h>.
7521         (init_mq_netlink): Remove conditional have_sock_cloexec
7522         definitions.  Remove code conditional on have_sock_cloexec < 0.
7523         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7524         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7525         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7526         <kernel-features.h>.
7527         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7528         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7530 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7532         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7533         Add tests for memset_chk and memset.
7535         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7536         with AVX2_Usable.
7538 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7540         [BZ #16046]
7541         * elf/tst-dl-iter-static.c: New file.
7542         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7544         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7545         error.
7547 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7549         * sysdeps/unix/sysv/linux/kernel-features.h
7550         (__ASSUME_F_GETOWN_EX): Remove macro.
7551         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7552         <kernel-features.h>.
7553         (miss_F_GETOWN_EX): Remove variable or macro.
7554         (do_fcntl): Do not check miss_F_GETOWN_EX.
7555         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7557         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7558         Remove macro.
7559         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7560         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7561         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7563         * sysdeps/unix/sysv/linux/kernel-features.h
7564         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7565         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7566         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7567         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7569 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7571         [BZ #17075]
7572         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7573         Fix calculation of the symbol's value.
7574         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7575         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7576         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7577         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7578         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7579         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7580         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7581         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7582         (modules-names): Add `tst-armtlsdescmod',
7583         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7584         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7585         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7586         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7587         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7588         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7589         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7590         ($(objpfx)tst-armtlsdescloc): New dependency.
7591         ($(objpfx)tst-armtlsdescextnow): Likewise.
7592         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7593         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7594         TLS scheme support.
7595         * sysdeps/arm/configure: Regenerate.
7597 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7599         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7600         (__atfct_seterrno_2): Likewise.
7601         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7602         <kernel-features.h>.
7603         (__ASSUME_ATFCTS): Do not undefine and redefine.
7604         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7605         (__have_atfcts): Remove conditional definition.
7606         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7607         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7608         unreachable if [__ASSUME_ATFCTS].
7609         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7610         not undefine and redefine.
7611         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7612         <kernel-features.h>.
7613         (faccessat) [__NR_faccessat]: Make code unconditional.
7614         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7615         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7616         <kernel-features.h>.
7617         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7618         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7619         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7620         <kernel-features.h>.
7621         (fchownat) [__NR_fchownat]: Make code unconditional.
7622         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7623         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7624         <kernel-features.h>.
7625         (futimesat) [__NR_futimesat]: Make code unconditional.
7626         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7627         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7628         <kernel-features.h>.
7629         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7630         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7631         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7632         <kernel-features.h>.
7633         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7634         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7635         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7636         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7637         <kernel-features.h>.
7638         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7639         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7640         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7641         <kernel-features.h>.
7642         (linkat) [__NR_linkat]: Make code unconditional.
7643         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7644         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7645         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7646         <kernel-features.h>.
7647         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7648         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7649         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7650         <kernel-features.h>.
7651         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7652         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7653         * sysdeps/unix/sysv/linux/openat.c: Do not include
7654         <kernel-features.h>.
7655         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7656         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7657         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7658         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7659         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7660         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7661         <kernel-features.h>.
7662         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7663         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7664         result of INLINE_SYSCALL directly, not via int variable.
7665         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7666         <kernel-features.h>.
7667         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7668         (renameat) [__NR_renameat]: Make code unconditional.
7669         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7670         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7671         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7672         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7673         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7674         (__ASSUME_ATFCTS): Do not undefine and redefine.
7675         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7676         <kernel-features.h>.
7677         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7678         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7679         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7680         <kernel-features.h>.
7681         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7682         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7683         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7684         (__ASSUME_ATFCTS): Do not undefine and redefine.
7685         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7686         <kernel-features.h>.
7687         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7688         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7689         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7690         <kernel-features.h>.
7691         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7692         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7694 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7696         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7698 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7700         [BZ #17069]
7701         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7702         constructed tree before returning error.
7703         * posix/bug-regexp36.c: Expand test case.
7705 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7707         [BZ #6803]
7708         * math/libm-test.inc (scalbln_test_date):
7709         Add errno expectations.
7710         * math/w_scalblnf.c: New File.
7711         Add wrapper which checks for setting errno to ERANGE.
7712         Add weak_alias for corresponding scalbln function.
7713         * math/w_scalbln.c: Likewise.
7714         * math/w_scalblnl.c: Likewise.
7715         * math/Makefile (libm-calls): Add w_scalbln.
7716         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7717         Remove weak_alias for corresponding scalbln function.
7718         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7719         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7720         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7721         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7722         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7723         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7724         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7725         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7726         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7727         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7728         Remove long_double_symbol for scalblnl function in libm, libc.
7729         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7730         Add wrapper which checks for setting errno to ERANGE.
7731         Add long_double_symbol for scalblnl function in libm, libc.
7732         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7733         Remove long_double_symbol for scalblnl in libm.
7734         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7735         Add wrapper which checks for setting errno to ERANGE.
7736         Add long_double_symbol for scalblnl function in libm.
7737         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7738         Do not use wrapper because of own implementation.
7740 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7742         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7743         3 bytes for __pad1 for x32.
7744         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7746 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7747             H.J. Lu  <hongjiu.lu@intel.com>
7749         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7750         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7751         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7752         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7753         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7755 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7757         [BZ #17069]
7758         * posix/regcomp.c (parse_expression): Deallocate partially
7759         constructed tree before returning error.
7760         * posix/Makefile.c (tests): Add bug-regex36.
7761         (generated): Add bug-regex36.mtrace.
7762         (tests-special): Add $(objpfx)bug-regex36-mem.out
7763         (bug-regex36-ENV): New variable.
7764         ($(objpfx)bug-regex36-mem.out): New rule.
7765         * posix/bug-regex36.c: New file.
7767 2014-06-19  Will Newton  <will.newton@linaro.org>
7769         * malloc/malloc.c (systrim): If extra is zero then return
7770         early.
7772 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7774         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7776 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7778         * sysdeps/aarch64/strchr.S: New file.
7780 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7782         [BZ #17022]
7783         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7784         from arguments -2 or below.
7785         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7786         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7788 2014-06-18  Andreas Schwab  <schwab@suse.de>
7790         [BZ #17062]
7791         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7792         of a bracket expr not to run off the end of the string.
7793         * posix/Makefile (tests): Add tst-fnmatch3.
7794         * posix/tst-fnmatch3.c: New file.
7796 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7798         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7799         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7800         [$(cross-compiling) = no]: Likewise.
7801         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7802         [$(cross-compiling) = no]: Likewise.
7804 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7806         [BZ #17031]
7807         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7808         double, adjusted for any remainder from the high double.
7809         * math/libm-test.inc (nearbyint): Add tests.
7810         (rint): Likewise.
7812 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7814         * nptl/sysdeps/powerpc/Makefile: Moved ...
7815         * sysdeps/powerpc/nptl/Makefile: ... here.
7816         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7817         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7818         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7819         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7820         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7821         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7822         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7823         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7824         * nptl/sysdeps/powerpc/tls.h: Moved ...
7825         * sysdeps/powerpc/nptl/tls.h: ... here.
7827 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7829         [BZ #16681]
7830         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7831         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7832         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7833         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7834         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7835         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7836         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7837         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7838         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7840 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7842         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7844 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7846         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7847         defined operator.
7849         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7850         $TIMEOUTFACTOR.
7852 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7854         [BZ #17058]
7855         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7856         non-executed part of the test.
7858 2014-06-16  Andreas Schwab  <schwab@suse.de>
7860         * string/bits/string2.h (strdup, strndup): Update feature guard.
7862 2014-06-14  David S. Miller  <davem@davemloft.net>
7864         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7866 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7868         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7869         that was previously under [RESET_PID].
7870         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7872         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7873         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7874         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7875         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7876         (__libc_vfork): New strong alias.
7877         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7879 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7881         * sysdeps/generic/elide.h: New file.
7883 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7885         * Makefile (installed-headers): Adjust path of pthread.h header.
7887 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7889         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7890         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7891         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7892         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7894         * nptl/sysdeps/s390/Makefile: Moved ...
7895         * sysdeps/s390/nptl/Makefile: ... here.
7896         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7897         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7898         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7899         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7900         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7901         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7902         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7903         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7904         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7905         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7906         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7907         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7908         * nptl/sysdeps/s390/tls.h: Moved ...
7909         * sysdeps/s390/nptl/tls.h: ... here.
7911         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7912         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7914 2014-06-13  David S. Miller  <davem@davemloft.net>
7916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7919         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7923         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7924         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7925         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7926         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7927         Remove RESET_PID cpp guards.
7928         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7929         Remove RESET_PID cpp guards.
7930         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7932 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7934         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7935         __sp to uintptr_t.
7937 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7939         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7940         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7941         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7942         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7943         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7944         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7945         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7946         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7947         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7948         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7949         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7950         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7951         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7952         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7953         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7954         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7955         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7956         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7957         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7958         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7960         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7961         (pthread_rwlock_rdlock): Add elision.
7962         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7963         (pthread_rwlock_wrlock): Add elision.
7964         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7965         (pthread_rwlock_trywrlock): Add elision.
7966         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7967         (pthread_rwlock_tryrdlock): Add elision.
7968         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7969         (pthread_rwlock_tryrdlock): Add elision unlock.
7970         * nptl/sysdeps/pthread/pthread.h:
7971         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7972         (PTHREAD_RWLOCK_INITIALIZER,
7973         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7974         Handle new elision field.
7975         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7976         * sysdeps/arm/nptl/bits/pthreadtypes.h
7977         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7978         * sysdeps/sh/nptl/bits/pthreadtypes.h
7979         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7980         * sysdeps/tile/nptl/bits/pthreadtypes.h
7981         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7982         * sysdeps/a/nptl/bits/pthreadtypes.h
7983         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7984         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7985         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7986         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7987         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7988         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7989         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7990         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7991         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7992         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7993         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7994         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7995         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7996         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7997         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7998         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7999         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8000         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8001         (elision_init): Set try_xbegin to zero when no RTM.
8002         * sysdeps/x86/nptl/bits/pthreadtypes.h
8003         (pthread_rwlock_t): Change __pad1 to __rwelision.
8004         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8006 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8008         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8009         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8010         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8011         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8013 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8015         [BZ #16996]
8016         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8017         that the cached result has been set before returning it.
8019 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8021         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8022         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8023         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8024         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8025         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8026         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8028         * nptl/sysdeps/sparc/Makefile: Moved ...
8029         * sysdeps/sparc/nptl/Makefile: ... here.
8030         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8031         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8032         * nptl/sysdeps/sparc/tls.h: Moved ...
8033         * sysdeps/sparc/nptl/tls.h: ... here.
8034         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8035         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8036         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8037         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8038         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8039         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8040         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8041         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8042         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8043         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8044         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8045         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8046         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8047         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8048         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8049         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8050         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8051         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8052         Update #include.
8053         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8054         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8055         Update #include.
8056         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8057         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8058         Update #include.
8059         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8060         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8061         Update #include.
8063         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8065         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8066         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8068         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8069         (struct list_links): Type removed.
8070         (struct thread_node, struct timer_node): Replace struct list_links
8071         with struct list_head.
8072         (list_unlink_ip): Likewise.
8073         * sysdeps/pthread/timer_routines.c
8074         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8075         (list_append, list_insbefore): Likewise.
8076         (list_init): Function removed.
8077         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8078         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8079         * sysdeps/pthread/Makefile: ... here, new file.
8081         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8082         * sysdeps/nptl/Implies: ... here.
8083         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8084         * nptl/sysdeps/pthread/list.h: Moved ...
8085         * include/list.h: ... here.
8086         * nptl/sysdeps/pthread/createthread.c: Moved ...
8087         * nptl/createthread.c: ... here.
8088         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8089         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8090         * nptl/pt-longjmp.c: ... here.
8091         * nptl/sysdeps/pthread/Makefile: Moved ...
8092         * sysdeps/nptl/Makefile: ... here.
8093         * nptl/sysdeps/pthread/Subdirs: Moved ...
8094         * sysdeps/nptl/Subdirs: ... here.
8095         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8096         * sysdeps/nptl/aio_misc.h: ... here.
8097         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8098         * sysdeps/nptl/bits/libc-lock.h: ... here.
8099         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8100         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8101         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8102         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8103         * nptl/sysdeps/pthread/configure: Moved ...
8104         * sysdeps/nptl/configure: ... here.
8105         * nptl/sysdeps/pthread/configure.ac: Moved ...
8106         * sysdeps/nptl/configure.ac: ... here.
8107         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8108         * sysdeps/nptl/gai_misc.h: ... here.
8109         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8110         * sysdeps/nptl/librt-cancellation.c: ... here.
8111         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8112         * sysdeps/nptl/malloc-machine.h: ... here.
8113         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8114         * sysdeps/nptl/pthread-functions.h: ... here.
8115         * nptl/sysdeps/pthread/pthread.h: Moved ...
8116         * sysdeps/nptl/pthread.h: ... here.
8117         * nptl/sysdeps/pthread/setxid.h: Moved ...
8118         * sysdeps/nptl/setxid.h: ... here.
8119         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8120         * sysdeps/nptl/sigfillset.c: ... here.
8121         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8122         * sysdeps/nptl/tcb-offsets.h: ... here.
8123         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8124         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8125         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8126         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8127         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8128         * sysdeps/pthread/allocalim.h: ... here.
8129         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8130         * sysdeps/pthread/bits/sigthread.h: ... here.
8131         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8132         * sysdeps/pthread/flockfile.c: ... here.
8133         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8134         * sysdeps/pthread/ftrylockfile.c: ... here.
8135         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8136         * sysdeps/pthread/funlockfile.c: ... here.
8137         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8138         * sysdeps/pthread/posix-timer.h: ... here.
8139         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8140         * sysdeps/pthread/timer_create.c: ... here.
8141         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8142         * sysdeps/pthread/timer_delete.c: ... here.
8143         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8144         * sysdeps/pthread/timer_getoverr.c: ... here.
8145         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8146         * sysdeps/pthread/timer_gettime.c: ... here.
8147         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8148         * sysdeps/pthread/timer_routines.c: ... here.
8149         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8150         * sysdeps/pthread/timer_settime.c: ... here.
8151         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8152         * sysdeps/pthread/tst-timer.c: ... here.
8153         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8154         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8156         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8157         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8159         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8160         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8161         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8162         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8163         Update #include target.
8164         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8165         * sysdeps/i386/i686/nptl/Makefile: ... here.
8166         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8167         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8168         Update #include target.
8169         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8170         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8171         * nptl/sysdeps/i386/Makefile: Moved ...
8172         * sysdeps/i386/nptl/Makefile: ... here.
8173         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8174         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8175         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8176         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8177         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8178         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8179         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8180         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8181         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8182         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8183         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8184         * nptl/sysdeps/i386/tls.h: Moved ...
8185         * sysdeps/i386/nptl/tls.h: ... here.
8187         * sysdeps/sh/Makefile [$(subdir) = csu]
8188         (gen-as-const-headers): Add tcb-offsets.sym.
8189         * nptl/sysdeps/sh/Makefile: File removed.
8190         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8191         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8192         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8193         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8194         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8195         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8196         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8197         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8198         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8199         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8200         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8201         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8202         * nptl/sysdeps/sh/tls.h: Moved ...
8203         * sysdeps/sh/nptl/tls.h: ... here.
8204         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8205         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8206         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8207         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8208         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8209         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8210         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8211         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8212         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8213         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8214         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8215         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8216         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8217         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8218         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8219         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8220         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8221         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8222         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8223         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8225         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8226         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8227         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8228         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8229         Moved ...
8230         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8231         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8232         Moved ...
8233         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8235         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8236         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8237         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8238         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8239         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8240         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8241         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8242         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8243         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8244         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8245         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8246         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8247         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8248         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8249         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8250         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8251         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8253 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8255         * posix/spawn_faction_addopen.c: Include string.h.
8257 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8259         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8260         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8261         * nptl/sysdeps/x86_64/Makefile: Moved ...
8262         * sysdeps/x86_64/nptl/Makefile: ... here.
8263         * nptl/sysdeps/x86_64/configure: Moved ...
8264         * sysdeps/x86_64/nptl/configure: ... here.
8265         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8266         * sysdeps/x86_64/nptl/configure.ac: ... here.
8267         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8268         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8269         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8270         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8271         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8272         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8273         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8274         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8275         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8276         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8277         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8278         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8279         * nptl/sysdeps/x86_64/tls.h: Moved ...
8280         * sysdeps/x86_64/nptl/tls.h: ... here.
8281         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8282         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8283         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8284         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8286         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8288 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8292 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8294         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8295         type.
8296         [POSIX] (off_t): Likewise.
8297         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8298         [POSIX] (S_ISBLK): Require macro.
8299         [POSIX] (S_ISCHR): Likewise.
8300         [POSIX] (S_ISDIR): Likewise.
8301         [POSIX] (S_ISFIFO): Likewise.
8302         [POSIX] (S_ISREG): Likewise.
8303         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8304         optional-macro.
8305         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8306         type.
8307         [POSIX] (time_t): Likewise.
8308         [POSIX] (timer_t): Likewise.
8310 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8312         [BZ #17048]
8313         * posix/spawn_int.h (struct __spawn_action): Make the path string
8314         non-const to support deallocation.
8315         * posix/spawn_faction_addopen.c
8316         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8317         * posix/spawn_faction_destroy.c
8318         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8319         path in all spawn_do_open actions.
8320         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8321         posix_spawn_file_actions_addopen.
8323 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8325         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8326         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8327         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8328         conditional code always true.
8329         (__libc_vfork): New alias.
8331 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8333         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8334         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8336         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8338         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8339         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8341         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8342         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8344         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8345         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8347 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8349         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8350         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8351         multiarch strcmp for PPC64.
8352         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8353         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8354         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8355         multiarch optimizations.
8356         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8357         (__libc_ifunc_impl_list): Likewise.
8359 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8361         * benchtests/scripts/validate_benchout.py: New script.
8362         * benchtests/Makefile (bench-func): Call it.
8363         * benchtests/scripts/benchout.schema.json: New file.
8365 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8367         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8368         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8369         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8370         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8371         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8372         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8373         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8374         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8375         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8376         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8377         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8378         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8379         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8380         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8381         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8382         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8384         Moved ...
8385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8386         ... here.
8387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8388         Moved ...
8389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8391         Moved ...
8392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8393         ... here.
8394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8395         Moved ...
8396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8397         ... here.
8398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8399         Moved ...
8400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8402         Moved ...
8403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8404         ... here.
8405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8406         Moved ...
8407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8408         ... here.
8409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8410         Moved ...
8411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8413         Moved ...
8414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8415         ... here.
8416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8417         Moved ...
8418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8419         ... here.
8420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8421         Moved ...
8422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8423         ... here.
8424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8425         Moved ...
8426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8428         Moved ...
8429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8430         ... here.
8431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8432         Moved ...
8433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8434         ... here.
8435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8436         Moved ...
8437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8438         ... here.
8439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8440         Moved ...
8441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8443         Moved ...
8444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8445         ... here.
8446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8447         Moved ...
8448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8449         ... here.
8450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8451         Moved ...
8452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8454         Moved ...
8455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8456         ... here.
8457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8458         Moved ...
8459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8461         Moved ...
8462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8464         Moved ...
8465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8466         ... here.
8467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8468         Moved ...
8469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8470         ... here.
8471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8472         Moved ...
8473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8474         ... here.
8475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8476         Moved ...
8477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8479         Moved ...
8480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8481         ... here.
8482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8483         Moved ...
8484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8485         ... here.
8486         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8487         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8488         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8489         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8490         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8491         Moved ...
8492         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8493         ... here.
8494         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8495         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8496         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8497         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8498         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8499         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8500         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8501         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8502         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8503         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8504         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8505         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8506         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8507         Moved ...
8508         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8509         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8510         Moved ...
8511         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8512         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8513         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8514         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8515         Moved ...
8516         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8517         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8518         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8519         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8520         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8521         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8522         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8524 2014-06-10  Wilco  <wdijkstr@arm.com>
8526         * math/test-fenv-return.c: New file.
8527         * math/Makefile: Add new test test-fenv-return.
8529 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8531         [BZ #17042]
8532         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8533         when x - 1 is zero.
8534         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8535         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8536         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8537         0.0L for an argument of 1.0L.
8538         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8539         Likewise.
8540         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8541         value when x - 1 is zero.
8542         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8543         * sysdeps/i386/fpu/libm-test-ulps: Update.
8544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8546 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8548         [BZ #15119]
8549         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8551 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8553         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8554         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8556 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8558         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8559         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8561         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8562         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8564         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8565         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8567         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8568         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8570         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8571         if not already defined.
8572         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8573         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8574         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8575         (TLS_INIT_TP): Use it.
8576         (TLS_DEFINE_INIT_TP): New macro.
8577         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8579 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8581         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8582         constant.
8583         [POSIX] (IXANY): Likewise.
8584         [POSIX] (OLCUC): Likewise.
8585         [POSIX || POSIX2008] (CBAUD): Do not allow.
8586         [POSIX || POSIX2008] (DEFECHO): Likewise.
8587         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8588         [POSIX || POSIX2008] (ECHOKE): Likewise.
8589         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8590         [POSIX || POSIX2008] (EXTA): Likewise.
8591         [POSIX || POSIX2008] (EXTB): Likewise.
8592         [POSIX || POSIX2008] (FLUSHO): Likewise.
8593         [POSIX || POSIX2008] (LOBLK): Likewise.
8594         [POSIX || POSIX2008] (PENDIN): Likewise.
8595         [POSIX || POSIX2008] (SWTCH): Likewise.
8596         [POSIX || POSIX2008] (VDISCARD): Likewise.
8597         [POSIX || POSIX2008] (VDSUSP): Likewise.
8598         [POSIX || POSIX2008] (VLNEXT): Likewise.
8599         [POSIX || POSIX2008] (VREPRINT): Likewise.
8600         [POSIX || POSIX2008] (VSTATUS): Likewise.
8601         [POSIX || POSIX2008] (VWERASE): Likewise.
8602         (B*): Change to B[0123456789]*.
8603         * conform/data/time.h-data [POSIX || UNIX98]
8604         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8605         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8606         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8607         [POSIX] (tm_*): Do not allow.
8609 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8611         * Makefile (install): Don't set LANGUAGE.
8612         * Makefile.in (install): Likewise.
8613         * assert/Makefile (test-assert-ENV): Remove variable.
8614         (test-assert-perr-ENV): Likewise.
8615         * elf/Makefile (neededtest4-ENV): Likewise.
8616         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8617         [$(cross-compiling) = no]: Don't set LANGUAGE.
8618         * io/ftwtest-sh (LANG): Remove variable.
8619         * libio/Makefile (tst-widetext-ENV): Likewise.
8620         * manual/install.texi (Running make install): Don't refer to
8621         environment settings for make install.
8622         * INSTALL: Regenerated.
8623         * nptl/tst-tls6.sh: Don't set LANG.
8624         * posix/globtest.sh (LANG): Remove variable.
8625         * string/Makefile (tester-ENV): Likewise.
8626         (inl-tester-ENV): Likewise.
8627         (noinl-tester-ENV): Likewise.
8628         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8629         [$(cross-compiling) = no]: Don't set LANGUAGE.
8630         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8631         without explicit environment settings.
8633 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8635         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8636         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8637         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8638         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8640 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8642         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8643         other files in the crypt directory.
8644         * crypt/crypt.c: Remove duplicate includes.
8645         * crypt/crypt-entry.c: Likewise.
8646         * crypt/crypt_util.c: Likewise.
8648 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8650         * Makeconfig (run-program-env): New variable.
8651         (run-program-prefix-before-env): Likewise.
8652         (run-program-prefix-after-env): Likewise.
8653         (run-program-prefix): Define in terms of new variables.
8654         (built-program-cmd-before-env): New variable.
8655         (built-program-cmd-after-env): Likewise.
8656         (built-program-cmd): Define in terms of new variables.
8657         (test-program-prefix-before-env): New variable.
8658         (test-program-prefix-after-env): Likewise.
8659         (test-program-prefix): Define in terms of new variables.
8660         (test-program-cmd-before-env): New variable.
8661         (test-program-cmd-after-env): Likewise.
8662         (test-program-cmd): Define in terms of new variables.
8663         * Rules (make-test-out): Use $(run-program-env).
8664         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8665         (help): Do not mention environment variables.  Mention
8666         --timeoutfactor option.
8667         (timeoutfactor): New variable.
8668         (blacklist_exports): Remove function.
8669         (exports): Remove variable.
8670         (command): Do not include ${exports}.
8671         * manual/install.texi (Configuring and compiling): Do not mention
8672         test wrappers preserving environment variables.  Mention that last
8673         assignment to a variable must take precedence.
8674         * INSTALL: Regenerated.
8675         * benchtests/Makefile (run-bench): Use $(run-program-env).
8676         * catgets/Makefile ($(objpfx)test1.cat): Use
8677         $(built-program-cmd-before-env), $(run-program-env) and
8678         $(built-program-cmd-after-env).
8679         ($(objpfx)test2.cat): Do not specify environment variables
8680         explicitly.
8681         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8682         $(run-program-env) and $(built-program-cmd-after-env).
8683         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8684         $(run-program-env) and $(test-program-cmd-after-env).
8685         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8686         explicitly.
8687         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8688         run_program_env and test_program_cmd_after_env arguments.
8689         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8690         * elf/tst-pathopt.sh: Use run_program_env argument.
8691         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8692         $(test-wrapper-env) and $(run-program-env).
8693         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8694         run_program_env arguments.
8695         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8696         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8697         $(test-program-prefix-before-env), $(run-program-env) and
8698         $(test-program-prefix-after-env).
8699         ($(objpfx)tst-gettext2.out): Likewise.
8700         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8701         run_program_env and test_program_prefix_after_env arguments.
8702         * intl/tst-gettext2.sh: Likewise.
8703         * intl/tst-gettext4.sh: Do not set environment variables
8704         explicitly.
8705         * intl/tst-gettext6.sh: Likewise.
8706         * intl/tst-translit.sh: Likewise.
8707         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8708         $(test-program-prefix-before-env), $(run-program-env) and
8709         $(test-program-prefix-after-env).
8710         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8711         run_program_env and test_program_prefix_after_env arguments.
8712         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8713         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8714         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8715         explicitly with each use of ${test_wrapper_env}.
8716         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8717         $(test-program-prefix-before-env), $(run-program-env) and
8718         $(test-program-prefix-after-env).
8719         * posix/tst-getconf.sh: Do not set environment variables
8720         explicitly.
8721         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8722         run_program_env and test_program_prefix_after_env arguments.
8723         * stdio-common/tst-printf.sh: Do not set environment variables
8724         explicitly.
8725         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8726         $(test-program-prefix-before-env), $(run-program-env) and
8727         $(test-program-prefix-after-env).
8728         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8729         run_program_env and test_program_prefix_after_env arguments.
8730         Split $test calls into $test_pre and $test.
8731         * timezone/Makefile (build-testdata): Use
8732         $(built-program-cmd-before-env), $(run-program-env) and
8733         $(built-program-cmd-after-env).
8735 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8737         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8738         strlen for non SHARED builds.
8740 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8742         * nptl/allocatestack.c (check_list): Inlined function...
8743         (__reclaim_stacks): ... here.
8745 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8747         [BZ #15698]
8748         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8749         memory overrun.
8751 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8753         * Rules (make-test-out): Include
8754         LOCPATH=$(common-objpfx)localedata in default environment.
8755         * debug/Makefile (tst-chk1-ENV): Remove variable.
8756         (tst-chk2-ENV): Likewise.
8757         (tst-chk3-ENV): Likewise.
8758         (tst-chk4-ENV): Likewise.
8759         (tst-chk5-ENV): Likewise.
8760         (tst-chk6-ENV): Likewise.
8761         (tst-lfschk1-ENV): Likewise.
8762         (tst-lfschk2-ENV): Likewise.
8763         (tst-lfschk3-ENV): Likewise.
8764         (tst-lfschk4-ENV): Likewise.
8765         (tst-lfschk5-ENV): Likewise.
8766         (tst-lfschk6-ENV): Likewise.
8767         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8768         (tst-iconv7-ENV): Likewise.
8769         * intl/Makefile (LOCPATH-ENV): Likewise.
8770         (tst-codeset-ENV): Likewise.
8771         (tst-gettext3-ENV): Likewise.
8772         (tst-gettext5-ENV): Likewise.
8773         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8774         (tst-fopenloc-ENV): Likewise.
8775         (tst-fgetws-ENV): Remove variable.
8776         (tst-ungetwc1-ENV): Likewise.
8777         (tst-ungetwc2-ENV): Likewise.
8778         (bug-ungetwc2-ENV): Likewise.
8779         (tst-swscanf-ENV): Likewise.
8780         (bug-ftell-ENV): Likewise.
8781         (tst-fgetwc-ENV): Likewise.
8782         (tst-fseek-ENV): Likewise.
8783         (tst-ftell-partial-wide-ENV): Likewise.
8784         (tst-ftell-active-handler-ENV): Likewise.
8785         (tst-ftell-append-ENV): Likewise.
8786         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8787         (tst-regexloc-ENV): Likewise.
8788         (bug-regex1-ENV): Likewise.
8789         (tst-regex-ENV): Likewise.
8790         (tst-regex2-ENV): Likewise.
8791         (bug-regex5-ENV): Likewise.
8792         (bug-regex6-ENV): Likewise.
8793         (bug-regex17-ENV): Likewise.
8794         (bug-regex18-ENV): Likewise.
8795         (bug-regex19-ENV): Likewise.
8796         (bug-regex20-ENV): Likewise.
8797         (bug-regex22-ENV): Likewise.
8798         (bug-regex23-ENV): Likewise.
8799         (bug-regex25-ENV): Likewise.
8800         (bug-regex26-ENV): Likewise.
8801         (bug-regex30-ENV): Likewise.
8802         (bug-regex32-ENV): Likewise.
8803         (bug-regex33-ENV): Likewise.
8804         (bug-regex34-ENV): Likewise.
8805         (bug-regex35-ENV): Likewise.
8806         (tst-rxspencer-ENV): Likewise.
8807         (tst-rxspencer-no-utf8-ENV): Likewise.
8808         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8809         (tst-sscanf-ENV): Likewise.
8810         (tst-swprintf-ENV): Likewise.
8811         (tst-swscanf-ENV): Likewise.
8812         (test-vfprintf-ENV): Likewise.
8813         (scanf13-ENV): Likewise.
8814         (bug14-ENV): Likewise.
8815         (tst-grouping-ENV): Likewise.
8816         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8817         (tst-strtod3-ENV): Likewise.
8818         (tst-strtod4-ENV): Likewise.
8819         (tst-strtod5-ENV): Likewise.
8820         (testmb2-ENV): Likewise./
8821         * string/Makefile (tst-strxfrm-ENV): Likewise.
8822         (tst-strxfrm2-ENV): Likewise.
8823         (bug-strcoll1-ENV): Likewise.
8824         (test-strcasecmp-ENV): Likewise.
8825         (test-strncasecmp-ENV): Likewise.
8826         * time/Makefile (tst-strptime-ENV): Likewise.
8827         (tst-ftime_l-ENV): Likewise.
8828         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8829         (tst-mbrtowc-ENV): Likewise.
8830         (tst-wcrtomb-ENV): Likewise.
8831         (tst-mbrtowc2-ENV): Likewise.
8832         (tst-c16c32-1-ENV): Likewise.
8833         (tst-mbsnrtowcs-ENV): Likewise.
8835 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8837         * manual/resource.texi (How to get information about the memory
8838         subsystem?): Fix typo.
8839         Reported by Peon de la Parra Ivan <peon@keba.com>
8841 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8843         [BZ #16882]
8844         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8845         (pthread_spin_lock): Branch out of spin loop to proper location.
8846         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8847         (pthread_spin_lock): Likewise.
8849         * nptl/tst-spin4.c: New test.
8850         * nptl/Makefile (tests): Add tst-spin4.
8852 2014-06-03  Andreas Schwab  <schwab@suse.de>
8854         [BZ #15946]
8855         * resolv/res_send.c (send_dg): Reload file descriptor after
8856         calling reopen.
8858 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8860         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8862 2014-06-03  Richard Henderson  <rth@redhat.com>
8864         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8865         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8866         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8867         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8868         in the SAVE_PID block.
8869         (__libc_vfork): New alias.
8870         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8872         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8873         child in registers, not on the stack.  Remove RESET_PID conditionals.
8874         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8876 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8878         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8880 2014-06-03  Wilco  <wdijkstr@arm.com>
8882         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8883         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8884         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8885         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8886         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8887         Likewise.
8889 2014-06-03  Wilco  <wdijkstr@arm.com>
8891         * sysdeps/aarch64/fpu/math_private.h
8892         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8893         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8894         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8895         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8896         Fix declarations.
8898 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8900         * crypt/crypt-private.h: Include ufc-crypt.h.
8901         (__b64_from_24bit): Declare extern.
8902         * crypt/crypt_util.c(__b64_from_24bit): New function.
8903         (b64t): New static const variable.
8904         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8905         (b64t): Remove variable.
8906         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8907         * crypt/sha256-crypt.c: Include crypt-private.h.
8908         (b64t): Remove variable.
8909         (__sha256_crypt_r): Remove b64_from_24bit and replace
8910         with __b64_from_24bit.
8911         * crypt/sha512-crypt.c: Likewise.
8913 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8915         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8916         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8917         Label the code __libc_vfork rather than __vfork.
8918         [!NOT_IN_libc] (vfork): Define as weak alias.
8919         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8920         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8921         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8923 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8925         * malloc/malloc.c (malloc_info): Fix format specifier for
8926         n_mmaps.
8928 2014-06-02  Wilco  <wdijkstr@arm.com>
8930         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8931         FPCR write.
8933 2014-06-02  Wilco  <wdijkstr@arm.com>
8935         [BZ #17009]
8936         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8937         Rewrite to reduce FPCR/FPSR accesses.
8939 2014-06-01  David S. Miller  <davem@davemloft.net>
8941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8943 2014-05-31  David S. Miller  <davem@davemloft.net>
8945         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8946         to occur in round to nearest mode when |x| >= 2.0
8948 2014-05-30  Richard Henderson  <rth@twiddle.net>
8950         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8951         (PSEUDO_RET_NOERRNO): Remove.
8952         (ret): Don't redefine.
8953         (ret_NOERRNO): Define in terms of ret.
8954         (ret_ERRVAL): Likewise.
8956         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8957         use of PSEUDO_RET; perform the error check directly.
8959 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8961         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8962         with __int128_t.
8964 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8966         * malloc/malloc (malloc_info): Fix formatting.
8968 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8969             Roland McGrath  <roland@hack.frob.com>
8971         * malloc/malloc (malloc_info): Also print mmapped statistics.
8973 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8975         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8976         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8978 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8980         * malloc/malloc.c (malloc_info): Inline mi_arena.
8982 2014-05-29  Richard Henderson  <rth@twiddle.net>
8984         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8985         Remove comma before expanding ASM_ARGS_##nr.
8986         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8987         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8988         of ASM_ARGS_##nr.
8989         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8990         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8991         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8992         (ASM_ARGS_1): Add leading comma.
8994         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8995         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8996         to __errno_location.
8997         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8998         Remove the expected plt for __errno_location.
9000         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9001         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9002         call to __read_tp.
9004         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9005         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9006         it and break it down.
9007         (DOCARGS_0, DOCARGS_1): Do nothing.
9008         (DOCARGS_2): Update to store into the new stack frame.
9009         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9010         (UNDOCARGS_1): Update to restore from the new stack frame.
9011         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9012         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9014         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9015         (SINGLE_THREAD_P): New parameter for result regno.
9016         (PSEUDO): Update to match; use cbz instead of beq.
9018         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9019         Use ENTRY to define the _nocancel entry point.  Share the syscall
9020         and syscall error check paths with the cancel path.
9021         (PSEUDO_END): New.
9023         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9024         whitespace; tabs before and after asm mnemonics.
9026 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9028         [BZ #15132]
9029         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9030         Call fstat64 or stat64 internally, depending on arguments passed.
9031         Replace stat buffer argument with file descriptor argument.
9032         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9033         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9034         Pass fd to __internal_statvfs instead of calling fstat64.
9035         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9036         Pass fd to __internal_statvfs64 instead of calling fstat64.
9037         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9038         Pass -1 to __internal_statvfs instead of calling stat64.
9039         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9040         Pass -1 to __internal_statvfs64 instead of calling stat64.
9042 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9044         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9045         that was previously under [RESET_PID].
9046         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9048         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9049         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9051 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9053         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9055         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9056         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9058 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9060         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9062 2014-05-27  Andreas Schwab  <schwab@suse.de>
9064         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9065         TLS_INIT_TP macro.
9066         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9067         * elf/rtld.c (init_tls, dl_main): Likewise.
9068         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9069         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9070         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9071         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9072         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9073         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9074         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9075         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9076         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9077         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9078         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9079         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9080         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9081         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9082         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9083         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9084         * sysdeps/generic/tls.h: Update description.
9086 2014-05-27  Will Newton  <will.newton@linaro.org>
9088         [BZ #16990]
9089         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9090         and restore r2 rather than just restoring.
9092 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9094         [BZ #16724]
9095         * libio/tst-ftell-append.c: New test case.
9096         * libio/Makefile (tests): Add test case.
9097         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9098         append mode.
9099         * libio/wfileops.c (do_ftell_wide): Likewise.
9101 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9103         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9105         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9106         ...
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9109         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9110         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9111         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9112         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9113         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9114         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9115         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9116         Moved ...
9117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9118         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9119         Moved ...
9120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9121         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9122         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9123         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9124         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9125         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9126         ...
9127         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9128         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9129         Moved ...
9130         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9131         here.
9132         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9133         ...
9134         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9135         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9136         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9138         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9139         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9140         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9141         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9143         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9144         merge into ...
9145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9146         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9147         ...
9148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9149         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9150         ...
9151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9152         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9153         Moved ...
9154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9155         here.
9156         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9157         Moved ...
9158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9159         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9160         Moved ...
9161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9164         conditional [RESET_PID].
9165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9166         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9167         removed.
9168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9169         removed.
9171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9172         <tcb-offsets.h>.
9173         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9174         (__libc_vfork): New strong alias.
9175         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9176         removed.
9177         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9178         Removed.
9180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9181         <tcb-offsets.h>.
9182         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9183         (__libc_vfork): New strong alias.
9184         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9185         removed.
9186         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9187         removed.
9189 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9191         * malloc/malloc.c (mi_arena): New function.
9192         (malloc_info): Remove nested function mi_arena. Call non-nosted
9193         function mi_arena.
9195 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9197         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9198         by insrwi.
9199         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9200         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9201         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9202         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9203         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9204         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9205         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9207 2014-05-26  Andreas Schwab  <schwab@suse.de>
9209         [BZ #16984]
9210         * locale/programs/repertoire.c (repertoire_read): Add slash
9211         between I18NPATH element and file name.
9212         * locale/programs/locfile.c (locfile_read): Likewise.
9214 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9216         * nptl/pthread_mutexattr_settype.c
9217         (__pthread_mutexattr_settype):
9218         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9220 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9222         * nptl/tst-mutex5 (do_test):
9223         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9225 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9227         * benchtests/README: Document 'init' directive.
9228         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9229         BENCH_INIT.
9230         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9231         (parse_file): Recognize 'init' directive.
9233 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9235         [BZ #16796]
9236         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9237         alignment of struct pthread.
9239 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9241         [BZ #16878]
9242         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9243         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9244         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9245         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9247 2014-05-25  Richard Henderson  <rth@twiddle.net>
9249         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9250         (SINGLE_THREAD_P_PIC): Remove.
9251         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9252         (SINGLE_THREAD_P_PIC): Remove.
9254         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9255         branch to syscall error ...
9256         (PSEUDO): ... here.
9257         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9258         from __local_syscall_error to .Lsyscall_error.
9259         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9260         (SYSCALL_ERROR): Update label name.
9262         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9263         Do not use DOARGS/UNDOARGS.
9264         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9265         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9266         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9267         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9268         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9270         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9271         block comment.
9273         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9274         define if !NOT_IN_libc.
9275         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9276         define with non-default symbol versions.
9278 2014-05-23  Richard Henderson  <rth@twiddle.net>
9280         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9281         (vfork, __vfork): Define via compat_symbol.
9283         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9284         [!HAVE_IFUNC] (vfork_compat): Remove.
9285         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9287 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9289         [BZ #16978]
9290         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9291         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9292         variable.
9294 2014-05-23  Richard Henderson  <rth@twiddle.net>
9296         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9297         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9298         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9299         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9301         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9302         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9303         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9304         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9305         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9306         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9307         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9308         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9309         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9310         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9311         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9312         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9313         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9314         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9315         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9316         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9317         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9318         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9320         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9321         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9332         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9333         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9336         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9337         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9338         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9339         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9340         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9341         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9342         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9343         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9344         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9345         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9346         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9347         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9348         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9349         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9350         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9351         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9352         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9353         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9354         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9355         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9356         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9358         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9359         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9360         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9361         before exiting on error.
9362         (__libc_vfork): New strong alias.
9363         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9364         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9366         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9367         that was previously under [RESET_PID].
9368         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9370         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9372 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9374         [BZ #16977]
9375         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9376         value when x - 1 is zero.
9377         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9378         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9379         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9380         0.0L for an argument of 1.0L.
9381         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9382         Likewise.
9383         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9384         value when x - 1 is zero.
9385         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9386         * sysdeps/i386/fpu/libm-test-ulps: Update.
9387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9389 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9391         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9392         alphasort and versionsort.
9394 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9396         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9397         macro.
9398         [copysignf]: Likewise.
9400 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9402         * crypt/md5-crypt.c: Fix formatting.
9404 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9406         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9407         (b64_from_24bit): New function.
9409 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9411         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9412         libc_hidden_builtin_def to ifunc.
9413         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9414         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9416 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9418         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9419         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9421 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9423         * nscd/Depend (linuxthreads): Remove.
9424         (nptl): Add.
9425         * resolv/Depend (linuxthreads): Remove.
9426         * rt/Depend (linuxthreads): Remove.
9428         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9429         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9430         $(common-objpfx)elf/.
9431         (link-libc-before-gnulib): Likewise.
9432         (elfobjdir): Remove variable.
9433         * Makefile (install): Use $(elf-objpfx) instead of
9434         $(common-objpfx)elf/.
9435         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9436         $(elfobjdir)/.
9437         (link-libc-deps): Likewise.
9438         ($(common-objpfx)libc.so): Likewise.
9439         ($(common-objpfx)linkobj/libc.so): Likewise.
9440         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9441         instead of $(common-objpfx)elf/.
9442         (symbolic-link-list): Likewise.
9443         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9444         [$(cross-compiling) = no]: Likewise.
9445         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9446         $(elfobjdir)/.
9447         (static-gnulib-arch): Likewise.
9448         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9449         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9450         $(common-objpfx)elf/.
9452 2014-05-21  Richard Henderson  <rth@redhat.com>
9454         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9455         (SINGLE_THREAD_P): Use the correct width load.  Fold
9456         into the ldr offset.
9458         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9459         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9461 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9463         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9464         (libgcc_s_resume): Use __attribute_used__.
9465         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9466         Likewise.
9468 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9470         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9471         optimization when used with float constants.
9473         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9475 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9477         [BZ #16915]
9478         * locale/nl_langinfo_l.c: Make direct reference to every
9479         _nl_current_CATEGORY symbol.
9480         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9481         (tests-static): Add tst-langinfo-static.
9482         (tests-special): Add tst-langinfo-static.out.
9483         ($(objpfx)tst-langinfo.out): Redirect output.
9484         ($(objpfx)tst-langinfo-static.out): New.
9485         * localedata/tst-langinfo.sh: Send output to stdout.
9486         * localedata/tst-langinfo-static.c: New file.
9488         [BZ #16965]
9489         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9490         when the shift amount is modulo the limb size.
9492 2014-05-20  Richard Henderson  <rth@redhat.com>
9494         [BZ #16967]
9495         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9496         Change type of sa_flags from unsigned int to int.
9498         [BZ #16966]
9499         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9501         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9503 2014-05-20  Will Newton  <will.newton@linaro.org>
9505         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9506         Test the return value of the system call in the nocancel case.
9508 2014-05-20  Will Newton  <will.newton@linaro.org>
9509             Yvan Roux  <yvan.roux@linaro.org>
9511         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9512         #include of asm/ptrace.h.
9513         (PTRACE_GET_THREAD_AREA): Remove #undef.
9514         (PTRACE_GETHBPREGS): Likewise.
9515         (PTRACE_SETHBPREGS): Likewise.
9516         (struct user_regs_struct): New structure.
9517         (struct user_fpsimd_struct): New structure.
9518         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9519         #include of asm/ptrace.h and second #include of sys/user.h.
9520         (PTRACE_GET_THREAD_AREA): Remove #undef.
9521         (PTRACE_GETHBPREGS): Likewise.
9522         (PTRACE_SETHBPREGS): Likewise.
9523         (ELF_NGREG): Use new struct user_regs_struct.
9524         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9526 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9528         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9529         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9531 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9533         [BZ #16958]
9534         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9535         membar to avoid block loads/stores to overlap previous stores.
9537 2014-05-17  Richard Henderson  <rth@redhat.com>
9539         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9540         Create the __##syscall_name##_nocancel entry point.
9541         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9542         Remove; let the sysdep-cancel.h code create it.
9544 2014-05-17  David S. Miller  <davem@davemloft.net>
9546         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9547         Protect with __USE_GNU.
9548         (TIOCSET_TEMPT): Likewise.
9549         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9550         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9551         these are already provided in bits/ioctl-types.h
9553 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9555         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9556         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9558         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9559         Use wait4 regardless of [__NR_waitpid].
9561 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9563         PR libgcc/60166
9564         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9565         (_FP_NANSIGN_Q): Set the quiet bit.
9567 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9569         * benchtests/Makefile
9570         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9571         not $(common-objpfx)math/libm.so.
9572         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9573         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9574         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9575         $(common-objpfx)dlfcn/libdl.so.
9576         ($(objpfx)tst-audit8): Depend on $(libm), not
9577         $(common-objpfx)math/libm.so.
9578         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9579         not $(common-objpfx)dlfcn/libdl.so.
9580         * math/Makefile
9581         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9582         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9583         [$(build-shared) = yes].
9584         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9585         $(common-objpfx)nptl/libpthread.so.
9586         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9587         $(common-objpfx)math/libm.so$(libm.so-version) or
9588         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9589         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9590         $(common-objpfx)dlfcn/libdl.so.
9591         * setjmp/Makefile (link-libm): Remove variable.
9592         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9593         * stdio-common/Makefile (link-libm): Remove variable.
9594         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9595         * stdlib/Makefile (link-libm): Remove variable.
9596         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9597         ($(objpfx)tst-strtod-round): Likewise.
9598         ($(objpfx)tst-tininess): Likewise.
9599         ($(objpfx)tst-strtod-underflow): Likewise.
9600         ($(objpfx)tst-strtod6): Likewise.
9601         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9602         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9603         $(common-objpfx)dlfcn/libdl.so.
9605 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9607         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9608         BSD terminal modes definitions.
9610 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9612         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9613         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9615         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9616         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9617         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9618         Don't do #include_next.
9619         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9620         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9621         Don't do #include_next.
9622         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9623         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9624         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9625         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9627 2014-05-16  Allan McRae  <allan@archlinux.org>
9629         * po/sv.po: Update Swedish translation from translation project.
9631         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9632         in sed expression.
9634 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9636         [BZ #16917]
9637         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9638         errno if the TIOCGPTN ioctl fails with an error different than
9639         EINVAL.
9640         * login/tst-ptsname.c: New file.
9641         * login/Makefile (tests): Add tst-ptsname.
9643         [BZ #16943]
9644         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9645         and prlimit64.
9647 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9649         [BZ #16849]
9650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9651         herrno to return EAI_AGAIN.
9653 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9655         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9656         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9657         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9658         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9659         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9660         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9661         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9662         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9663         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9664         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9665         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9666         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9667         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9668         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9669         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9670         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9671         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9672         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9673         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9674         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9675         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9676         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9677         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9678         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9679         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9680         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9681         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9682         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9683         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9684         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9686         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9687         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9688         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9689         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9690         Moved ...
9691         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9692         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9693         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9694         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9695         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9696         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9697         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9699         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9700         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9703         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9705         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9715         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9719         Moved ...
9720         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9722         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9724         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9726         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9728         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9730         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9732         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9734         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9736         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9740         Moved ...
9741         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9743         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9745         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9746         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9747         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9748         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9749         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9750         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9751         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9752         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9753         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9754         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9755         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9756         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9757         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9758         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9759         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9760         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9761         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9762         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9763         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9765         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9767         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9769         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9770         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9771         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9772         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9773         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9774         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9775         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9777         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9778         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9780         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9781         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9782         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9783         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9784         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9785         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9786         Moved ...
9787         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9789         Moved ...
9790         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9792         Moved ...
9793         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9794         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9795         Moved ...
9796         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9797         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9798         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9800         Moved ...
9801         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9802         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9803         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9804         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9805         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9807         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9808         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9809         Moved ...
9810         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9811         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9812         Moved ...
9813         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9814         ... here.
9815         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9816         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9818         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9819         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9820         Moved ...
9821         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9822         ... here.
9823         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9824         Moved ...
9825         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9826         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9827         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9828         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9829         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9830         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9831         Moved ...
9832         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9834         Moved ...
9835         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9836         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9837         Moved ...
9838         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9839         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9840         Moved ...
9841         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9843         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9845         Moved ...
9846         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9848         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9850         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9851         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9852         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9853         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9854         Moved ...
9855         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9856         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9857         Moved ...
9858         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9859         ... here.
9860         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9861         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9862         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9863         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9864         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9865         Moved ...
9866         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9867         ... here.
9868         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9869         Moved ...
9870         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9871         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9872         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9873         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9874         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9875         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9876         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9877         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9878         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9879         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9880         Moved ...
9881         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9882         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9883         Moved ...
9884         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9885         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9886         Moved ...
9887         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9888         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9889         Moved ...
9890         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9891         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9892         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9893         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9894         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9895         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9896         Moved ...
9897         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9898         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9899         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9900         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9901         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9902         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9903         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9904         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9905         Moved ...
9906         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9907         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9908         Moved ...
9909         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9910         ... here.
9911         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9912         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9913         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9914         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9915         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9916         Moved ...
9917         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9918         ... here.
9919         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9920         Moved ...
9921         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9922         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9923         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9924         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9925         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9926         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9927         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9928         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9929         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9930         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9931         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9933         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9934         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9936         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9937         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9939         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9940         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9941         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9943         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9944         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9945         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9946         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9947         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9948         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9949         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9950         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9951         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9952         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9953         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9954         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9955         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9956         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9957         Moved ...
9958         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9960         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9962         Moved ...
9963         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9964         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9965         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9966         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9967         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9968         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9969         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9970         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9971         Moved ...
9972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9973         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9974         Moved ...
9975         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9976         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9977         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9978         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9979         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9980         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9981         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9982         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9983         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9985         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9987         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9988         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9989         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9990         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9991         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9993         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9994         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9995         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9996         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9997         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9999         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10000         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10001         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10002         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10003         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10004         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10005         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10006         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10007         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10008         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10010         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10011         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10013         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10014         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10015         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10016         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10017         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10018         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10019         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10020         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10021         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10022         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10023         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10024         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10025         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10026         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10027         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10028         Update #include.
10029         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10030         Likewise.
10031         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10032         Likewise.
10033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10034         Likewise.
10035         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10036         Likewise.
10037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10038         Likewise.
10039         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10040         Likewise.
10041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10042         Likewise.
10043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10044         Likewise.
10045         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10046         Likewise.
10047         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10048         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10049         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10050         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10051         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10052         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10053         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10054         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10055         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10056         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10057         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10058         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10059         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10060         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10061         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10063         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10064         that was previously under [RESET_PID].
10065         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10066         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10067         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10069         * sysdeps/i386/nptl/Implies: New file.
10070         * sysdeps/x86_64/nptl/Implies: New file.
10071         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10072         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10073         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10074         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10076         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10077         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10078         (__libc_vfork): New strong alias.
10079         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10080         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10082         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10083         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10084         (__libc_vfork): New strong alias.
10085         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10086         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10088         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10089         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10090         (__libc_vfork): New strong alias.
10091         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10092         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10093         * nptl/pt-vfork.c: New file.
10094         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10095         (libpthread: GLIBC_2.20): New version set (empty).
10097 2014-05-14  Will Newton  <will.newton@linaro.org>
10099         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10100         rather than #if.
10102 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10104         [BZ #16564]
10105         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10106         arguments with exponent 65 or above.
10107         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10108         arguments 0x1p113L or above.
10109         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10110         to arguments 0x1p107L or above.
10111         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10112         positive arguments with exponent 65 or above.
10113         * math/auto-libm-test-in: Add more tests of log1p.
10114         * math/auto-libm-test-out: Regenerated.
10116         [BZ #16928]
10117         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10118         non-finite arguments is +0.
10119         * math/s_cacosf.c (__cacosf): Likewise.
10120         * math/s_cacosl.c (__cacosl): Likewise.
10121         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10122         * sysdeps/i386/fpu/libm-test-ulps: Update.
10123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10125         [BZ #16927]
10126         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10127         value.
10128         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10129         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10130         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10131         for explicit high bit of mantissa when testing for argument equal
10132         to 1.
10133         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10134         * sysdeps/i386/fpu/libm-test-ulps: Update.
10135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10137         [BZ #16516]
10138         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10139         (__erf): Scale by 16 instead of 8 in potentially underflowing
10140         case.  Ensure exception if result actually underflows.
10141         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10142         (__erff): Scale by 16 instead of 8 in potentially underflowing
10143         case.  Ensure exception if result actually underflows.
10144         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10145         (efx8): Remove variable.
10146         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10147         case.  Ensure exception if result actually underflows.
10148         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10149         (efx8): Remove variable.
10150         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10151         case.  Ensure exception if result actually underflows.
10152         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10153         (efx8): Remove variable.
10154         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10155         case.  Ensure exception if result actually underflows.
10156         * math/auto-libm-test-in: Add more tests of erf.
10157         * math/auto-libm-test-out: Regenerated.
10159 2014-05-14  Andreas Schwab  <schwab@suse.de>
10161         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10162         Remove code conditionalized on USE___THREAD.
10164         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10165         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10166         not definedness.
10168 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10170         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10171         Define unconditionally.
10172         (__ASSUME_O_CLOEXEC): Likewise.
10173         (__ASSUME_SOCK_CLOEXEC): Likewise.
10174         (__ASSUME_IN_NONBLOCK): Likewise.
10175         (__ASSUME_PIPE2): Likewise.
10176         (__ASSUME_EVENTFD2): Likewise.
10177         (__ASSUME_SIGNALFD4): Likewise.
10178         (__ASSUME_DUP3): Likewise.
10179         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10180         (__ASSUME_DUP3): Do not define.
10181         (__ASSUME_EVENTFD2): Likewise.
10182         (__ASSUME_IN_NONBLOCK): Likewise.
10183         (__ASSUME_O_CLOEXEC): Likewise.
10184         (__ASSUME_PIPE2): Likewise.
10185         (__ASSUME_SIGNALFD4): Likewise.
10186         (__ASSUME_SOCK_CLOEXEC): Likewise.
10187         (__ASSUME_UTIMES): Undefine.
10188         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10189         (__ASSUME_UTIMES): Do not define.
10190         (__ASSUME_O_CLOEXEC): Likewise.
10191         (__ASSUME_SOCK_CLOEXEC): Likewise.
10192         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10193         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10194         0x020621].
10195         (__ASSUME_PIPE2): Likewise.
10196         (__ASSUME_EVENTFD2): Likewise.
10197         (__ASSUME_SIGNALFD4): Likewise.
10198         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10199         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10200         Do not define.
10201         (__ASSUME_EVENTFD2): Likewise.
10202         (__ASSUME_SIGNALFD4): Likewise.
10203         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10204         (__ASSUME_32BITUIDS): Likewise.
10205         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10206         (__ASSUME_IPC64): Likewise.
10207         (__ASSUME_ST_INO_64_BIT): Likewise.
10208         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10209         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10210         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10211         (__ASSUME_UTIMES): Do not define.
10212         (__ASSUME_PSELECT): Likewise.
10213         (__ASSUME_PPOLL): Likewise.
10214         (__ASSUME_O_CLOEXEC): Likewise.
10215         (__ASSUME_SOCK_CLOEXEC): Likewise.
10216         (__ASSUME_IN_NONBLOCK): Likewise.
10217         (__ASSUME_PIPE2): Likewise.
10218         (__ASSUME_EVENTFD2): Likewise.
10219         (__ASSUME_SIGNALFD4): Likewise.
10220         (__ASSUME_DUP3): Likewise.
10221         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10222         (__ASSUME_UTIMES): Likewise.
10223         (__ASSUME_O_CLOEXEC): Likewise.
10224         (__ASSUME_SOCK_CLOEXEC): Likewise.
10225         (__ASSUME_IN_NONBLOCK): Likewise.
10226         (__ASSUME_PIPE2): Likewise.
10227         (__ASSUME_EVENTFD2): Likewise.
10228         (__ASSUME_SIGNALFD4): Likewise.
10229         (__ASSUME_DUP3): Likewise.
10230         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10231         (__ASSUME_UTIMES): Likewise.
10232         (__ASSUME_O_CLOEXEC): Likewise.
10233         (__ASSUME_SOCK_CLOEXEC): Likewise.
10234         (__ASSUME_IN_NONBLOCK): Likewise.
10235         (__ASSUME_PIPE2): Likewise.
10236         (__ASSUME_EVENTFD2): Likewise.
10237         (__ASSUME_SIGNALFD4): Likewise.
10238         (__ASSUME_DUP3): Likewise.
10239         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10240         Likewise.
10241         (__ASSUME_UTIMES): Likewise.
10242         (__ASSUME_EVENTFD2): Likewise.
10243         (__ASSUME_SIGNALFD4): Likewise.
10244         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10245         (__ASSUME_O_CLOEXEC): Likewise.
10246         (__ASSUME_SOCK_CLOEXEC): Likewise.
10247         (__ASSUME_IN_NONBLOCK): Likewise.
10248         (__ASSUME_PIPE2): Likewise.
10249         (__ASSUME_EVENTFD2): Likewise.
10250         (__ASSUME_SIGNALFD4): Likewise.
10251         (__ASSUME_DUP3): Likewise.
10252         (__ASSUME_UTIMES): Undefine.
10254         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10255         feclearexcept.  Remove symbol versioning code.
10256         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10257         symbol versioning code.
10258         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10259         symbol versioning code.
10260         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10261         feupdateenv.  Remove symbol versioning code.
10262         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10263         fegetexceptflag.  Remove symbol versioning code.
10264         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10265         fesetexceptflag.  Remove symbol versioning code.
10266         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10267         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10268         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10269         (__posix_fadvise64_l32): Remove prototype.
10270         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10271         code.
10273 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10275         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10276         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10277         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10278         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10280 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10282         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10283         current working directory
10285 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10287         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10288         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10289         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10290         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10291         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10292         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10293         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10294         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10295         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10296         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10297         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10298         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10299         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10300         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10301         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10302         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10303         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10304         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10305         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10306         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10307         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10308         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10309         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10310         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10311         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10312         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10313         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10314         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10315         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10316         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10317         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10318         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10319         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10320         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10321         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10322         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10323         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10324         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10325         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10326         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10327         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10328         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10330         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10331         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10333         * sysdeps/unix/sysv/linux/arm/Makefile
10334         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10335         Add rt-aeabi_unwind_cpp_pr1.
10336         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10337         Add nptl-aeabi_unwind_cpp_pr1.
10338         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10339         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10340         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10341         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10342         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10343         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10345         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10346         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10347         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10348         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10350         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10351         Deconditionalize the code that was previously under [RESET_PID].
10352         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10354         * sysdeps/generic/exit-thread.h: New file.
10355         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10356         * include/unistd.h (__exit_thread): Remove declaration.
10357         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10358         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10359         * csu/libc-start.c: Include <exit-thread.h>.
10360         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10361         * nptl/pthread_create.c: Include <exit-thread.h>.
10362         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10363         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10364         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10365         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10366         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10367         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10368         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10369         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10370         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10371         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10372         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10373         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10374         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10375         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10376         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10377         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10378         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10380 2014-05-13  Andreas Schwab  <schwab@suse.de>
10382         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10384 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10386         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10387         (__ASSUME_UTIMES): Do not condition on kernel version.
10388         (__ASSUME_PSELECT): Define unconditionally.
10389         (__ASSUME_PPOLL): Likewise.
10390         (__ASSUME_ATFCTS): Likewise.
10391         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10392         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10393         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10394         (__ASSUME_UTIMENSAT): Define unconditionally.
10395         (__ASSUME_PRIVATE_FUTEX): Likewise.
10396         (__ASSUME_FALLOCATE): Likewise.
10397         (__ASSUME_O_CLOEXEC): Likewise.
10398         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10399         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10400         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10401         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10402         (__ASSUME_IN_NONBLOCK): Likewise.
10403         (__ASSUME_PIPE2): Likewise.
10404         (__ASSUME_EVENTFD2): Likewise.
10405         (__ASSUME_SIGNALFD4): Likewise.
10406         (__ASSUME_DUP3): Likewise.
10407         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10408         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10409         (__ASSUME_AT_RANDOM): Likewise.
10410         (__ASSUME_PREADV): Likewise.
10411         (__ASSUME_PWRITEV): Likewise.
10412         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10413         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10414         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10415         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10416         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10417         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10418         (__ASSUME_O_CLOEXEC): Define unconditionally.
10419         (__ASSUME_PSELECT): Do not undefine conditionally.
10420         (__ASSUME_PPOLL): Likewise.
10421         (__ASSUME_ATFCTS): Likewise.
10422         (__ASSUME_SET_ROBUST_LIST): Likewise.
10423         (__ASSUME_UTIMENSAT): Likewise.
10424         (__ASSUME_FDATASYNC): Define unconditionally.
10425         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10426         (__ASSUME_SIGFRAME_V2): Likewise.
10427         )__ASSUME_EVENTFD2): Likewise.
10428         (__ASSUME_SIGNALFD4): Likewise.
10429         (__ASSUME_PSELECT): Do not undefine conditionally.
10430         (__ASSUME_PPOLL): Likewise.
10431         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10432         (__ASSUME_PSELECT): Define unconditionally.
10433         (__ASSUME_PPOLL): Likewise.
10434         (__ASSUME_O_CLOEXEC): Likewise.
10435         (__ASSUME_SOCK_CLOEXEC): Likewise.
10436         (__ASSUME_IN_NONBLOCK): Likewise.
10437         (__ASSUME_PIPE2): Likewise.
10438         (__ASSUME_EVENTFD2): Likewise.
10439         (__ASSUME_SIGNALFD4): Likewise.
10440         (__ASSUME_DUP3): Likewise.
10441         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10442         (__ASSUME_O_CLOEXEC): Likewise.
10443         (__ASSUME_SOCK_CLOEXEC): Likewise.
10444         (__ASSUME_IN_NONBLOCK): Likewise.
10445         (__ASSUME_PIPE2): Likewise.
10446         (__ASSUME_EVENTFD2): Likewise.
10447         (__ASSUME_SIGNALFD4): Likewise.
10448         (__ASSUME_DUP3): Likewise.
10449         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10450         (__ASSUME_EVENTFD2): Likewise.
10451         (__ASSUME_SIGNALFD4): Likewise.
10452         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10454 2014-05-12  Andreas Schwab  <schwab@suse.de>
10456         [BZ #16932]
10457         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10458         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10459         than maximum RPC packet size.
10460         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10461         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10462         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10463         (_nss_nis_getservbyport_r): Likewise.
10465 2014-05-12  Will Newton  <will.newton@linaro.org>
10467         * malloc/Makefile (tests): Add tst-mallopt.
10468         * malloc/tst-mallopt.c: New file.
10470 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10472         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10473         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10475 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10477         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10478         (tst-tlsmod6.so): Likewise.
10480 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10482         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10484 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10486         [BZ #16064]
10487         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10488         and <dl-procinfo.h>.
10489         (__fegetenv): Save SSE state in envp->__eip if supported.
10490         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10491         envp->__eip if supported.
10492         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10493         and <dl-procinfo.h>.
10494         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10495         __data_offset and __data_selector in environment to 0.  Set SSE
10496         state if supported.
10497         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10498         test-fenv-sse.
10499         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10500         -mfpmath=sse.
10501         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10503 2014-05-09  Will Newton  <will.newton@linaro.org>
10505         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10506         and libc_relro_required for ARM.
10507         * sysdeps/arm/preconfigure: Regenerate.
10509 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10510             Stefan Liebler  <stli@linux.vnet.ibm.com>
10512         * config.make.in (enable-lock-elision): New Makefile variable.
10513         * configure.ac: Likewise.
10514         * configure: Regenerate.
10515         * sysdeps/s390/configure.ac:
10516         Add check for gcc transactions support.
10517         * sysdeps/s390/configure: Regenerate.
10518         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10519         Build elision files if enabled.
10520         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10521         Add lock elision support for s390.
10522         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10523         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10524         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10525         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10526         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10527         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10528         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10529         Likewise.
10530         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10531         Likewise.
10532         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10533         Likewise.
10534         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10535         Likewise.
10536         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10537         (__lll_timedlock_elision, __lll_lock_elision)
10538         (__lll_unlock_elision, __lll_trylock_elision)
10539         (lll_timedlock_elision, lll_lock_elision)
10540         (lll_unlock_elision, lll_trylock_elision): Add.
10541         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10542         (pthread_mutex_t): Add lock elision support for s390.
10544 2014-05-14  Wilco  <wdijkstr@arm.com>
10546         * sysdeps/arm/fclrexcpt.c: Cleanup.
10547         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10548         * sysdeps/arm/feenablxcpt.c: Cleanup.
10549         * sysdeps/arm/fegetenv.c: Cleanup.
10550         * sysdeps/arm/fegetexcept.c: Cleanup.
10551         * sysdeps/arm/fegetround.c: Cleanup.
10552         * sysdeps/arm/feholdexcpt.c: Cleanup.
10553         * sysdeps/arm/fesetenv.c: Cleanup.
10554         * sysdeps/arm/fesetround.c: Cleanup.
10555         * sysdeps/arm/feupdateenv.c: Cleanup.
10556         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10557         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10558         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10559         * sysdeps/arm/ftestexcept.c: Cleanup.
10560         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10561         * sysdeps/arm/setfpucw.c: Cleanup.
10563 2014-05-09  Will Newton  <will.newton@linaro.org>
10565         * sysdeps/arm/armv7/strcmp.S: New file.
10566         * NEWS: Mention addition of ARMv7 optimized strcmp.
10568 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10570         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10571         look for %.ac rather than %.in.
10573         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10574         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10575         * sysdeps/mach/hurd/configure: Regenerated.
10576         * sysdeps/unix/sysv/linux/configure: Regenerated.
10578         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10580 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10582         [BZ# 16922]
10583         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10584         (LONG_SUB): Ditto.
10585         (PTR_SUB): Ditto.
10587 2014-05-07  Andreas Schwab  <schwab@suse.de>
10589         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10590         when skipping over non-matching result from nscd.
10592 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10594         [BZ #16876]
10595         * nptl/sockperf.c (client): Check socket return value.
10597         [BZ #16877]
10598         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10599         nscd security class.
10601 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10603         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10604         * sysdeps/arm/unwind.h: ... here.
10606 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10608         [BZ# 16916]
10609         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10610         Define.
10612 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10614         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10615         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10616         multiarch strncpy for PPC64.
10617         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10618         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10619         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10620         multiarch optimizations.
10621         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10622         (__libc_ifunc_impl_list): Likewise.
10623         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10624         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10625         multiarch stpncpy for PPC64.
10626         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10627         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10629 2014-05-06  Andreas Schwab  <schwab@suse.de>
10631         [BZ #16912]
10632         * gmon/mcount.c (_MCOUNT_DECL): Use
10633         atomic_compare_and_exchange_bool_acq instead of
10634         catomic_compare_and_exchange_bool_acq.
10636 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10638         * elf/Makefile (others, install-bin): Remove pldd.
10639         (pldd-modules): Variable removed.
10640         ($(objpfx)pldd): Target removed.
10641         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10642         (others, install-bin): Append pldd here.
10643         ($(objpfx)pldd): New target.
10645         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10646         to 0, so the first #if test emitted later doesn't see it undefined.
10647         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10648         * sysdeps/gnu/errlist.c: Regenerated.
10650 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10652         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10653         [libc_hidden_builtin_def]: Define to empty value.
10654         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10655         [libc_hidden_builtin_def]: Likewise.
10656         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10657         [libc_hidden_builtin_def]: Likewise.
10658         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10659         [libc_hidden_builtin_def]: Likewise.
10660         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10661         __redirect_memcpy and define ifunc as default hidden symbol.
10662         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10663         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10665 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10667         * locale/iso-4217.def: Reintroduce XDR currency.
10669 2014-05-04  Allan McRae  <allan@archlinux.org>
10671         * po/eo.po: Update Esperanto translation from translation project.
10673 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10675         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10676         and FEATURE_INDEX_MAX to 1.
10677         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10679 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10681         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10682         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10683         * iconvdata/big5.c (ONE_DIRECTION): Define.
10684         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10685         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10686         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10687         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10688         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10689         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10690         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10691         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10692         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10693         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10694         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10695         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10696         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10697         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10698         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10699         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10700         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10701         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10702         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10703         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10704         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10705         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10706         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10707         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10708         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10709         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10710         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10711         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10712         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10713         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10714         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10715         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10716         * iconvdata/johab.c (ONE_DIRECTION): Define.
10717         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10718         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10719         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10720         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10721         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10722         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10723         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10724         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10725         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10726         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10728 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10730         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10731         (_IO_JUMPS_OFFSET): Define to 0.
10733         * nptl/sysdeps/pthread/bits/libc-lock.h
10734         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10735         (__libc_lock_define_initialized_recursive): Always define using
10736         initializer.  Modern compilers treat uninitialized (implicit zero) and
10737         explicit zero initializers the same (i.e. put the datum in bss).
10739 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10741         * nscd/nscd-client.h: Include <string.h>.
10743 2014-05-01  David S. Miller  <davem@davemloft.net>
10745         [BZ #16885]
10746         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10747         multiple zero bytes exist at the end of a string.
10748         Reported by Aurelien Jarno <aurelien@aurel32.net>
10750         * string/test-strcmp.c (check): Add explicit test for situations where
10751         there are multiple zero bytes after the first.
10753 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10755         [BZ #16890]
10756         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10757         when compiling wprintf.
10758         * stdio-common/tstdiomisc.c (t3): New function.
10759         (main): Call it.
10761 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10763         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10764         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10765         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10766         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10768 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10770         * stdlib/longlong.h: Updated from GCC.
10772 2014-05-01  Will Newton  <will.newton@linaro.org>
10773             Bernard Ogden  <bernie.ogden@linaro.org>
10775         * NEWS: Update fixed bug list.
10777         [BZ #15119]
10778         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10780 2014-04-30  David S. Miller  <davem@davemloft.net>
10782         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10783         (libc_feholdexcept_setround_sparc_ctx): New function.
10784         (libc_fesetenv_sparc_ctx): Likewise.
10785         (libc_feupdateenv_sparc_ctx): Likewise.
10786         (libc_feholdsetround_sparc_ctx): Likewise.
10787         (libc_feholdexcept_setround_ctx): Define.
10788         (libc_feholdexcept_setroundf_ctx): Likewise.
10789         (libc_feholdexcept_setroundl_ctx): Likewise.
10790         (libc_fesetenv_ctx): Likewise.
10791         (libc_fesetenvf_ctx): Likewise.
10792         (libc_fesetenvl_ctx): Likewise.
10793         (libc_feupdateenv_ctx): Likewise.
10794         (libc_feupdateenvf_ctx): Likewise.
10795         (libc_feupdateenvl_ctx): Likewise.
10796         (libc_feresetround_ctx): Likewise.
10797         (libc_feresetroundf_ctx): Likewise.
10798         (libc_feresetroundl_ctx): Likewise.
10799         (libc_feholdsetround_ctx): Likewise.
10800         (libc_feholdsetroundf_ctx): Likewise.
10801         (libc_feholdsetroundl_ctx): Likewise.
10803         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10804         with __USE_GNU instead of XOPEN cpp guards.
10806         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10807         0.
10809         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10810         with XOPEN cpp guards.
10812 2014-04-30  Julian Brown  <julian@codesourcery.com>
10814         [BZ #16888]
10815         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10816         handling.
10818 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10820         [BZ #9894]
10821         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10822         Change to 2.6.32.
10823         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10824         * sysdeps/unix/sysv/linux/configure: Regenerated.
10825         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10826         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10827         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10828         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10829         * README: Update reference to required Linux kernel version.
10830         * manual/install.texi (Linux): Update reference to required Linux
10831         kernel headers version.
10832         * INSTALL: Regenerated.
10834         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10835         header inclusion.
10836         [POSIX] (limits.h): Likewise.
10837         [POSIX] (math.h): Likewise.
10838         [POSIX] (sys/wait.h): Likewise.
10839         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10840         function.
10841         [POSIX] (stddef.h): Do not allow header inclusion.
10843 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10845         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10847 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10849         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10850         Return immediately after lll_futex_wake.
10852 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10854         [BZ #16791]
10855         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10856         structure.
10857         (datahead_init_pos): Call datahead_init_common early.
10858         (datahead_init_neg): Likewise.
10860         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10861         datahead_init_neg): New functions.
10862         * nscd/aicache.c (addhstaiX): Use them.
10863         * nscd/grpcache.c (cache_addgr): Likewise.
10864         * nscd/hstcache.c (cache_addhst): Likewise.
10865         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10866         * nscd/netgroupcache.c (do_notfound): Likewise.
10867         (addgetnetgrentX): Likewise.
10868         (addinnetgrX): Likewise.
10869         * nscd/pwdcache.c (cache_addpw): Likewise.
10870         * nscd/servicescache.c (cache_addserv): Likewise.
10872 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10873             Atsushi Onoe  <atsushi@onoe.org>
10875         [BZ #14308]
10876         [BZ #12994]
10877         [BZ #13651]
10878         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10879         one response is valid.
10880         * resolv/res_send.c (send_dg): Check for validity of other
10881         response if the current response is a referral.
10883 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10885         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10887 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10889         [BZ #16823]
10890         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10891         Always divide by positive zero when computing -Inf result.
10892         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10893         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10895 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10897         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10898         FPSCR if value do not change.
10899         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10900         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10901         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10902         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10903         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10904         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10905         function.
10907 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10909         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10910         * sysdeps/unix/sysv/linux/hppa: Move directory from
10911         ports/systeps/unix/sysv/linux/hppa.
10912         * README: Update listing for hppa-*-linux-gnu.
10914 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10916         [BZ #16754]
10917         * manual/stdio.texi (Hook functions): Fix types of stream hook
10918         functions.
10919         [BZ #16854]
10920         * socket/sys/socket.h: Fix typo in comment.
10922 2014-04-28  Wilco  <wdijkstr@arm.com>
10924         * sysdeps/arm/fenv_private.h: New file.
10925         * sysdeps/arm/math_private.h: New file.
10926         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10928 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10930         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10931         with __int128_t.
10932         (La_x86_64_retval): Likewise.
10934 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10936         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10937         fpsr if value didn't change.
10938         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10939         to fpcr if value didn't change.
10940         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10941         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10942         fpsr or fpcr if value didn't change.
10943         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10944         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10945         fpcr if value didn't change.
10946         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10947         to fpsr if value didn't change.
10949 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10951         * nptl/tst-sem3.c: Use test-skeleton.c
10952         (main): Rename to do_test.  Use return instead of
10953         exit.
10954         * nptl/tst-sem4.c: Use test-skeleton.c
10955         (main): Rename to do_test.
10957 2014-04-22  David S. Miller  <davem@davemloft.net>
10959         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10960         (struct sigaction): New struct member __glibc_reserved0, change
10961         type of sa_flags to int.
10963 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10965         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10966         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10968 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10970         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10971         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10973 2014-04-22  Will Newton  <will.newton@linaro.org>
10974             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10976         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10977         (__longjmp): Add longjmp and longjmp_target SystemTap
10978         probes.
10979         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10980         (__sigsetjmp): Add setjmp SystemTap probe.
10982 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10984         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10985         match manual order.
10987 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10989         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10991         * sysdeps/powerpc/fpu/fenv_private.h
10992         (libc_feholdexcept_setroundl_ctx): Define to
10993         libc_feholdexcept_setround_ppc_ctx.
10994         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10995         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10996         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10997         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10999 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11001         * sysdeps/aarch64/math-tests.h: New file.
11003 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11005         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11006         New.
11007         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11008         Check and set bit_AVX2_Usable.
11009         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11010         macro.
11011         (bit_AVX2): Likewise.
11012         (index_AVX2_Usable): Likewise.
11013         (CPUID_AVX2): Likewise.
11014         (HAS_AVX2): Likewise.
11016 2014-04-17  Will Newton  <will.newton@linaro.org>
11018         * manual/setjmp.texi (System V contexts): Add note that
11019         calling setcontext on a context created by a call to a
11020         signal handler is undefined.  Update text to note that
11021         setcontext from a signal handler is possible but not
11022         recommended.
11024         [BZ #16629]
11025         * stdlib/tst-setcontext.c: Include signal.h.
11026         (main): Check that the signal stack before and
11027         after swapcontext is the same.
11029         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11030         Re-implement to restore registers in user code and avoid
11031         rt_sigreturn system call.
11033 2014-04-17  Wilco  <wdijkstr@arm.com>
11035         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11036         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11037         * math/test-fenv.c: Skip exception trap tests on targets which only
11038         support non-stop mode.
11040 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11041             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11043         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11044         (libc_feholdsetround_aarch64_ctx)
11045         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11046         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11047         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11048         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11049         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11050         (libc_feresetround_noexl_ctx): Define.
11052 2014-04-16  Richard Henderson  <rth@redhat.com>
11054         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11056         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11057         unwind tables.
11059         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11060         const from the non-libc, non-ldso copy.
11062         * sysdeps/alpha/libm-test-ulps: Regenerate.
11064 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11065             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11067         * sysdeps/aarch64/fpu/math_private.h: New file.
11069 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11071         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11073 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11075         [BZ #16275]
11076         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11077         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11078         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11079         Intel MPX bound registers before _dl_profile_fixup.
11080         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11081         registers after _dl_profile_fixup.  Save and restore bound
11082         registers bnd0/bnd1 when calling _dl_call_pltexit.
11083         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11084         (LR_BND_OFFSET): Likewise.
11085         (LRV_BND0_OFFSET): Likewise.
11086         (LRV_BND1_OFFSET): Likewise.
11088 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11090         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11091         to...
11092         * sysdeps/mach/hurd/i386/tls.h: ... here.
11093         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11094         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11095         fields.
11097 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11099         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11101 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11103         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11105 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11107         [BZ #14770]
11108         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11109         * sysdeps/s390/configure: Regenerate.
11111         [BZ #16824]
11112         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11113         Set round-to-nearest internally to reduce error accumulation.
11115 2014-04-16  Alan Modra  <amodra@gmail.com>
11117         [BZ #16740]
11118         [BZ #16619]
11119         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11120         * math/libm-test.inc (frexp_test_data): Add tests.
11121         * NEWS: Update fixed bug list.
11123 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11125         * benchtests/Makefile: Depend on libraries in build directory.
11126         (bench-math): Separate out math tests.
11127         (bench-pthread): Separate out pthread tests.
11128         (bench): Include math and pthread tests.
11130 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11132         [BZ #16831]
11133         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11134         _dl_debug_initialize.
11136         * configure.ac: Remove SELinux header check.
11137         * configure: Regenerate.
11138         * nscd/selinux.c (perms): Array of const char* to permission names.
11139         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11140         default policy. Call string_to_security_class and string_to_av_perm to
11141         translate strings. Enforce default policy and call avs_has_perm with
11142         results of translated strings.
11144 2014-04-13  David S. Miller  <davem@davemloft.net>
11146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11148 2014-04-12  Allan McRae  <allan@archlinux.org>
11150         [BZ #16838]
11151         * manual/string.texi (Collation Functions): Fix qsort argument
11152         order in example.
11153         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11155 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11157         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11158         Make the test a no-op if there are no exceptions defined.
11160 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11162         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11163         enable-hardcoded-path-in-tests
11165 2014-04-11  Will Newton  <will.newton@linaro.org>
11167         * benchtests/Makefile (extra-objs): Add json-lib.o.
11168         (bench-func): Tidy up JSON output.
11169         * benchtests/bench-skeleton.c: Include json-lib.h.
11170         (main): Use JSON library functions to do output of
11171         benchmark results.
11172         * benchtests/bench-timing-type.c (main): Output the
11173         timing type simply, leaving formatting to the user.
11174         * benchtests/json-lib.c: New file.
11175         * benchtests/json-lib.h: Likewise.
11177 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11179         [BZ #15215]
11180         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11181         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11182         memory barriers.  Add comments.
11183         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11184         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11185         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11186         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11187         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11188         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11190 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11192         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11193         * sysdeps/s390/s390-64/configure.ac: ... this ...
11194         * sysdeps/s390/configure.ac: ... to here.
11195         * sysdeps/s390/s390-32/configure: Delete file.
11196         * sysdeps/s390/s390-64/configure: Delete file.
11197         * sysdeps/s390/configure: Regenerate.
11199 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11201         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11203 2014-04-11  Will Newton  <will.newton@linaro.org>
11205         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11206         to zero if it is not defined elsewhere.  (mtrim): Test
11207         the value of MALLOC_DEBUG with #if rather than #ifdef.
11209 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11211         * benchtests/pthread_once-inputs: New file.
11212         * benchtests/pthread_once-source.c: New file.
11213         * benchtests/README: Update documentation.
11215 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11216             H.J. Lu  <hongjiu.lu@intel.com>
11218         [BZ #16275]
11219         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11220         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11221         * sysdeps/x86_64/configure: Regenerated.
11222         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11223         macro.
11224         (REGISTER_SAVE_RAX): Likewise.
11225         (REGISTER_SAVE_RCX): Likewise.
11226         (REGISTER_SAVE_RDX): Likewise.
11227         (REGISTER_SAVE_RSI): Likewise.
11228         (REGISTER_SAVE_RDI): Likewise.
11229         (REGISTER_SAVE_R8): Likewise.
11230         (REGISTER_SAVE_R9): Likewise.
11231         (REGISTER_SAVE_BND0): Likewise.
11232         (REGISTER_SAVE_BND1): Likewise.
11233         (REGISTER_SAVE_BND2): Likewise.
11234         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11235         bound registers when calling _dl_fixup.
11237 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11239         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11240         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11241         of its definition.
11242         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11243         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11244         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11245         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11246         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11247         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11248         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11250 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11252         [BZ #15514]
11253         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11254         pathconf(_PC_NAME_MAX).
11256 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11258         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11259         Remove macro usage.
11260         (__PTHREAD_SPINS): Move definition to ...
11261         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11262         (__PTHREAD_SPINS): ... here.
11263         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11264         (__PTHREAD_SPIN): Likewise.
11265         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11266         (__PTHREAD_SPIN): Likewise.
11267         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11268         (__PTHREAD_SPIN): Likewise.
11269         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11270         (__PTHREAD_SPIN): Likewise.
11271         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11272         (__PTHREAD_SPIN): Likewise.
11273         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11274         (__PTHREAD_SPIN): Likewise.
11275         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11276         (__PTHREAD_SPIN): Likewise.
11277         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11278         (__PTHREAD_SPIN): Likewise.
11279         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11280         (__PTHREAD_SPIN): Likewise.
11281         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11282         (__PTHREAD_SPIN): Likewise.
11283         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11284         (__PTHREAD_SPIN): Likewise.
11285         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11286         (__PTHREAD_SPIN): Likewise.
11288         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11289         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11290         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11291         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11292         imply folder.
11293         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11294         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11295         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11296         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11297         correct imply path.
11298         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11299         strlen symbol for non multi-arch builds.
11300         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11301         missing hidden_def and weak_alias.
11303 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11305         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11307 2014-04-07  Will Newton  <will.newton@linaro.org>
11309         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11310         and contents.  [!_LIBC] Remove #ifndef and contents.
11311         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11312         * string/memccpy.c (__memccpy): Use ANSI prototype.
11313         * string/memfrob.c (memfrob): Likewise.
11314         * string/strcoll.c (STRCOLL): Likewise.
11315         * string/strlen.c (strlen): Likewise.
11316         * string/strtok.c (STRTOK): Likewise.
11317         * string/strcat.c: Remove unused #include of memcopy.h.
11318         (strcat): Use ANSI prototype.
11319         * string/strchr.c: Remove unused #include of memcopy.h.
11320         (strchr): Use ANSI prototype.
11321         * string/strcmp.c: Remove unused #include of memcopy.h.
11322         (strcmp): Use ANSI prototype.
11323         * string/strcpy.c: Remove unused #include of memcopy.h.
11324         (strcpy): Use ANSI prototype.
11326 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11328         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11329         * config.make.in (config-extra-cppflags): Set it from
11330         libc_extra_cppflags.
11331         * configure.ac (libc_extra_cflags): Make it accumulate over
11332         configure fragments.
11333         (libc_extra_cppflags): New flag.
11334         * configure. Regenerate.
11335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11336         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11337         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11340         [BZ #16815]
11341         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11342         result for FE_DOWNWARD rounding mode.
11343         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11344         Likewise.
11345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11347 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11349         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11350         in function argument name.
11352 2014-04-03  David Svoboda  <svoboda@cert.org>
11354         [BZ #5666]
11355         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11356         explicitly.
11358 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11360         * elf/dl-unmap-segments.h: New file.
11361         * sysdeps/generic/ldsodefs.h
11362         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11363         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11364         * elf/dl-fptr.c: Likewise.
11365         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11366         * sysdeps/aarch64/tlsdesc.c: Likewise.
11367         * sysdeps/arm/tlsdesc.c: Likewise.
11368         * sysdeps/i386/tlsdesc.c: Likewise.
11369         * sysdeps/tile/dl-runtime.c: Likewise.
11370         * sysdeps/x86_64/tlsdesc.c: Likewise.
11371         * elf/dl-load.h: New file.
11372         * elf/dl-load.c: Include it.
11373         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11374         Macros moved to dl-load.h.
11375         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11376         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11377         Use _dl_unmap_segments in place of __munmap.
11378         Break out segment-mapping loop into ...
11379         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11381 2014-04-03  Will Newton  <will.newton@linaro.org>
11383         * elf/dl-lookup.c (do_lookup_x): Remove comment
11384         referring to nested function and move variable
11385         declarations down to before first use.
11387 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11389         [BZ #16799]
11390         [BZ #16800]
11391         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11392         with 0 numerator.
11393         * math/s_catanf.c (__catanf): Likewise.
11394         * math/s_catanh.c (__catanh): Likewise.
11395         * math/s_catanhf.c (__catanhf): Likewise.
11396         * math/s_catanhl.c (__catanhl): Likewise.
11397         * math/s_catanl.c (__catanl): Likewise.
11398         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11399         by positive zero when computing -Inf result.
11400         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11401         (catanh_test): Likewise.
11402         * sysdeps/i386/fpu/libm-test-ulps: Update.
11403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11405         [BZ #16789]
11406         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11407         instead of using underflowing value in computing result.
11408         * math/s_clog10.c (__clog10): Likewise.
11409         * math/s_clog10f.c (__clog10f): Likewise.
11410         * math/s_clog10l.c (__clog10l): Likewise.
11411         * math/s_clogf.c (__clogf): Likewise.
11412         * math/s_clogl.c (__clogl): Likewise.
11413         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11414         (clog10_test): Likewise.
11415         * sysdeps/i386/fpu/libm-test-ulps: Update.
11416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11418 2014-04-02  Alan Modra  <amodra@gmail.com>
11420         [BZ #16739]
11421         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11422         output when value is near a power of two.  Use int64_t for lx and
11423         remove casts.  Use decimal rather than hex exponent constants.
11424         Don't use long double multiplication when double will suffice.
11425         * math/libm-test.inc (nextafter_test_data): Add tests.
11426         * NEWS: Add 16739 and 16786 to bug list.
11428         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11430         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11432 2014-04-01  Will Newton  <will.newton@linaro.org>
11434         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11435         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11437 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11439         [BZ #13347]
11440         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11441         * nptl/tst-setuid2.c: New file.
11442         * nptl/Makefile (xtests): Add tst-setuid2.
11444 2014-04-01  Alan Modra  <amodra@gmail.com>
11446         [BZ #16786]
11447         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11449 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11451         [BZ #6803]
11452         [BZ #6804]
11453         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11454         set errno as appropriate.
11455         * math/w_scalbf.c (__scalbf): Likewise.
11456         * math/w_scalbl.c (__scalbl): Likewise.
11457         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11458         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11459         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11460         Add more NaN tests.
11462         [BZ #16349]
11463         * math/w_atan2.c: Include <errno.h>.
11464         (__atan2): Set errno for result underflowing to zero.
11465         * math/w_atan2f.c: Include <errno.h>.
11466         (__atan2f): Set errno for result underflowing to zero.
11467         * math/w_atan2l.c: Include <errno.h>.
11468         (__atan2l): Set errno for result underflowing to zero.
11469         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11470         tests.
11471         * math/auto-libm-test-out: Regenerated.
11473 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11475         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11476         Encode instruction correctly in little endian.
11477         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11478         Likewise.
11479         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11480         Likewise.
11481         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11482         Likewise.
11483         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11484         Likewise.
11486 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11488         [BZ #9894]
11489         * sysdeps/unix/sysv/linux/kernel-features.h
11490         [__sparc__ && !__arch64__ && !__sparc_v9__]
11491         (__ASSUME_SET_ROBUST_LIST): Do not define.
11492         [__sparc__ && !__arch64__ && !__sparc_v9__]
11493         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11494         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11495         Likewise.
11496         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11497         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11498         (__ASSUME_REQUEUE_PI): Likewise.
11499         (__ASSUME_SET_ROBUST_LIST): Likewise.
11500         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11501         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11502         Undefine.
11503         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11504         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11505         Likewise.
11506         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11507         Likewise.
11508         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11509         Likewise.
11510         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11511         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11512         Undefine.
11513         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11514         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11515         Likewise.
11517         [BZ #16648]
11518         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11519         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11520         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11522 2014-03-31  Will Newton  <will.newton@linaro.org>
11524         * benchtests/Makefile (bench): Add ffs and ffsll to list
11525         of tests.
11526         * benchtests/ffs-inputs: New file.
11527         * benchtests/ffsll-inputs: Likewise.
11529 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11531         [BZ #16770]
11532         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11533         too large before casting to int.
11534         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11535         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11536         * math/libm-test.inc (scalb_test_data): Add more tests.
11538 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11540         * benchtests/Makefile (DETAILED_OPT): New make option.
11541         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11542         set.
11543         * benchtests/bench-skeleton.c: Include stdbool.h.
11544         (main): Store and print timings per input.
11545         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11546         member to each argument value.
11547         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11548         (_print_arg_data): Initialize per-input timing to 0.
11550         * benchtests/Makefile (timing-type): New binary.
11551         (bench-clean): Also remove bench-timing-type.
11552         (bench): New target for timing-type.
11553         (bench-func): Print output in JSON format.
11554         * benchtests/bench-skeleton.c (main): Print output in JSON
11555         format.
11556         * benchtests/bench-timing-type.c: New file.
11557         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11558         (TIMING_PRINT_STATS): Remove.
11559         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11560         name separately.
11562         * benchtests/bench-modf.c: Remove.
11563         * benchtests/modf-inputs: New inputs file.
11565 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11567         [BZ #16362]
11568         * math/s_clog10.c (M_PI_LOG10E): New macro.
11569         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11570         imaginary parts are 0.
11571         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11572         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11573         imaginary parts are 0.
11574         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11575         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11576         imaginary parts are 0.
11577         * math/libm-test.inc (clog10_test_data): Update expected results
11578         for when real and imaginary parts are 0.
11580 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11582         * elf/dl-load.c: Finish conversion of __builtin_expect into
11583         __glibc_{un}likely.
11585 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11587         [BZ #16348]
11588         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11589         1+x for argument with exponent below -67.
11590         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11591         Likewise.
11592         * math/auto-libm-test-in: Add more tests of exp.
11593         * math/auto-libm-test-out: Regenerated.
11595 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11597         [BZ #16759]
11598         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11599         (nscd_getnetgrent): Use it.
11601         [BZ #16760]
11602         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11603         of stpcpy.
11605 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11607         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11608         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11609         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11610         (lll_robust_unlock): Remove out of line section. Use cfi
11611         intrinsics.
11612         (LLL_STUB_UNWIND_INFO*): Remove.
11613         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11614         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11615         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11616         (lll_robust_unlock): Remove out of line section. Use cfi
11617         intrinsics.
11618         (LLL_STUB_UNWIND_INFO*): Remove.
11620 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11622         [BZ #16758]
11623         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11624         blank values.
11626 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11628         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11630 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11632         [BZ #16198]
11633         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11634         fnstenv.
11635         * math/test-fenv-preserve.c: New file.
11636         * math/Makefile (tests): Add test-fenv-preserve.
11638 2014-03-26  Will Newton <will.newton@linaro.org>
11640         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11642 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11644         * scripts/versionlist.awk: Partition the version sets and emit all
11645         GLIBC_* (sorted) before all others (sorted).
11647 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11649         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11650         GLIBC_2.2.5 version.
11652 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11654         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11655         calls.
11657         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11658         previous change.
11660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11662 2014-03-25  Andreas Schwab  <schwab@suse.de>
11664         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11665         label to be used after in6ailist is initialized.
11667 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11669         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11670         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11672 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11674         [BZ #16357]
11675         [BZ #16599]
11676         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11677         min_plus_half.
11678         (fp_formats): Update initializers.
11679         (init_fp_formats): Initialize new field.
11680         (output_for_one_input_case): Allow underflow for results up to
11681         min_plus_half.
11682         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11683         * math/auto-libm-test-in: Don't mark some underflows from asin and
11684         atanh as spurious.
11685         * math/auto-libm-test-out: Regenerated.
11686         * sysdeps/i386/fpu/libm-test-ulps: Update.
11687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11689 2014-03-25  Andreas Schwab  <schwab@suse.de>
11691         * libio/Makefile (tst-ftell-partial-wide-ENV)
11692         (tst-ftell-active-handler-ENV): Define.
11694 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11696         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11698 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11700         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11702 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11704         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11705         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11706         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11708 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11710         [BZ #16634]
11711         * elf/dl-load.c (open_verify): Add mode parameter.
11712         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11713         (open_path): Change from boolean 'secure' to complete flag 'mode'
11714         (_dl_map_object): Adjust.
11715         * elf/Makefile (tests): Add tst-dlopen-aout.
11716         * elf/tst-dlopen-aout.c: New test.
11718 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11720         [BZ #16714]
11721         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11722         (struct stat): Rename member pad0 to __glibc_reserved0.
11724         [BZ #16712]
11725         * sysdeps/s390/s390-32/bits/wordsize.h
11726         (__WORDSIZE32_SIZE_ULONG): New define.
11727         * sysdeps/s390/s390-64/bits/wordsize.h
11728         (__WORDSIZE32_SIZE_ULONG): Likewise.
11729         * sysdeps/generic/stdint.h (SIZE_MAX):
11730         Define as UL if __WORDSIZE32_SIZE_ULONG.
11732         [BZ #16713]
11733         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11734         (__glibc_reserved0): New variable.
11735         (sa_flags): Change type to int.
11737         * posix/Makefile (before-compile): Use += before-compile instead
11738         of a :=.
11740         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11741         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11743 2014-03-20  Andreas Schwab  <schwab@suse.de>
11745         [BZ #16743]
11746         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11747         non-matching result from nscd.
11749 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11751         * scripts/bench.py: Moved to ...
11752         * benchtests/scripts/bench.py: ... here.
11753         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11755 2014-03-24  Andreas Schwab  <schwab@suse.de>
11757         [BZ #16002]
11758         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11759         alloca_account and account alloca use for struct in6ailist.
11761 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11763         [BZ #16284]
11764         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11765         rounding mode to recompute results that overflow to infinity or
11766         underflow to zero.
11767         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11768         bug 16284.
11769         * math/auto-libm-test-out: Regenerated.
11770         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11771         (ccosh_test): Likewise.
11772         (csin_test_data): Use plus_oflow.
11773         (csin_test): Use ALL_RM_TEST.
11774         (csinh_test_data): Use plus_oflow.
11775         (csinh_test): Use ALL_RM_TEST.
11776         * sysdeps/i386/fpu/libm-test-ulps: Update.
11777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11779 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11781         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11782         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11783         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11785         [BZ #16731]
11786         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11787         when x - 1 is zero.
11788         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11789         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11790         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11791         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11792         argument is 1.
11793         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11794         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11795         zero.
11796         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11797         * sysdeps/i386/fpu/libm-test-ulps: Update.
11798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11800 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11802         * scripts/bench.pl: Remove file.
11803         * scripts/bench.py: New benchmark script.
11804         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11805         * benchtests/README: Mention python dependency.
11806         * scripts/pylintrc: New file.
11807         * scripts/pylint: New file.
11809         * bits/mathdef.h: Use #ifdef instead of #if.
11810         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11811         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11812         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11813         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11814         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11815         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11817 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11818             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11820         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11822         and strpbrk-ppc64 objects.
11823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11824         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11825         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11826         multiarch strpbrk for POWER7.
11827         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11828         multiarch strpbrk for PPC64.
11829         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11830         ifunc selector.
11831         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11832         strpbrk for POWER7.
11834 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11836         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11837         (atan_test): Likewise.
11838         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11839         (atanh_test): Use ALL_RM_TEST.
11840         (atan2_test_data): Likewise.
11841         (cabs_test): Likewise.
11842         (cacosh_test): Likewise.
11843         (carg_test): Likewise.
11844         (casin_test): Likewise.
11845         (casinh_test): Likewise.
11846         (cbrt_test): Likewise.
11847         (csqrt_test): Likewise.
11848         (erf_test): Likewise.
11849         (erfc_test): Likewise.
11850         (pow10_test): Likewise.
11851         (exp2_test): Likewise.
11852         (hypot_test): Likewise.
11853         (j0_test): Likewise.
11854         (j1_test): Likewise.
11855         (lgamma_test): Likewise.
11856         (gamma_test): Likewise.
11857         (sincos_test): Likewise.
11858         (tanh_test): Likewise.
11859         (y0_test): Likewise.
11860         (y1_test): Likewise.
11861         * sysdeps/i386/fpu/libm-test-ulps: Update.
11862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11864 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11866         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11867         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11868         and strcspn-ppc64 objects.
11869         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11870         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11871         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11872         multiarch strcspn for POWER7.
11873         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11874         multiarch strcspn for PPC64.
11875         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11876         ifunc selector.
11877         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11878         strcspn for POWER7.
11880 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11882         * math/gen-libm-test.pl (generate_testfile): Expect only function
11883         name as argument to AUTO_TESTS_* and pass results for all rounding
11884         modes to parse_args.
11885         (parse_auto_input): Separate inputs of automatic tests from
11886         outputs before storing in %auto_tests.
11887         * math/libm-test.inc (acos_test_data): Update call to
11888         AUTO_TESTS_f_f.
11889         (acos_test): Use ALL_RM_TEST.
11890         (acos_tonearest_test_data): Remove.
11891         (acos_test_tonearest): Likewise.
11892         (acos_towardzero_test_data): Likewise.
11893         (acos_test_towardzero): Likewise.
11894         (acos_downward_test_data): Likewise.
11895         (acos_test_downward): Likewise.
11896         (acos_upward_test_data): Likewise.
11897         (acos_test_upward): Likewise.
11898         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11899         (asin_test_data): Likewise.
11900         (asin_test): Use ALL_RM_TEST.
11901         (asin_tonearest_test_data): Remove.
11902         (asin_test_tonearest): Likewise.
11903         (asin_towardzero_test_data): Likewise.
11904         (asin_test_towardzero): Likewise.
11905         (asin_downward_test_data): Likewise.
11906         (asin_test_downward): Likewise.
11907         (asin_upward_test_data): Likewise.
11908         (asin_test_upward): Likewise.
11909         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11910         (atan_test_data): Likewise.
11911         (atanh_test_data): Likewise.
11912         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11913         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11914         (carg_test_data): Likewise.
11915         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11916         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11917         (ccosh_test_data): Likewise.
11918         (cexp_test_data): Likewise.
11919         (clog_test_data): Likewise.
11920         (clog10_test_data): Likewise.
11921         (cos_test_data): Update call to AUTO_TESTS_f_f.
11922         (cos_test): Use ALL_RM_TEST.
11923         (cos_tonearest_test_data): Remove.
11924         (cos_test_tonearest): Likewise.
11925         (cos_towardzero_test_data): Likewise.
11926         (cos_test_towardzero): Likewise.
11927         (cos_downward_test_data): Likewise.
11928         (cos_test_downward): Likewise.
11929         (cos_upward_test_data): Likewise.
11930         (cos_test_upward): Likewise.
11931         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11932         (cosh_test): Use ALL_RM_TEST.
11933         (cosh_tonearest_test_data): Remove.
11934         (cosh_test_tonearest): Likewise.
11935         (cosh_towardzero_test_data): Likewise.
11936         (cosh_test_towardzero): Likewise.
11937         (cosh_downward_test_data): Likewise.
11938         (cosh_test_downward): Likewise.
11939         (cosh_upward_test_data): Likewise.
11940         (cosh_test_upward): Likewise.
11941         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11942         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11943         (ctan_test_data): Likewise.
11944         (ctan_test): Use ALL_RM_TEST.
11945         (ctan_tonearest_test_data): Remove.
11946         (ctan_test_tonearest): Likewise.
11947         (ctan_towardzero_test_data): Likewise.
11948         (ctan_test_towardzero): Likewise.
11949         (ctan_downward_test_data): Likewise.
11950         (ctan_test_downward): Likewise.
11951         (ctan_upward_test_data): Likewise.
11952         (ctan_test_upward): Likewise.
11953         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11954         (ctanh_test): Use ALL_RM_TEST.
11955         (ctanh_tonearest_test_data): Remove.
11956         (ctanh_test_tonearest): Likewise.
11957         (ctanh_towardzero_test_data): Likewise.
11958         (ctanh_test_towardzero): Likewise.
11959         (ctanh_downward_test_data): Likewise.
11960         (ctanh_test_downward): Likewise.
11961         (ctanh_upward_test_data): Likewise.
11962         (ctanh_test_upward): Likewise.
11963         (erf_test_data): Update call to AUTO_TESTS_f_f.
11964         (erfc_test_data): Likewise.
11965         (exp_test_data): Likewise.
11966         (exp_test): Use ALL_RM_TEST.
11967         (exp_tonearest_test_data): Remove.
11968         (exp_test_tonearest): Likewise.
11969         (exp_towardzero_test_data): Likewise.
11970         (exp_test_towardzero): Likewise.
11971         (exp_downward_test_data): Likewise.
11972         (exp_test_downward): Likewise.
11973         (exp_upward_test_data): Likewise.
11974         (exp_test_upward): Likewise.
11975         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11976         (exp10_test): Use ALL_RM_TEST.
11977         (exp10_tonearest_test_data): Remove.
11978         (exp10_test_tonearest): Likewise.
11979         (exp10_towardzero_test_data): Likewise.
11980         (exp10_test_towardzero): Likewise.
11981         (exp10_downward_test_data): Likewise.
11982         (exp10_test_downward): Likewise.
11983         (exp10_upward_test_data): Likewise.
11984         (exp10_test_upward): Likewise.
11985         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11986         (expm1_test_data): Likewise.
11987         (expm1_test): Use ALL_RM_TEST.
11988         (expm1_tonearest_test_data): Remove.
11989         (expm1_test_tonearest): Likewise.
11990         (expm1_towardzero_test_data): Likewise.
11991         (expm1_test_towardzero): Likewise.
11992         (expm1_downward_test_data): Likewise.
11993         (expm1_test_downward): Likewise.
11994         (expm1_upward_test_data): Likewise.
11995         (expm1_test_upward): Likewise.
11996         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11997         (fma_test): Use ALL_RM_TEST.
11998         (fma_towardzero_test_data): Remove.
11999         (fma_test_towardzero): Likewise.
12000         (fma_downward_test_data): Likewise.
12001         (fma_test_downward): Likewise.
12002         (fma_upward_test_data): Likewise.
12003         (fma_test_upward): Likewise.
12004         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12005         (j0_test_data): Update call to AUTO_TESTS_f_f.
12006         (j1_test_data): Likewise.
12007         (jn_test_data): Update call to AUTO_TESTS_if_f.
12008         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12009         (log_test_data): Update call to AUTO_TESTS_f_f.
12010         (log10_test_data): Likewise.
12011         (log1p_test_data): Likewise.
12012         (log2_test_data): Likewise.
12013         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12014         (pow_tonearest_test_data): Likewise.
12015         (sin_test_data): Update call to AUTO_TESTS_f_f.
12016         (sin_test): Use ALL_RM_TEST.
12017         (sin_tonearest_test_data): Remove.
12018         (sin_test_tonearest): Likewise.
12019         (sin_towardzero_test_data): Likewise.
12020         (sin_test_towardzero): Likewise.
12021         (sin_downward_test_data): Likewise.
12022         (sin_test_downward): Likewise.
12023         (sin_upward_test_data): Likewise.
12024         (sin_test_upward): Likewise.
12025         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12026         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12027         (sinh_test): Use ALL_RM_TEST.
12028         (sinh_tonearest_test_data): Remove.
12029         (sinh_test_tonearest): Likewise.
12030         (sinh_towardzero_test_data): Likewise.
12031         (sinh_test_towardzero): Likewise.
12032         (sinh_downward_test_data): Likewise.
12033         (sinh_test_downward): Likewise.
12034         (sinh_upward_test_data): Likewise.
12035         (sinh_test_upward): Likewise.
12036         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12037         (sqrt_test): Use ALL_RM_TEST.
12038         (sqrt_tonearest_test_data): Remove.
12039         (sqrt_test_tonearest): Likewise.
12040         (sqrt_towardzero_test_data): Likewise.
12041         (sqrt_test_towardzero): Likewise.
12042         (sqrt_downward_test_data): Likewise.
12043         (sqrt_test_downward): Likewise.
12044         (sqrt_upward_test_data): Likewise.
12045         (sqrt_test_upward): Likewise.
12046         (tan_test_data): Update call to AUTO_TESTS_f_f.
12047         (tan_test): Use ALL_RM_TEST.
12048         (tan_tonearest_test_data): Remove.
12049         (tan_test_tonearest): Likewise.
12050         (tan_towardzero_test_data): Likewise.
12051         (tan_test_towardzero): Likewise.
12052         (tan_downward_test_data): Likewise.
12053         (tan_test_downward): Likewise.
12054         (tan_upward_test_data): Likewise.
12055         (tan_test_upward): Likewise.
12056         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12057         (tgamma_test_data): Likewise.
12058         (y0_test_data): Likewise.
12059         (y1_test_data): Likewise.
12060         (yn_test_data): Update call to AUTO_TESTS_if_f.
12061         (main): Do not call removed functions.
12063 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12065         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12066         (ldexp_test_data): Remove.
12067         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12068         scalbn_test_data.
12069         (scalb_test): Use ALL_RM_TEST.
12071 2014-03-19  Andreas Schwab  <schwab@suse.de>
12073         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12075 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12077         [BZ #16649]
12078         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12079         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12080         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12081         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12082         (__ASSUME_PREADV): Undefine.
12083         (__ASSUME_PWRITEV): Likewise.
12085 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12087         * bits/mman-linux.h: Add comment about non-Linux use.
12088         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12089         bits/mman-linux.h resting place.
12091         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12092         * bits/mman-linux.h: ... here.
12094 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12096         * conform/conformtest.pl: Add standard definition when calling C
12097         preprocessor on data files.
12098         (checknamespace): Remove unused variable.
12100 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12102         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12103         minus_oflow, plus_uflow and minus_uflow in expected results.
12104         * math/libm-test.inc (scalbn_test_data): Add more tests of
12105         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12106         minus_uflow.
12107         (scalbn_test): Use ALL_RM_TEST.
12108         (scalbln_test_data): Add more tests of negative arguments.  Use
12109         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12110         (scalbln_test): Use ALL_RM_TEST.
12112 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12114         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12116 2014-03-18  Will Newton  <will.newton@linaro.org>
12118         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12119         inaccurate comment.
12121 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12123         * Makerules [!subdir] (check-abi): Exit with error status if a
12124         test failed.
12126 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12128         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12129         for rint.  Include results for all rounding modes.
12130         (nearbyint_test): Use ALL_RM_TEST.
12131         (rint_test_data): Include all tests used for nearbyint.
12133 2014-03-17  Will Newton  <will.newton@linaro.org>
12135         * nptl/sysdeps/pthread/pthread.h: Revert previous
12136         change.
12138         * sysdeps/generic/ldsodefs.h: Revert previous
12139         change.
12141         * libio/genops.c: Revert previous change.
12142         * libio/libioP.h: Likewise.
12143         * stdio-common/vfprintf.c: Likewise.
12145         * sysdeps/generic/math_private.h: Revert previous
12146         change.
12148         * sysdeps/generic/math_private.h: Check whether
12149         HAVE_RM_CTX is defined with #ifdef rather
12150         than #if.
12152         * argp/argp-fmtstream.h: Check whether
12153         __STRICT_ANSI__ is defined with #ifdef rather
12154         than #if.
12155         * argp/argp.h: Likewise.
12157         * libio/genops.c: Check whether
12158         _IO_JUMPS_OFFSET is defined with #ifdef rather
12159         than #if.
12160         * libio/libioP.h: Likewise.
12161         * stdio-common/vfprintf.c: Likewise.
12163         * sysdeps/generic/ldsodefs.h: Check whether
12164         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12165         than #if.
12167         * nptl/sysdeps/pthread/pthread.h: Check
12168         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12169         its value.
12171 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12173         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12174         setting O_APPEND.
12175         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12176         test case.
12178         [BZ #16680]
12179         * libio/fileops.c (_IO_file_open): Seek to end of file but
12180         don't cache the offset.
12181         (get_file_offset): Remove function.
12182         (do_ftell): Use cached offset when available.
12183         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12184         don't cache the offset.
12185         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12186         case.
12187         (do_one_test): Call it.
12188         (do_ftell_test): Fix up expected old offset for a+ mode.
12189         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12190         available.
12192         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12193         up test status with function return status.
12194         (do_write_test): Likewise.
12195         (do_append_test): Likewise.
12197         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12198         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12199         Remove.
12201 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12203         * math/gen-libm-test.pl (parse_args): Handle results specified for
12204         each rounding mode separately.
12205         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12206         tests and results from lrint_tonearest_test_data,
12207         lrint_towardzero_test_data, lrint_downward_test_data and
12208         lrint_upward_test_data.
12209         (lrint_test): Use ALL_RM_TEST.
12210         (lrint_tonearest_test_data): Remove.
12211         (lrint_test_tonearest): Likewise.
12212         (lrint_towardzero_test_data): Likewise.
12213         (lrint_test_towardzero): Likewise.
12214         (lrint_downward_test_data): Likewise.
12215         (lrint_test_downward): Likewise.
12216         (lrint_upward_test_data): Likewise.
12217         (lrint_test_upward): Likewise.
12218         (llrint_test_data): Merge in per-rounding-mode tests and results
12219         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12220         llrint_downward_test_data and llrint_upward_test_data.
12221         (llrint_test): Use ALL_RM_TEST.
12222         (llrint_tonearest_test_data): Remove.
12223         (llrint_test_tonearest): Likewise.
12224         (llrint_towardzero_test_data): Likewise.
12225         (llrint_test_towardzero): Likewise.
12226         (llrint_downward_test_data): Likewise.
12227         (llrint_test_downward): Likewise.
12228         (llrint_upward_test_data): Likewise.
12229         (llrint_test_upward): Likewise.
12230         (rint_test_data): Merge in per-rounding-mode tests and results
12231         from rint_tonearest_test_data, rint_towardzero_test_data,
12232         rint_downward_test_data and rint_upward_test_data.  Add
12233         per-rounding-mode results for tests not in those arrays.
12234         (rint_test): Use ALL_RM_TEST.
12235         (rint_tonearest_test_data): Remove.
12236         (rint_test_tonearest): Likewise.
12237         (rint_towardzero_test_data): Likewise.
12238         (rint_test_towardzero): Likewise.
12239         (rint_downward_test_data): Likewise.
12240         (rint_test_downward): Likewise.
12241         (rint_upward_test_data): Likewise.
12242         (rint_test_upward): Likewise.
12243         (main): Don't call removed functions.
12245 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12247         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12248         "Compiled on ..." crapola.  It is anti-useful.
12250 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12252         * scripts/evaluate-test.sh: Handle fourth argument to determine
12253         whether test run should stop on failure.
12254         * Makeconfig (stop-on-test-failure): New variable.
12255         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12256         $(stop-on-test-failure).
12257         * Makefile (tests): Give a summary of results from testing and
12258         exit with failure status if they include an ERROR or FAIL.
12259         (xtests): Likewise.
12260         * manual/install.texi (Configuring and compiling): Mention
12261         stop-on-test-failure=y.
12262         * INSTALL: Regenerated.
12264 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12266         * scripts/versionlist.awk: New file.
12267         * Makerules [$(build-shared) = yes]
12268         (postclean-generated): Add Versions.def, not Versions.def.v and
12269         Versions.def.v.i.
12270         ($(common-objpfx)Versions.def.v.i): Target removed.
12271         ($(common-objpfx)Versions.def): New target.
12272         ($(common-objpfx)Versions.all): Depend on that rather that
12273         $(common-objpfx)Versions.def.v.
12274         * Versions.def: File removed.
12276         * Makeconfig (+gccwarn): Add -Wundef.
12277         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12278         a dl-sysdep.h breaking its contract.
12279         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12280         * include/stackinfo.h: New file.
12281         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12282         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12283         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12284         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12285         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12286         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12287         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12288         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12289         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12290         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12291         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12292         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12293         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12294         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12295         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12297 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12299         [BZ #16707]
12300         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12301         implementation.
12302         * math/libm-test.inc (round_test_data): Add more tests.
12304         [BZ #16706]
12305         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12306         implementation.
12307         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12309         [BZ #16701]
12310         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12311         implementation.
12312         * math/libm-test.inc (ceil_test_data): Add more tests.
12314         * math/libm-test.inc (trunc_test_data): Add more tests related to
12315         BZ#16414.
12317 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12319         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12320         with #if rather than #ifdef.
12321         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12323 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12325         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12326         first.  Disable AVX-512 GCC support if assembler doesn't support
12327         it.
12328         * sysdeps/x86_64/configure: Regenerated.
12330 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12332         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12333         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12334         (__old_pthread_attr_setstack): Likewise.
12335         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12336         [!_STACK_GROWS_DOWN]: Likewise.
12338 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12340         * config.make.in (have-bash2): Delete.
12341         * configure.ac (libc_cv_have_bash2): Delete.
12342         * configure: Regenerate.
12343         * elf/Makefile (common-ldd-rewrite): Rename to ...
12344         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12345         (sh-ldd-rewrite): Delete.
12346         (bash-ldd-rewrite): Delete.
12347         (have-bash2): Delete checks.
12348         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12349         ldd-rewrite.
12351         * config.make.in (have-ksh): Delete.
12352         (KSH): Delete.
12353         * configure.ac (libc_cv_have_ksh): Delete.
12354         * configure: Regenerate.
12356         * elf/Makefile: Delete $(have-ksh) check.
12357         ($(objpfx)sotruss): Change KSH to BASH.
12358         * elf/sotruss.ksh: Rename to ...
12359         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12360         function style to match POSIX.  Drop ksh vim mode setting.
12362         * manual/time.texi (Specifying the Time Zone with TZ): Change
12363         Tuesday to Thursday.
12365         * debug/tst-longjmp_chk2.c: Update header comment.
12366         (stackoverflow_handler): Add comment.  Call assert on pass value.
12368 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12370         [BZ #16194]
12371         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12372         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12373         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12374         (La_x86_64_vector): Add zmm.
12375         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12376         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12377         ($(objpfx)tst-audit10): New target.
12378         ($(objpfx)tst-audit10.out): Likewise.
12379         (tst-audit10-ENV): New.
12380         (AVX512-CFLAGS): Likewise.
12381         (CFLAGS-tst-audit10.c): Likewise.
12382         (CFLAGS-tst-auditmod10a.c): Likewise.
12383         (CFLAGS-tst-auditmod10b.c): Likewise.
12384         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12385         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12386         * sysdeps/x86_64/configure: Regenerated.
12387         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12388         AVX-512 zmm register support.
12389         (_dl_x86_64_save_sse): Likewise.
12390         (_dl_x86_64_restore_sse): Likewise.
12391         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12392         size vector registers.
12393         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12394         (ZMM_SIZE): Likewise.
12395         * sysdeps/x86_64/tst-audit10.c: New file.
12396         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12397         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12399 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12401         * configure.ac (HAVE_EHDR_START): New check.
12402         * configure: Regenerated.
12403         * config.h.in (HAVE_EHDR_START): New #undef.
12404         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12405         assuming the lowest-addressed segment maps the start of the file.
12407 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12409         * INSTALL: Regenerated.
12411 2014-03-13  Will Newton  <will.newton@linaro.org>
12413         * manual/setjmp.texi (System V contexts): Improve
12414         clarity and grammar of documentation.
12416 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12418         [BZ #16381]
12419         * elf/Makefile (tests): Add tst-pie2.
12420         (tests-pie): Add tst-pie2.
12421         * elf/tst-pie2.c: New file.
12422         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12423         for ET_EXEC.
12424         * elf/rtld.c (map_doit): Load executable as lt_executable.
12425         (dl_main): Likewise.
12427 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12429         [BZ #16642]
12430         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12431         (__ASSUME_PSELECT): Undefine.
12433 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12435         [BZ #16689]
12436         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12437         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12438         static build.
12439         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12440         selector for static builds.
12442 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12444         [BZ #16695]
12445         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12446         key in the buffer.
12448 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12450         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12451         IFUNC selector for static builds.
12453 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12455         * sysdeps/mips/math_private.h [__mips_hard_float]
12456         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12457         libc_feresetround_mips_ctx.
12458         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12459         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12460         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12462         [BZ #16677]
12463         * math/s_nextafter.c (__nextafter): Do not return value from
12464         overflowing computation.
12465         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12466         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12467         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12468         Likewise.
12469         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12470         Likewise.
12471         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12472         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12474 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12476         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12477         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12478         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12479         the new mov targetting sp.
12481 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12483         [BZ #16683]
12484         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12485         Define it for static builds as well.
12486         (NO_BZERO_IMPL): Likewise.
12488 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12490         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12491         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12492         multiarch strspn for PPC64.
12493         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12494         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12495         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12496         (__libc_ifunc_impl_list): Likewise.
12497         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12498         multiarch optimizations
12499         * string/strspn.c (strspn): Using macro to redefine symbol name.
12501 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12502             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12504         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12505         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12506         multiarch strncat for PPC64.
12507         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12508         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12510         (__libc_ifunc_impl_list): Likewise.
12511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12512         multiarch optimizations
12514 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12516         [BZ #16639]
12517         * nscd/nscd.service: Make service type forking.
12519 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12521         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12522         sign in non default rounding modes.
12523         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12525 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12527         * math/libm-test.inc (ALL_RM_TEST): New macro.
12528         (ceil_test): Use ALL_RM_TEST.
12529         (cimag_test): Likewise.
12530         (conj_test): Likewise.
12531         (copysign_test): Likewise.
12532         (cproj_test): Likewise.
12533         (creal_test): Likewise.
12534         (fabs_test): Likewise.
12535         (floor_test): Likewise.
12536         (fmax_test): Likewise.
12537         (fmin_test): Likewise.
12538         (fmod_test): Likewise.
12539         (fpclassify_test): Likewise.
12540         (frexp_test): Likewise.
12541         (ilogb_test): Likewise.
12542         (isfinite_test): Likewise.
12543         (finite_test): Likewise.
12544         (isgreater_test): Likewise.
12545         (isgreaterequal_test): Likewise.
12546         (isinf_test): Likewise.
12547         (isless_test): Likewise.
12548         (islessequal_test): Likewise.
12549         (islessgreater_test): Likewise.
12550         (isnan_test): Likewise.
12551         (isnormal_test): Likewise.
12552         (issignaling_test): Likewise.
12553         (isunordered_test): Likewise.
12554         (logb_test): Likewise.
12555         (logb_downward_test_data): Remove.
12556         (logb_test_downward): Likewise.
12557         (lround_test): Use ALL_RM_TEST.
12558         (llround_test): Likewise.
12559         (modf_test): Likewise.
12560         (nexttoward_test): Likewise.
12561         (remainder_test): Likewise.
12562         (drem_test): Likewise.
12563         (remainder_tonearest_test_data): Likewise.
12564         (remainder_test_tonearest): Likewise.
12565         (drem_test_tonearest): Likewise.
12566         (remainder_towardzero_test_data): Likewise.
12567         (remainder_test_towardzero): Likewise.
12568         (drem_test_towardzero): Likewise.
12569         (remainder_downward_test_data): Likewise.
12570         (remainder_test_downward): Likewise.
12571         (drem_test_downward): Likewise.
12572         (remainder_upward_test_data): Likewise.
12573         (remainder_test_upward): Likewise.
12574         (drem_test_upward): Likewise.
12575         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12576         (round_test): Use ALL_RM_TEST.
12577         (signbit_test): Likewise.
12578         (trunc_test): Likewise.
12579         (significand_test): Likewise.
12580         (main): Don't call removed functions.
12582 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12584         [BZ #16674]
12585         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12586         || __USE_XOPEN2K8].
12587         (ILL_ILLOPN): Likewise.
12588         (ILL_ILLADR): Likewise.
12589         (ILL_ILLTRP): Likewise.
12590         (ILL_PRVOPC): Likewise.
12591         (ILL_PRVREG): Likewise.
12592         (ILL_COPROC): Likewise.
12593         (ILL_BADSTK): Likewise.
12594         (FPE_INTDIV): Likewise.
12595         (FPE_INTOVF): Likewise.
12596         (FPE_FLTDIV): Likewise.
12597         (FPE_FLTOVF): Likewise.
12598         (FPE_FLTUND): Likewise.
12599         (FPE_FLTRES): Likewise.
12600         (FPE_FLTINV): Likewise.
12601         (FPE_FLTSUB): Likewise.
12602         (SEGV_MAPERR): Likewise.
12603         (SEGV_ACCERR): Likewise.
12604         (BUS_ADRALN): Likewise.
12605         (BUS_ADRERR): Likewise.
12606         (BUS_OBJERR): Likewise.
12607         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12608         (TRAP_TRACE): Likewise.
12609         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12610         __USE_XOPEN2K8].
12611         (CLD_KILLED): Likewise.
12612         (CLD_DUMPED): Likewise.
12613         (CLD_TRAPPED): Likewise.
12614         (CLD_STOPPED): Likewise.
12615         (CLD_CONTINUED): Likewise.
12616         (POLL_IN): Likewise.
12617         (POLL_OUT): Likewise.
12618         (POLL_MSG): Likewise.
12619         (POLL_ERR): Likewise.
12620         (POLL_PRI): Likewise.
12621         (POLL_HUP): Likewise.
12622         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12623         Likewise.
12624         (ILL_ILLOPN): Likewise.
12625         (ILL_ILLADR): Likewise.
12626         (ILL_ILLTRP): Likewise.
12627         (ILL_PRVOPC): Likewise.
12628         (ILL_PRVREG): Likewise.
12629         (ILL_COPROC): Likewise.
12630         (ILL_BADSTK): Likewise.
12631         (FPE_INTDIV): Likewise.
12632         (FPE_INTOVF): Likewise.
12633         (FPE_FLTDIV): Likewise.
12634         (FPE_FLTOVF): Likewise.
12635         (FPE_FLTUND): Likewise.
12636         (FPE_FLTRES): Likewise.
12637         (FPE_FLTINV): Likewise.
12638         (FPE_FLTSUB): Likewise.
12639         (SEGV_MAPERR): Likewise.
12640         (SEGV_ACCERR): Likewise.
12641         (BUS_ADRALN): Likewise.
12642         (BUS_ADRERR): Likewise.
12643         (BUS_OBJERR): Likewise.
12644         (BUS_MCEERR_AR): Likewise.
12645         (BUS_MCEERR_AO): 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/bits/siginfo.h (ILL_ILLOPC): Likewise.
12662         (ILL_ILLOPN): Likewise.
12663         (ILL_ILLADR): Likewise.
12664         (ILL_ILLTRP): Likewise.
12665         (ILL_PRVOPC): Likewise.
12666         (ILL_PRVREG): Likewise.
12667         (ILL_COPROC): Likewise.
12668         (ILL_BADSTK): Likewise.
12669         (FPE_INTDIV): Likewise.
12670         (FPE_INTOVF): Likewise.
12671         (FPE_FLTDIV): Likewise.
12672         (FPE_FLTOVF): Likewise.
12673         (FPE_FLTUND): Likewise.
12674         (FPE_FLTRES): Likewise.
12675         (FPE_FLTINV): Likewise.
12676         (FPE_FLTSUB): Likewise.
12677         (SEGV_MAPERR): Likewise.
12678         (SEGV_ACCERR): Likewise.
12679         (BUS_ADRALN): Likewise.
12680         (BUS_ADRERR): Likewise.
12681         (BUS_OBJERR): Likewise.
12682         (BUS_MCEERR_AR): Likewise.
12683         (BUS_MCEERR_AO): Likewise.
12684         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12685         (TRAP_TRACE): Likewise.
12686         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12687         __USE_XOPEN2K8].
12688         (CLD_KILLED): Likewise.
12689         (CLD_DUMPED): Likewise.
12690         (CLD_TRAPPED): Likewise.
12691         (CLD_STOPPED): Likewise.
12692         (CLD_CONTINUED): Likewise.
12693         (POLL_IN): Likewise.
12694         (POLL_OUT): Likewise.
12695         (POLL_MSG): Likewise.
12696         (POLL_ERR): Likewise.
12697         (POLL_PRI): Likewise.
12698         (POLL_HUP): Likewise.
12699         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12700         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         (ILL_BADIADDR): Likewise.
12709         (ILL_BREAK): Likewise.
12710         (FPE_INTDIV): Likewise.
12711         (FPE_INTOVF): Likewise.
12712         (FPE_FLTDIV): Likewise.
12713         (FPE_FLTOVF): Likewise.
12714         (FPE_FLTUND): Likewise.
12715         (FPE_FLTRES): Likewise.
12716         (FPE_FLTINV): Likewise.
12717         (FPE_FLTSUB): Likewise.
12718         (FPE_DECOVF): Likewise.
12719         (FPE_DECDIV): Likewise.
12720         (FPE_DECERR): Likewise.
12721         (FPE_INVASC): Likewise.
12722         (FPE_INVDEC): Likewise.
12723         (SEGV_MAPERR): Likewise.
12724         (SEGV_ACCERR): Likewise.
12725         (SEGV_PSTKOVF): Likewise.
12726         (BUS_ADRALN): Likewise.
12727         (BUS_ADRERR): Likewise.
12728         (BUS_OBJERR): Likewise.
12729         (BUS_MCEERR_AR): Likewise.
12730         (BUS_MCEERR_AO): Likewise.
12731         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12732         (TRAP_TRACE): Likewise.
12733         (TRAP_BRANCH): Likewise.
12734         (TRAP_HWBKPT): Likewise.
12735         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12736         __USE_XOPEN2K8].
12737         (CLD_KILLED): Likewise.
12738         (CLD_DUMPED): Likewise.
12739         (CLD_TRAPPED): Likewise.
12740         (CLD_STOPPED): Likewise.
12741         (CLD_CONTINUED): Likewise.
12742         (POLL_IN): Likewise.
12743         (POLL_OUT): Likewise.
12744         (POLL_MSG): Likewise.
12745         (POLL_ERR): Likewise.
12746         (POLL_PRI): Likewise.
12747         (POLL_HUP): Likewise.
12748         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12749         (ILL_ILLOPN): Likewise.
12750         (ILL_ILLADR): Likewise.
12751         (ILL_ILLTRP): Likewise.
12752         (ILL_PRVOPC): Likewise.
12753         (ILL_PRVREG): Likewise.
12754         (ILL_COPROC): Likewise.
12755         (ILL_BADSTK): Likewise.
12756         (FPE_INTDIV): Likewise.
12757         (FPE_INTOVF): Likewise.
12758         (FPE_FLTDIV): Likewise.
12759         (FPE_FLTOVF): Likewise.
12760         (FPE_FLTUND): Likewise.
12761         (FPE_FLTRES): Likewise.
12762         (FPE_FLTINV): Likewise.
12763         (FPE_FLTSUB): Likewise.
12764         (SEGV_MAPERR): Likewise.
12765         (SEGV_ACCERR): Likewise.
12766         (BUS_ADRALN): Likewise.
12767         (BUS_ADRERR): Likewise.
12768         (BUS_OBJERR): Likewise.
12769         (BUS_MCEERR_AR): Likewise.
12770         (BUS_MCEERR_AO): Likewise.
12771         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12772         (TRAP_TRACE): Likewise.
12773         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12774         __USE_XOPEN2K8].
12775         (CLD_KILLED): Likewise.
12776         (CLD_DUMPED): Likewise.
12777         (CLD_TRAPPED): Likewise.
12778         (CLD_STOPPED): Likewise.
12779         (CLD_CONTINUED): Likewise.
12780         (POLL_IN): Likewise.
12781         (POLL_OUT): Likewise.
12782         (POLL_MSG): Likewise.
12783         (POLL_ERR): Likewise.
12784         (POLL_PRI): Likewise.
12785         (POLL_HUP): Likewise.
12786         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12787         (ILL_ILLOPN): Likewise.
12788         (ILL_ILLADR): Likewise.
12789         (ILL_ILLTRP): Likewise.
12790         (ILL_PRVOPC): Likewise.
12791         (ILL_PRVREG): Likewise.
12792         (ILL_COPROC): Likewise.
12793         (ILL_BADSTK): Likewise.
12794         (FPE_INTDIV): Likewise.
12795         (FPE_INTOVF): Likewise.
12796         (FPE_FLTDIV): Likewise.
12797         (FPE_FLTOVF): Likewise.
12798         (FPE_FLTUND): Likewise.
12799         (FPE_FLTRES): Likewise.
12800         (FPE_FLTINV): Likewise.
12801         (FPE_FLTSUB): Likewise.
12802         (SEGV_MAPERR): Likewise.
12803         (SEGV_ACCERR): Likewise.
12804         (BUS_ADRALN): Likewise.
12805         (BUS_ADRERR): Likewise.
12806         (BUS_OBJERR): Likewise.
12807         (BUS_MCEERR_AR): Likewise.
12808         (BUS_MCEERR_AO): Likewise.
12809         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12810         (TRAP_TRACE): Likewise.
12811         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12812         __USE_XOPEN2K8].
12813         (CLD_KILLED): Likewise.
12814         (CLD_DUMPED): Likewise.
12815         (CLD_TRAPPED): Likewise.
12816         (CLD_STOPPED): Likewise.
12817         (CLD_CONTINUED): Likewise.
12818         (POLL_IN): Likewise.
12819         (POLL_OUT): Likewise.
12820         (POLL_MSG): Likewise.
12821         (POLL_ERR): Likewise.
12822         (POLL_PRI): Likewise.
12823         (POLL_HUP): Likewise.
12824         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12825         (ILL_ILLOPN): Likewise.
12826         (ILL_ILLADR): Likewise.
12827         (ILL_ILLTRP): Likewise.
12828         (ILL_PRVOPC): Likewise.
12829         (ILL_PRVREG): Likewise.
12830         (ILL_COPROC): Likewise.
12831         (ILL_BADSTK): Likewise.
12832         (FPE_INTDIV): Likewise.
12833         (FPE_INTOVF): Likewise.
12834         (FPE_FLTDIV): Likewise.
12835         (FPE_FLTOVF): Likewise.
12836         (FPE_FLTUND): Likewise.
12837         (FPE_FLTRES): Likewise.
12838         (FPE_FLTINV): Likewise.
12839         (FPE_FLTSUB): Likewise.
12840         (SEGV_MAPERR): Likewise.
12841         (SEGV_ACCERR): Likewise.
12842         (BUS_ADRALN): Likewise.
12843         (BUS_ADRERR): Likewise.
12844         (BUS_OBJERR): Likewise.
12845         (BUS_MCEERR_AR): Likewise.
12846         (BUS_MCEERR_AO): Likewise.
12847         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12848         (TRAP_TRACE): Likewise.
12849         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12850         __USE_XOPEN2K8].
12851         (CLD_KILLED): Likewise.
12852         (CLD_DUMPED): Likewise.
12853         (CLD_TRAPPED): Likewise.
12854         (CLD_STOPPED): Likewise.
12855         (CLD_CONTINUED): Likewise.
12856         (POLL_IN): Likewise.
12857         (POLL_OUT): Likewise.
12858         (POLL_MSG): Likewise.
12859         (POLL_ERR): Likewise.
12860         (POLL_PRI): Likewise.
12861         (POLL_HUP): Likewise.
12862         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12863         (ILL_ILLOPN): Likewise.
12864         (ILL_ILLADR): Likewise.
12865         (ILL_ILLTRP): Likewise.
12866         (ILL_PRVOPC): Likewise.
12867         (ILL_PRVREG): Likewise.
12868         (ILL_COPROC): Likewise.
12869         (ILL_BADSTK): Likewise.
12870         (ILL_DBLFLT): Likewise.
12871         (ILL_HARDWALL): Likewise.
12872         (FPE_INTDIV): Likewise.
12873         (FPE_INTOVF): Likewise.
12874         (FPE_FLTDIV): Likewise.
12875         (FPE_FLTOVF): Likewise.
12876         (FPE_FLTUND): Likewise.
12877         (FPE_FLTRES): Likewise.
12878         (FPE_FLTINV): Likewise.
12879         (FPE_FLTSUB): Likewise.
12880         (SEGV_MAPERR): Likewise.
12881         (SEGV_ACCERR): Likewise.
12882         (BUS_ADRALN): Likewise.
12883         (BUS_ADRERR): Likewise.
12884         (BUS_OBJERR): Likewise.
12885         (BUS_MCEERR_AR): Likewise.
12886         (BUS_MCEERR_AO): Likewise.
12887         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12888         (TRAP_TRACE): Likewise.
12889         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12890         __USE_XOPEN2K8].
12891         (CLD_KILLED): Likewise.
12892         (CLD_DUMPED): Likewise.
12893         (CLD_TRAPPED): Likewise.
12894         (CLD_STOPPED): Likewise.
12895         (CLD_CONTINUED): Likewise.
12896         (POLL_IN): Likewise.
12897         (POLL_OUT): Likewise.
12898         (POLL_MSG): Likewise.
12899         (POLL_ERR): Likewise.
12900         (POLL_PRI): Likewise.
12901         (POLL_HUP): Likewise.
12902         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12903         (ILL_ILLOPN): Likewise.
12904         (ILL_ILLADR): Likewise.
12905         (ILL_ILLTRP): Likewise.
12906         (ILL_PRVOPC): Likewise.
12907         (ILL_PRVREG): Likewise.
12908         (ILL_COPROC): Likewise.
12909         (ILL_BADSTK): Likewise.
12910         (FPE_INTDIV): Likewise.
12911         (FPE_INTOVF): Likewise.
12912         (FPE_FLTDIV): Likewise.
12913         (FPE_FLTOVF): Likewise.
12914         (FPE_FLTUND): Likewise.
12915         (FPE_FLTRES): Likewise.
12916         (FPE_FLTINV): Likewise.
12917         (FPE_FLTSUB): Likewise.
12918         (SEGV_MAPERR): Likewise.
12919         (SEGV_ACCERR): Likewise.
12920         (BUS_ADRALN): Likewise.
12921         (BUS_ADRERR): Likewise.
12922         (BUS_OBJERR): Likewise.
12923         (BUS_MCEERR_AR): Likewise.
12924         (BUS_MCEERR_AO): Likewise.
12925         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12926         (TRAP_TRACE): Likewise.
12927         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12928         __USE_XOPEN2K8].
12929         (CLD_KILLED): Likewise.
12930         (CLD_DUMPED): Likewise.
12931         (CLD_TRAPPED): Likewise.
12932         (CLD_STOPPED): Likewise.
12933         (CLD_CONTINUED): Likewise.
12934         (POLL_IN): Likewise.
12935         (POLL_OUT): Likewise.
12936         (POLL_MSG): Likewise.
12937         (POLL_ERR): Likewise.
12938         (POLL_PRI): Likewise.
12939         (POLL_HUP): Likewise.
12940         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12941         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12943         [BZ #16670]
12944         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12945         before #include of <time.h>.
12946         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12947         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12948         (test-xfail-UNIX98/sched.h/conform): Likewise.
12950 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12952         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12953         error absence of trapping exception support.
12954         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12956 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12958         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12959         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12960         * timezone/Makefile (testdata): Move definition above include of
12961         Rules.
12962         (test-zones): New variable.
12963         (tests-special): Add zone files.
12964         (build-testdata): Use $(evaluate-test).
12966         * elf/Makefile (tests-special): Rename tests to end with .out.
12967         ($(objpfx)noload-mem): Likewise.
12968         ($(objpfx)tst-leaks1-mem): Likewise.
12969         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12970         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12971         $(objpfx)test-iconvconfig.out.
12972         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12973         set -e inside subshell and redirect output to file.
12974         * iconvdata/Makefile (generated): Rename tests to end with .out.
12975         Correct type.
12976         (tests-special): Rename tests to end with .out.
12977         ($(objpfx)mtrace-tst-loading): Likewise.
12978         * intl/Makefile (generated): Likewise.
12979         (tests-special): Likewise.
12980         ($(objpfx)mtrace-tst-gettext): Likewise.
12981         * misc/Makefile (generated): Likewise.
12982         (tests-special): Likewise.
12983         ($(objpfx)tst-error1-mem): Likewise.
12984         * nptl/Makefile (tests-special): Likewise.
12985         ($(objpfx)tst-stack3-mem): Likewise.
12986         (generated): Likewise.
12987         * posix/Makefile (generated): Likewise.
12988         (tests-special): Likewise.
12989         (xtests-special): Likewise.
12990         ($(objpfx)tst-fnmatch-mem): Likewise.
12991         ($(objpfx)bug-regex2-mem): Likewise.
12992         ($(objpfx)bug-regex14-mem): Likewise.
12993         ($(objpfx)bug-regex21-mem): Likewise.
12994         ($(objpfx)bug-regex31-mem): Likewise.
12995         ($(objpfx)tst-vfork3-mem): Likewise.
12996         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12997         ($(objpfx)tst-pcre-mem): Likewise.
12998         ($(objpfx)tst-boost-mem): Likewise.
12999         ($(objpfx)bug-ga2-mem): Likewise.
13000         ($(objpfx)bug-glob2-mem): Likewise.
13001         * resolv/Makefile (generate): Likewise.
13002         (tests-special): Likewise.
13003         (xtests-special): Likewise.
13004         (generated): Likewise.
13005         ($(objpfx)mtrace-tst-leaks): Likewise.
13006         ($(objpfx)mtrace-tst-leaks2): Likewise.
13008         * scripts/merge-test-results.sh: New file.
13009         * Makefile (tests-special-notdir): New variable.
13010         (tests): Run merge-test-results.sh.
13011         (xtests): Likewise.
13012         * Rules (tests-special-notdir): New variable.
13013         (xtests-special-notdir): Likewise.
13014         (tests): Run merge-test-results.sh
13015         (xtests): Likewise.
13017         * Makeconfig (test-xfail-name): New variable.
13018         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13019         compute variable name for expected failures.
13020         * conform/Makefile (conformtest-headers-data): New variable.
13021         (conformtest-standards): Likewise.
13022         (conformtest-headers-ISO): Likewise.
13023         (conformtest-headers-ISO99): Likewise.
13024         (conformtest-headers-ISO11): Likewise.
13025         (conformtest-headers-POSIX): Likewise.
13026         (conformtest-headers-XPG3): Likewise.
13027         (conformtest-headers-XPG4): Likewise.
13028         (conformtest-headers-UNIX98): Likewise.
13029         (conformtest-headers-XOPEN2K): Likewise.
13030         (conformtest-headers-POSIX2008): Likewise.
13031         (conformtest-headers-XOPEN2K8): Likewise.
13032         (conformtest-header-list-base): Likewise.
13033         (conformtest-header-list-tests): Likewise.
13034         (conformtest-header-base): Likewise.
13035         (conformtest-header-tests): Likewise.
13036         (tests-special): Add $(conformtest-header-list-tests).  If
13037         [$(fast-check) && !$(cross-compiling)], add
13038         $(conformtest-header-tests) instead of
13039         $(objpfx)run-conformtest.out.
13040         (generated): Add $(conformtest-header-list-base).  If
13041         [$(fast-check) && !$(cross-compiling)], add
13042         $(conformtest-header-base).  Remove previous setting.
13043         ($(conformtest-header-list-tests)): New target.
13044         (test-xfail-run-conformtest): Remove variable.
13045         ($(objpfx)run-conformtest.out): Remove target.
13046         (test-xfail-ISO11/complex.h/conform): New variable.
13047         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13048         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13049         (test-xfail-XPG3/varargs.h/conform): Likewise.
13050         (test-xfail-XPG4/varargs.h/conform): Likewise.
13051         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13052         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13053         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13054         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13055         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13056         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13057         (test-xfail-XPG3/ftw.h/conform): Likewise.
13058         (test-xfail-XPG3/grp.h/conform): Likewise.
13059         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13060         (test-xfail-XPG3/limits.h/conform): Likewise.
13061         (test-xfail-XPG3/pwd.h/conform): Likewise.
13062         (test-xfail-XPG3/search.h/conform): Likewise.
13063         (test-xfail-XPG3/signal.h/conform): Likewise.
13064         (test-xfail-XPG3/stdio.h/conform): Likewise.
13065         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13066         (test-xfail-XPG3/string.h/conform): Likewise.
13067         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13068         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13069         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13070         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13071         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13072         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13073         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13074         (test-xfail-XPG3/termios.h/conform): Likewise.
13075         (test-xfail-XPG3/time.h/conform): Likewise.
13076         (test-xfail-XPG3/unistd.h/conform): Likewise.
13077         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13078         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13079         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13080         (test-xfail-XPG4/netdb.h/conform): Likewise.
13081         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13082         (test-xfail-XPG4/signal.h/conform): Likewise.
13083         (test-xfail-XPG4/stdio.h/conform): Likewise.
13084         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13085         (test-xfail-XPG4/stropts.h/conform): Likewise.
13086         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13087         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13088         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13089         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13090         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13091         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13092         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13093         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13094         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13095         (test-xfail-XPG4/termios.h/conform): Likewise.
13096         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13097         (test-xfail-XPG4/unistd.h/conform): Likewise.
13098         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13099         (test-xfail-POSIX/sched.h/conform): Likewise.
13100         (test-xfail-POSIX/signal.h/conform): Likewise.
13101         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13102         (test-xfail-POSIX/tar.h/conform): Likewise.
13103         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13104         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13105         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13106         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13107         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13108         (test-xfail-UNIX98/sched.h/conform): Likewise.
13109         (test-xfail-UNIX98/signal.h/conform): Likewise.
13110         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13111         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13112         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13113         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13114         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13115         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13116         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13117         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13118         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13119         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13120         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13121         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13122         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13123         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13124         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13125         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13126         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13127         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13128         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13129         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13130         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13131         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13132         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13133         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13134         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13135         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13136         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13137         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13138         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13139         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13140         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13141         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13142         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13143         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13144         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13145         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13146         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13147         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13148         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13149         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13150         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13151         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13152         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13153         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13154         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13155         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13156         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13157         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13158         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13159         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13160         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13161         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13162         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13163         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13164         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13165         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13166         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13167         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13168         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13169         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13170         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13171         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13172         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13173         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13174         (conformtest-cc-flags): Likewise.
13175         ($(conformtest-header-tests): New target.
13176         * conform/check-header-lists.sh: New file.
13177         * conform/run-conformtest.sh: Remove.
13179         * conform/conformtest.pl: Allow ' and \ in values given for
13180         constants.
13181         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13182         inclusion.
13183         [POSIX] (sys/types.h): Likewise.
13184         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13185         inclusion.
13186         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13187         inclusion.
13188         * conform/data/signal.h-data (SIGIO): Remove expectation.
13189         [XPG3] (SIGBUS): Do not expect.
13190         [POSIX || XPG3] (SIGPOLL): Likewise.
13191         [POSIX || XPG3] (SIGPROF): Likewise.
13192         [POSIX || XPG3] (SIGSYS): Likewise.
13193         [XPG3] (SIGTRAP): Likewise.
13194         [POSIX || XPG3] (SIGURG): Likewise.
13195         [POSIX || XPG3] (SIGVTALRM): Likewise.
13196         [POSIX || XPG3] (SIGXCPU): Likewise.
13197         [POSIX || XPG3] (SIGXFSZ): Likewise.
13198         [POSIX] (SA_SIGINFO): Expect.
13199         [XPG3] (siginfo_t): Do not expect type or contents.
13200         [POSIX] (si_pid): Do not expect element.
13201         [POSIX] (si_uid): Likewise.
13202         [POSIX] (si_addr): Likewise.
13203         [POSIX] (si_status): Likewise.
13204         [POSIX] (si_band): Likewise.
13205         [XPG4] (si_value): Likewise.
13206         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13207         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13208         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13209         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13210         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13211         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13212         [POSIX || XPG3] (ILL_COPROC): Likewise.
13213         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13214         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13215         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13216         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13217         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13218         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13219         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13220         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13221         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13222         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13223         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13224         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13225         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13226         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13227         [POSIX || XPG3] (CLD_EXITED): Likewise.
13228         [POSIX || XPG3] (CLD_KILLED): Likewise.
13229         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13230         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13231         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13232         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13233         [POSIX || XPG3] (POLL_IN): Likewise.
13234         [POSIX || XPG3] (POLL_OUT): Likewise.
13235         [POSIX || XPG3] (POLL_MSG): Likewise.
13236         [POSIX || XPG3] (POLL_ERR): Likewise.
13237         [POSIX || XPG3] (POLL_PRI): Likewise.
13238         [POSIX || XPG3] (POLL_HUP): Likewise.
13239         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13240         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13241         (SIG*): Do not allow.
13242         [XPG3] (si_*): Likewise.
13243         [XPG3] (SI_*): Likewise.
13244         [XPG3 || XPG4] (sigev_*): Likewise.
13245         [XPG3 || XPG4] (SIGEV_*): Likewise.
13246         [XPG3 || XPG4] (sival_*): Likewise.
13247         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13248         [POSIX || XPG3] (BUS_*): Likewise.
13249         [POSIX || XPG3] (CLD_*): Likewise.
13250         [POSIX || XPG3] (FPE_*): Likewise.
13251         [POSIX || XPG3] (ILL_*): Likewise.
13252         [POSIX || XPG3] (POLL_*): Likewise.
13253         [POSIX || XPG3] (SEGV_*): Likewise.
13254         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13255         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13256         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13257         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13258         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13259         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13260         Specify type and value.
13261         (TVERSLEN): Likewise.
13262         (REGTYPE): Likewise.
13263         (AREGTYPE): Likewise.
13264         (LNKTYPE): Likewise.
13265         (SYMTYPE): Likewise.
13266         (CHRTYPE): Likewise.
13267         (BLKTYPE): Likewise.
13268         (DIRTYPE): Likewise.
13269         (FIFOTYPE): Likewise.
13270         (CONTTYPE): Likewise.
13271         (TSUID): Likewise.
13272         (TSGID): Likewise.
13273         (TSVTX): Likewise.
13274         (TUREAD): Likewise.
13275         (TUWRITE): Likewise.
13276         (TUEXEC): Likewise.
13277         (TGREAD): Likewise.
13278         (TGWRITE): Likewise.
13279         (TGEXEC): Likewise.
13280         (TOREAD): Likewise.
13281         (TOWRITE): Likewise.
13282         (TOEXEC): Likewise.
13283         [POSIX] (TSVTX): Expect constant.
13285 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13287         * Makefile (tests): Change dependencies to ....
13288         (tests-special): ... additions to this variable.
13289         (tests): Depend on $(tests-special).
13290         * Makerules (check-abi-list): New variable.
13291         (check-abi): Depend on $(check-abi-list).
13292         [$(subdir) = elf] (tests-special): Add
13293         $(objpfx)check-abi-libc.out.
13294         [$(build-shared) = yes && subdir] (tests-special): Add
13295         $(check-abi-list).
13296         [$(build-shared) = yes && subdir] (tests): Do not depend on
13297         check-abi.
13298         * Rules (tests): Depend on $(tests-special).
13299         (xtests): Depend on $(xtests-special).
13300         * catgets/Makefile (tests): Change dependencies to ....
13301         (tests-special): ... additions to this variable.
13302         * conform/Makefile (tests): Change dependencies to ....
13303         (tests-special): ... additions to this variable.
13304         * elf/Makefile (tests): Change dependencies to ....
13305         (tests-special): ... additions to this variable.
13306         * grp/Makefile (tests): Change dependencies to ....
13307         (tests-special): ... additions to this variable.
13308         * iconv/Makefile (xtests): Change dependencies to ....
13309         (xtests-special): ... additions to this variable.
13310         * iconvdata/Makefile (tests): Change dependencies to ....
13311         (tests-special): ... additions to this variable.
13312         * intl/Makefile (tests): Change dependencies to ....
13313         (tests-special): ... additions to this variable.  Also add
13314         $(objpfx)tst-gettext.out.
13315         * io/Makefile (tests): Change dependencies to ....
13316         (tests-special): ... additions to this variable.
13317         * libio/Makefile (tests): Change dependencies to ....
13318         (tests-special): ... additions to this variable.
13319         * malloc/Makefile (tests): Change dependencies to ....
13320         (tests-special): ... additions to this variable.
13321         * misc/Makefile (tests): Change dependencies to ....
13322         (tests-special): ... additions to this variable.
13323         * nptl/Makefile (tests): Change dependencies to ....
13324         (tests-special): ... additions to this variable.
13325         * nptl_db/Makefile (tests): Change dependencies to ....
13326         (tests-special): ... additions to this variable.
13327         * posix/Makefile (tests): Change dependencies to ....
13328         (tests-special): ... additions to this variable.
13329         (xtests): Change dependencies to ....
13330         (xtests-special): ... additions to this variable.
13331         * resolv/Makefile (tests): Change dependencies to ....
13332         (tests-special): ... additions to this variable.
13333         (xtests): Change dependencies to ....
13334         (xtests-special): ... additions to this variable.
13335         * stdio-common/Makefile (tests): Change dependencies to ....
13336         (tests-special): ... additions to this variable.
13337         (do-tst-unbputc): Remove target.
13338         (do-tst-printf): Likewise.
13339         * stdlib/Makefile (tests): Change dependencies to ....
13340         (tests-special): ... additions to this variable.
13341         * string/Makefile (tests): Change dependencies to ....
13342         (tests-special): ... additions to this variable.
13343         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13344         (tests-special): ... additions to this variable.
13346         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13347         whole file.
13348         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13349         whole file.
13350         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13351         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13353         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13354         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13355         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13356         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13357         * conform/data/libgen.h-data [XPG3]: Likewise.
13358         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13359         * conform/data/ndbm.h-data [XPG3]: Likewise.
13360         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13361         * conform/data/netdb.h-data [XPG3]: Likewise.
13362         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13363         * conform/data/poll.h-data [XPG3]: Likewise.
13364         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13365         * conform/data/strings.h-data [XPG3]: Likewise.
13366         * conform/data/stropts.h-data [XPG3]: Likewise.
13367         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13368         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13369         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13370         Likewise.
13371         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13372         * conform/data/sys/time.h-data [XPG3]: Likewise.
13373         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13374         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13375         * conform/data/sys/un.h-data [XPG3]: Likewise.
13376         * conform/data/syslog.h-data [XPG3]: Likewise.
13377         * conform/data/ucontext.h-data [XPG3]: Likewise.
13378         * conform/data/utmpx.h-data [XPG3]: Likewise.
13379         * conform/data/varargs.h-data [UNIX98]: Enable file.
13381         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13383         * math/libm-test.inc (struct test_f_f_data): Move expected results
13384         into structure for each rounding mode.
13385         (struct test_ff_f_data): Likewise.
13386         (struct test_ff_f_data_nexttoward): Likewise.
13387         (struct test_fi_f_data): Likewise.
13388         (struct test_fl_f_data): Likewise.
13389         (struct test_if_f_data): Likewise.
13390         (struct test_fff_f_data): Likewise.
13391         (struct test_c_f_data): Likewise.
13392         (struct test_f_f1_data): Likewise.
13393         (struct test_fF_f1_data): Likewise.
13394         (struct test_ffI_f1_data): Likewise.
13395         (struct test_c_c_data): Likewise.
13396         (struct test_cc_c_data): Likewise.
13397         (struct test_f_i_data): Likewise.
13398         (struct test_ff_i_data): Likewise.
13399         (struct test_f_l_data): Likewise.
13400         (struct test_f_L_data): Likewise.
13401         (struct test_fFF_11_data): Likewise.
13402         (RM_): New macro.
13403         (RM_FE_DOWNWARD): Likewise.
13404         (RM_FE_TONEAREST): Likewise.
13405         (RM_FE_TOWARDZERO): Likewise.
13406         (RM_FE_UPWARD): Likewise.
13407         (RUN_TEST_LOOP_f_f): Update references to expected results.
13408         (RUN_TEST_LOOP_2_f): Likewise.
13409         (RUN_TEST_LOOP_fff_f): Likewise.
13410         (RUN_TEST_LOOP_c_f): Likewise.
13411         (RUN_TEST_LOOP_f_f1): Likewise.
13412         (RUN_TEST_LOOP_fF_f1): Likewise.
13413         (RUN_TEST_LOOP_fI_f1): Likewise.
13414         (RUN_TEST_LOOP_ffI_f1): Likewise.
13415         (RUN_TEST_LOOP_c_c): Likewise.
13416         (RUN_TEST_LOOP_cc_c): Likewise.
13417         (RUN_TEST_LOOP_f_i): Likewise.
13418         (RUN_TEST_LOOP_f_i_tg): Likewise.
13419         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13420         (RUN_TEST_LOOP_f_b): Likewise.
13421         (RUN_TEST_LOOP_f_b_tg): Likewise.
13422         (RUN_TEST_LOOP_f_l): Likewise.
13423         (RUN_TEST_LOOP_f_L): Likewise.
13424         (RUN_TEST_LOOP_fFF_11): Likewise.
13425         * math/gen-libm-test.pl (parse_args): Output four copies of
13426         expected results for each test.
13428         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13429         (__ASSUME_UTIMES): Remove.
13430         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13431         (__ASSUME_UTIMES): Likewise.
13433         * math/gen-auto-libm-tests.c: Update comment on output format.
13434         (output_for_one_input_case): Generate before-rounding and
13435         after-rounding information as conditions on output flags not
13436         floating-point format.
13437         * math/auto-libm-test-out: Regenerated.
13438         * math/gen-libm-test.pl (cond_value): New function.
13439         (or_cond_value): Use cond_value.
13440         (generate_testfile): Handle conditional exceptions.
13442 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13444         * math/libm-test.inc (max_valid_error): New variable.
13445         (init_max_error): Take new argument specifying whether function
13446         results are exactly determined.  Set max_valid_error and bound
13447         other variables for errors based on this argument.
13448         (set_max_error): Do not record results above max_valid_error.
13449         (check_float_internal): Only accept errors of up to 0.5ulps if
13450         also at most max_valid_error.
13451         (START): Take new argument EXACT and pass it to init_max_error.
13452         (acos_test): Update call to START.
13453         (acos_test_tonearest): Likewise.
13454         (acos_test_towardzero): Likewise.
13455         (acos_test_downward): Likewise.
13456         (acos_test_upward): Likewise.
13457         (acosh_test): Likewise.
13458         (asin_test): Likewise.
13459         (asin_test_tonearest): Likewise.
13460         (asin_test_towardzero): Likewise.
13461         (asin_test_downward): Likewise.
13462         (asin_test_upward): Likewise.
13463         (asinh_test): Likewise.
13464         (atan_test): Likewise.
13465         (atanh_test): Likewise.
13466         (atan2_test): Likewise.
13467         (cabs_test): Likewise.
13468         (cacos_test): Likewise.
13469         (cacosh_test): Likewise.
13470         (carg_test): Likewise.
13471         (casin_test): Likewise.
13472         (casinh_test): Likewise.
13473         (catan_test): Likewise.
13474         (catanh_test): Likewise.
13475         (cbrt_test): Likewise.
13476         (ccos_test): Likewise.
13477         (ccosh_test): Likewise.
13478         (ceil_test): Likewise.
13479         (cexp_test): Likewise.
13480         (cimag_test): Likewise.
13481         (clog_test): Likewise.
13482         (clog10_test): Likewise.
13483         (conj_test): Likewise.
13484         (copysign_test): Likewise.
13485         (cos_test): Likewise.
13486         (cos_test_tonearest): Likewise.
13487         (cos_test_towardzero): Likewise.
13488         (cos_test_downward): Likewise.
13489         (cos_test_upward): Likewise.
13490         (cosh_test): Likewise.
13491         (cosh_test_tonearest): Likewise.
13492         (cosh_test_towardzero): Likewise.
13493         (cosh_test_downward): Likewise.
13494         (cosh_test_upward): Likewise.
13495         (cpow_test): Likewise.
13496         (cproj_test): Likewise.
13497         (creal_test): Likewise.
13498         (csin_test): Likewise.
13499         (csinh_test): Likewise.
13500         (csqrt_test): Likewise.
13501         (ctan_test): Likewise.
13502         (ctan_test_tonearest): Likewise.
13503         (ctan_test_towardzero): Likewise.
13504         (ctan_test_downward): Likewise.
13505         (ctan_test_upward): Likewise.
13506         (ctanh_test): Likewise.
13507         (ctanh_test_tonearest): Likewise.
13508         (ctanh_test_towardzero): Likewise.
13509         (ctanh_test_downward): Likewise.
13510         (ctanh_test_upward): Likewise.
13511         (erf_test): Likewise.
13512         (erfc_test): Likewise.
13513         (exp_test): Likewise.
13514         (exp_test_tonearest): Likewise.
13515         (exp_test_towardzero): Likewise.
13516         (exp_test_downward): Likewise.
13517         (exp_test_upward): Likewise.
13518         (exp10_test): Likewise.
13519         (exp10_test_tonearest): Likewise.
13520         (exp10_test_towardzero): Likewise.
13521         (exp10_test_downward): Likewise.
13522         (exp10_test_upward): Likewise.
13523         (pow10_test): Likewise.
13524         (exp2_test): Likewise.
13525         (expm1_test): Likewise.
13526         (expm1_test_tonearest): Likewise.
13527         (expm1_test_towardzero): Likewise.
13528         (expm1_test_downward): Likewise.
13529         (expm1_test_upward): Likewise.
13530         (fabs_test): Likewise.
13531         (fdim_test): Likewise.
13532         (floor_test): Likewise.
13533         (fma_test): Likewise.
13534         (fma_test_towardzero): Likewise.
13535         (fma_test_downward): Likewise.
13536         (fma_test_upward): Likewise.
13537         (fmax_test): Likewise.
13538         (fmin_test): Likewise.
13539         (fmod_test): Likewise.
13540         (fpclassify_test): Likewise.
13541         (frexp_test): Likewise.
13542         (hypot_test): Likewise.
13543         (ilogb_test): Likewise.
13544         (isfinite_test): Likewise.
13545         (finite_test): Likewise.
13546         (isgreater_test): Likewise.
13547         (isgreaterequal_test): Likewise.
13548         (isinf_test): Likewise.
13549         (isless_test): Likewise.
13550         (islessequal_test): Likewise.
13551         (islessgreater_test): Likewise.
13552         (isnan_test): Likewise.
13553         (isnormal_test): Likewise.
13554         (issignaling_test): Likewise.
13555         (isunordered_test): Likewise.
13556         (j0_test): Likewise.
13557         (j1_test): Likewise.
13558         (jn_test): Likewise.
13559         (ldexp_test): Likewise.
13560         (lgamma_test): Likewise.
13561         (gamma_test): Likewise.
13562         (lrint_test): Likewise.
13563         (lrint_test_tonearest): Likewise.
13564         (lrint_test_towardzero): Likewise.
13565         (lrint_test_downward): Likewise.
13566         (lrint_test_upward): Likewise.
13567         (llrint_test): Likewise.
13568         (llrint_test_tonearest): Likewise.
13569         (llrint_test_towardzero): Likewise.
13570         (llrint_test_downward): Likewise.
13571         (llrint_test_upward): Likewise.
13572         (log_test): Likewise.
13573         (log10_test): Likewise.
13574         (log1p_test): Likewise.
13575         (log2_test): Likewise.
13576         (logb_test): Likewise.
13577         (logb_test_downward): Likewise.
13578         (lround_test): Likewise.
13579         (llround_test): Likewise.
13580         (modf_test): Likewise.
13581         (nearbyint_test): Likewise.
13582         (nextafter_test): Likewise.
13583         (nexttoward_test): Likewise.
13584         (pow_test): Likewise.
13585         (pow_test_tonearest): Likewise.
13586         (pow_test_towardzero): Likewise.
13587         (pow_test_downward): Likewise.
13588         (pow_test_upward): Likewise.
13589         (remainder_test): Likewise.
13590         (drem_test): Likewise.
13591         (remainder_test_tonearest): Likewise.
13592         (drem_test_tonearest): Likewise.
13593         (remainder_test_towardzero): Likewise.
13594         (drem_test_towardzero): Likewise.
13595         (remainder_test_downward): Likewise.
13596         (drem_test_downward): Likewise.
13597         (remainder_test_upward): Likewise.
13598         (drem_test_upward): Likewise.
13599         (remquo_test): Likewise.
13600         (rint_test): Likewise.
13601         (rint_test_tonearest): Likewise.
13602         (rint_test_towardzero): Likewise.
13603         (rint_test_downward): Likewise.
13604         (rint_test_upward): Likewise.
13605         (round_test): Likewise.
13606         (scalb_test): Likewise.
13607         (scalbn_test): Likewise.
13608         (scalbln_test): Likewise.
13609         (signbit_test): Likewise.
13610         (sin_test): Likewise.
13611         (sin_test_tonearest): Likewise.
13612         (sin_test_towardzero): Likewise.
13613         (sin_test_downward): Likewise.
13614         (sin_test_upward): Likewise.
13615         (sincos_test): Likewise.
13616         (sinh_test): Likewise.
13617         (sinh_test_tonearest): Likewise.
13618         (sinh_test_towardzero): Likewise.
13619         (sinh_test_downward): Likewise.
13620         (sinh_test_upward): Likewise.
13621         (sqrt_test): Likewise.
13622         (sqrt_test_tonearest): Likewise.
13623         (sqrt_test_towardzero): Likewise.
13624         (sqrt_test_downward): Likewise.
13625         (sqrt_test_upward): Likewise.
13626         (tan_test): Likewise.
13627         (tan_test_tonearest): Likewise.
13628         (tan_test_towardzero): Likewise.
13629         (tan_test_downward): Likewise.
13630         (tan_test_upward): Likewise.
13631         (tanh_test): Likewise.
13632         (tgamma_test): Likewise.
13633         (trunc_test): Likewise.
13634         (y0_test): Likewise.
13635         (y1_test): Likewise.
13636         (yn_test): Likewise.
13637         (significand_test): Likewise.
13639         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13640         individual tests in comment.
13641         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13642         (prev_max_error): New variable.
13643         (prev_real_max_error): Likewise.
13644         (prev_imag_max_error): Likewise.
13645         (compare_ulp_data): Don't refer to test names in comment.
13646         (find_test_ulps): Remove function.
13647         (find_function_ulps): Likewise.
13648         (find_complex_function_ulps): Likewise.
13649         (init_max_error): Take function name as argument.  Look up ulps
13650         for that function.
13651         (print_ulps): Remove function.
13652         (print_max_error): Use prev_max_error instead of calling
13653         find_function_ulps.
13654         (print_complex_max_error): Use prev_real_max_error and
13655         prev_imag_max_error instead of calling find_complex_function_ulps.
13656         (check_float_internal): Take max_ulp parameter instead of calling
13657         find_test_ulps.  Don't call print_ulps.
13658         (check_float): Update call to check_float_internal.
13659         (check_complex): Update calls to check_float_internal.
13660         (START): Pass argument to init_max_error.
13661         * math/gen-libm-test.pl (%results): Don't include "kind"
13662         information.
13663         (parse_ulps): Don't handle ulps of individual tests.
13664         (print_ulps_file): Likewise.
13665         (output_ulps): Likewise.
13666         * math/README.libm-test: Update.
13667         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13668         individual tests.
13669         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13670         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13671         * sysdeps/arm/libm-test-ulps: Likewise.
13672         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13673         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13674         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13675         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13676         * sysdeps/microblaze/libm-test-ulps: Likewise.
13677         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13678         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13679         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13680         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13681         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13682         * sysdeps/sh/libm-test-ulps: Likewise.
13683         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13684         * sysdeps/tile/libm-test-ulps: Likewise.
13685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13687 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13689         * math/libm-test.inc (print_complex_max_error): Check separately
13690         whether real and imaginary errors are within allowed range and
13691         pass 0 to print_complex_function_ulps instead of value within
13692         allowed range.
13694 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13696         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13697         formatting.
13698         (get_handles_fopen): Likewise.
13699         (do_write_test): Likewise.
13701         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13703         * libio/fileops.c (do_ftell): Use cached offset when
13704         available.
13705         * libio/iofwide.c (do_ftell_wide): Likewise.
13706         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13707         _IO_file_attach.
13708         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13710         [BZ #16532]
13711         * libio/libioP.h (get_file_offset): New function.
13712         * libio/fileops.c (get_file_offset): Likewise.
13713         (do_ftell): Likewise.
13714         (_IO_new_file_seekoff): Split out ftell logic.
13715         * libio/wfileops.c (do_ftell_wide): Likewise.
13716         (_IO_wfile_seekoff): Split out ftell logic.
13717         * libio/tst-ftell-active-handler.c: New test case.
13718         * libio/Makefile (tests): Add it.
13720 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13722         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13723         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13725 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13727         [BZ #16639]
13728         * nscd/connections.c (nscd_init): Call do_exit.
13729         (start_threads): Call do_exit and notify_parent.
13730         (begin_drop_privileges): Call do_exit.
13731         (finish_drop_privileges): Likewise.
13732         * nscd/selinux.c (preserve_capabilities): Likewise.
13733         (install_real_capabilities): Likewise.
13734         (nscd_selinux_enabled): Likewise.
13735         (avc_create_thread): Likewise.
13736         (avc_alloc_lock): Likewise.
13737         (nscd_avc_init): Likewise.
13738         * nscd/nscd.c (parent_fd): New static variable.
13739         (main): Create a pipe between parent and child processes.
13740         Skip closing parent_fd.
13741         (monitor_child): New function.
13742         (do_exit): Likewise.
13743         (notify_parent): Likewise.
13744         * nscd/nscd.h (notify_parent): Likewise.
13745         (do_exit): Likewise.
13747 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13749         * malloc/malloc.c (__libc_calloc): Revert last change.
13751 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13753         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13755 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13757         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13758         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13759         implementation.
13760         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13761         (__libc_ifunc_impl_list): Likewise.
13762         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13763         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13764         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13765         * string/strrchr.c: Define STRRCHR.
13767 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13769         * benchtest/bench-strtok.c (simple_strtok): Delete.
13770         (strtok_string): Use as benchmark.
13771         * string/strtok (STRTOK): New macro.
13773 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13775         * manual/threads.texi: Add header and standard comments to all
13776         functions.
13778         * elf/dl-lookup.c (check_match): New function.
13779         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13780         (do_lookup_x): Remove nested function check_match. Use non-nested
13781         function check_match.
13783 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13785         * csu/Makefile (generated, before-compile): Use += rather than =.
13786         * catgets/Makefile (generated, generated-dirs): Likewise.
13787         * debug/Makefile (generated): Likewise.
13788         * dlfcn/Makefile (generated): Likewise.
13789         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13790         * iconvdata/Makefile (before-compile, generated): Likewise.
13791         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13792         * libio/Makefile (generated): Likewise.
13793         * malloc/Makefile (generated): Likewise.
13794         * manual/Makefile (generated, generated-dirs): Likewise.
13795         * misc/Makefile (generated): Likewise.
13796         * posix/Makefile (generated): Likewise.
13797         * resolv/Makefile (generated): Likewise.
13798         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13799         * timezone/Makefile (generated, generated-dirs): Likewise.
13801         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13803 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13805         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13806         power8 implementation.
13807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13808         file: POWER8 llround ifunc implementation.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13810         (__lllround): Add POWER8 implementation.
13811         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13812         POWER8 llround implementation.
13814         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13815         power8 implementation.
13816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13817         file: POWER8 llrint ifunc implementation.
13818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13819         Add POWER8 implementation.
13820         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13821         POWER8 llrint implementation.
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13824         power8 implementation.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13826         file: POWER8 finite ifunc implementation.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13828         Add POWER8 implementation.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13830         Likewise.
13831         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13832         POWER8 finite implementation.
13833         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13835         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13836         power8 implementation.
13837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13838         file: POWER8 isinf ifunc implementation.
13839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13840         POWER8 implementation.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13842         Likewise.
13843         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13844         isinf implementation.
13845         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13847         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13848         (INIT_ARCH): Add hwcap2 initialization.
13849         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13850         power8 implementation.
13851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13852         file: POWER8 isnan ifunc implementation.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13854         POWER8 implementation.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13856         Likewise.
13857         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13858         isnan implementation.
13859         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13861 2014-02-27  Joey Ye  <joey.ye@arm.com>
13863         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13864         (_FP_NANFRAC_Q): Set to zero.
13866 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13868         [BZ #16623]
13869         * math/auto-libm-test-in: New test inputs.
13870         * math/auto-libm-test-out: Regenerate.
13871         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13872         and DA.
13873         (__cos): Likewise.
13874         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13876 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13878         * scripts/evaluate-test.sh: Take new argument indicating whether
13879         failure is expected.
13880         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13881         indicating whether failure is expected.
13882         * conform/Makefile (test-xfail-run-conformtest): New variable.
13883         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13884         level.
13885         * posix/Makefile (test-xfail-annexc): New variable.
13886         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13888 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13890         * argp/Makefile: Include Makeconfig immediately after defining
13891         subdir.
13892         * assert/Makefile: Likewise.
13893         * benchtests/Makefile: Likewise.
13894         * catgets/Makefile: Likewise.
13895         * conform/Makefile: Likewise.
13896         * crypt/Makefile: Likewise.
13897         * csu/Makefile: Likewise.
13898         (all): Remove target.
13899         * ctype/Makefile: Include Makeconfig immediately after defining
13900         subdir.
13901         * debug/Makefile: Likewise.
13902         * dirent/Makefile: Likewise.
13903         * dlfcn/Makefile: Likewise.
13904         * gmon/Makefile: Likewise.
13905         * gnulib/Makefile: Likewise.
13906         * grp/Makefile: Likewise.
13907         * gshadow/Makefile: Likewise.
13908         * hesiod/Makefile: Likewise.
13909         * hurd/Makefile: Likewise.
13910         (all): Remove target.
13911         * iconvdata/Makefile: Include Makeconfig immediately after
13912         defining subdir.
13913         * inet/Makefile: Likewise.
13914         * intl/Makefile: Likewise.
13915         * io/Makefile: Likewise.
13916         * libio/Makefile: Likewise.
13917         (all): Remove target.
13918         * locale/Makefile: Include Makeconfig immediately after defining
13919         subdir.
13920         * login/Makefile: Likewise.
13921         * mach/Makefile: Likewise.
13922         (all): Remove target.
13923         * malloc/Makefile: Include Makeconfig immediately after defining
13924         subdir.
13925         (all): Remove target.
13926         * manual/Makefile: Include Makeconfig immediately after defining
13927         subdir.
13928         * math/Makefile: Likewise.
13929         * misc/Makefile: Likewise.
13930         * nis/Makefile: Likewise.
13931         * nss/Makefile: Likewise.
13932         * po/Makefile: Likewise.
13933         (all): Remove target.
13934         * posix/Makefile: Include Makeconfig immediately after defining
13935         subdir.
13936         * pwd/Makefile: Likewise.
13937         * resolv/Makefile: Likewise.
13938         * resource/Makefile: Likewise.
13939         * rt/Makefile: Likewise.
13940         * setjmp/Makefile: Likewise.
13941         * shadow/Makefile: Likewise.
13942         * signal/Makefile: Likewise.
13943         * socket/Makefile: Likewise.
13944         * soft-fp/Makefile: Likewise.
13945         * stdio-common/Makefile: Likewise.
13946         * stdlib/Makefile: Likewise.
13947         * streams/Makefile: Likewise.
13948         * string/Makefile: Likewise.
13949         * sunrpc/Makefile: Likewise.
13950         (all): Remove target.
13951         * sysvipc/Makefile: Include Makeconfig immediately after defining
13952         subdir.
13953         * termios/Makefile: Likewise.
13954         * time/Makefile: Likewise.
13955         * timezone/Makefile: Likewise.
13956         (all): Remove target.
13957         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13958         subdir.
13959         * wctype/Makefile: Likewise.
13961 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13963         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13964         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13965         (libc_feholdexcept_setround_mips): Ditto.
13966         (libc_feholdsetround): New.
13967         (libc_feholdsetroundf): New.
13968         (libc_feholdsetroundl): New.
13969         (libc_feupdateenv_test_mips): New.
13970         (libc_feupdateenv_test): New.
13971         (libc_feupdateenv_testf): New.
13972         (libc_feupdateenv_testl): New.
13973         (libc_feresetround): New.
13974         (libc_feresetroundf): New.
13975         (libc_feresetroundl): New.
13976         (libc_fetestexcept_mips): New.
13977         (libc_fetestexcept): New.
13978         (libc_fetestexceptf): New.
13979         (libc_fetestexceptl): New.
13980         (HAVE_RM_CTX): New.
13981         (libc_feholdexcept_setround_mips_ctx): New.
13982         (libc_feholdexcept_setround_ctx): New.
13983         (libc_feholdexcept_setroundf_ctx): New.
13984         (libc_feholdexcept_setroundl_ctx): New.
13985         (libc_fesetenv_mips_ctx): New.
13986         (libc_fesetenv_ctx): New.
13987         (libc_fesetenv_ctxf): New.
13988         (libc_fesetenv_ctxl): New.
13989         (libc_feupdateenv_mips_ctx): New.
13990         (libc_feupdateenv_ctx): New.
13991         (libc_feupdateenvf_ctx): New.
13992         (libc_feupdateenvl_ctx): New.
13993         (libc_feholdsetround_mips_ctx): New.
13994         (libc_feholdsetround_ctx): New.
13995         (libc_feholdsetroundf_ctx): New.
13996         (libc_feholdsetroundl_ctx): New.
13997         (libc_feresetround_mips_ctx): New.
13998         (libc_feresetround_ctx): New.
13999         (libc_feresetroundf_ctx): New.
14000         (libc_feresetroundl_ctx): New.
14002 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14004         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14006         * manual/ipc.texi: New file.
14007         * manual/Makefile (chapters): Add ipc.
14008         * manual/job.texi: Add "Inter-Process Communication" to next.
14009         * manual/process.texi: Add "Inter-Process Communication" to prev.
14011 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14015 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14017         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14019         * manual/arith.texi: Fix spaces after sentences.
14020         * manual/charset.texi: Likewise.
14021         * manual/errno.texi: Likewise.
14022         * manual/install.texi: Likewise.
14023         * manual/llio.texi: Likewise.
14024         * manual/locale.texi: Likewise.
14025         * manual/maint.texi: Likewise.
14026         * manual/math.texi: Likewise.
14027         * manual/memory.texi: Likewise.
14028         * manual/message.texi: Likewise.
14029         * manual/probes.texi: Likewise.
14030         * manual/resource.texi: Likewise.
14031         * manual/signal.texi: Likewise.
14032         * manual/socket.texi: Likewise.
14033         * manual/stdio.texi: Likewise.
14034         * manual/string.texi: Likewise.
14035         * manual/time.texi: Likewise.
14036         * manual/users.texi: Likewise.
14038 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14040         [BZ #16632]
14041         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14042         _DEFAULT_SOURCE is defined.
14044 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14045             Carlos O'Donell  <carlos@redhat.com>
14047         [BZ #16613]
14048         * elf/dl-tls.c (_dl_count_modids): New function.
14049         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14050         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14051         audit library and increment generation counter.
14052         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14053         * elf/tst-audit9.c: New file.
14054         * elf/tst-auditmod9a.c: New file.
14055         * elf/tst-auditmod9b.c: New file.
14056         * elf/Makefile: Add rules to build and run tst-audit9.
14058 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14060         [BZ #15347]
14061         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14063 2014-02-25  Will Newton  <will.newton@linaro.org>
14065         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14066         (__longjmp): Restore sp and lr before restoring callee
14067         saved registers.  Add longjmp and longjmp_target
14068         SystemTap probe point.
14069         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14070         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14071         Define to zero to match jmpbuf layout.
14072         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14073         (__sigsetjmp): Save sp and lr before saving callee
14074         saved registers.  Add setjmp SystemTap probe point.
14076 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14078         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14080 2014-02-24  Andreas Schwab  <schwab@suse.de>
14082         [BZ #15804]
14083         * elf/pldd.c (wait_for_ptrace_stop): New function.
14084         (main): Call it after attaching.
14086 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14088         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14089         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14090         Versions files is now verboten.
14091         * hurd/Versions (libc: GLIBC_2.0):
14092         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14093         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14094         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14095         * mach/Versions: Likewise.
14097         * csu/Versions: Remove unused %include.
14098         * resolv/Versions: Likewise.
14100 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14102         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14103         ($(objpfx)check-local-headers.out): Likewise.
14104         ($(objpfx)begin-end-check.out): Likewise.
14105         * Makerules (check-abi-%.out): Likewise.
14106         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14107         ($(objpfx)test2.cat): Likewise.
14108         ($(objpfx)de/libc.cat): Likewise.
14109         ($(objpfx)test-gencat.out): Likewise.
14110         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14111         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14112         ($(objpfx)noload-mem): Likewise.
14113         ($(objpfx)tst-pathopt.out): Likewise.
14114         ($(objpfx)tst-rtld-load-self.out): Likewise.
14115         ($(objpfx)tst-array1-cmp.out): Likewise.
14116         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14117         ($(objpfx)tst-array2-cmp.out): Likewise.
14118         ($(objpfx)tst-array3-cmp.out): Likewise.
14119         ($(objpfx)tst-array4-cmp.out): Likewise.
14120         ($(objpfx)tst-array5-cmp.out): Likewise.
14121         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14122         ($(objpfx)check-textrel.out): Likewise.
14123         ($(objpfx)check-execstack.out): Likewise.
14124         ($(objpfx)check-localplt.out): Likewise.
14125         ($(objpfx)order2-cmp.out): Likewise.
14126         ($(objpfx)tst-leaks1-mem): Likewise.
14127         ($(objpfx)tst-leaks1-static-mem): Likewise.
14128         ($(objpfx)tst-initorder-cmp.out): Likewise.
14129         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14130         ($(objpfx)tst-unused-dep.out): Likewise.
14131         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14132         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14133         * iconv/Makefile (test-iconvconfig): Likewise.
14134         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14135         ($(objpfx)iconv-test.out): Likewise.
14136         ($(objpfx)tst-tables.out): Likewise.
14137         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14138         ($(objpfx)tst-gettext.out): Likewise.
14139         ($(objpfx)tst-translit.out): Likewise.
14140         ($(objpfx)tst-gettext2.out): Likewise.
14141         ($(objpfx)tst-gettext4.out): Likewise.
14142         ($(objpfx)tst-gettext6.out): Likewise.
14143         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14144         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14145         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14146         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14147         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14148         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14149         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14150         ($(objpfx)wordexp-tst.out): Likewise.
14151         ($(objpfx)annexc.out): Likewise.
14152         ($(objpfx)tst-fnmatch-mem): Likewise.
14153         ($(objpfx)bug-regex2-mem): Likewise.
14154         ($(objpfx)bug-regex14-mem): Likewise.
14155         ($(objpfx)bug-regex21-mem): Likewise.
14156         ($(objpfx)bug-regex31-mem): Likewise.
14157         ($(objpfx)tst-vfork3-mem): Likewise.
14158         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14159         ($(objpfx)tst-pcre-mem): Likewise.
14160         ($(objpfx)tst-boost-mem): Likewise.
14161         ($(objpfx)tst-getconf.out): Likewise.
14162         ($(objpfx)bug-ga2-mem): Likewise.
14163         ($(objpfx)bug-glob2-mem): Likewise.
14164         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14165         ($(objpfx)mtrace-tst-leaks2): Likewise.
14166         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14167         ($(objpfx)tst-printf.out): Likewise.
14168         ($(objpfx)tst-setvbuf1.out): Likewise.
14169         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14170         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14171         ($(objpfx)tst-fmtmsg.out): Likewise.
14172         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14173         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14175         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14176         * bits/sigaction.h [__USE_MISC]: Likewise.
14177         * bits/waitstatus.h: Update #endif comments.
14178         * ctype/ctype.h: Likewise.
14179         * dirent/dirent.h: Likewise.
14180         [__USE_MISC]: Remove redundant conditionals.
14181         * grp/grp.h: Update #endif comments.
14182         [__USE_GNU]: Remove redundant conditionals.
14183         [__USE_MISC]: Likewise.
14184         * inet/netinet/in.h [__USE_GNU]: Likewise.
14185         * io/sys/stat.h [__USE_MISC]: Likewise.
14186         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14187         * libio/bits/stdio.h: Update #endif comments.
14188         [__USE_MISC]: Remove redundant conditionals.
14189         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14190         * libio/stdio.h: Update #endif comments.
14191         [__USE_MISC]: Remove redundant conditionals.
14192         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14193         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14194         * math/math.h: Update #else and #endif comments.
14195         [__USE_MISC]: Remove redundant conditionals.
14196         * misc/sys/uio.h: Update #endif comments.
14197         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14198         * posix/glob.h [__USE_MISC]: Likewise.
14199         * posix/sys/types.h: Update #endif comments.
14200         [__USE_MISC]: Remove redundant conditionals.
14201         * posix/sys/wait.h: Update #endif comments.
14202         [__USE_MISC]: Remove redundant conditionals.
14203         * posix/unistd.h: Update #endif comments.
14204         [__USE_MISC]: Remove redundant conditionals.
14205         * pwd/pwd.h [__USE_GNU]: Likewise.
14206         [__USE_MISC]: Likewise.
14207         * resolv/netdb.h [__USE_GNU]: Likewise.
14208         * signal/signal.h: Update #endif comments.
14209         [__USE_MISC]: Remove redundant conditionals.
14210         * stdlib/stdlib.h: Update #else and #endif comments.
14211         [__USE_MISC]: Remove redundant conditionals.
14212         [__USE_GNU]: Likewise.
14213         * string/bits/string2.h [__USE_MISC]: Likewise.
14214         * string/string.h: Update #endif comments.
14215         [__USE_MISC]: Remove redundant conditionals.
14216         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14217         Likewise.
14218         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14219         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14220         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14221         Likewise.
14222         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14223         Likewise.
14224         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14225         comments.
14226         [__USE_MISC]: Remove redundant conditionals.
14227         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14228         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14229         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14230         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14231         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14232         Likewise.
14233         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14234         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14235         Likewise.
14236         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14237         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14238         Likewise.
14239         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14240         Likewise.
14241         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14242         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14243         Likewise.
14244         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14245         Likewise.
14246         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14247         * sysdeps/x86/bits/string.h: Update #endif comments.
14248         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14249         conditionals.
14250         * time/sys/time.h: Update #endif comments.
14251         * time/time.h: Likewise.
14252         [__USE_MISC]: Remove redundant conditionals.
14254 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14256         [BZ #16600]
14257         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14259 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14261         * Versions.def (librt): Add GLIBC_2.17.
14263 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14265         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14266         synonym for _SYS_AUXV_H to allow direct inclusion.
14267         * sysdeps/sparc/bits/hwcap.h: Likewise.
14268         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14269         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14270         * sysdeps/sparc/sysdep.h: Likewise.
14272 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14274         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14276 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14278         * benchtests/bench-strrchr.c: Print length instead of position.
14280 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14282         [BZ #16611]
14283         * sysdeps/unix/sysv/linux/kernel-features.h
14284         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14285         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14286         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14287         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14288         Likewise.
14289         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14290         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14291         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14292         (__ASSUME_SENDMMSG): Define instead of using previous
14293         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14294         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14295         (__ASSUME_SENDMMSG_SYSCALL): Define.
14296         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14297         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14298         Likewise.
14299         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14300         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14301         Likewise.
14302         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14303         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14304         Likewise.
14305         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14306         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14307         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14308         [__ASSUME_SENDMMSG]: Change conditionals to
14309         [__ASSUME_SENDMMSG_SOCKETCALL].
14310         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14311         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14312         Define.
14313         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14314         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14315         Likewise.
14316         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14317         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14318         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14319         [!__ASSUME_SENDMMSG]: Change conditional to
14320         [!__ASSUME_SENDMMSG_SOCKETCALL].
14321         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14322         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14323         Define.
14325         [BZ #16610]
14326         * sysdeps/unix/sysv/linux/kernel-features.h
14327         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14328         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14329         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14330         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14331         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14332         [__i386__ || __sparc__]
14333         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14334         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14335         (__ASSUME_RECVMMSG): Define instead of using previous
14336         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14337         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14338         (__ASSUME_RECVMMSG_SYSCALL): Define.
14339         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14340         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14341         Likewise.
14342         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14343         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14344         Likewise.
14345         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14346         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14347         Likewise.
14348         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14349         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14350         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14351         [__ASSUME_RECVMMSG]: Change condition to
14352         [__ASSUME_RECVMMSG_SOCKETCALL].
14353         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14354         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14355         Define.
14356         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14357         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14358         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14359         Likewise.
14360         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14361         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14362         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14363         [!__ASSUME_RECVMMSG]: Change condition to
14364         [!__ASSUME_RECVMMSG_SOCKETCALL].
14365         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14366         (__ASSUME_RECVMMSG_SYSCALL): Define.
14368         [BZ #16609]
14369         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14370         __powerpc__ || __s390__ || __sh__ || __sparc__]
14371         (__ASSUME_SOCKETCALL): Define.
14372         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14373         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14374         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14375         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14376         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14377         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14378         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14379         (__ASSUME_ACCEPT4): Define instead of using previous
14380         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14381         __powerpc__ || __sparc__ || __s390__)] condition.
14382         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14383         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14384         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14385         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14386         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14387         [!__ASSUME_ACCEPT4]: Change condition to
14388         [!__ASSUME_ACCEPT4_SOCKETCALL].
14389         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14390         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14391         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14392         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14393         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14394         __ASSUME_ACCEPT4_SYSCALL.
14395         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14396         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14397         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14398         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14399         __ASSUME_ACCEPT4_SYSCALL.
14400         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14401         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14402         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14403         [__ASSUME_ACCEPT4]: Change condition to
14404         [__ASSUME_ACCEPT4_SOCKETCALL].
14405         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14406         (__ASSUME_SOCKETCALL): Define.
14407         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14408         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14409         (__ASSUME_SOCKETCALL): Define.
14410         (__ASSUME_ACCEPT4): Remove.
14411         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14412         Define.
14413         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14414         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14415         Likewise.
14416         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14417         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14419         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14420         macro.
14421         (HWCAP_ARM_LPAE): Likewise.
14422         (HWCAP_ARM_EVTSTRM): Likewise.
14423         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14424         Add vpfd32, lpae and evtstrm.
14425         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14426         Increase to 22.
14428 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14430         * math/auto-libm-test-in: Add tests of clog10.
14431         * math/auto-libm-test-out: Regenerated.
14432         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14433         * sysdeps/i386/fpu/libm-test-ulps: Update.
14434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14436 2014-02-18  Andreas Schwab  <schwab@suse.de>
14438         [BZ #16574]
14439         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14440         Store non-zero if the second buffer was newly allocated.
14441         (send_dg): Likewise.
14442         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14443         to send_vc and send_dg.
14444         (res_nsend): Pass NULL for ansp2_malloced.
14445         * resolv/res_query.c (__libc_res_nquery): Add parameter
14446         answerp2_malloced and pass it down to __libc_res_nsend.
14447         (res_nquery): Pass additional NULL to __libc_res_nquery.
14448         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14449         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14450         second answer buffer if answerp2_malloced was set.
14451         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14452         (__libc_res_nquerydomain): Add parameter
14453         answerp2_malloced and pass it down to __libc_res_nquery.
14454         (res_nquerydomain): Pass additional NULL to
14455         __libc_res_nquerydomain.
14456         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14457         additional NULL to __libc_res_nsend and __libc_res_nquery.
14458         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14459         additional NULL to __libc_res_nsearch.
14460         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14461         parameter of __libc_res_nsearch to check for separately allocated
14462         second buffer.
14463         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14464         __libc_res_nquery.
14465         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14466         additional NULL to __libc_res_nquery.
14467         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14468         __libc_res_nsearch.
14469         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14470         * include/resolv.h: Update prototypes of __libc_res_nquery,
14471         __libc_res_nsearch, __libc_res_nsend.
14473 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14475         * math/auto-libm-test-in: Add tests of fma.
14476         * math/auto-libm-test-out: Regenerated.
14477         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14478         (fma_towardzero_test_data): Likewise.
14479         (fma_downward_test_data): Likewise.
14480         (fma_upward_test_data): Likewise.
14481         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14482         mpc_mode.
14483         (rounding_modes): Add values for new field.
14484         (func_calc_method): Add value mpfr_fff_f.
14485         (func_calc_desc): Add mpfr_fff_f union field.
14486         (test_function): Add field exact_args.
14487         (FUNC): Add macro argument EXACT_ARGS.
14488         (FUNC_mpfr_f_f): Update call to FUNC.
14489         (FUNC_mpfr_f_f): Likewise.
14490         (FUNC_mpfr_ff_f): Likewise.
14491         (FUNC_mpfr_if_f): Likewise.
14492         (FUNC_mpc_c_f): Likewise.
14493         (FUNC_mpc_c_c): Likewise.
14494         (test_functions): Add fma.  Update calls to FUNC.
14495         (handle_input_arg): Add argument exact_args.
14496         (add_test): Update call to handle_input_arg.
14497         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14498         (output_for_one_input_case): Update call to calc_generic_results.
14499         Recalculate exact zero results in each rounding mode.
14501         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14502         non-negative before setting low bit.
14503         * math/auto-libm-test-in: Mark one asin test possibly having
14504         spurious underflow.
14505         * math/auto-libm-test-out: Regenerated.
14506         * sysdeps/i386/fpu/libm-test-ulps: Update.
14507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14509 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14511         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14512         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14513         ports/sysdeps/unix/sysv/linux/microblaze.
14514         * README: Add missing listing for microblaze*-*-linux-gnu.
14516 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14518         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14519         duplicate code
14521 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14523         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14524         * sysdeps/unix/sysv/linux/ia64: Move directory from
14525         ports/sysdeps/unix/sysv/linux/ia64.
14526         * README: Update listing for ia64-*-linux-gnu.
14528 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14529             Joseph Myers  <joseph@codesourcery.com>
14531         * Makeconfig (test-name): New variable.
14532         (evaluate-test): Likewise.
14533         * Makerules (do-test-clean): Remove .test-result files.
14534         (common-mostlyclean): Likewise.
14535         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14536         * scripts/evaluate-test.sh: New file.
14538 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14540         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14541         separate $(objpfx)tst-fopenloc-cmp.out and
14542         $(objpfx)tst-fopenloc-mem.out targets.
14543         (tests): Update dependencies.
14544         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14545         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14546         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14547         (tst-rxspencer-no-utf8-ARGS): New variable.
14548         (tst-rxspencer-no-utf8-ENV): Likewise.
14549         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14550         instead of $(objpfx)tst-rxspencer-mem.
14551         ($(objpfx)tst-rxspencer-mem): Change target to
14552         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14553         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14554         * posix/tst-rxspencer-no-utf8.c: New file.
14556         * elf/Makefile ($(objpfx)order.out): Remove rule.
14557         [$(run-built-tests) = yes] (tests): Depend on
14558         $(objpfx)order-cmp.out.
14559         ($(objpfx)order-cmp.out): New rule.
14560         [$(run-built-tests) = yes] (tests): Depend on
14561         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14562         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14563         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14564         $(objpfx)tst-array5-static-cmp.out.
14565         ($(objpfx)tst-array1.out): Remove rule.
14566         ($(objpfx)tst-array1-cmp.out): New rule.
14567         ($(objpfx)tst-array1-static.out): Remove rule.
14568         ($(objpfx)tst-array1-static-cmp.out): New rule.
14569         ($(objpfx)tst-array2.out): Remove rule.
14570         ($(objpfx)tst-array2-cmp.out): New rule.
14571         ($(objpfx)tst-array3.out): Remove rule.
14572         ($(objpfx)tst-array3-cmp.out): New rule.
14573         ($(objpfx)tst-array4.out): Remove rule.
14574         ($(objpfx)tst-array4-cmp.out): New rule.
14575         ($(objpfx)tst-array5.out): Remove rule.
14576         ($(objpfx)tst-array5-cmp.out): New rule.
14577         ($(objpfx)tst-array5-static.out): Remove rule.
14578         ($(objpfx)tst-array5-static-cmp.out): New rule.
14579         [$(run-built-tests) = yes] (tests): Depend on
14580         $(objpfx)order2-cmp.out.
14581         ($(objpfx)order2.out): Remove rule.
14582         ($(objpfx)order2-cmp.out): New rule.
14583         ($(objpfx)tst-initorder.out): Remove rule.
14584         [$(run-built-tests) = yes] (tests): Depend on
14585         $(objpfx)tst-initorder-cmp.out.
14586         ($(objpfx)tst-initorder-cmp.out): New rule.
14587         ($(objpfx)tst-initorder2.out): Remove rule.
14588         [$(run-built-tests) = yes] (tests): Depend on
14589         $(objpfx)tst-initorder2-cmp.out.
14590         ($(objpfx)tst-initorder2-cmp.out): New rule.
14591         [$(run-built-tests) = yes] (tests): Depend on
14592         $(objpfx)tst-unused-dep-cmp.out.
14593         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14594         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14595         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14596         on $(objpfx)tst-setvbuf1-cmp.out.
14597         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14598         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14599         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14600         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14601         ($(objpfx)tst-svc.out): Remove rule.
14602         ($(objpfx)tst-svc-cmp.out): New rule.
14604 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14606         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14607         * ctype/ctype.h [__USE_MISC]: Likewise.
14608         * dirent/dirent.h [__USE_MISC]: Likewise.
14609         * grp/grp.h [__USE_MISC]: Likewise.
14610         * io/fcntl.h [__USE_MISC]: Likewise.
14611         * io/sys/stat.h [__USE_MISC]: Likewise.
14612         * libio/stdio.h [__USE_MISC]: Likewise.
14613         * posix/unistd.h [__USE_MISC]: Likewise.
14614         * pwd/pwd.h [__USE_MISC]: Likewise.
14615         * stdlib.h [__USE_MISC]: Likewise.
14616         * string/bits/string2.h [__USE_MISC]: Likewise.
14617         * string/string.h [__USE_MISC]: Likewise.
14618         * time/time.h [__USE_MISC]: Likewise.
14620 2014-02-13  Andreas Schwab  <schwab@suse.de>
14622         [BZ #16574]
14623         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14624         second answer buffer if it was separately allocated.
14626 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14628         * sysdeps/mips/math-tests.h: Include <features.h>.
14629         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14630         (ROUNDING_TESTS_long_double): Do not define.
14631         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14632         (EXCEPTION_TESTS_long_double): Likewise.
14633         * sysdeps/mips/mips64/libm-test-ulps: Update.
14635         * include/features.h (__USE_BSD): Remove macro definitions.
14636         (__USE_SVID): Likewise.
14637         (_BSD_SOURCE): Likewise.
14638         (_SVID_SOURCE): Likewise.
14639         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14640         from definition of _DEFAULT_SOURCE.
14641         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14642         [_DEFAULT_SOURCE].
14643         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14644         * bits/mman.h [__USE_BSD]: Likewise.
14645         * bits/termios.h [__USE_BSD]: Likewise.
14646         * bits/waitstatus.h [__USE_BSD]: Likewise.
14647         * ctype/ctype.h [__USE_SVID]: Likewise.
14648         * dirent/dirent.h [__USE_BSD]: Likewise.
14649         * grp/grp.h [__USE_SVID]: Likewise.
14650         [__USE_BSD]: Likewise.
14651         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14652         * io/fcntl.h [__USE_BSD]: Likewise.
14653         * io/ftw.h [__USE_BSD]: Likewise.
14654         * io/sys/stat.h [__USE_BSD]: Likewise.
14655         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14656         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14657         * libio/stdio.h [__USE_SVID]: Likewise.
14658         [__USE_BSD]: Likewise.
14659         * math/math.h [__USE_SVID]: Likewise.
14660         [__USE_BSD]: Likewise.
14661         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14662         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14663         * misc/search.h [__USE_SVID]: Likewise.
14664         * misc/sys/mman.h [__USE_BSD]: Likewise.
14665         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14666         * misc/sys/uio.h [__USE_BSD]: Likewise.
14667         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14668         * posix/glob.h [__USE_BSD]: Likewise.
14669         * posix/regex.h [__USE_BSD]: Likewise.
14670         * posix/sys/types.h [__USE_BSD]: Likewise.
14671         [__USE_SVID]: Likewise.
14672         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14673         * posix/sys/wait.h [__USE_BSD]: Likewise.
14674         [__USE_SVID]: Likewise.
14675         * posix/unistd.h [__USE_BSD]: Likewise.
14676         [__USE_SVID]: Likewise.
14677         * pwd/pwd.h [__USE_SVID]: Likewise.
14678         * resolv/netdb.h [__USE_BSD]: Likewise.
14679         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14680         * signal/signal.h [__USE_BSD]: Likewise.
14681         [__USE_SVID]: Likewise.
14682         * socket/sys/socket.h [__USE_BSD]: Likewise.
14683         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14684         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14685         [__USE_SVID]: Likewise.
14686         * string/bits/string2.h [__USE_BSD]: Likewise.
14687         [__USE_SVID]: Likewise.
14688         * string/bits/string3.h [__USE_BSD]: Likewise.
14689         * string/endian.h [__USE_BSD]: Likewise.
14690         * string/string.h [__USE_SVID]: Likewise.
14691         [__USE_BSD]: Likewise.
14692         * string/strings.h [__USE_BSD]: Likewise.
14693         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14694         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14695         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14696         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14697         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14698         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14699         Likewise.
14700         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14701         Likewise.
14702         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14703         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14704         Likewise.
14705         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14706         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14707         Likewise.
14708         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14709         Likewise.
14710         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14711         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14712         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14713         Likewise.
14714         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14715         Likewise.
14716         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14717         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14718         * termios/termios.h [__USE_BSD]: Likewise.
14719         * time/sys/time.h [__USE_BSD]: Likewise.
14720         * time/time.h [__USE_BSD]: Likewise.
14721         [__USE_SVID]: Likewise.
14723         * Makefile (subdir_targets): Remove subdir_lint.out.
14725         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14726         (do-tst-printf): Likewise.
14727         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14728         $(objpfx)tst-printf.out.
14730         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14732         * Makerules (check-abi-%): Change target to
14733         $(objpfx)check-abi-%.out.
14734         (check-abi target): Update dependencies.
14735         (check-abi-pattern variable): Redirect output of diff to $@.
14736         (check-abi variable): Likewise.
14737         * elf/Makefile (check-abi): Update dependencies.
14739         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14740         unused.
14741         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14742         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14743         subnormal range.
14744         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14745         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14746         value has largest subnormal exponent.
14747         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14748         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14749         * sysdeps/aarch64/soft-fp/sfp-machine.h
14750         (_FP_TININESS_AFTER_ROUNDING): New macro.
14751         * sysdeps/alpha/soft-fp/sfp-machine.h
14752         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14753         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14754         Likewise.
14755         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14756         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14757         * sysdeps/mips/soft-fp/sfp-machine.h
14758         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14759         * sysdeps/powerpc/soft-fp/sfp-machine.h
14760         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14761         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14762         Likewise.
14763         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14764         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14765         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14766         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14767         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14768         Likewise.
14770 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14772         [BZ #16545]
14773         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14774         model 1.
14776 2014-02-12  Richard Henderson  <rth@redhat.com>
14778         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14779         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14780         * sysdeps/unix/sysv/linux/alpha: Move directory from
14781         ports/sysdeps/unix/sysv/linux/alpha.
14782         * README: Update listing for alpha-*-linux-gnu.
14784 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14786         * include/features.h: Update comment documenting feature test
14787         macros.
14788         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14789         _DEFAULT_SOURCE.
14790         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14791         (_SVID_SOURCE): Likewise.
14792         (_DEFAULT_SOURCE): Update description of default features.
14793         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14794         with _GNU_SOURCE.
14795         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14796         (S_ISVTX): Likewise.
14797         * manual/math.texi (Mathematical Constants): Likewise.
14798         * manual/signal.texi (Interrupted Primitives): Likewise.
14799         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14800         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14801         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14802         Don't refer to _SVID_SOURCE in warning text.
14804         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14806         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14807         already defined.
14808         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14809         * sysdeps/mips/dl-lookup.c: Remove.
14810         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14812 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14814         [BZ #16447]
14815         * math/auto-libm-test-in: Add testcase for expl.
14816         * math/auto-libm-test-out: Regenerate.
14817         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14818         calculation of unsafe.
14819         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14821 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14823         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14824         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14825         ports/sysdeps/unix/sysv/linux/aarch64.
14826         * README: Update listing for aarch64*-*-linux-gnu.
14828 2014-02-11  Will Newton  <will.newton@linaro.org>
14830         * manual/probes.texi (Mathematical Function Probes): Use
14831         "triggered" instead of "hit".
14833         * manual/probes.texi (Internal Probes): Add documentation
14834         of setjmp, longjmp and longjmp_target probes.
14836         * include/stap-probe.h: Add comment about probe argument
14837         format.
14839         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14840         definition.  (tr_where, tr_freehook, tr_mallochook,
14841         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14843 2014-02-11  David S. Miller  <davem@davemloft.net>
14845         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14846         processing int_tests.
14848 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14850         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14851         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14852         * sysdeps/unix/sysv/linux/mips: Move directory from
14853         ports/sysdeps/unix/sysv/linux/mips.
14854         * README: Update listing for mips-*-linux-gnu and
14855         mips64-*-linux-gnu.
14857 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14859         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14860         * sysdeps/unix/sysv/linux/m68k: Move directory from
14861         ports/sysdeps/unix/sysv/linux/m68k.
14862         * README: Update listing for m68k-*-linux-gnu.
14864 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14866         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14867         * sysdeps/unix/sysv/linux/generic: Move directory from
14868         ports/sysdeps/unix/sysv/linux/generic.
14869         * sysdeps/unix/sysv/linux/tile: Move directory from
14870         ports/sysdeps/unix/sysv/linux/tile.
14871         * README: Update listing for tile*-*-linux-gnu.
14873 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14875         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14876         __builtin_expect.
14877         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14878         * catgets/open_catalog.c (__open_catalog): Likewise.
14879         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14880         * debug/confstr_chk.c: Likewise.
14881         * debug/fread_chk.c (__fread_chk): Likewise.
14882         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14883         * debug/getgroups_chk.c: Likewise.
14884         * debug/mbsnrtowcs_chk.c: Likewise.
14885         * debug/mbsrtowcs_chk.c: Likewise.
14886         * debug/mbstowcs_chk.c: Likewise.
14887         * debug/memcpy_chk.c: Likewise.
14888         * debug/memmove_chk.c: Likewise.
14889         * debug/mempcpy_chk.c: Likewise.
14890         * debug/memset_chk.c: Likewise.
14891         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14892         * debug/strcat_chk.c (__strcat_chk): Likewise.
14893         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14894         * debug/strncat_chk.c (__strncat_chk): Likewise.
14895         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14896         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14897         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14898         * debug/wcpncpy_chk.c: Likewise.
14899         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14900         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14901         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14902         * debug/wcsncpy_chk.c: Likewise.
14903         * debug/wcsnrtombs_chk.c: Likewise.
14904         * debug/wcsrtombs_chk.c: Likewise.
14905         * debug/wcstombs_chk.c: Likewise.
14906         * debug/wmemcpy_chk.c: Likewise.
14907         * debug/wmemmove_chk.c: Likewise.
14908         * debug/wmempcpy_chk.c: Likewise.
14909         * debug/wmemset_chk.c: Likewise.
14910         * dirent/scandirat.c (SCANDIRAT): Likewise.
14911         * dlfcn/dladdr1.c (dladdr1): Likewise.
14912         * dlfcn/dladdr.c (dladdr): Likewise.
14913         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14914         * dlfcn/dlerror.c (__dlerror): Likewise.
14915         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14916         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14917         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14918         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14919         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14920         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14921         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14922         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14923         Likewise.
14924         * elf/dl-conflict.c: Likewise.
14925         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14926         * elf/dl-dst.h: Likewise.
14927         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14928         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14929         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14930         * elf/dl-init.c (call_init, _dl_init): Likewise.
14931         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14932         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14933         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14934         Likewise.
14935         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14936         Likewise.
14937         * elf/dl-minimal.c (__libc_memalign): Likewise.
14938         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14939         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14940         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14941         * elf/dl-sym.c (do_sym): Likewise.
14942         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14943         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14944         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14945         * elf/dl-writev.h (_dl_writev): Likewise.
14946         * elf/ldconfig.c (search_dir): Likewise.
14947         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14948         (dl_main): Likewise.
14949         * elf/setup-vdso.h (setup_vdso): Likewise.
14950         * grp/compat-initgroups.c (compat_call): Likewise.
14951         * grp/fgetgrent.c (fgetgrent): Likewise.
14952         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14953         * grp/putgrent.c (putgrent): Likewise.
14954         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14955         Likewise.
14956         * hurd/hurdinit.c: Likewise.
14957         * iconvdata/8bit-gap.c (struct): Likewise.
14958         * iconvdata/ansi_x3.110.c : Likewise.
14959         * iconvdata/big5.c : Likewise.
14960         * iconvdata/big5hkscs.c : Likewise.
14961         * iconvdata/cp1255.c: Likewise.
14962         * iconvdata/cp1258.c : Likewise.
14963         * iconvdata/cp932.c : Likewise.
14964         * iconvdata/euc-cn.c: Likewise.
14965         * iconvdata/euc-jisx0213.c : Likewise.
14966         * iconvdata/euc-jp.c: Likewise.
14967         * iconvdata/euc-jp-ms.c : Likewise.
14968         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14969         * iconvdata/gb18030.c : Likewise.
14970         * iconvdata/gbbig5.c (const): Likewise.
14971         * iconvdata/gbgbk.c: Likewise.
14972         * iconvdata/gbk.c : Likewise.
14973         * iconvdata/ibm1364.c : Likewise.
14974         * iconvdata/ibm930.c : Likewise.
14975         * iconvdata/ibm932.c: Likewise.
14976         * iconvdata/ibm933.c : Likewise.
14977         * iconvdata/ibm935.c : Likewise.
14978         * iconvdata/ibm937.c : Likewise.
14979         * iconvdata/ibm939.c : Likewise.
14980         * iconvdata/ibm943.c: Likewise.
14981         * iconvdata/iso_11548-1.c: Likewise.
14982         * iconvdata/iso-2022-cn.c : Likewise.
14983         * iconvdata/iso-2022-cn-ext.c : Likewise.
14984         * iconvdata/iso-2022-jp-3.c: Likewise.
14985         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14986         * iconvdata/iso-2022-kr.c : Likewise.
14987         * iconvdata/iso646.c (gconv_end): Likewise.
14988         * iconvdata/iso_6937-2.c : Likewise.
14989         * iconvdata/iso_6937.c : Likewise.
14990         * iconvdata/iso8859-1.c: Likewise.
14991         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14992         * iconvdata/shift_jisx0213.c : Likewise.
14993         * iconvdata/sjis.c : Likewise.
14994         * iconvdata/t.61.c : Likewise.
14995         * iconvdata/tcvn5712-1.c : Likewise.
14996         * iconvdata/tscii.c: Likewise.
14997         * iconvdata/uhc.c : Likewise.
14998         * iconvdata/unicode.c (gconv_end): Likewise.
14999         * iconvdata/utf-16.c (gconv_end): Likewise.
15000         * iconvdata/utf-32.c (gconv_end): Likewise.
15001         * iconvdata/utf-7.c (base64): Likewise.
15002         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15003         * iconv/gconv_close.c (__gconv_close): Likewise.
15004         * iconv/gconv_open.c (__gconv_open): Likewise.
15005         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15006         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15007         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15008         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15009         (ucs4le_internal_loop_single): Likewise.
15010         * iconv/iconv.c (iconv): Likewise.
15011         * iconv/iconv_close.c: Likewise.
15012         * iconv/loop.c (SINGLE): Likewise.
15013         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15014         * include/atomic.h: Likewise.
15015         * inet/inet6_option.c (option_alloc): Likewise.
15016         * intl/bindtextdom.c (set_binding_values): Likewise.
15017         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15018         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15019         * intl/localealias.c (read_alias_file): Likewise.
15020         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15021         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15022         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15023         * libio/fmemopen.c (fmemopen): Likewise.
15024         * libio/iofgets.c (_IO_fgets): Likewise.
15025         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15026         * libio/iofgetws.c (fgetws): Likewise.
15027         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15028         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15029         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15030         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15031         * locale/findlocale.c (_nl_find_locale): Likewise.
15032         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15033         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15034         Likewise.
15035         * locale/setlocale.c (setlocale): Likewise.
15036         * login/programs/pt_chown.c (main): Likewise.
15037         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15038         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15039         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15040         (mmap, mmap64, mremap, munmap): Likewise.
15041         * math/e_exp2l.c: Likewise.
15042         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15043         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15044         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15045         * math/s_catan.c (__catan): Likewise.
15046         * math/s_catanf.c (__catanf): Likewise.
15047         * math/s_catanh.c (__catanh): Likewise.
15048         * math/s_catanhf.c (__catanhf): Likewise.
15049         * math/s_catanhl.c (__catanhl): Likewise.
15050         * math/s_catanl.c (__catanl): Likewise.
15051         * math/s_ccosh.c (__ccosh): Likewise.
15052         * math/s_ccoshf.c (__ccoshf): Likewise.
15053         * math/s_ccoshl.c (__ccoshl): Likewise.
15054         * math/s_cexp.c (__cexp): Likewise.
15055         * math/s_cexpf.c (__cexpf): Likewise.
15056         * math/s_cexpl.c (__cexpl): Likewise.
15057         * math/s_clog10.c (__clog10): Likewise.
15058         * math/s_clog10f.c (__clog10f): Likewise.
15059         * math/s_clog10l.c (__clog10l): Likewise.
15060         * math/s_clog.c (__clog): Likewise.
15061         * math/s_clogf.c (__clogf): Likewise.
15062         * math/s_clogl.c (__clogl): Likewise.
15063         * math/s_csin.c (__csin): Likewise.
15064         * math/s_csinf.c (__csinf): Likewise.
15065         * math/s_csinh.c (__csinh): Likewise.
15066         * math/s_csinhf.c (__csinhf): Likewise.
15067         * math/s_csinhl.c (__csinhl): Likewise.
15068         * math/s_csinl.c (__csinl): Likewise.
15069         * math/s_csqrt.c (__csqrt): Likewise.
15070         * math/s_csqrtf.c (__csqrtf): Likewise.
15071         * math/s_csqrtl.c (__csqrtl): Likewise.
15072         * math/s_ctan.c (__ctan): Likewise.
15073         * math/s_ctanf.c (__ctanf): Likewise.
15074         * math/s_ctanh.c (__ctanh): Likewise.
15075         * math/s_ctanhf.c (__ctanhf): Likewise.
15076         * math/s_ctanhl.c (__ctanhl): Likewise.
15077         * math/s_ctanl.c (__ctanl): Likewise.
15078         * math/w_pow.c: Likewise.
15079         * math/w_powf.c: Likewise.
15080         * math/w_powl.c: Likewise.
15081         * math/w_scalb.c (sysv_scalb): Likewise.
15082         * math/w_scalbf.c (sysv_scalbf): Likewise.
15083         * math/w_scalbl.c (sysv_scalbl): Likewise.
15084         * misc/error.c (error_tail): Likewise.
15085         * misc/pselect.c (__pselect): Likewise.
15086         * nis/nis_callback.c (__nis_create_callback): Likewise.
15087         * nis/nis_call.c (__nisfind_server): Likewise.
15088         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15089         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15090         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15091         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15092         * nis/nis_lookup.c (nis_lookup): Likewise.
15093         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15094         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15095         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15096         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15097         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15098         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15099         * nis/nss_compat/compat-initgroups.c (add_group)
15100         (internal_getgrent_r): Likewise.
15101         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15102         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15103         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15104         (internal_getspnam_r): Likewise.
15105         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15106         (_nss_nis_getaliasbyname_r): Likewise.
15107         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15108         (_nss_nis_getntohost_r): Likewise.
15109         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15110         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15111         (_nss_nis_getgrgid_r): Likewise.
15112         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15113         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15114         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15115         (_nss_nis_gethostbyname4_r): Likewise.
15116         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15117         (initgroups_netid): Likewise.
15118         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15119         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15120         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15121         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15122         (_nss_nis_getprotobynumber_r): Likewise.
15123         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15124         (_nss_nis_getsecretkey): Likewise.
15125         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15126         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15127         (_nss_nis_getpwuid_r): Likewise.
15128         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15129         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15130         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15131         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15132         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15133         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15134         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15135         Likewise.
15136         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15137         (_nss_nisplus_getntohost_r): Likewise.
15138         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15139         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15140         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15141         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15142         Likewise.
15143         * nis/nss_nisplus/nisplus-initgroups.c
15144         (_nss_nisplus_initgroups_dyn): Likewise.
15145         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15146         (_nss_nisplus_getnetbyaddr_r): Likewise.
15147         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15148         (_nss_nisplus_getprotobynumber_r): Likewise.
15149         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15150         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15151         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15152         Likewise.
15153         * nis/nss_nisplus/nisplus-service.c
15154         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15155         (_nss_nisplus_getservbyport_r): Likewise.
15156         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15157         (_nss_nisplus_getspnam_r): Likewise.
15158         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15159         Likewise.
15160         * nscd/aicache.c (addhstaiX): Likewise.
15161         * nscd/cache.c (cache_search, prune_cache): Likewise.
15162         * nscd/connections.c (register_traced_file, send_ro_fd)
15163         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15164         (main_loop_epoll): Likewise.
15165         * nscd/grpcache.c (addgrbyX): Likewise.
15166         * nscd/hstcache.c (addhstbyX): Likewise.
15167         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15168         * nscd/mem.c (gc, mempool_alloc): Likewise.
15169         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15170         (addinnetgrX): Likewise.
15171         * nscd/nscd-client.h (__nscd_acquire_maplock)
15172         (__nscd_drop_map_ref): Likewise.
15173         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15174         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15175         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15176         Likewise.
15177         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15178         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15179         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15180         (__nscd_get_map_ref): Likewise.
15181         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15182         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15183         Likewise.
15184         * nscd/pwdcache.c (addpwbyX): Likewise.
15185         * nscd/selinux.c (preserve_capabilities): Likewise.
15186         * nscd/servicescache.c (addservbyX): Likewise.
15187         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15188         * posix/fnmatch.c (fnmatch): Likewise.
15189         * posix/getopt.c (_getopt_internal_r): Likewise.
15190         * posix/glob.c (glob, glob_in_dir): Likewise.
15191         * posix/wordexp.c (exec_comm_child): Likewise.
15192         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15193         (getanswer_r, gaih_getanswer_slice): Likewise.
15194         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15195         * resolv/res_init.c: Likewise.
15196         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15197         * resolv/res_query.c (__libc_res_nquery): Likewise.
15198         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15199         Likewise.
15200         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15201         * stdio-common/perror.c (perror): Likewise.
15202         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15203         * stdio-common/tmpnam.c (tmpnam): Likewise.
15204         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15205         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15206         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15207         Likewise.
15208         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15209         * stdlib/putenv.c (putenv): Likewise.
15210         * stdlib/setenv.c (__add_to_environ): Likewise.
15211         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15212         * stdlib/strtol_l.c (INTERNAL): Likewise.
15213         * string/memmem.c (memmem): Likewise.
15214         * string/strerror.c (strerror): Likewise.
15215         * string/strnlen.c (__strnlen): Likewise.
15216         * string/test-memmem.c (simple_memmem): Likewise.
15217         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15218         * sunrpc/pm_getport.c (__get_socket): Likewise.
15219         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15220         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15221         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15222         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15223         Likewise.
15224         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15225         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15226         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15227         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15228         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15229         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15230         Likewise.
15231         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15232         Likewise.
15233         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15234         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15235         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15236         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15237         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15238         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15239         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15240         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15241         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15242         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15243         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15244         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15245         Likewise.
15246         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15247         Likewise.
15248         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15249         Likewise.
15250         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15251         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15252         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15253         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15254         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15255         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15256         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15257         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15258         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15259         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15260         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15261         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15262         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15263         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15264         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15265         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15266         Likewise.
15267         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15268         Likewise.
15269         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15270         Likewise.
15271         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15272         Likewise.
15273         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15274         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15275         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15276         Likewise.
15277         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15278         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15279         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15280         * sysdeps/posix/sleep.c: Likewise.
15281         * sysdeps/posix/tempname.c: Likewise.
15282         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15283         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15284         Likewise.
15285         * sysdeps/powerpc/powerpc32/dl-machine.h
15286         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15287         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15288         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15289         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15290         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15291         Likewise.
15292         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15293         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15294         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15295         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15296         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15297         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15298         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15299         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15300         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15301         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15302         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15303         (elf_machine_lazy_rel): Likewise.
15304         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15305         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15306         (elf_machine_lazy_rel): Likewise.
15307         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15308         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15309         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15310         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15311         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15312         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15313         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15314         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15315         Likewise.
15316         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15317         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15318         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15319         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15320         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15321         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15322         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15323         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15324         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15325         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15326         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15327         Likewise.
15328         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15329         (__posix_fallocate64_l64): Likewise.
15330         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15331         (posix_fallocate): Likewise.
15332         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15333         Likewise.
15334         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15335         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15336         (getifaddrs_internal): Likewise.
15337         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15338         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15339         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15340         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15341         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15342         (__posix_fallocate64_l64): Likewise.
15343         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15344         Likewise.
15345         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15346         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15347         (__get_clockfreq): Likewise.
15348         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15349         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15350         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15351         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15352         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15353         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15354         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15355         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15356         Likewise.
15357         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15358         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15359         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15360         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15361         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15362         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15363         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15364         Likewise.
15365         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15366         (posix_fallocate): Likewise.
15367         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15368         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15369         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15370         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15371         (elf_machine_rela, elf_machine_rela_relative)
15372         (elf_machine_lazy_rel): Likewise.
15373         * time/asctime.c (asctime_internal): Likewise.
15374         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15375         * time/tzset.c (__tzset_parse_tz): Likewise.
15376         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15377         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15378         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15379         * wcsmbs/wcsmbsload.h: Likewise.
15381         [BZ #15894]
15382         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15384         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15385         (arena_get2): Remove THREAD_STATS conditionals.
15386         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15387         (__malloc_stats, int): Likewise.
15389 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15391         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15392         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15394         * manual/setjmp.texi: Fix typos/grammar errors.
15396         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15397         Only return early when n is <= 0.  Delete unused return statement.
15399         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15400         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15401         * debug/tst-longjmp_chk3.c: New file.
15403         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15404         (test_main): Replace code with set_fortify_handler call.
15405         * debug/test-strcpy_chk.c: Likewise.
15406         * debug/tst-chk1.c: Likewise.
15407         * debug/tst-longjmp_chk.c: Likewise.
15408         * test-skeleton.c: Include fcntl.h & paths.h
15409         (set_fortify_handler): Define.
15411         * debug/tst-longjmp_chk.c: Add header comment and include
15412         ../test-skeleton.c.
15413         (do_test): Mark static.
15414         (TEST_FUNCTION): Define.
15416         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15417         (IP_PMTUDISC_INTERFACE): Likewise.
15418         (IP_MULTICAST_IF): Likewise.
15419         (IP_MULTICAST_TTL): Likewise.
15420         (IP_MULTICAST_LOOP): Likewise.
15421         (IP_ADD_MEMBERSHIP): Likewise.
15422         (IP_DROP_MEMBERSHIP): Likewise.
15423         (IP_UNBLOCK_SOURCE): Likewise.
15424         (IP_BLOCK_SOURCE): Likewise.
15425         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15426         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15427         (IP_MSFILTER): Likewise.
15428         (MCAST_JOIN_GROUP): Likewise.
15429         (MCAST_BLOCK_SOURCE): Likewise.
15430         (MCAST_UNBLOCK_SOURCE): Likewise.
15431         (MCAST_LEAVE_GROUP): Likewise.
15432         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15433         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15434         (MCAST_MSFILTER): Likewise.
15435         (IP_MULTICAST_ALL): Likewise.
15436         (IP_UNICAST_IF): Likewise.
15438         * timezone/Makefile: Delete $(have-ksh) check.
15439         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15440         * timezone/tzselect.ksh: Add +x mode bits.
15442         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15443         (ANON_INODE_FS_MAGIC): Likewise.
15444         (BDEVFS_MAGIC): Likewise.
15445         (BINFMTFS_MAGIC): Likewise.
15446         (BTRFS_TEST_MAGIC): Likewise.
15447         (CRAMFS_MAGIC_WEND): Likewise.
15448         (DEBUGFS_MAGIC): Likewise.
15449         (ECRYPTFS_SUPER_MAGIC): Likewise.
15450         (EXT3_SUPER_MAGIC): Likewise.
15451         (EXT4_SUPER_MAGIC): Likewise.
15452         (FUTEXFS_SUPER_MAGIC): Likewise.
15453         (HOSTFS_SUPER_MAGIC): Likewise.
15454         (HUGETLBFS_MAGIC): Likewise.
15455         (MINIX3_SUPER_MAGIC): Likewise.
15456         (MTD_INODE_FS_MAGIC): Likewise.
15457         (NILFS_SUPER_MAGIC): Likewise.
15458         (OPENPROM_SUPER_MAGIC): Likewise.
15459         (PIPEFS_MAGIC): Likewise.
15460         (PSTOREFS_MAGIC): Likewise.
15461         (QNX6_SUPER_MAGIC): Likewise.
15462         (RAMFS_MAGIC): Likewise.
15463         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15464         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15465         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15466         (SECURITYFS_MAGIC): Likewise.
15467         (SELINUX_MAGIC): Likewise.
15468         (SMACK_MAGIC): Likewise.
15469         (SOCKFS_MAGIC): Likewise.
15470         (SQUASHFS_MAGIC): Likewise.
15471         (STACK_END_MAGIC): Likewise.
15472         (TMPFS_MAGIC): Likewise.
15473         (USBDEVICE_SUPER_MAGIC): Likewise.
15474         (V9FS_MAGIC): Likewise.
15475         (XENFS_SUPER_MAGIC): Likewise.
15476         (CRAMFS_MAGIC): Fix typo in comment.
15477         (EXT2_SUPER_MAGIC): Update comment.
15478         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15480 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15482         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15483         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15484         * sysdeps/unix/sysv/linux/arm: Move directory from
15485         ports/sysdeps/unix/sysv/linux/arm.
15486         * README: Update listing for arm-*-linux-gnueabi.
15488         * README: Remove mention of am33.
15490 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15492         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15493         than the comma operator, to avoid "rhs of comma has no effect"
15494         compiler warnings.
15495         (__sigfillset, __sigandset, __sigorset): Likewise.
15496         * include/signal.h (__sigemptyset): Likewise.
15497         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15499 2014-02-07  Allan McRae  <allan@archlinux.org>
15501         * version.h (RELEASE): Set to "development".
15502         (VERSION): Set to "2.19.90"
15503         * NEWS: Add 2.20 section.
15505 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15507         [BZ #16529]
15508         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15510 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15512         * manual/contrib.texi: Update entry for Carlos O'Donell,
15513         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15515 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15517         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15519         * sysdeps/unix/sysv/linux/kernel-features.h
15520         [__LINUX_KERNEL_VERSION >= 0x020621]
15521         (__ASSUME_PROC_PID_TASK_COMM): Define.
15523 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15525         [BZ #16398]
15526         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15527         conversion when destination buffer does not have enough space.
15528         * libio/tst-ftell-partial-wide.c: New test case.
15529         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15531         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15532         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15533         Leonard and Allan McRae.
15535 2014-02-04  David S. Miller  <davem@davemloft.net>
15537         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15538         32-bit.
15540 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15543         New file
15544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15545         New file
15546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15547         New file.
15548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15549         New file.
15550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15551         New file.
15552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15553         New file.
15554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15555         New file.
15556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15557         New file.
15558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15559         New file.
15560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15561         New file.
15562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15563         New file.
15564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15565         New file.
15566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15567         New file.
15569 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15571         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15572         * shlib-versions: Likewise.
15574 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15575             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15577         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15578         (abilist-pattern): New variable, set to %-le.abilist.
15580         * Makerules (abilist-pattern): New variable.
15581         (vpath): Use $(abilist-pattern) in place of %.abilist.
15582         (check-abi-% pattern rule): Likewise.
15583         (check-abi, update-abi): Likewise.
15585 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15587         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15589 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15591         * manual/startup.texi: Add next, previous, and top entries for
15592         the `Program Arguments' and `Environment Variables' nodes.
15594 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15596         * manual/macros.texi: Add comments before MTASC-safety macros.
15598         * manual/users.texi: Document MTASC-safety properties.
15600         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15601         (pthread_getspecific, pthread_setspecific): Format with
15602         @deftypefun, and add @safety note.
15603         * manual/signal.texi: Move comments that analyze the above
15604         functions to their home place.
15606 2014-02-03  Allan McRae  <allan@archlinux.org>
15608         * po/sl.po: Update Slovenian translation from translation project.
15610 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15612         * manual/time.texi (timegm): Add missing blank after @c.
15613         Reported by Joseph Myers <joseph@codesourcery.com>.
15615 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15617         * manual/check-safety.sh: New.
15618         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15620         * manual/terminal.texi: Document MTASC-safety properties.
15622         * manual/filesys.texi: Document MTASC-safety properties.
15624         * manual/errno.texi: Document MTASC-safety properties.
15626         * manual/intro.texi: Document safety identifiers and
15627         conditionals.
15629         * manual/string.texi (wcstok): Fix prototype.
15630         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15632         * manual/time.texi: Document MTASC-safety properties.
15634         * manual/string.texi: Document MTASC-safety properties.
15636         * manual/threads.texi: Document MTASC-safety properties.
15638         * manual/stdio.texi: Document MTASC-safety properties.
15640         * manual/syslog.texi: Document MTASC-safety properties.
15642         * manual/sysinfo.texi: Document MTASC-safety properties.
15644         * manual/startup.texi: Document MTASC-safety properties.
15646         * manual/socket.texi: Document MTASC-safety properties.
15648         * manual/signal.texi: Document MTASC-safety properties.
15650 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15652         * manual/setjmp.texi: Document MTASC-safety properties.
15654         * manual/search.texi: Document MTASC-safety properties.
15656         * manual/resource.texi: Document MTASC-safety properties.
15658         * manual/process.texi: Document MTASC-safety properties.
15660         * manual/platform.texi: Document MTASC-safety properties.
15662         * manual/pipe.texi: Document MTASC-safety properties.
15664         * manual/pattern.texi: Document MTASC-safety properties.
15666         * manual/message.texi: Document MTASC-safety properties.
15668         [BZ #12751]
15669         * manual/memory.texi: Document MTASC-safety properties.
15671         * manual/math.texi: Document MTASC-safety properties.
15673         * manual/locale.texi: Document MTASC-safety properties.
15675         * manual/llio.texi: Document MTASC-safety properties.
15677         * manual/libdl.texi: New.
15679         * manual/lang.texi: Document MTASC-safety properties.
15681         * manual/job.texi: Document MTASC-safety properties.
15683         * manual/getopt.texi: Document MTASC-safety properties.
15685         * manual/ctype.texi: Document MTASC-safety properties.
15687 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15689         [BZ #16046]
15690         * csu/libc-tls.c (static_map): Remove variable.
15691         (__libc_setup_tls): Use main executable's link map for TLS data.
15692         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15693         casing for LM_ID_BASE and GL(dl_nns).
15694         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15695         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15696         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15697         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15698         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15699         member.
15700         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15701         l_phnum members.
15703 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15705         * manual/debug.texi: Document MTASC-safety properties.
15707 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15709         [BZ #16510]
15710         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15711         of __x86_64__ when disabling x87 inline functions.
15713 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15715         * manual/charset.texi: Document MTASC-safety properties.
15717         * manual/crypt.texi: Document MTASC-safety properties.
15719         * manual/conf.texi: Document MTASC-safety properties.
15721         * manual/arith.texi: Document MTASC-safety properties.
15723         * manual/argp.texi: Document MTASC-safety properties.
15725         * manual/macros.texi: Introduce macros to document multi
15726         thread, asynchronous signal and asynchronous cancellation
15727         safety properties.
15728         * manual/intro.texi: Introduce the properties themselves.
15730 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15732         * sysdeps/sh/sh4/Makefile: New file.
15734 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15736         * math/gen-libm-test.pl ($srcdir): New variable.
15737         ($auto_input): Use it.
15739 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15741         [BZ #16506]
15742         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15743         access beyond array bounds when parsing netgroups file.
15745         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15746         the old buffer before realloc.
15748 2014-01-27  Allan McRae  <allan@archlinux.org>
15750         * po/fr.po: Update French translation from translation project.
15752 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15754         * sysdeps/sh/libm-test-ulps: Regenerate.
15756 2014-01-24  David S. Miller  <davem@davemloft.net>
15758         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15760 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15762         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15763         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15765 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15767         [BZ #16474]
15768         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15769         string pointers after reallocation.
15771 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15773         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15774         __SH4A__ instead of __SH_FPU_ANY__.
15776 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15778         * sysdeps/sh/fpu_control.h: New file.
15779         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15780         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15781         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15782         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15783         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15784         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15785         * sysdeps/sh/sys/ucontext.h: Remove.
15786         * sysdeps/sh/sys: Remove directory.
15788 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15790         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15791         s390/sys/ucontext.h.
15792         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15793         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15795 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15797         [BZ #15605]
15798         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15800 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15802         [BZ#16431]
15803         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15804         Adjust the vDSO correctly for internal calls.
15805         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15807 2014-01-20  Allan McRae  <allan@archlinux.org>
15809         * po/ca.po: Update Catalan translation from translation project.
15811 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15813         * sysdeps/s390/sotruss-lib.c: New file.
15815 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15817         [BZ#16430]
15818         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15819         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15820         local calls issues by not having a PLT stub required for IFUNC calls.
15821         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15823 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15825         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15826         * math/test-fpucw-static.c: Likewise.
15828 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15830         [BZ #16453]
15831         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15833 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15835         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15836         implementation for powerpc.
15838 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15840         [BZ #14782]
15841         * sysdeps/posix/system.c (__libc_system): Do not enable
15842         asynchronous cancellation.
15844 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15846         [BZ #16427]
15847         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15848         handling only for numbers special also in the IEEE case.
15850 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15852         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15854 2014-01-11  Allan McRae  <allan@archlinux.org>
15856         * po/bg.po: Update Bulgarian translation from translation project.
15858         * po/de.po: Update German translation from translation project.
15860 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15862         * sysdeps/generic/gcc-compat.h: New file.
15864 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15866         * benchtests/asin-inputs: Correct slow inputs.
15867         * benchtests/acos-inputs: Likewise.
15869 2014-01-10  Allan McRae  <allan@archlinux.org>
15871         * po:sv.po: Update Swedish translation from translation project.
15873         * po/vi.po: Update Vietnamese translation from translation project.
15875         * po/eo.po: Update Esperanto translation from translation project.
15877         * po/cs.po: Update Czech translation from translation project.
15879         * po/nl.po: Update Dutch translation from translation project.
15881         * po/pl.po: Update Polish translation from translation project.
15883         * po/ru.po: Update Russian translation from translation project.
15885         * po/uk.po: Update Ukrainian translation from translation project.
15887 2014-01-08  Brooks Moses  <bmoses@google.com>
15889         * elf/dl-load.c: Fix comment typo.
15891 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15893         * po/header.pot: Rename to...
15894         * po/pot.header: ... this.
15895         * po/Makefile: Use pot.header.
15897 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15898             Maxim Kuvyrkov  <maxim@kugelworks.com>
15900         [BZ #16394]
15901         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15902         SRC and DEST against LEN.
15904 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15906         [BZ #16414]
15907         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15908         implementation.
15909         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15911 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15913         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15915 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15917         [BZ #16408]
15918         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15919         for large positive arguments.
15921 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15923         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15925         * math/auto-libm-test-in: Mark various tests with
15926         xfail-rounding:ldbl-128ibm.
15927         * math/auto-libm-test-out: Regenerated.
15929         [BZ #16407]
15930         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15931         Increase overflow threshold.
15933 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15935         [BZ #14286]
15936         * stdio-common/vfprintf.c: Check for integer overflow.
15938 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15940         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15941         the first argument and return value of __tls_get_addr_internal.
15943 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15945         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15946         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15948 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15950         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15951         * sysdeps/s390/rtld-global-offsets.sym: New file.
15952         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15953         GLIBC_2.19 symbol.
15954         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15955         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15956         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15957         ... this.
15958         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15959         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15960         ... this.
15961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15962         Regenerate.
15963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15964         Regenerate.
15965         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15966         halfs of GPRs for high_gprs contexts.
15967         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15968         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15969         field.
15970         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15971         uc_flags field.
15972         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15973         64 bit versions:
15974         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15975         for high GPRs (uc_high_gprs) and for future extensions
15976         (__reserved).
15977         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15978         for future extensions (__reserved).
15979         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15980         64 bit versions:
15981         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15982         SC_HIGHGPRS offset definition.
15983         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15984         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15986         * Versions.def: Add GLIBC_2.19 for libpthread.
15987         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15988         siglongjmp for libpthread with GLIBC_2.19 symver.
15989         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15990         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15991         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15992         * sysdeps/s390/__longjmp.c: New file.
15993         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15994         * sysdeps/s390/longjmp.c: New file.
15995         * sysdeps/s390/setjmp.S: New file.
15996         * sysdeps/s390/sigjmp.S: New file.
15997         * sysdeps/s390/v1-longjmp.c: New file.
15998         * sysdeps/s390/v1-setjmp.h: New file.
15999         * sysdeps/s390/v1-sigjmp.c: New file.
16000         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16001         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16002         GLIBC_2.19 version.
16003         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16004         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16005         versioned symbols for ____longjmp_chk.
16006         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16007         Likewise.
16008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16009         Regenerate.
16010         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16011         Regenerate.
16012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16013         Regenerate.
16014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16015         Regenerate.
16016         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16017         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16018         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16019         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16020         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16021         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16022         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16023         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16024         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16025         * sysdeps/s390/rtld-__longjmp.c: New file.
16026         * sysdeps/s390/rtld-setjmp.S: New file.
16028 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16030         [BZ #16400]
16031         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16032         Return -__logl (x) for small positive arguments without evaluating
16033         a polynomial.
16035 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16037         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16038         Rename to ...
16039         (__ptrace_peeksiginfo_args): ... this.
16040         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16041         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16042         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16044 2014-01-06  Allan McRae  <allan@archlinux.org>
16046         * inet/netinet/in.h: Fix typo in comment.
16048 2014-01-05  Andreas Jaeger  <aj@suse.de>
16050         * sysdeps/i386/fpu/libm-test-ulps: Update.
16052 2014-01-05  Allan McRae  <allan@archlinux.org>
16054         * po/libc.pot: Regenerated.
16056         * malloc/memusagestat.c: Fix gettext call formatting.
16058 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16060         * nscd/nscd.c: Improve usage() output.
16062 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16064         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16065         * sysdeps/unix/sysv/linux/configure: Regenerated.
16066         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16067         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16069 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16071         [BZ #16390]
16072         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16073         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16075 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16077         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16078         extra tokens at end of #undef directive.
16079         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16080         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16081         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16083 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16085         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16087         * math/auto-libm-test-in: Mark various tests with
16088         xfail-rounding:ldbl-128ibm.
16089         * math/auto-libm-test-out: Regenerated.
16091 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16093         [BZ #16386]
16094         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16095         numbers with subnormal high part when calculating exponent.
16097         [BZ #16385]
16098         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16099         fabs.
16101         [BZ #16384]
16102         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16103         M_LN2l.
16104         (__ieee754_acoshl): Use __log1pl not __log1p.
16106 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16108         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16109         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16110         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16111         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16112         (reused_arena, arena_get2): Convert to GNU style.
16113         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16114         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16115         (memalign_check, __malloc_set_state): Likewise.
16116         * malloc/mallocbug.c (main): Likewise.
16117         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16118         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16119         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16120         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16121         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16122         (__posix_memalign, malloc_info): Likewise.
16123         * malloc/malloc.h: Likewise.
16124         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16125         (mallochook, memalignhook, reallochook, mabort): Likewise.
16126         * malloc/mcheck.h: Likewise.
16127         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16128         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16129         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16130         * malloc/morecore.c (__default_morecore): Likewise.
16131         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16132         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16133         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16134         (print_and_abort): Likewise.
16135         * malloc/obstack.h: Likewise.
16136         * malloc/set-freeres.c (__libc_freeres): Likewise.
16137         * malloc/tst-mallocstate.c (main): Likewise.
16138         * malloc/tst-mtrace.c (main): Likewise.
16139         * malloc/tst-realloc.c (do_test): Likewise.
16141 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16143         [BZ #16366]
16144         * nscd/netgroupcache.c (do_notfound): New function.
16145         (addgetnetgrentX): Use it.
16147         [BZ # 16365]
16148         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16149         NSS_STATUS_NOTFOUND.
16151 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16153         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16156 2014-01-01  Allan McRae  <allan@archlinux.org>
16158         * scripts/update-copyrights: Update configure input file suffix.
16160         * NEWS: Update copyright year.
16161         * catgets/gencat.c: Likewise.
16162         * csu/version.c: Likewise.
16163         * debug/catchsegv.sh: Likewise.
16164         * debug/pcprofiledump.c: Likewise.
16165         * debug/xtrace.sh: Likewise.
16166         * elf/ldconfig.c: Likewise.
16167         * elf/ldd.bash.in: Likewise.
16168         * elf/pldd.c: Likewise.
16169         * elf/sotruss.ksh: Likewise.
16170         * elf/sprof.c: Likewise.
16171         * iconv/iconv_prog.c: Likewise.
16172         * iconv/iconvconfig.c: Likewise.
16173         * locale/programs/locale.c: Likewise.
16174         * locale/programs/localedef.c: Likewise.
16175         * login/programs/pt_chown.c: Likewise.
16176         * malloc/memusage.sh: Likewise.
16177         * malloc/memusagestat.c: Likewise.
16178         * malloc/mtrace.pl: Likewise.
16179         * manual/libc.texinfo: Likewise.
16180         * nscd/nscd.c: Likewise.
16181         * nss/getent.c: Likewise.
16182         * nss/makedb.c: Likewise.
16183         * posix/getconf.c: Likewise.
16184         * scripts/test-installation.pl: Likewise.
16186         * All files with FSF copyright notices: Update copyright dates
16187         using scripts/update-copyrights.
16188         * intl/plural.c: Regenerated.
16189         * locale/programs/charmap-kw.h: Likewise.
16190         * locale/programs/locfile-kw.h: Likewise.
16192 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16194         * sysdeps/unix/sysv/linux/configure: Regenerated.
16195         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16196         the linux/fanotify.h header.
16197         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16198         HAVE_LINUX_FANOTIFY_H is defined.
16200 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16202         * benchtests/cos-inputs: New inputs.
16203         * benchtests/sin-inputs: Likewise.
16205         * benchtests/atan-inputs: New inputs. Fix name of multiple
16206         precision fallback inputs.
16208         * benchtests/atanh-inputs: New inputs.
16209         * benchtests/tanh-inputs: Likewise.
16211         * benchtests/acosh-inputs: New inputs.
16212         * benchtests/asinh-inputs: Likewise.
16214         * benchtests/cosh-inputs: New inputs.
16215         * benchtests/sinh-inputs: Likewise.
16217         * benchtests/acos-inputs: Add more inputs.
16218         * benchtests/asin-inputs: Likewise.
16220 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16222         [BZ #16375]
16223         * manual/arith.texi: Fix spelling.
16224         * manual/charset.texi: Likewise.
16225         * manual/errno.texi: Likewise.
16226         * manual/filesys.texi: Likewise.
16227         * manual/lang.texi: Likewise.
16228         * manual/llio.texi: Likewise.
16229         * manual/locale.texi: Likewise.
16230         * manual/message.texi: Likewise.
16231         * manual/resource.texi: Likewise.
16232         * manual/search.texi: Likewise.
16233         * manual/setjmp.texi: Likewise.
16234         * manual/stdio.texi: Likewise.
16235         * manual/string.texi: Likewise.
16236         * manual/sysinfo.texi: Likewise.
16237         * manual/time.texi: Likewise.
16239 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16241         * po/sl.po: New file.
16243 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16245         * .gitignore: Add core/.gdbinit/.gdb_history.
16247 2013-12-27  Allan McRae  <allan@archlinux.org>
16249         [BZ #16369]
16250         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16251         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16253 2013-12-24  Brooks Moses  <bmoses@google.com>
16255         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16256         all compilers that claim C++98 compliance, not just GCC.
16257         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16258         Likewise.
16260 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16262         * NEWS: Restore accidentally deleted bug-fix entries.
16264 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16265             Ondřej Bílka  <neleai@seznam.cz>
16267         [BZ #15073]
16268         * malloc/malloc.c (_int_free): Perform sanity check only if we
16269         have_lock.
16271 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16273         [BZ #12986]
16274         * manual/stdio.texi (String Input Conversions): Clarify that character
16275         classes are not supported.
16277 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16281 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16283         [BZ #16337]
16284         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16285         Calculate results for small negative arguments directly rather
16286         than using reflection formula with special underflow handling.
16288         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16289         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16290         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16291         (fchflags): Likewise.
16292         (revoke): Likewise.
16293         (setlogin): Likewise.
16294         (sigaltstack): Likewise.
16295         (wait4): Likewise.
16296         (sigblock): Remove.
16297         (sigsetmask): Likewise.
16298         (wait3): Likewise.
16299         (waitpid): Likewise.
16300         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16301         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16302         file.
16303         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16304         * sysdeps/unix/bsd/Makefile: ... here.
16305         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16306         * sysdeps/unix/bsd/Versions: ... here.
16307         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16308         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16309         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16310         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16311         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16312         * sysdeps/unix/bsd/sigblock.c: ... here.
16313         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16314         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16315         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16316         * sysdeps/unix/bsd/sigvec.c: ... here.
16317         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16318         * sysdeps/unix/bsd/tcdrain.c: ... here.
16319         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16320         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16321         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16322         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16323         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16324         * sysdeps/unix/bsd/wait.c: ... here.
16325         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16326         * sysdeps/unix/bsd/wait3.c: ... here.
16327         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16328         * sysdeps/unix/bsd/waitpid.c: ... here.
16330 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16332         [BZ #16356]
16333         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16334         round-to-nearest for [!USE_AS_EXPM1L].
16335         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16336         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16337         more tests of exp and exp10.  Expect some exp10 tests to miss
16338         exceptions or fail in directed rounding modes.
16339         * math/auto-libm-test-out: Regenerated.
16340         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16341         (exp10_test_tonearest): New function.
16342         (exp10_towardzero_test_data): New array.
16343         (exp10_test_towardzero): New function.
16344         (exp10_downward_test_data): New array.
16345         (exp10_test_downward): New function.
16346         (exp10_upward_test_data): New array.
16347         (exp10_test_upward): New function.
16348         (main): Call the new functions.
16349         * sysdeps/i386/fpu/libm-test-ulps: Update.
16350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16352 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16354         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16355         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16356         * math/auto-libm-test-out: Regenerated.
16357         * math/libm-test.inc (acosh_test_data): Add more tests.
16358         (atanh_test_data): Likewise.
16359         (ceil_test_data): Likewise.
16360         (copysign_test_data): Likewise.
16361         * sysdeps/i386/fpu/libm-test-ulps: Update.
16362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16364         * timezone/checktab.awk: Update from tzcode 2013i.
16365         * timezone/private.h: Likewise.
16366         * timezone/scheck.c: Likewise.
16367         * timezone/tzfile.h: Likewise.
16368         * timezone/tzselect.ksh: Likewise.
16369         * timezone/zdump.c: Likewise.
16370         * timezone/zic.c: Likewise.
16372         * math/auto-libm-test-in: Add tests of cpow.
16373         * math/auto-libm-test-out: Regenerated.
16374         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16375         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16376         mpc_cc_c.
16377         (func_calc_desc): Add mpc_cc_c union field.
16378         (test_functions): Add cpow.
16379         (special_fill_2pi): New function.
16380         (special_real_inputs): Add 2pi.
16381         (calc_generic_results): Handle mpc_cc_c.
16382         * sysdeps/i386/fpu/libm-test-ulps: Update.
16383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16385         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16386         csqrt, ctan and ctanh.
16387         * math/auto-libm-test-out: Regenerated.
16388         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16389         (TEST_COND_x86): Likewise.
16390         (ccos_test_data): Use AUTO_TESTS_c_c.
16391         (ccosh_test_data): Likewise.
16392         (cexp_test_data): Likewise.
16393         (clog_test_data): Likewise.
16394         (csqrt_test_data): Likewise.
16395         (ctan_test_data): Likewise.
16396         (ctan_tonearest_test_data): Likewise.
16397         (ctan_towardzero_test_data): Likewise.
16398         (ctan_downward_test_data): Likewise.
16399         (ctan_upward_test_data): Likewise.
16400         (ctanh_test_data): Likewise.
16401         (ctanh_tonearest_test_data): Likewise.
16402         (ctanh_towardzero_test_data): Likewise.
16403         (ctanh_downward_test_data): Likewise.
16404         (ctanh_upward_test_data): Likewise.
16405         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16406         mpc_c_c.
16407         (func_calc_desc): Add mpc_c_c union field.
16408         (FUNC_mpc_c_c): New macro.
16409         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16410         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16411         ctanh.
16412         (special_fill_min_subnorm_p120): New function.
16413         (special_real_inputs): Add min_subnorm_p120.
16414         (calc_generic_results): Handle mpc_c_c.
16415         * sysdeps/i386/fpu/libm-test-ulps: Update.
16416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16418 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16420         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16421         (do_sin_slow): New functions.
16422         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16423         (cslow2, csloww1, csloww2): Use the new functions.
16425         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16426         Use M to change sign of result instead of X.  Assume X is
16427         positive.
16428         (csloww1): Likewise.
16429         (__sin): Adjust.
16430         (__cos): Adjust.
16432         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16433         arguments A and DA.
16434         (__sin): Adjust.
16435         (__cos): Likewise.
16437         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16438         (__cos): Likewise.
16439         (sloww1): Don't adjust sign of DX.
16440         (csloww1): Likewise.
16441         (sloww2): Use X directly and don't adjust sign of DX.
16442         (csloww2): Likewise.
16444 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16446         * math/auto-libm-test-in: Add tests of cabs and carg.
16447         * math/auto-libm-test-out: Regenerated.
16448         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16449         (carg_test_data): Likewise.
16450         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16451         mpc_c_f.
16452         (func_calc_desc): Add mpc_c_f union field.
16453         (test_functions): Add cabs and carg.
16454         (calc_generic_results): Handle mpc_c_f.
16456         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16457         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16458         as a macro and a compat symbol.
16459         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16460         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16461         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16462         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16463         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16464         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16465         not use .hidden.
16466         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16467         Likewise.
16468         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16469         Likewise.
16470         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16471         Likewise.
16472         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16473         Likewise.
16474         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16475         Likewise.
16476         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16477         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16478         from GLIBC_2.3.2.
16480 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16484 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16486         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16487         trailing whitespace removed.
16488         * scripts/config.guess: Update to version 2013-11-29.
16489         * scripts/config.sub: Update to version 2013-10-01.
16491         * math/auto-libm-test-in: Add tests of sincos.
16492         * math/auto-libm-test-out: Regenerated.
16493         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16494         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16495         mpfr_f_11.
16496         (func_calc_desc): Add mpfr_f_11 union field.
16497         (test_functions): Add sincos.
16498         (calc_generic_results): Handle mpfr_f_11.
16499         * sysdeps/i386/fpu/libm-test-ulps: Update.
16500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16502 2013-12-19  Andreas Schwab  <schwab@suse.de>
16504         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16505         CALL_MCOUNT.
16506         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16507         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16508         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16510 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16512         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16513         * sysdeps/i386/fpu/libm-test-ulps: Update.
16514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16516         [BZ #16293]
16517         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16518         round-to-nearest mode when using frndint.
16519         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16520         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16521         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16522         Likewise.
16523         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16524         sinh test to fail.
16525         * math/auto-libm-test-out: Regenerated.
16526         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16527         (TEST_COND_x86): Likewise.
16528         (expm1_tonearest_test_data): New array.
16529         (expm1_test_tonearest): New function.
16530         (expm1_towardzero_test_data): New array.
16531         (expm1_test_towardzero): New function.
16532         (expm1_downward_test_data): New array.
16533         (expm1_test_downward): New function.
16534         (expm1_upward_test_data): New array.
16535         (expm1_test_upward): New function.
16536         (main): Run the new test functions.
16537         * sysdeps/i386/fpu/libm-test-ulps: Update.
16538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16540         * include/features.h: Update comment documenting feature test
16541         macros.  Mention _DEFAULT_SOURCE in comment.
16542         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16543         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16544         _BSD_SOURCE and _SVID_SOURCE.
16545         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16546         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16547         !_SVID_SOURCE]: Likewise.
16548         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16549         (__USE_POSIX_IMPLICITLY): Define.
16550         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16551         (_POSIX_SOURCE): Undefine and redefine.
16552         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16553         (_POSIX_C_SOURCE): Likewise.
16554         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16555         (Feature Test Macros): Update documentation of default features.
16557 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16559         * benchtests/Makefile: Add bench-strtok.
16560         * benchtests/bench-strtok.c: New file: strtok benchtest.
16562 2013-12-19  Allan McRae  <allan@archlinux.org>
16564         * manual/install.texi: Suppress menu for plain text output.
16565         * INSTALL: Regenerated.
16567 2013-12-18  Brooks Moses  <bmoses@google.com>
16569         [BZ #15846]
16570         * misc/getauxval.c: Include errno.h.
16571         (__getauxval): Set errno to ENOENT if the requested type is not
16572         found.
16573         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16574         don't declare with __attribute_const__.
16575         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16576         * manual/startup.texi: Document that getauxval sets errno.
16578 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16580         * math/auto-libm-test-in: Add tests of jn and yn.
16581         * math/auto-libm-test-out: Regenerated.
16582         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16583         (yn_test_data): Likewise.
16584         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16585         mpfr_if_f.
16586         (func_calc_desc): Add mpfr_if_f union field.
16587         (FUNC_mpfr_if_f): New macro.
16588         (test_functions): Add jn and yn.
16589         (calc_generic_results): Assert type of second input for
16590         mpfr_ff_f.  Handle mpfr_if_f.
16591         (output_for_one_input_case): Disable all checking for arguments
16592         fitting floating-point types in case of an integer argument.
16593         * sysdeps/i386/fpu/libm-test-ulps: Update.
16594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16597         Don't expect fegetround reference in libm.so.
16599 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16601         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16602         $(config-cflags-nofma).
16604 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16606         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16607         * math/auto-libm-test-out: Regenerated.
16609         [BZ #16338]
16610         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16611         to determine exponent and adjust argument to have exponent of -1.
16612         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16613         log2.
16614         * math/auto-libm-test-out: Regenerated.
16615         * sysdeps/i386/fpu/libm-test-ulps: Update.
16616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16618 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16620         * manual/probes.texi: Remove cases when per-thread arenas are
16621         disabled.
16623 2013-12-18  Andreas Schwab  <schwab@suse.de>
16625         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16626         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16627         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16628         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16629         * sysdeps/i386/i686/multiarch/Makefile: Update.
16630         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16632 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16634         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16635         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16637 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16639         [BZ #15968]
16640         Support TZ transition times < 00:00:00.
16641         This is needed for version-3 tz-format files; it supports time
16642         stamps past 2037 for America/Godthab (the only entry in the tz
16643         database for which this change is relevant).
16644         * manual/time.texi (TZ Variable): Document transition times
16645         from -167:59:59 through -00:00:01.
16646         * time/tzset.c (tz_rule): Time of day is now signed.
16647         (__tzset_parse_tz): Parse negative time of day.
16649         Document TZ transition times >= 25:00:00.
16650         * manual/time.texi (TZ Variable): Document transition times from
16651         25:00:00 through 167:59:59.  These are already supported, and this
16652         support will help with version-3 tz-format files.
16654         * manual/time.texi (TZ Variable): Modernize North America example
16655         to reflect current (i.e., 2007-and-later) daylight saving rules.
16657         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16659 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16661         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16662         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16663         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16664         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16665         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16666         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16667         * sysdeps/unix/bsd/clock.c: Likewise.
16668         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16669         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16670         * sysdeps/unix/bsd/init-posix.c: Likewise.
16671         * sysdeps/unix/bsd/poll.c: Likewise.
16672         * sysdeps/unix/bsd/ptsname.c: Likewise.
16673         * sysdeps/unix/bsd/seekdir.c: Likewise.
16674         * sysdeps/unix/bsd/setegid.c: Likewise.
16675         * sysdeps/unix/bsd/seteuid.c: Likewise.
16676         * sysdeps/unix/bsd/setgid.c: Likewise.
16677         * sysdeps/unix/bsd/setrgid.c: Likewise.
16678         * sysdeps/unix/bsd/setruid.c: Likewise.
16679         * sysdeps/unix/bsd/setsid.c: Likewise.
16680         * sysdeps/unix/bsd/setuid.c: Likewise.
16681         * sysdeps/unix/bsd/sigaction.c: Likewise.
16682         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16683         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16684         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16685         * sysdeps/unix/bsd/telldir.c: Likewise.
16686         * sysdeps/unix/bsd/times.c: Likewise.
16687         * sysdeps/unix/bsd/usleep.c: Likewise.
16689         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16690         ($(objpfx)libbsd-compat.a): Remove rule.
16692         * include/features.h (__FAVOR_BSD): Do not define.
16693         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16694         features conflicting with POSIX.
16695         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16696         (_BSD_SOURCE): Remove description of not being a subset of other
16697         feature test macros.
16698         * manual/job.texi (getpgrp): Do not document BSD version.
16699         (getpgid): Do not document by reference to BSD getpgrp.
16700         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16701         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16702         * signal/signal.h [__FAVOR_BSD]: Likewise.
16703         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16704         instead of making contents conditional on [__FAVOR_BSD].
16705         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16707 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16709         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16711 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16713         [BZ #16314]
16714         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16715         values below 2**-450, not 2**-500.
16716         * math/auto-libm-test-in: Don't allow spurious underflow from
16717         hypot.
16718         * math/auto-libm-test-out: Regenerated.
16720         [BZ #16316]
16721         [BZ #16330]
16722         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16723         values of ha and hb and sort them after adjusting subnormal
16724         arguments.
16725         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16726         Likewise.
16727         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16728         values of ea and eb and sort them after adjusting subnormal
16729         arguments.
16730         * math/auto-libm-test-in: Do not expect some hypot tests of
16731         subnormals to fail.  Add more hypot tests.
16732         * math/auto-libm-test-out: Regenerated.
16734 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16736         [BZ #13304]
16737         * sysdeps/sh/s_fma.c: New file.
16738         * sysdeps/sh/s_fmaf.c: New file.
16739         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16740         version.
16741         * sysdeps/sh/Implies: Add sh/soft-fp.
16743 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16745         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16746         level of indirection to members `objname', `errstring', `malloced'.
16747         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16748         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16749         it as the __longjmp argument (just pass 1 instead).
16750         (_dl_catch_error): Initialize C with argument pointers and address of
16751         volatile local ERRCODE rather than copying values out of C at return.
16753 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16755         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16756         * math/auto-libm-test-out: Regenerated.
16757         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16758         (hypot_test_data): Likewise.
16759         (pow_test_data): Likewise.
16760         (pow_tonearest_test_data): Likewise.
16761         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16762         mpfr_ff_f.
16763         (func_calc_desc): Add mpfr_ff_f union field.
16764         (FUNC_mpfr_ff_f): New macro.
16765         (test_functions): Add atan2, hypot and pow.
16766         (special_fill_min): New function.
16767         (special_fill_minus_min): Likewise.
16768         (special_fill_min_subnorm): Likewise.
16769         (special_fill_minus_min_subnorm): Likewise.
16770         (special_real_inputs): Add min, -min, min_subnorm and
16771         -min_subnorm.
16772         (calc_generic_results): Handle mpfr_ff_f.
16773         * sysdeps/i386/fpu/libm-test-ulps: Update.
16774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16776 2013-12-16  Will Newton  <will.newton@linaro.org>
16778         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16779         (Aligned Memory Blocks): Add documentation for aligned_alloc
16780         and suggest it as an alternative to posix_memalign.
16781         (Hooks for Malloc): Document __memalign_hook is also called
16782         for aligned_alloc.  (Summary of Malloc): Add summary for
16783         aligned alloc.  Document __memalign_hook is also called
16784         for aligned_alloc.
16786 2013-12-16  Will Newton  <will.newton@linaro.org>
16788         * manual/memory.texi (Malloc Examples): Clarify default
16789         alignment documentation.  Suggest posix_memalign rather
16790         than memalign or valloc.
16791         (Aligned Memory Blocks): Remove suggestion to use memalign
16792         or valloc.  Remove obsolete comment about BSD.
16793         Document memalign errno values and mark the function obsolete.
16794         Document posix_memalign returned error codes.  Mark valloc
16795         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16796         called for posix_memalign and valloc.
16797         (Summary of Malloc): Add posix_memalign to function summary.
16798         __memalign_hook is also called for posix_memalign and valloc.
16800 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16802         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16803         TAYLOR_SIN.
16804         (__sin): Adjust.
16805         (__cos): Likewise.
16806         (sloww): Use mynumber union.  Expand ternary operator into
16807         if-else statements.
16808         (cslow): use mynumber union.
16810 2013-12-16  Allan McRae  <allan@archlinux.org>
16812         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16813         * configure: Regenerated.
16815         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16817         [BZ #14120]
16818         * configure.ac: Added --enable-maintainer-mode. Check for
16819         autoconf when enabled.
16820         * configure: Regenerated.
16822         * nscd/nscd.service: New file.
16823         * nscd/nscd.tmpfiles: New file.
16825 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16827         [BZ #12100]
16828         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16829         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16830         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16831         (strstr): Add __strstr_sse2_unaligned ifunc.
16832         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16833         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16834         (strcasestr): Remove __strcasestr_sse42 ifunc.
16835         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16836         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16837         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16839 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16841         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16842         * sysdeps/sh/bits/fenv.h: ... here.
16843         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16845 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16847         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16849         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16850         hypotf multiarch implementations.
16851         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16852         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16853         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16854         multiarch hypot for PPC64.
16855         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16856         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16857         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16858         multiarch hypotf for PPC64.
16860         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16861         modff multiarch implementations.
16862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16865         multiarch modf for PPC64.
16866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16869         multiarch modff for PPC64.
16871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16872         and logl multiarch implementations.
16873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16876         multiarch logb for PPC64.
16877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16880         multiarch logb for PPC64.
16881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16884         multiarch logb for PPC64.
16886         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16887         isinff multiarch implementation.
16888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16889         file.
16890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16892         multiarch isinf for PPC64.
16893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16894         file.
16895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16896         multiarch isinff for PPC64.
16898         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16899         finitef multiarch implementation.
16900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16901         file.
16902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16904         multiarch finite for PPC64.
16905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16906         file.
16907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16908         multiarch finitef for PPC64.
16910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16911         lrint multiarch implementation.
16912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16913         file.
16914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16916         multiarch llrint for PPC64.
16917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16918         multiarch lrint for PPC64.
16920         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16921         copysignf multiarch implementation.
16922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16923         file.
16924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16925         file.
16926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16927         multiarch copysign for PPC64.
16928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16929         multiarch copysignf for PPC64.
16931         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16932         multiarch implementation.
16933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16934         file.
16935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16936         file.
16937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16938         file.
16939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16940         file.
16941         multiarch llround for PPC64.
16942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16943         multiarch trunc for PPC64.
16944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16945         multiarch truncf for PPC64.
16947         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16948         multiarch implementation.
16949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16950         file.
16951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16952         file.
16953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16954         file.
16955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16956         file.
16957         multiarch llround for PPC64.
16958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16959         multiarch round for PPC64.
16960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16961         multiarch roundf for PPC64.
16963         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16964         multiarch implementation.
16965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16966         file.
16967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16968         file.
16969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16970         file.
16971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16972         file.
16973         multiarch llround for PPC64.
16974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16975         multiarch floor for PPC64.
16976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16977         multiarch floorf for PPC64.
16979         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16980         multiarch implementation.
16981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16982         file.
16983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16984         file.
16985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16986         file.
16987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16988         file.
16989         multiarch llround for PPC64.
16990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16991         multiarch ceil for PPC64.
16992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16993         multiarch ceilf for PPC64.
16995         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16996         multiarch implementation.
16997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16998         file.
16999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17000         file.
17001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17002         file.
17003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17004         multiarch llround for PPC64.
17005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17006         multiarch lround for PPC64.
17008         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17009         multiarch implementation.
17010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17013         file.
17014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17017         multiarch isnan for PPC64.
17018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17019         multiarch isnanf for PPC64.
17021         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17022         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17023         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17024         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17025         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17028         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17029         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17030         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17031         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17034         multiarch implementations.
17035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17036         (__libc_ifunc_impl_list): Likewise.
17037         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17038         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17039         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17040         multiarch stpcpy for PPC64.
17042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17043         multiarch implementations.
17044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17045         (__libc_ifunc_impl_list): Likewise.
17046         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17047         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17048         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17049         multiarch strcpy for PPC64.
17051         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17052         redefine function name.
17053         (_wordcopy_fwd_dest_aligned): Likewise.
17054         (_wordcopy_bwd_aligned): Likewise.
17055         (_wordcopy_bwd_dest_aligned): Likewise.
17056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17057         multiarch implementations.
17058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17059         (__libc_ifunc_impl_list): Likewise.
17060         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17061         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17062         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17063         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17064         multiarch wcscpy for PPC64.
17066         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17067         multiarch implementations.
17068         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17069         (__libc_ifunc_impl_list): Likewise.
17070         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17071         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17072         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17073         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17074         multiarch wcscpy for PPC64.
17076         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17077         multiarch implementations.
17078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17079         (__libc_ifunc_impl_list): Likewise.
17080         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17081         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17082         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17083         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17084         multiarch wcsrchr for PPC64.
17086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17087         multiarch implementations.
17088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17089         (__libc_ifunc_impl_list): Likewise.
17090         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17091         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17092         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17093         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17094         multiarch wcschr for PPC64.
17096         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17097         multiarch implementations.
17098         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17099         (__libc_ifunc_impl_list): Likewise.
17100         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17101         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17102         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17103         multiarch strchrnul for PPC64.
17105         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17106         implementations.
17107         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17108         (__libc_ifunc_impl_list): Likewise.
17109         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17110         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17111         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17112         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17113         strchr for PPC64.
17115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17116         implementations.
17117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17118         (__libc_ifunc_impl_list): Likewise.
17119         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17120         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17121         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17122         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17123         strncmp for PPC64.
17125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17126         multiarch implementations.
17127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17128         (__libc_ifunc_impl_list): Likewise.
17129         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17130         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17131         strncasecmp for PPC64.
17132         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17133         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17134         multiarch strncasecmp_l for PPC64.
17136         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17137         multiarch implementations.
17138         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17139         (__libc_ifunc_impl_list): Likewise.
17140         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17141         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17142         multiarch strcasecmp for PPC64.
17143         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17144         file.
17145         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17146         multiarch strcasecmp_l for PPC64.
17148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17149         implementations.
17150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17151         (__libc_ifunc_impl_list): Likewise.
17152         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17153         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17154         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17155         strnlen for PPC64.
17157         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17158         implementations.
17159         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17160         (__libc_ifunc_impl_list): Likewise.
17161         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17162         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17163         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17164         strlen for PPC64.
17166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17167         implementations.
17168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17169         (__libc_ifunc_impl_list): Likewise.
17170         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17171         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17172         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17173         rawmemrchr for PPC64.
17175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17176         implementation.
17177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17178         (__libc_ifunc_impl_list): Likewise.
17179         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17180         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17181         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17182         memrchr for PPC64.
17184         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17185         implementation.
17186         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17187         (__libc_ifunc_impl_list): Likewise.
17188         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17189         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17190         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17191         memchr for PPC64.
17193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17194         implementation.
17195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17196         (__libc_ifunc_impl_list): Likewise.
17197         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17198         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17199         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17200         mempcpy for PPC64.
17202         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17203         avoid cretion of __bzero symbol.
17204         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17205         Likewise.
17206         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17207         Likewise.
17208         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17209         Likewise.
17210         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17211         multiarch implementations.
17212         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17213         (__libc_ifunc_impl_list): Likewise.
17214         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17215         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17216         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17217         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17218         bzero for PPC32.
17219         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17220         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17221         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17222         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17223         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17224         memset for PPC64.
17225         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17227         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17228         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17229         implementations.
17230         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17231         (__libc_ifunc_impl_list): Likewise.
17232         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17233         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17234         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17235         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17236         memcmp for PPC64.
17238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17239         multiarch for POWER/PPC64.
17240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17241         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17242         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17243         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17244         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17245         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17246         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17247         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17248         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17249         memcpy for PPC64.
17251         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17252         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17253         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17254         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17255         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17256         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17257         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17258         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17259         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17260         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17261         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17262         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17263         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17264         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17265         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17274 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17276         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17278 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17280         * benchtests/Makefile (bench): Add exp2 and log2.
17281         (LDLIBS-bench-exp2): Add -lm.
17282         (LDLIBS-bench-log2): Likewise.
17283         * benchtests/exp2-inputs: New inputs file.
17284         * benchtests/log2-inputs: New inputs file.
17285         * benchtests/log-inputs: Add new inputs.
17286         * benchtests/tan-inputs: Likewise.
17288 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17290         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17291         definition...
17292         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17293         (csloww2): ... from here.
17295         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17296         instead of structures.
17297         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17298         (POLYNOMIAL): Likewise.
17299         (TAYLOR_SLOW): Likewise.
17300         (__sin): Likewise.
17301         (__cos): Likewise.
17302         (slow1): Likewise.
17303         (slow2): Likewise.
17304         (sloww): Likewise.
17305         (sloww1); Likewise.
17306         (sloww2): Likewise.
17307         (bsloww1): Likewise.
17308         (bsloww2): Likewise.
17309         (cslow2): Likewise.
17310         (csloww): Likewise.
17311         (csloww1): Likewise.
17312         (csloww2): Likewise.
17314 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17316         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17317         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17318         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17319         * malloc/hooks.c (realloc_check): Likewise.
17321         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17322         * malloc/arena.c: Remove PER_THREAD conditional.
17323         [!PER_THREAD]: Remove code.
17324         (ptmalloc_unlock_all2): Likewise.
17325         (ptmalloc_init): Likewise.
17326         (_int_new_arena): Likewise.
17327         (arena_get2): Likewise.
17328         * malloc/hooks.c (__malloc_get_state): Likewise.
17329         (__malloc_set_state): Likewise.
17330         * malloc/malloc.c: Likewise.
17331         (struct malloc_state): Likewise.
17332         (struct malloc_par): Likewise.
17333         (__libc_realloc): Likewise.
17334         (__libc_mallopt): Likewise.
17336 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17338         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17340 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17342         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17343         macro to a function.  Check for zero perturb_byte.
17344         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17346         * malloc/malloc.c: (force_reg): Remove.
17347         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17348         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17349         force_reg by atomic_forced_read.
17350         * malloc/arena.c (ptmalloc_init): Likewise.
17351         * malloc/hooks.c (top_check): Likewise.
17353 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17357 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17359         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17361 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17363         * math/auto-libm-test-in: Add tests of lgamma.
17364         * math/auto-libm-test-out: Regenerated.
17365         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17366         (M_LOG_2_SQRT_PIl): Likewise.
17367         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17368         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17369         mpfr_f_f1.
17370         (func_calc_desc): Add mpfr_f_f1 union field.
17371         (ARGS1): New macro.
17372         (ARGS2): Likewise.
17373         (ARGS3): Likewise.
17374         (ARGS4): Likewise.
17375         (RET1): Likewise.
17376         (RET2): Likewise.
17377         (CALC): Likewise.
17378         (FUNC): Likewise.
17379         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17380         (test_functions): Add lgamma.
17381         (calc_generic_results): Handle mpfr_f_f1.
17382         * sysdeps/i386/fpu/libm-test-ulps: Update.
17383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17385 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17387         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17388         __mpn_add_n for PowerPC64/POWER7.
17389         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17390         __mpn_sub_n for PowerPC64/POWER7.
17392         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17393         __mpn_addmul_1 for PowerPC64.
17394         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17395         __mpn_submul_1 for PowerPC64.
17396         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17397         for PowerPC64.
17398         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17399         for PowerPC64.
17401 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17403         [BZ #15089]
17404         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17406 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17408         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17410         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17411         add multiarch folders.
17412         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17413         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17414         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17415         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17416         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17417         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17418         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17419         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17420         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17421         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17422         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17431         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17433         New file.
17434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17435         New file.
17436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17437         multiarch __ieee754_hypot for PowerPC32.
17438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17439         New file.
17440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17441         New file.
17442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17443         multiarch __ieee754_hypotf for PowerPC32.
17445         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17446         long_double_symbol only if __logbl is defined.
17447         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17448         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17449         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17450         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17451         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17452         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17453         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17454         path for implementation.
17455         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17456         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17458         logb, and logbl multiarch implementations for PowerPC32.
17459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17460         file.
17461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17462         file.
17463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17464         multiarch logb for PowerPC32.
17465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17466         file.
17467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17468         file.
17469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17470         multiarch logbf for PowerPC32.
17471         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17473         file.
17474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17475         multiarch logbl implementation for PowerPC32.
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17478         and modff multiarch implementations.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17480         New file.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17482         New file.
17483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17484         multiarch modf for PowerPC32.
17485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17486         New file.
17487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17488         New file.
17489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17490         multiarch modff for PowerPC32.
17492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17493         and lrintf multiarch implementations.
17494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17495         New file.
17496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17497         New file.
17498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17499         multiarch lrint for PowerPC32.
17500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17501         file: multiarch lrintf for PowerPC32.
17503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17504         and lroundf multiarch implementations.
17505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17506         New file.
17507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17508         New file.
17509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17510         New file.
17511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17512         multiarch lround for PowerPC32.
17513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17514         file: multiarch lroundf for PowerPC32.
17516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17517         copysign and copysignf multiarch implementations.
17518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17519         New file.
17520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17521         New file.
17522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17523         file: multiarch copysign for PowerPC32.
17524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17525         file: multiarch copysignf for PowerPC32.
17527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17528         and truncf multiarch implementations.
17529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17530         New file.
17531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17532         file.
17533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17534         multiarch trunc for PowerPC32.
17535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17536         New file.
17537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17538         New file.
17539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17540         multiarch truncf for PowerPC32.
17542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17543         and roundf multiarch implementations.
17544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17545         New file.
17546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17547         file.
17548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17549         multiarch round for PowerPC32.
17550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17551         New file.
17552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17553         New file.
17554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17555         multiarch roundf for PowerPC32.
17557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17558         and floorf multiarch implementations.
17559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17560         New file.
17561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17562         file.
17563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17564         multiarch floor for PowerPC32.
17565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17566         New file.
17567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17568         New file.
17569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17570         multiarch floorf for PowerPC32.
17572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17573         and ceilf multiarch implementations.
17574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17575         New file.
17576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17577         file.
17578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17579         multiarch ceil for PowerPC32.
17580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17581         New file.
17582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17583         file.
17584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17585         multiarch ceilf for PowerPC32.
17587         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17588         is defined.
17589         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17590         FINITEF is defined.
17591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17592         and finitef multiarch implementations.
17593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17594         New file.
17595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17596         file.
17597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17598         multiarch finite for PowerPC32.
17599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17600         New file.
17601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17602         file: multiarch finitef for PowerPC32.
17604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17605         and isinff multiarch implementations.
17606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17607         file.
17608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17609         file.
17610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17611         multiarch isinf for PowerPC32.
17612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17613         New file.
17614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17615         multiarch isinff for PowerPC32.
17617         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17618         alias when __isnan is defined.
17619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17620         and isnanf multiarch implementations.
17621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17622         file.
17623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17624         file.
17625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17626         file.
17627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17628         file.
17629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17630         multiarch isnan for PowerPC32.
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17632         New file.
17633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17634         New file.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17636         multiarch isnanf for PowerPC32.
17638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17639         and sqrtf multiarch implementations.
17640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17641         file.
17642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17643         file.
17644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17645         multiarch sqrt for PowerPC32.
17646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17647         file.
17648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17649         file.
17650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17651         multiarch sqrtf for PowerPC32.
17653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17654         and llroundf multiarch implementations.
17655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17656         New file.
17657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17658         New file.
17659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17660         New file.
17661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17662         file: multiarch llround for PowerPC32.
17663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17664         file: multiarch llroundf for PowerPC32.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17667         multiarch PowerPC32 fpu implementations.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17669         New file.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17671         New file.
17672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17673         multiarch llrint for PowerPC32.
17674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17675         New file.
17676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17677         New file.
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17679         file.
17681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17683         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17684         file.
17685         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17686         file.
17687         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17688         file.
17689         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17690         multiarch wordcopy for PPC32.
17691         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17692         wordcopy objects.
17693         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17694         (__libc_ifunc_impl_list): Likewise.
17695         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17696         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17697         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17698         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17699         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17700         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17702         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17703         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17704         file.
17705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17706         file.
17707         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17708         file.
17709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17710         multiarch wcscpy for PPC32.
17711         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17712         multiarch objects.
17713         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17714         (__libc_ifunc_impl_list): Likewise.
17715         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17716         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17717         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17718         sysdeps/powerpc/power6/wcscpy.c.
17720         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17721         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17722         file.
17723         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17724         file.
17725         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17726         file.
17727         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17728         multiarch wcsrchr for PPC32.
17729         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17730         multiarch objects.
17731         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17732         (__libc_ifunc_impl_list): Likewise.
17733         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17734         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17735         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17736         sysdeps/powerpc/power6/wcsrchr.c.
17738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17739         file.
17740         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17741         file.
17742         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17743         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17744         multiarch wcschr for PPc32.
17745         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17746         multiarch objects.
17747         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17748         (__libc_ifunc_impl_list): Likewise.
17749         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17750         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17751         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17752         sysdeps/powerpc/power6/wcschr.c.
17754         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17755         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17756         file.
17757         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17758         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17759         file: multiarch strchr for PPC32.
17760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17761         multiarch objects.
17762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17763         (__libc_ifunc_impl_list): Likewise.
17765         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17766         name.
17767         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17768         file.
17769         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17770         file.
17771         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17772         multiarch strchrnul for PPC32.
17773         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17774         multiarch objects.
17775         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17776         (__libc_ifunc_impl_list): Likewise.
17778         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17779         file.
17780         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17781         multiarch strncasecmp for PPC32.
17782         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17783         file.
17784         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17785         multiarch strncasecmp_l for PPC32.
17786         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17787         strncasecmp multiarch objects.
17788         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17789         (__libc_ifunc_impl_list): Likewise.
17791         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17792         file.
17793         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17794         multiarch strncasecmp for PPC32.
17795         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17796         New file.
17797         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17798         multiarch strcasecmp_l for PPC32.
17799         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17800         multiarch objects.
17801         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17802         (__libc_ifunc_impl_list): Likewise.
17804         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17805         file.
17806         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17807         file.
17808         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17809         multiarch strncmp for PPC32.
17810         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17811         multiarch objects.
17812         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17813         (__libc_ifunc_impl_list): Likewise.
17815         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17816         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17817         file.
17818         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17819         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17821         multiarch objects.
17822         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17823         (__libc_ifunc_impl_list): Likewise.
17825         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17826         file.
17827         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17828         file.
17829         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17830         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17831         multiarch objects.
17832         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17833         (__libc_ifunc_impl_list): Likewise.
17835         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17836         file.
17837         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17838         file.
17839         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17840         multiarch rawmemchr for PPC32.
17841         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17842         multiarch objects.
17843         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17844         (__libc_ifunc_impl_list): Likewise.
17846         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17847         file.
17848         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17849         file.
17850         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17851         file: memrchr multiarch for PPC32.
17852         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17853         multiarch objects.
17854         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17855         (__libc_ifunc_impl_list): Likewise.
17857         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17858         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17859         file.
17860         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17861         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17862         multiarch memchr for PPC32.
17863         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17864         multiarch objects.
17865         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17866         (__libc_ifunc_impl_list): Likewise.
17868         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17869         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17870         file.
17871         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17872         file.
17873         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17874         file: multiarch mempcpy for PPC32.
17875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17876         multiarch objects.
17877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17878         (__libc_ifunc_impl_list): Likewise.
17880         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17881         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17882         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17883         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17884         multiarch bzero for PPC32.
17885         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17886         file.
17887         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17888         file.
17889         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17890         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17891         file: multiarch memset for PPC32.
17892         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17893         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17894         memset multiarch objects.
17895         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17896         (__libc_ifunc_impl_list): Likewise.
17898         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17899         file.
17900         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17901         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17902         memcmp for PPC32.
17903         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17905         multiarch objects.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17907         (__libc_ifunc_impl_list): Likewise.
17909         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17911         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17912         file.
17913         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17916         file.
17917         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17918         multiarch memcpy for PPC32.
17919         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17920         multiarch objects.
17921         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17922         (__libc_ifunc_impl_list): Likewise.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17925         support multiarch for POWER/PPC32.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17927         Likewise.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17930         Implies file to make multiarch folder appers before the fpu and
17931         default folder for power4 configuration.
17933 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17935         * scripts/bench.pl: Append volatile keyword to type.
17937 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17939         * sysdeps/sh/sotruss-lib.c: New file.
17940         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17942 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17946 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17948         [BZ #6810]
17949         * math/w_tgamma.c: Include <errno.h>.
17950         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17951         * math/w_tgammaf.c: Include <errno.h>.
17952         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17953         * math/w_tgammal.c: Include <errno.h>.
17954         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17955         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17956         underflow.  Add more tgamma tests.
17957         * math/auto-libm-test-out: Regenerated.
17958         * sysdeps/i386/fpu/libm-test-ulps: Update.
17959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17961         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17962         sin, sinh, tan, tanh, tgamma, y0 and y1.
17963         * math/auto-libm-test-out: Regenerated.
17964         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17965         (TEST_COND_x86): Likewise.
17966         (M_E2l): Remove macro.
17967         (M_E3l): Likewise.
17968         (M_2_SQRT_PIl): Likewise.
17969         (M_SQRT_PIl): Likewise.
17970         (M_1_DIV_El): Likewise.
17971         (log_test_data): Use AUTO_TESTS_f_f.
17972         (log10_test_data): Likewise.
17973         (log1p_test_data): Likewise.
17974         (log2_test_data): Likewise.
17975         (sin_test_data): Likewise.
17976         (sin_tonearest_test_data): Likewise.
17977         (sin_towardzero_test_data): Likewise.
17978         (sin_downward_test_data): Likewise.
17979         (sin_upward_test_data): Likewise.
17980         (sinh_test_data): Likewise.
17981         (sinh_tonearest_test_data): Likewise.
17982         (sinh_towardzero_test_data): Likewise.
17983         (sinh_downward_test_data): Likewise.
17984         (sinh_upward_test_data): Likewise.
17985         (tan_test_data): Likewise.
17986         (tan_tonearest_test_data): Likewise.
17987         (tan_towardzero_test_data): Likewise.
17988         (tan_downward_test_data): Likewise.
17989         (tan_upward_test_data): Likewise.
17990         (tanh_test_data): Likewise.
17991         (tgamma_test_data): Likewise.
17992         (y0_test_data): Likewise.
17993         (y1_test_data): Likewise.
17994         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17995         (special_real_inputs): Add pi/4.
17996         * sysdeps/i386/fpu/libm-test-ulps: Update.
17997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17999 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18001         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18002         "longjmp_target" static probes.
18003         (__longjmp): Rename to __longjmp_symbol.
18004         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18005         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18006         on which longjmp to generate.
18007         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18008         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18009         probe.
18010         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18011         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18012         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18013         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18014         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18015         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18017         __longjmp_symbol based on which __longjmp to generate.
18018         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18019         probe.
18020         (setjmp): Rename to setjmp_symbol.
18021         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18022         (_setjmp): Rename to _setjmp_symbol.
18023         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18024         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18025         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18026         which setjmp to generate.
18027         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18028         "longjmp_target" static probes.
18030 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18032         * benchtests/README: Add note about output arguments.
18033         * benchtests/bench-sincos.c: Remove file.
18034         * benchtests/sincos-inputs: New file.
18035         * scripts/bench.pl: Identify output arguments and define
18036         static variables for them.
18038         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18040         [BZ #15941]
18041         * Makefile (INSTALL): Add install-plain.texi as the primary
18042         dependency.
18043         * manual/install-plain.texi: New file.
18044         * manual/install.texi: Include node directive only for
18045         non-plaintext output.
18047 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18049         * stdlib/longlong.h: Update from GCC.
18051         [BZ #6807]
18052         [BZ #15901]
18053         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18054         * math/w_j0f.c (y0f): Likewise.
18055         * math/w_j0l.c (__y0l): Likewise.
18056         * math/w_j1.c (y1): Likewise.
18057         * math/w_j1f.c (y1f): Likewise.
18058         * math/w_j1l.c (__y1l): Likewise
18059         * math/w_jn.c (yn): Likewise.
18060         * math/w_jnf.c (ynf): Likewise.
18061         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18062         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18063         value for Bessel function domain errors outside _SVID_ mode.
18064         Adjust sign of return value for yn (negative integer, 0).
18065         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18066         by zero in return for negative x and set sign appropriately for
18067         negative n.
18068         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18069         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18070         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18071         expectations in error cases.
18072         (y1_test_data): Likewise.
18073         (yn_test_data): Likewise.
18074         * sysdeps/i386/fpu/libm-test-ulps: Update.
18075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18077 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18079         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18080         "64" to "64-v1".  Add "64-v2".
18081         (abi-64-options): Rename to ...
18082         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18083         (abi-64-condition): Rename to ...
18084         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18085         (abi-64-ld-soname): Rename to ...
18086         (abi-64-v1-ld-soname): ... this.
18087         (abi-64-v2-options): Define.
18088         (abi-64-v2-condition): Likewise.
18089         (abi-64-v2-ld-soname): Likewise.
18090         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18091         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18096 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18097             Alan Modra  <amodra@gmail.com>
18099         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18100         New versions for use with the ELFv2 ABI.
18101         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18102         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18103         declaration.
18104         (struct La_ppc64v2_retval): Likewise.
18105         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18106         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18107         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18108         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18109         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18110         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18111         Do not save or restore CR.
18112         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18113         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18114         return values for ELFv2 ABI.  Fix location of FPR return registers.
18115         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18116         updated values for _CALL_ELF == 2.
18117         (La_regs, La_retval, int_retval): Likewise.
18119 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18121         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18122         (FRAME_MIN_SIZE_PARM): Likewise.
18123         (FRAME_BACKCHAIN): Likewise.
18124         (FRAME_CR_SAVE): Likewise.
18125         (FRAME_LR_SAVE): Likewise.
18126         (FRAME_TOC_SAVE): Likewise.
18127         (FRAME_PARM_SAVE): Likewise.
18128         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18129         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18130         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18131         (call_mcount_parm_offset): New macro.
18132         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18133         (PROF): Use symbolic stack frame offsets.
18134         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18135         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18136         Redefine in terms of FRAME_MIN_SIZE.
18137         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18138         (_dl_profile_resolve): Likewise.  Update comment.
18139         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18140         symbols stack frame offsets.
18141         (__sigsetjmp): Likewise.
18142         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18143         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18144         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18145         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18148         (FRAME_BACKCHAIN): Remove.
18149         (FRAME_CR_SAVE): Likewise.
18150         (FRAME_LR_SAVE): Likewise.
18151         (FRAME_COMPILER_DW): Likewise.
18152         (FRAME_LINKER_DW): Likewise.
18153         (FRAME_TOC_SAVE): Likewise.
18154         (FRAME_PARM_SAVE): Likewise.
18155         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18156         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18157         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18159         (CHECK_SP): Use symbolic stack frame offsets.
18160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18161         zone" instead of caller's parameter save area for temp storage.
18162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18163         Likewise.  Also, use symbolic stack frame offsets.
18164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18165         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18166         our own stack frame instead of the caller's.
18167         (__socket): Use symbolic stack frame offsets.
18169 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18170             Alan Modra  <amodra@gmail.com>
18172         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18173         Define.
18174         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18175         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18176         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18177         New function.
18178         (elf_machine_fixup_plt): Call it.
18179         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18180         reloc arguments.
18181         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18182         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18183         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18184         r2 before calling target.
18186 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18187             Alan Modra  <amodra@gmail.com>
18189         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18190         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18191         versions of macros to support ELFv2 ABI.
18192         (LOCALENTRY): New macro.
18193         (ENTRY, EALIGN): Use it.
18194         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18195         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18196         fall through into ENTRY entry point.
18197         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18198         Only define if _CALL_ELF != 2.
18200         (elf_machine_matches_host): Verify ABI version matches.
18201         (RTLD_START): Use LOCALENTRY.
18202         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18203         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18204         (PLT_ENTRY_WORDS): New macro.
18205         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18206         (elf_machine_runtime_setup): Support ELFv2 ABI.
18207         (elf_machine_fixup_plt): Likewise.
18208         (elf_machine_plt_conflict): Likewise.
18209         (resolve_ifunc): Likewise.
18210         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18211         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18212         Likewise.
18213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18214         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18216         (makecontext): Support ELFv2 ABI.
18217         * elf/elf.h (EF_PPC64_ABI): Define.
18219 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18221         * sysdeps/powerpc/powerpc64/sysdep.h
18222         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18223         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18224         (ENTRY) [ASSEMBLER]: ... but instead here ...
18225         (EALIGN) [ASSEMBLER]: ... and here.
18226         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18227         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18228         (ENTRY_2) [!ASSEMBLER]: Use it.
18229         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18230         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18231         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18232         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18233         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18235         Use PPC64_LOAD_FUNCPTR.
18237         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18239 2013-12-04  Alan Modra  <amodra@gmail.com>
18241         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18242         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18243         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18244         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18246         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18247         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18248         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18249         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18250         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18251         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18253 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18256         (__makecontext): Fix incorrect CFI when backtracing out of
18257         context created via makecontext.
18258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18259         (__setcontext): Fix incorrect CFI during switch to new context.
18260         (__novec_setcontext): Likewise.
18262 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18264         [BZ #4772]
18265         * time/strptime_l.c (__strptime_internal): Allow modifiers
18266         in strptime.
18267         * time/tst-strptime.c (day_tests): Add testcase.
18269 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18271         * scripts/bench.pl: Skip over blank lines.
18273 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18275         [BZ #926]
18276         * manual/time.texi (Calendar Time): Clarify what timezone functions
18277         use.
18279 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18281         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18283 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18285         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18286         implementation.
18287         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18288         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18289         * debug/memset_chk.c (__memset_chk): Likewise.
18290         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18291         * debug/strncpy_chk.c: Likewise.
18293 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18295         [BZ #15268]
18296         [BZ #15425]
18297         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18298         (__ieee754_exp): For possibly underflowing results, check size of
18299         result and force underflow exception if required.
18300         * math/auto-libm-test-in: Add more tests of exp.
18301         * math/auto-libm-test-out: Regenerated.
18302         * sysdeps/i386/fpu/libm-test-ulps: Update.
18303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18305         [BZ #16283]
18306         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18307         * math/w_exp2f.c (__exp2f): Likewise.
18308         * math/w_exp2l.c (__exp2l): Likewise.
18309         * math/auto-libm-test-in: Do not allow missing errno on exp2
18310         underflow.
18311         * math/auto-libm-test-out: Regenerated.
18313 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18315         [BZ #16274]
18316         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18317         handle filename validation.
18318         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18319         (do_open): Delete.
18321 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18323         [BZ #6786]
18324         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18325         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18326         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18327         <float.h>.
18328         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18329         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18330         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18331         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18332         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18333         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18334         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18335         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18336         Add more erfc tests.
18337         * math/auto-libm-test-out: Regenerated.
18338         * sysdeps/i386/fpu/libm-test-ulps: Update.
18339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18341         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18342         exp2, expm1, j0 and j1.
18343         * math/auto-libm-test-out: Regenerated.
18344         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18345         (erfc_test_data): Likewise.
18346         (exp_test_data): Likewise.
18347         (exp_tonearest_test_data): Likewise.
18348         (exp_towardzero_test_data): Likewise.
18349         (exp_downward_test_data): Likewise.
18350         (exp_upward_test_data): Likewise.
18351         (exp10_test_data): Likewise.
18352         (exp2_test_data): Likewise.
18353         (expm1_test_data): Likewise.
18354         (j0_test_data): Likewise.
18355         (j1_test_data): Likewise.
18356         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18357         (input_flag_type): Add flag_xfail_rounding.
18358         (input_flags): Add xfail-rounding.
18359         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18360         (output_for_one_input_case): Handle flag_xfail_rounding.
18361         * sysdeps/i386/fpu/libm-test-ulps: Update.
18362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18364 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18366         [BZ #16289]
18367         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18368         division by 0.
18370 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18372         [BZ #16195]
18373         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18374         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18375         (STAP_PROBE0): New macro.
18376         (STAP_PROBE1): Likewise.
18377         (STAP_PROBE2): Likewise.
18378         (STAP_PROBE3): Likewise.
18379         (STAP_PROBE4): Likewise.
18381 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18383         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18385 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18387         * benchtests/Makefile (bench): Add sqrt.
18388         (LDLIBS-bench-sqrt): New.
18389         * benchtests/sqrt-input: New.
18391 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18393         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18394         (GAIH_EAI): Likewise.
18395         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18396         (gaih_inet): Likewise.
18397         (getaddrinfo): Don't use GAIH_EAI.
18399         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18400         (struct gaih): Remove definition.
18402 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18404         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18405         Use HERRNOP directly.
18407 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18411 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18413         * math/gen-auto-libm-tests.c (test_functions): Add more
18414         single-argument functions.
18415         (special_fill_pi_2): New function.
18416         (special_fill_minus_pi_2): Likewise.
18417         (special_fill_pi_6): Likewise.
18418         (special_fill_minus_pi_6): Likewise.
18419         (special_fill_pi_3): Likewise.
18420         (special_fill_2pi_3): Likewise.
18421         (special_fill_e): Likewise.
18422         (special_fill_1_e): Likewise.
18423         (special_fill_e_minus_1): Likewise.
18424         (special_real_inputs): Add more special inputs.
18425         (output_for_one_input_case): Do not require ERANGE on underflow to
18426         zero if round-to-nearest result does not underflow to zero, unless
18427         exact results required.
18428         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18429         atan, atanh, cbrt, cos and cosh.
18430         * math/auto-libm-test-out: Regenerated.
18431         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18432         (acos_tonearest_test_data): Likewise.
18433         (acos_towardzero_test_data): Likewise.
18434         (acos_downward_test_data): Likewise.
18435         (acos_upward_test_data): Likewise.
18436         (acosh_test_data): Likewise.
18437         (asin_test_data): Likewise.
18438         (asin_tonearest_test_data): Likewise.
18439         (asin_towardzero_test_data): Likewise.
18440         (asin_upward_test_data): Likewise.
18441         (asinh_test_data): Likewise.
18442         (atan_test_data): Likewise.
18443         (atanh_test_data): Likewise.
18444         (cbrt_test_data): Likewise.
18445         (cos_test_data): Likewise.
18446         (cos_tonearest_test_data): Likewise.
18447         (cos_towardzero_test_data): Likewise.
18448         (cos_downward_test_data): Likewise.
18449         (cos_upward_test_data): Likewise.
18450         (cosh_test_data): Likewise.
18451         (cosh_tonearest_test_data): Likewise.
18452         (cosh_towardzero_test_data): Likewise.
18453         (cosh_downward_test_data): Likewise.
18454         (cosh_upward_test_data): Likewise.
18455         * sysdeps/i386/fpu/libm-test-ulps: Update.
18456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18458 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18460         [BZ #6787]
18461         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18462         * math/w_exp10f.c (__exp10f): Likewise.
18463         * math/w_exp10l.c (__exp10l): Likewise.
18464         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18465         errno settings in existing tests.
18467         [BZ #14032]
18468         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18469         precision control set to double precision.
18470         * sysdeps/i386/fpu/w_sqrt.c: New file.
18471         * math/auto-libm-test-in: Add more tests.
18472         * math/auto-libm-test-out: Update.
18474         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18475         (sqrt_test_tonearest): New function.
18476         (sqrt_towardzero_test_data): New variable.
18477         (sqrt_test_towardzero): New function.
18478         (sqrt_downward_test_data): New variable.
18479         (sqrt_test_downward): New function.
18480         (sqrt_upward_test_data): New variable.
18481         (sqrt_test_upward): New function.
18482         (main): Call the new functions.
18484         * math/gen-auto-libm-tests.c: New file.
18485         * math/auto-libm-test-in: Likewise.
18486         * math/auto-libm-test-out: New generated file.
18487         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18488         variables.
18489         (%beautify): Add generated representations of zero.
18490         (top level): Set $auto_input and call parse_auto_input.
18491         (beautify): Remove trailing "f" from hex float constants.
18492         (parse_args): Handle XFAIL_TEST.
18493         (convert_condition): New function.
18494         (or_value): Likewise.
18495         (or_cond_value): Likewise.
18496         (generate_testfile): Handle AUTO_TESTS_* lines.
18497         (parse_auto_input): New function.
18498         * math/libm-test.inc (XFAIL_TEST): New macro.
18499         (ERRNO_UNCHANGED): Update value.
18500         (ERRNO_EDOM): Likewise.
18501         (ERRNO_ERANGE): Likewise.
18502         (IGNORE_RESULT): Likewise.
18503         (TEST_COND_flt_32): New macro.
18504         (TEST_COND_dbl_64): Likewise.
18505         (TEST_COND_ldbl_96_intel): Likewise.
18506         (TEST_COND_ldbl_96_m68k): Likewise.
18507         (TEST_COND_ldbl_128): Likewise.
18508         (TEST_COND_ldbl_128ibm): Likewise.
18509         (TEST_COND_long32): Likewise.
18510         (TEST_COND_long64): Likewise.
18511         (TEST_COND_before_rounding): Likewise.
18512         (TEST_COND_after_rounding): Likewise.
18513         (enable_test): Handle XFAIL_TEST flag.
18514         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18515         with finite results.
18516         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18517         auto-libm-test-out.
18519 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18520             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18522         [BZ #16214]
18523         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18524         __tls_get_addr_internal instead of __tls_get_offset in order to
18525         avoid GOT pointer dependency.  Make rtld export
18526         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18527         __tls_get_addr since we are a __tls_get_offset platform.
18528         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18529         GOT pointer being set up before.
18530         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18532 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18534         * manual/math.texi (Errors in Math Functions): Document accuracy
18535         goals.
18537         [BZ #15004]
18538         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18539         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18540         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18541         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18542         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18543         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18544         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18545         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18546         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18547         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18548         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18549         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18550         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18551         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18552         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18553         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18555         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18556         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18557         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18558         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18559         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18560         Likewise.
18561         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18562         Likewise.
18563         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18564         Likewise.
18565         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18566         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18567         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18568         atomic-feupdateenv and flt-rounds.
18569         * sysdeps/powerpc/nofpu/Versions (libc): Add
18570         __atomic_feholdexcept, __atomic_feclearexcept,
18571         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18572         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18573         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18574         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18575         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18576         here.
18577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18578         Update.
18580         * manual/arith.texi (FP Exceptions): Document that exceptions may
18581         not be raised when matherr is used.
18582         (Math Error Reporting): Document overflow in directed rounding
18583         modes.  Document that errno may not be set when finite values are
18584         returned on overflow.  Document intent to set errno on underflow
18585         only for underflow to zero.
18587         [BZ #16271]
18588         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18589         round-to-nearest then adjust result for other rounding modes.
18590         * include/fenv.h (fegetround): Use libm_hidden_proto.
18591         * math/fegetround.c (fegetround): Use libm_hidden_def.
18592         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18593         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18594         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18595         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18596         Likewise.
18597         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18598         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18599         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18600         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18602 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18604         [BZ #16077]
18605         * nss/Versions (libnss_files): Add
18606         _nss_files_gethostbyname3_r.
18607         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18608         New function.
18609         (HOST_DB_LOOKUP): Remove macro.
18610         (_nss_files_gethostbyname_r): Implement function without the
18611         HOST_DB_LOOKUP macro.
18612         (_nss_files_gethostbyname2_r): Likewise.
18614 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18616         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18618 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18620         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18621         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18622         warning.
18624 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18626         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18627         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18628         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18629         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18630         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18631         __fe_nomask_env_priv and attribute_hidden.
18632         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18633         (libc_feupdateenv_test_ppc): Likewise.
18634         (libc_feresetround_ppc): Likewise.
18635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18636         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18637         compat_symbol macro.
18638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18639         (__fe_nomask_env): Likewise.
18640         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18642 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18644         * string/Makefile: Remove ifunc tests.
18645         * string/test-string.h: Define TEST_IFUNC.
18646         * string/test-bcopy-ifunc.c: Remove.
18647         * string/test-bzero-ifunc.c: Likewise.
18648         * string/test-memccpy-ifunc.c: Likewise.
18649         * string/test-memchr-ifunc.c: Likewise.
18650         * string/test-memcmp-ifunc.c: Likewise.
18651         * string/test-memcpy-ifunc.c: Likewise.
18652         * string/test-memmem-ifunc.c: Likewise.
18653         * string/test-memmove-ifunc.c: Likewise.
18654         * string/test-mempcpy-ifunc.c: Likewise.
18655         * string/test-memrchr-ifunc.c: Likewise.
18656         * string/test-memset-ifunc.c: Likewise.
18657         * string/test-rawmemchr-ifunc.c: Likewise.
18658         * string/test-stpcpy-ifunc.c: Likewise.
18659         * string/test-stpncpy-ifunc.c: Likewise.
18660         * string/test-strcasecmp-ifunc.c: Likewise.
18661         * string/test-strcasestr-ifunc.c: Likewise.
18662         * string/test-strcat-ifunc.c: Likewise.
18663         * string/test-strchr-ifunc.c: Likewise.
18664         * string/test-strchrnul-ifunc.c: Likewise.
18665         * string/test-strcmp-ifunc.c: Likewise.
18666         * string/test-strcpy-ifunc.c: Likewise.
18667         * string/test-strcspn-ifunc.c: Likewise.
18668         * string/test-strlen-ifunc.c: Likewise.
18669         * string/test-strncasecmp-ifunc.c: Likewise.
18670         * string/test-strncat-ifunc.c: Likewise.
18671         * string/test-strncmp-ifunc.c: Likewise.
18672         * string/test-strncpy-ifunc.c: Likewise.
18673         * string/test-strnlen-ifunc.c: Likewise.
18674         * string/test-strpbrk-ifunc.c: Likewise.
18675         * string/test-strrchr-ifunc.c: Likewise.
18676         * string/test-strspn-ifunc.c: Likewise.
18677         * string/test-strstr-ifunc.c: Likewise.
18679 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18681         * benchtests/Makefile: Remove ifunc tests.
18682         * benchtests/bench-string.h: Define TEST_IFUNC.
18683         * benchtests/bench-bcopy-ifunc.c: Remove.
18684         * benchtests/bench-bzero-ifunc.c: Likewise.
18685         * benchtests/bench-memccpy-ifunc.c: Likewise.
18686         * benchtests/bench-memchr-ifunc.c: Likewise.
18687         * benchtests/bench-memcmp-ifunc.c: Likewise.
18688         * benchtests/bench-memcpy-ifunc.c: Likewise.
18689         * benchtests/bench-memmem-ifunc.c: Likewise.
18690         * benchtests/bench-memmove-ifunc.c: Likewise.
18691         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18692         * benchtests/bench-memrchr-ifunc.c: Likewise.
18693         * benchtests/bench-memset-ifunc.c: Likewise.
18694         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18695         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18696         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18697         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18698         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18699         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18700         * benchtests/bench-strcat-ifunc.c: Likewise.
18701         * benchtests/bench-strchr-ifunc.c: Likewise.
18702         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18703         * benchtests/bench-strcmp-ifunc.c: Likewise.
18704         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18705         * benchtests/bench-strcpy-ifunc.c: Likewise.
18706         * benchtests/bench-strcspn-ifunc.c: Likewise.
18707         * benchtests/bench-strlen-ifunc.c: Likewise.
18708         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18709         * benchtests/bench-strncat-ifunc.c: Likewise.
18710         * benchtests/bench-strncmp-ifunc.c: Likewise.
18711         * benchtests/bench-strncpy-ifunc.c: Likewise.
18712         * benchtests/bench-strnlen-ifunc.c: Likewise.
18713         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18714         * benchtests/bench-strrchr-ifunc.c: Likewise.
18715         * benchtests/bench-strsep-ifunc.c: Likewise.
18716         * benchtests/bench-strspn-ifunc.c: Likewise.
18717         * benchtests/bench-strstr-ifunc.c: Likewise.
18719 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18721         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18723 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18725         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18726         * rt/aio.h: Likewise.
18727         * sysdeps/gnu/bits/utmp.h: Likewise.
18728         * sysdeps/gnu/bits/utmpx.h: Likewise.
18729         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18730         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18731         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18732         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18733         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18734         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18735         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18736         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18737         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18738         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18739         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18740         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18741         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18743         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18744         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18745         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18746         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18747         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18748         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18749         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18750         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18751         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18752         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18753         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18754         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18755         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18756         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18757         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18758         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18759         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18760         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18761         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18762         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18763         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18764         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18765         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18766         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18767         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18768         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18769         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18770         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18772 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18774         [BZ #16245]
18775         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18776         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18778 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18780         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18781         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18782         Likewise.
18784 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18786         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18787         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18788         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18789         (__fesetround): Remove define.
18790         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18791         rounding and exceptions handling.
18792         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18793         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18794         (__fe_nomask_env): Likewise.
18795         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18796         __fegetround instead of fegetround.
18797         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18798         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18800 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18802         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18803         it's there.
18805         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18807 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18809         [BZ #11157]
18810         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18811         (encrypt_r): Likewise.
18812         * malloc/obstack.h (obstack_free): Likewise.
18813         * posix/unistd.h (encrypt): Likewise.
18815 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18817         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18818         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18819         DL_CALL_DT_FINI() that call the functions directly.
18820         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18821         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18822         * elf/dl-fini.c: Likewise.
18824 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18826         * malloc/hooks.c (memalign_check): Add alignment rounding.
18827         * malloc/malloc.c (_mid_memalign): New function.
18828         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18829         Implement by calling _mid_memalign.
18830         * manual/probes.texi (Memory Allocation Probes): Remove
18831         memory_valloc_retry and memory_pvalloc_retry.
18833 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18835         * locale/programs/locarchive.c (open_archive): Add const
18836         qualifier to ARCHIVEFNAME and copy default fname to
18837         DEFAULT_FNAME.
18839         [BZ #15601]
18840         * libio/tst-widetext.input: Rename Oriya to Odia.
18841         * locale/iso-639.def: Likewise.
18843         * manual/probes.texi (Mathematical Function Probes): Add
18844         documentation for sin, cos, asin and acos probes.
18845         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18846         (__sin32): Add slowasin probe.
18847         (__cos32): Add slowacos probe.
18848         (__mpsin): Add slowsin probe.
18849         (__mpcos): Add slowcos probe.
18851 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18853         [BZ #15483]
18854         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18855         thread-local __sim_exceptions_thread and global
18856         __sim_exceptions_global.
18857         (__sim_disabled_exceptions): Change to thread-local
18858         __sim_disabled_exceptions_thread and global
18859         __sim_disabled_exceptions_global.
18860         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18861         and global __sim_round_mode_global.
18862         (__simulate_exceptions): Use thread-local floating-point state and
18863         set global state from it as needed.
18864         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18865         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18866         __sim_round_mode_thread.
18867         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18868         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18869         and global __sim_exceptions_global.
18870         (__sim_disabled_exceptions): Change to thread-local
18871         __sim_disabled_exceptions_thread and global
18872         __sim_disabled_exceptions_global.
18873         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18874         and global __sim_round_mode_global.
18875         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18876         (SIM_SET_GLOBAL): Likewise.
18877         * sysdeps/powerpc/soft-fp/sfp-machine.h
18878         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18879         __sim_round_mode_thread.
18880         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18881         __sim_disabled_exceptions_thread.
18882         (__sim_exceptions): Change to __sim_exceptions_thread.
18883         (__sim_disabled_exceptions): Change to
18884         __sim_disabled_exceptions_thread.
18885         (__sim_round_mode): Change to __sim_round_mode_thread.
18886         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18887         thread-local floating-point state and set global state from it as
18888         needed.
18889         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18890         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18891         (__sim_disabled_exceptions): Remove extern declaration.
18892         (feenableexcept): Use thread-local floating-point state and set
18893         global state from it as needed.
18894         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18895         extern declaration.
18896         (__sim_disabled_exceptions): Likewise.
18897         (__sim_round_mode): Likewise.
18898         (__fegetenv): Use thread-local floating-point state.
18899         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18900         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18901         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18902         floating-point state and set global state from it as needed.
18903         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18904         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18905         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18906         Likewise.
18907         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18908         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18909         Likewise.
18910         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18911         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18912         Use __sim_round_mode_thread.
18913         * math/test-fenv-tls.c: New file.
18914         * math/Makefile (tests): Add test-fenv-tls.
18915         ($(objpfx)test-fenv-tls): Depend on
18916         $(common-objpfx)nptl/libpthread.so.
18918 2013-11-19  Andreas Schwab  <schwab@suse.de>
18920         * locale/programs/locale.c (show_info): Decode wordarray elements.
18921         * locale/categories.def (LC_MONETARY): Add element for
18922         _NL_MONETARY_CRNCYSTR.
18923         * locale/C-monetary.c (conversion_rate): New variable.
18924         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18925         element.
18927 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18929         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18930         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18932 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18934         * elf/Makefile (tst-auxv): New test.
18935         * elf/tst-auxv.c: New
18936         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18938 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18940         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18941         (hidden_proto): Caller changed.
18942         (hidden_tls_proto): New macro.
18943         (libc_hidden_tls_proto): Likewise.
18944         (rtld_hidden_tls_proto): Likewise.
18945         (libm_hidden_tls_proto): Likewise.
18946         (libresolv_hidden_tls_proto): Likewise.
18947         (librt_hidden_tls_proto): Likewise.
18948         (libdl_hidden_tls_proto): Likewise.
18949         (libnss_files_hidden_tls_proto): Likewise.
18950         (libnsl_hidden_tls_proto): Likewise.
18951         (libnss_nisplus_hidden_tls_proto): Likewise.
18952         (libutil_hidden_tls_proto): Likewise.
18954 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18956         [BZ #10253]
18957         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18958         (decompose_rpath): Defer expansion to fillin_rpath.
18959         (_dl_init_paths): Pass linkmap to fillin_rpath.
18961 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18963         * benchtests/Makefile: Add strsep.
18964         * benchtests/bench-strsep.c: New file: strsep benchtest.
18965         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18967 2013-11-18  Andreas Schwab  <schwab@suse.de>
18969         * locale/programs/locale.c (show_info) [case byte]: Check for
18970         '\377' instead of '\177'.
18971         * locale/C-monetary.c (not_available): Always use "\377".
18972         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18973         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18974         detect unavailable sign_posn locale elements.
18975         * locale/localeconv.c (__localeconv): For grouping and
18976         mon_grouping handle "\177" and "\377" like no grouping.
18977         (INT_ELEM): New macro.  Use it to set all numeric members.
18978         * locale/programs/ld-monetary.c (monetary_read)
18979         <tok_mon_grouping>: Normalize single -1 to the empty string.
18980         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18981         Likewise.
18983 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18985         [BZ #16055]
18986         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18987         when we match (nil).
18988         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18990 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18992         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18993         (NO_TEST_INLINE): Update value.
18994         (ERRNO_UNCHANGED): Likewise.
18995         (ERRNO_EDOM): Likewise.
18996         (ERRNO_ERANGE): Likewise.
18997         (IGNORE_RESULT): Likewise.
18998         (check_float_internal): Check signs of NaN results if
18999         TEST_NAN_SIGN used.
19000         (check_complex): Pass TEST_NAN_SIGN flag through to second
19001         check_float_internal call.
19002         (copysign_test_data): Add tests with quiet NaNs as second
19003         argument.  Use TEST_NAN_SIGN.
19004         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19005         TEST_NAN_SIGN.
19006         (signbit_test_data): Add tests of quiet NaN argument.
19007         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19009         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19010         $ignore_result.
19011         (parse_args): Handle function results specified as IGNORE.
19012         * math/libm-test.inc (IGNORE_RESULT): New macro.
19013         (check_float_internal): Do not check numerical result if flag
19014         IGNORE_RESULT set.
19015         (check_complex): Pass through IGNORE_RESULT to second
19016         check_float_internal call.
19017         (check_int): Do not check numerical result if flag IGNORE_RESULT
19018         set.
19019         (check_long): Likewise.
19020         (check_bool): Likewise.
19021         (check_longlong): Likewise.
19022         (lrint_test_data): Add tests of infinite and NaN arguments.
19023         (lrint_tonearest_test_data): Likewise.
19024         (lrint_towardzero_test_data): Likewise.
19025         (lrint_downward_test_data): Likewise.
19026         (lrint_upward_test_data): Likewise.
19027         (llrint_test_data): Likewise.
19028         (llrint_tonearest_test_data): Likewise.
19029         (llrint_towardzero_test_data): Likewise.
19030         (llrint_downward_test_data): Likewise.
19031         (llrint_upward_test_data): Likewise.
19032         (lround_test_data): Likewise.
19033         (llround_test_data): Likewise.
19035         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19036         (ERRNO_UNCHANGED): Update value.
19037         (ERRNO_EDOM): Likewise.
19038         (ERRNO_ERANGE): Likewise.
19039         (NO_TEST_INLINE_FLOAT): New macro.
19040         (NO_TEST_INLINE_DOUBLE): Likewise.
19041         (enable_test): New function.
19042         (RUN_TEST_f_f): Check enable_test before running test.
19043         (RUN_TEST_2_f): Likewise.
19044         (RUN_TEST_fff_f): Likewise.
19045         (RUN_TEST_c_f): Likewise.
19046         (RUN_TEST_f_f1): Likewise.
19047         (RUN_TEST_fF_f1): Likewise.
19048         (RUN_TEST_fI_f1): Likewise.
19049         (RUN_TEST_ffI_f1): Likewise.
19050         (RUN_TEST_c_c): Likewise.
19051         (RUN_TEST_cc_c): Likewise.
19052         (RUN_TEST_f_i): Likewise.
19053         (RUN_TEST_f_i_tg): Likewise.
19054         (RUN_TEST_ff_i_tg): Likewise.
19055         (RUN_TEST_f_b): Likewise.
19056         (RUN_TEST_f_b_tg): Likewise.
19057         (RUN_TEST_f_l): Likewise.
19058         (RUN_TEST_f_L): Likewise.
19059         (RUN_TEST_fFF_11): Likewise.
19060         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19061         conditionals.
19062         (cosh_test_data): Likewise.
19063         (exp_test_data): Likewise.
19064         (expm1_test_data): Likewise.
19065         (hypot_test_data): Likewise.
19066         (pow_test_data): Likewise.
19067         (sinh_test_data): Likewise.
19068         (tanh_test_data): Likewise.
19069         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19070         flags argument.
19072         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19073         tests with quiet NaN input and output.
19074         (acosh_test_data): Likewise.
19075         (asin_test_data): Likewise.
19076         (asinh_test_data): Likewise.
19077         (atan_test_data): Likewise.
19078         (atanh_test_data): Likewise.
19079         (atan2_test_data): Likewise.
19080         (cbrt_test_data): Likewise.
19081         (cos_test_data): Likewise.
19082         (cosh_test_data): Likewise.
19083         (erf_test_data): Likewise.
19084         (erfc_test_data): Likewise.
19085         (exp_test_data): Likewise.
19086         (exp10_test_data): Likewise.
19087         (exp2_test_data): Likewise.
19088         (expm1_test_data): Likewise.
19089         (hypot_test_data): Likewise.
19090         (j0_test_data): Likewise.
19091         (j1_test_data): Likewise.
19092         (jn_test_data): Likewise.
19093         (lgamma_test_data): Likewise.
19094         (log_test_data): Likewise.
19095         (log10_test_data): Likewise.
19096         (log1p_test_data): Likewise.
19097         (log2_test_data): Likewise.
19098         (pow_test_data): Likewise.
19099         (scalb_test_data): Likewise.
19100         (sin_test_data): Likewise.
19101         (sincos_test_data): Likewise.
19102         (sinh_test_data): Likewise.
19103         (tan_test_data): Likewise.
19104         (tanh_test_data): Likewise.
19105         (tgamma_test_data): Likewise.
19106         (y0_test_data): Likewise.
19107         (y1_test_data): Likewise.
19108         (yn_test_data): Likewise.
19110         [BZ #16167]
19111         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19112         argument being NaN and avoid computations with second argument in
19113         that case.
19114         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19115         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19116         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19118 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19120         * locale/iso-639.def: Add Chitwani Tharu (the).
19122 2013-11-14  Andreas Schwab  <schwab@suse.de>
19124         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19125         word instead of empty string.
19127 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19130         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19132         (__fe_nomask_env): Likewise.
19134 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19136         * benchtests/bench-timing.h: Include time.h.
19138 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19140         [BZ #15997]
19141         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19142         to 3.4.0 for x32.
19143         * sysdeps/unix/sysv/linux/configure: Regenerated.
19145 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19147         [BZ #16151]
19148         * stdlib/strtod_l.c (round_and_return): Do not consider
19149         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19150         exponent one less than half the least subnormal exponent.
19151         * stdlib/test-strtod-round-data: Add more tests.
19152         * stdlib/tst-strtod-round.c (tests): Regenerated.
19154 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19156         [BZ #14143]
19157         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19158         (__fe_mask_env): Likewise.
19159         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19160         libm_hidden_proto and add function prototype.
19161         (__fe_mask_env): Add function prototype.
19162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19163         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19165         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19167         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19169 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19171         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19172         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19174 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19176         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19177         of htab_find_slot().
19179 2013-11-11  David S. Miller  <davem@davemloft.net>
19181         [BZ #16150]
19182         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19183         symbol in the non-vis3 case in static builds.
19184         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19185         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19186         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19187         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19189 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19191         [BZ #387]
19192         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19193         it is empty.
19195 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19197         * benchtests/Makefile: Add bench-strtod.
19198         * benchtests/bench-strtod.c: New file: strtod benchtest
19200 2013-11-11  Andreas Schwab  <schwab@suse.de>
19202         [BZ #16153]
19203         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19204         terminating NUL in key length.
19206 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19208         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19209         Add artificial ODP entry for vDSO symbol for PPC64.
19210         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19211         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19213 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19215         [BZ #15374]
19216         * nss/getent.c (services_keys): Recognize services starting with digit.
19218 2013-11-06  David S. Miller  <davem@davemloft.net>
19220         [BZ #15985]
19221         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19222         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19224 2013-11-06  Will Newton  <will.newton@linaro.org>
19226         * manual/memory.texi (Malloc Examples): Remove register
19227         keyword from examples.
19229 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19231         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19233 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19235         [BZ #6981]
19236         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19237         depending on [__GCC_IEC_559 > 0].
19238         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19239         depending on [__GCC_IEC_559_COMPLEX > 0].
19241 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19243         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19244         to iso-639.def.
19246 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19248         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19250 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19252         [BZ #16112]
19253         * malloc/malloc (malloc_info): Do not handle first bin as
19254         special case.
19256 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19258         * locale/iso-639.def: Add Central Nahuatl (nhn).
19260 2013-11-01  Bruno Haible  <bruno@clisp.org>
19262         [BZ #7003]
19263         * manual/math.texi (BSD Random): Specify range upper bound as
19264         in POSIX.
19266 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19268         * locale/iso-639.def: Add Meadow Mari (mhr).
19270 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19272         [BZ #14752], [BZ #15763]
19273         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19274         Validate name.
19275         * rt/tst_shm.c: Add test for escaping directory.
19277 2013-10-31  Andreas Schwab  <schwab@suse.de>
19279         [BZ #15917]
19280         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19281         followed by 'x' as part of digit sequence.
19282         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19284 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19286         [BZ #16037]
19287         * configure.ac: allow GNU Make 4.0 and greater.
19288         * configure: Regenerated.
19290 2013-10-30  Will Newton  <will.newton@linaro.org>
19292         [BZ #16038]
19293         * malloc/hooks.c (memalign_check): Limit alignment to the
19294         maximum representable power of two.
19295         * malloc/malloc.c (__libc_memalign): Likewise.
19296         * malloc/tst-memalign.c (do_test): Add test for very
19297         large alignment values.
19298         * malloc/tst-posix_memalign.c (do_test): Likewise.
19300 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19302         [BZ #11087]
19303         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19304         (munmap_chunk): Likewise.
19305         (mremap_chunk): Likewise.
19307 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19309         [BZ #15799]
19310         * stdlib/div.c (div): Remove obsolete code.
19311         * stdlib/ldiv.c (ldiv): Likewise.
19312         * stdlib/lldiv.c (lldiv): Likewise.
19314 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19316         [BZ #16071]
19317         * nss/nss_files/files-XXX.c (get_contents_ret): New
19318         enumerator.
19319         (get_contents): New function.
19320         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19322 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19324         * configure.in: Moved to ...
19325         * configure.ac: ... here. Change reference to configure.in
19326         to configure.ac.
19327         * sysdeps/arm/preconfigure.ac: ... here.
19328         configure.in to configure.ac.
19329         * sysdeps/gnu/configure.in: Moved to ...
19330         * sysdeps/gnu/configure.ac: ... here.
19331         * sysdeps/i386/configure.in: Moved to ...
19332         * sysdeps/i386/configure.ac: ... here.
19333         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19334         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19335         * sysdeps/mach/configure.in: Moved to ...
19336         * sysdeps/mach/configure.ac: ... here.
19337         * sysdeps/mach/hurd/configure.in: Moved to ...
19338         * sysdeps/mach/hurd/configure.ac: ... here.
19339         * sysdeps/powerpc/configure.in: Moved to ...
19340         * sysdeps/powerpc/configure.ac: ... here.
19341         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19342         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19343         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19344         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19345         * sysdeps/s390/s390-32/configure.in: Moved to ...
19346         * sysdeps/s390/s390-32/configure.ac: ... here.
19347         * sysdeps/s390/s390-64/configure.in: Moved to ...
19348         * sysdeps/s390/s390-64/configure.ac: ... here.
19349         * sysdeps/sh/configure.in: Moved to ...
19350         * sysdeps/sh/configure.ac: ... here.
19351         * sysdeps/sparc/configure.in: Moved to ...
19352         * sysdeps/sparc/configure.ac: ... here.
19353         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19354         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19355         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19356         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19357         * sysdeps/x86_64/configure.in: Moved to ...
19358         * sysdeps/x86_64/configure.ac: ... here.
19359         * sysdeps/x86_64/preconfigure.in: Moved to ...
19360         * sysdeps/x86_64/preconfigure.ac: ... here.
19361         * aclocal.m4: Change reference to configure.in to configure.ac.
19362         * config.h.in: Likewise.
19363         * manual/install.texi: Likewise.
19364         * manual/maint.texi: Likewise.
19365         * Makefile: Likewise.
19366         * malloc/Makefile: Likewise.
19367         * nscd/Makefile: Likewise.
19368         * Makeconfig: Change reference to configure.in and
19369         preconfigure.in to configure.ac and preconfigure.ac
19370         respectively.
19371         * INSTALL: Regenerated.
19372         * configure: Likewise.
19373         * sysdeps/gnu/configure: Likewise.
19374         * sysdeps/i386/configure: Likewise.
19375         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19376         * sysdeps/mach/configure: Likewise.
19377         * sysdeps/mach/hurd/configure: Likewise.
19378         * sysdeps/powerpc/configure: Likewise.
19379         * sysdeps/powerpc/powerpc32/configure: Likewise.
19380         * sysdeps/powerpc/powerpc64/configure: Likewise.
19381         * sysdeps/s390/s390-32/configure: Likewise.
19382         * sysdeps/s390/s390-64/configure: Likewise.
19383         * sysdeps/sh/configure: Likewise.
19384         * sysdeps/sparc/configure: Likewise.
19385         * sysdeps/unix/sysv/linux/configure: Likewise.
19386         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19387         * sysdeps/x86_64/configure: Likewise.
19388         * sysdeps/x86_64/preconfigure: Likewise.
19390 2013-10-29  Andreas Schwab  <schwab@suse.de>
19392         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19394 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19396         * benchtests/pow-inputs: Add new inputs.
19398         * benchtests/exp-inputs: Add new inputs.
19400         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19401         conditional check for return value.
19402         (__cos32): Likewise.
19404 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19406         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19407         to provide a boost for large inputs with word alignment.
19408         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19409         implementation based on optimized PPC64 strcpy.
19410         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19411         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19412         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19413         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19415 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19417         [BZ #2801]
19418         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19420 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19422         [BZ #14876]
19423         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19424         * time/tst-strptime.c (day_tests): Add testcase.
19426 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19428         [BZ #14029]
19429         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19431 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19433         [BZ #16074]
19434         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19435         MAP_FAILED on error.
19437 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19439         [BZ #16072]
19440         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19441         heap for large requests.
19443 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19445         [BZ #9954]
19446         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19447         result if the result has no associated interface.
19448         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19449         interface for all 127.X.Y.Z addresses.
19451 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19453         * locale/iso-639.def: Add Ligurian (lij)
19455 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19457         [BZ #15825]
19458         * sunrpc/rpc_main.c: Document rpcgen -5.
19460 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19462         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19464 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19466         [BZ #10278]
19467         * posix/glob.c: Match only directories when trailing slash is present.
19468         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19469         (main): Add testcase.
19471 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19473         [BZ #15670]
19474         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19476 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19478         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19479         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19480         AUTH_DES and cindex for FIPS 140-2.
19481         (DES Encryption): Add cindex FIPS 46-3.
19483         * locale/locarchive.h (struct locarhandle): Add fname.
19484         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19485         if an optional argument was specified to --list-archive,
19486         otherwise NULL.
19487         * locale/programs/locarchive.c (show_archive_content): Take new
19488         argument fname and pass it via ah.fname to open_archive.
19489         * locale/programs/localedef.h: Update decl.
19490         (open_archive): If AH->fname is non-null, open that file
19491         rather than the default file name, and don't ignore ENOENT.
19492         (create_archive): Set AH.fname to NULL.
19493         (delete_locales_from_archive): Likewise.
19494         (add_locales_to_archive): Likewise.
19495         * locale/programs/locfile.c (write_all_categories): Likewise.
19497 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19498             Aldy Hernandez  <aldyh@redhat.com>
19500         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19501         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19502         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19503         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19504         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19505         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19506         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19507         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19508         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19509         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19510         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19511         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19512         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19513         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19514         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19515         Likewise.
19516         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19517         Likewise.
19518         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19519         Likewise.
19520         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19521         Likewise.
19522         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19523         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19524         Likewise.
19525         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19526         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19527         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19528         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19529         Likewise.
19530         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19531         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19532         * sysdeps/powerpc/preconfigure: Likewise.
19533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19534         Likewise.
19535         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19536         Replace contents of file by #include of <fenv_libc.h>.
19537         * sysdeps/powerpc/soft-fp/sfp-machine.h
19538         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19539         and <sys/prctl.h>.
19540         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19541         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19542         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19543         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19544         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19545         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19546         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19547         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19548         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19549         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19550         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19551         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19553         Allow copysignl PLT reference to be missing.
19555 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19556             Joseph Myers  <joseph@codesourcery.com
19558         [BZ #15948]
19559         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19560         single character.
19561         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19563 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19565         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19566         * elf/tst-tls1.c: Likewise.
19567         * elf/tst-tls10.h: Likewise.
19568         * elf/tst-tls14.c: Likewise.
19569         * elf/tst-tls2.c: Likewise.
19570         * elf/tst-tls3.c: Likewise.
19571         * elf/tst-tls4.c: Likewise.
19572         * elf/tst-tls5.c: Likewise.
19573         * elf/tst-tls6.c: Likewise.
19574         * elf/tst-tls7.c: Likewise.
19575         * elf/tst-tls8.c: Likewise.
19576         * elf/tst-tls9.c: Likewise.
19577         * elf/tst-tlsmod1.c: Likewise.
19578         * elf/tst-tlsmod13.c: Likewise.
19579         * elf/tst-tlsmod13a.c: Likewise.
19580         * elf/tst-tlsmod14a.c: Likewise.
19581         * elf/tst-tlsmod16a.c: Likewise.
19582         * elf/tst-tlsmod16b.c: Likewise.
19583         * elf/tst-tlsmod2.c: Likewise.
19584         * elf/tst-tlsmod3.c: Likewise.
19585         * elf/tst-tlsmod4.c: Likewise.
19586         * elf/tst-tlsmod5.c: Likewise.
19587         * elf/tst-tlsmod6.c: Likewise.
19589 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19591         [BZ #12486]
19592         * malloc/malloc.c: remove checks for statistics.
19594 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19596         [BZ #15277]
19597         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19598         * inet/tst-network.c: Add testcase.
19600 2013-10-17  Andreas Schwab  <schwab@suse.de>
19602         [BZ #15218]
19603         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19604         to determine canonical name.
19606 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19608         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19609         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19610         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19611         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19612         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19613         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19614         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19615         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19616         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19617         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19618         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19619         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19620         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19621         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19622         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19623         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19624         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19625         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19626         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19627         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19628         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19629         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19630         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19631         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19632         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19633         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19634         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19635         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19636         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19637         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19638         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19639         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19640         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19641         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19642         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19643         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19644         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19645         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19646         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19647         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19648         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19649         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19650         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19651         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19652         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19653         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19654         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19655         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19656         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19657         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19658         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19659         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19660         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19661         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19662         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19663         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19664         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19665         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19667 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19669         [BZ #16041]
19670         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19671         make result into a quiet NaN.
19673 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19675         * soft-fp/adddf3.c: Fix horizontal whitespace.
19676         * soft-fp/addsf3.c: Likewise.
19677         * soft-fp/addtf3.c: Likewise.
19678         * soft-fp/divdf3.c: Likewise.
19679         * soft-fp/divsf3.c: Likewise.
19680         * soft-fp/divtf3.c: Likewise.
19681         * soft-fp/double.h: Likewise.
19682         * soft-fp/eqdf2.c: Likewise.
19683         * soft-fp/eqsf2.c: Likewise.
19684         * soft-fp/eqtf2.c: Likewise.
19685         * soft-fp/extenddftf2.c: Likewise.
19686         * soft-fp/extended.h: Likewise.
19687         * soft-fp/extendsfdf2.c: Likewise.
19688         * soft-fp/extendsftf2.c: Likewise.
19689         * soft-fp/extendxftf2.c: Likewise.
19690         * soft-fp/fixdfdi.c: Likewise.
19691         * soft-fp/fixdfsi.c: Likewise.
19692         * soft-fp/fixdfti.c: Likewise.
19693         * soft-fp/fixsfdi.c: Likewise.
19694         * soft-fp/fixsfsi.c: Likewise.
19695         * soft-fp/fixsfti.c: Likewise.
19696         * soft-fp/fixtfdi.c: Likewise.
19697         * soft-fp/fixtfsi.c: Likewise.
19698         * soft-fp/fixtfti.c: Likewise.
19699         * soft-fp/fixunsdfdi.c: Likewise.
19700         * soft-fp/fixunsdfsi.c: Likewise.
19701         * soft-fp/fixunsdfti.c: Likewise.
19702         * soft-fp/fixunssfdi.c: Likewise.
19703         * soft-fp/fixunssfsi.c: Likewise.
19704         * soft-fp/fixunssfti.c: Likewise.
19705         * soft-fp/fixunstfdi.c: Likewise.
19706         * soft-fp/fixunstfsi.c: Likewise.
19707         * soft-fp/fixunstfti.c: Likewise.
19708         * soft-fp/floatdidf.c: Likewise.
19709         * soft-fp/floatdisf.c: Likewise.
19710         * soft-fp/floatditf.c: Likewise.
19711         * soft-fp/floatsidf.c: Likewise.
19712         * soft-fp/floatsisf.c: Likewise.
19713         * soft-fp/floatsitf.c: Likewise.
19714         * soft-fp/floattidf.c: Likewise.
19715         * soft-fp/floattisf.c: Likewise.
19716         * soft-fp/floattitf.c: Likewise.
19717         * soft-fp/floatundidf.c: Likewise.
19718         * soft-fp/floatundisf.c: Likewise.
19719         * soft-fp/floatunditf.c: Likewise.
19720         * soft-fp/floatunsidf.c: Likewise.
19721         * soft-fp/floatunsisf.c: Likewise.
19722         * soft-fp/floatunsitf.c: Likewise.
19723         * soft-fp/floatuntidf.c: Likewise.
19724         * soft-fp/floatuntisf.c: Likewise.
19725         * soft-fp/floatuntitf.c: Likewise.
19726         * soft-fp/fmadf4.c: Likewise.
19727         * soft-fp/fmasf4.c: Likewise.
19728         * soft-fp/fmatf4.c: Likewise.
19729         * soft-fp/gedf2.c: Likewise.
19730         * soft-fp/gesf2.c: Likewise.
19731         * soft-fp/getf2.c: Likewise.
19732         * soft-fp/ledf2.c: Likewise.
19733         * soft-fp/lesf2.c: Likewise.
19734         * soft-fp/letf2.c: Likewise.
19735         * soft-fp/muldf3.c: Likewise.
19736         * soft-fp/mulsf3.c: Likewise.
19737         * soft-fp/multf3.c: Likewise.
19738         * soft-fp/negdf2.c: Likewise.
19739         * soft-fp/negsf2.c: Likewise.
19740         * soft-fp/negtf2.c: Likewise.
19741         * soft-fp/op-1.h: Likewise.
19742         * soft-fp/op-2.h: Likewise.
19743         * soft-fp/op-4.h: Likewise.
19744         * soft-fp/op-8.h: Likewise.
19745         * soft-fp/op-common.h: Likewise.
19746         * soft-fp/quad.h: Likewise.
19747         * soft-fp/single.h: Likewise.
19748         * soft-fp/soft-fp.h: Likewise.
19749         * soft-fp/sqrtdf2.c: Likewise.
19750         * soft-fp/sqrtsf2.c: Likewise.
19751         * soft-fp/sqrttf2.c: Likewise.
19752         * soft-fp/subdf3.c: Likewise.
19753         * soft-fp/subsf3.c: Likewise.
19754         * soft-fp/subtf3.c: Likewise.
19755         * soft-fp/truncdfsf2.c: Likewise.
19756         * soft-fp/trunctfdf2.c: Likewise.
19757         * soft-fp/trunctfsf2.c: Likewise.
19758         * soft-fp/trunctfxf2.c: Likewise.
19759         * soft-fp/unorddf2.c: Likewise.
19760         * soft-fp/unordsf2.c: Likewise.
19761         * soft-fp/unordtf2.c: Likewise.
19763 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19765         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19766         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19768 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19770         * elf/dl-libc.c: Clear initfini list after freeing.
19772 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19774         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19775         * soft-fp/addsf3.c: Likewise.
19776         * soft-fp/addtf3.c: Likewise.
19777         * soft-fp/divdf3.c: Likewise.
19778         * soft-fp/divsf3.c: Likewise.
19779         * soft-fp/divtf3.c: Likewise.
19780         * soft-fp/double.h: Likewise.
19781         * soft-fp/eqdf2.c: Likewise.
19782         * soft-fp/eqsf2.c: Likewise.
19783         * soft-fp/eqtf2.c: Likewise.
19784         * soft-fp/extenddftf2.c: Likewise.
19785         * soft-fp/extended.h: Likewise.
19786         * soft-fp/extendsfdf2.c: Likewise.
19787         * soft-fp/extendsftf2.c: Likewise.
19788         * soft-fp/extendxftf2.c: Likewise.
19789         * soft-fp/fixdfdi.c: Likewise.
19790         * soft-fp/fixdfsi.c: Likewise.
19791         * soft-fp/fixdfti.c: Likewise.
19792         * soft-fp/fixsfdi.c: Likewise.
19793         * soft-fp/fixsfsi.c: Likewise.
19794         * soft-fp/fixsfti.c: Likewise.
19795         * soft-fp/fixtfdi.c: Likewise.
19796         * soft-fp/fixtfsi.c: Likewise.
19797         * soft-fp/fixtfti.c: Likewise.
19798         * soft-fp/fixunsdfdi.c: Likewise.
19799         * soft-fp/fixunsdfsi.c: Likewise.
19800         * soft-fp/fixunsdfti.c: Likewise.
19801         * soft-fp/fixunssfdi.c: Likewise.
19802         * soft-fp/fixunssfsi.c: Likewise.
19803         * soft-fp/fixunssfti.c: Likewise.
19804         * soft-fp/fixunstfdi.c: Likewise.
19805         * soft-fp/fixunstfsi.c: Likewise.
19806         * soft-fp/fixunstfti.c: Likewise.
19807         * soft-fp/floatdidf.c: Likewise.
19808         * soft-fp/floatdisf.c: Likewise.
19809         * soft-fp/floatditf.c: Likewise.
19810         * soft-fp/floatsidf.c: Likewise.
19811         * soft-fp/floatsisf.c: Likewise.
19812         * soft-fp/floatsitf.c: Likewise.
19813         * soft-fp/floattidf.c: Likewise.
19814         * soft-fp/floattisf.c: Likewise.
19815         * soft-fp/floattitf.c: Likewise.
19816         * soft-fp/floatundidf.c: Likewise.
19817         * soft-fp/floatundisf.c: Likewise.
19818         * soft-fp/floatunsidf.c: Likewise.
19819         * soft-fp/floatunsisf.c: Likewise.
19820         * soft-fp/floatuntidf.c: Likewise.
19821         * soft-fp/floatuntisf.c: Likewise.
19822         * soft-fp/floatuntitf.c: Likewise.
19823         * soft-fp/fmadf4.c: Likewise.
19824         * soft-fp/fmasf4.c: Likewise.
19825         * soft-fp/fmatf4.c: Likewise.
19826         * soft-fp/gedf2.c: Likewise.
19827         * soft-fp/gesf2.c: Likewise.
19828         * soft-fp/getf2.c: Likewise.
19829         * soft-fp/ledf2.c: Likewise.
19830         * soft-fp/lesf2.c: Likewise.
19831         * soft-fp/letf2.c: Likewise.
19832         * soft-fp/muldf3.c: Likewise.
19833         * soft-fp/mulsf3.c: Likewise.
19834         * soft-fp/multf3.c: Likewise.
19835         * soft-fp/negdf2.c: Likewise.
19836         * soft-fp/negsf2.c: Likewise.
19837         * soft-fp/negtf2.c: Likewise.
19838         * soft-fp/op-1.h: Likewise.
19839         * soft-fp/op-2.h: Likewise.
19840         * soft-fp/op-4.h: Likewise.
19841         * soft-fp/op-8.h: Likewise.
19842         * soft-fp/op-common.h: Likewise.
19843         * soft-fp/quad.h: Likewise.
19844         * soft-fp/single.h: Likewise.
19845         * soft-fp/soft-fp.h: Likewise.
19846         * soft-fp/sqrtdf2.c: Likewise.
19847         * soft-fp/sqrtsf2.c: Likewise.
19848         * soft-fp/sqrttf2.c: Likewise.
19849         * soft-fp/subdf3.c: Likewise.
19850         * soft-fp/subsf3.c: Likewise.
19851         * soft-fp/subtf3.c: Likewise.
19852         * soft-fp/truncdfsf2.c: Likewise.
19853         * soft-fp/trunctfdf2.c: Likewise.
19854         * soft-fp/trunctfsf2.c: Likewise.
19855         * soft-fp/trunctfxf2.c: Likewise.
19856         * soft-fp/unorddf2.c: Likewise.
19857         * soft-fp/unordsf2.c: Likewise.
19858         * soft-fp/unordtf2.c: Likewise.
19860 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19862         [BZ #15672]
19863         * misc/error.c (error_tail): Fix possible buffer overflow.
19865 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19867         [BZ #13028]
19868         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19869         address.
19871 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19873         [BZ #832]
19874         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19875         testing pipefail option.
19877 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19879         * soft-fp/double.h: Indent preprocessor directives inside #if.
19880         * soft-fp/extended.h: Likewise.
19881         * soft-fp/op-2.h: Likewise.
19882         * soft-fp/op-4.h: Likewise.
19883         * soft-fp/op-common.h: Likewise.
19884         * soft-fp/quad.h: Likewise.
19885         * soft-fp/single.h: Likewise.
19886         * soft-fp/soft-fp.h: Likewise.
19888 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19890         * iconv/iconv_prog.c: Fix typos.
19891         * stdio-common/psiginfo-data.h: Likewise.
19893 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19895         [BZ #15764]
19896         * locale/setlocale.c: Fix typo.
19898 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19900         [BZ #16036]
19901         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19902         signaling NaN arguments.
19903         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19904         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19906         [BZ #14910]
19907         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19908         unordered operands.
19909         * soft-fp/gesf2.c (__gesf2): Likewise.
19910         * soft-fp/getf2.c (__getf2): Likewise.
19911         * soft-fp/ledf2.c (__ledf2): Likewise.
19912         * soft-fp/lesf2.c (__lesf2): Likewise.
19913         * soft-fp/letf2.c (__letf2): Likewise.
19915         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19916         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19917         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19918         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19919         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19920         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19921         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19922         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19923         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19924         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19925         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19926         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19927         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19928         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19929         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19930         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19931         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19932         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19933         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19934         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19935         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19936         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19937         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19938         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19939         * soft-fp/floattidf.c (__floattidf): Likewise.
19940         * soft-fp/floattisf.c (__floattisf): Likewise.
19941         * soft-fp/floattitf.c (__floattitf): Likewise.
19942         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19943         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19944         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19945         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19946         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19947         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19948         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19949         * soft-fp/gesf2.c (__gesf2): Likewise.
19950         * soft-fp/getf2.c (__getf2): Likewise.
19951         * soft-fp/ledf2.c (__ledf2): Likewise.
19952         * soft-fp/lesf2.c (__lesf2): Likewise.
19953         * soft-fp/letf2.c (__letf2): Likewise.
19955         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19956         Undefine and redefine.
19957         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19958         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19959         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19960         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19961         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19962         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19963         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19964         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19965         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19966         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19967         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19968         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19969         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19970         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19971         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19973         [BZ #16032]
19974         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19975         without decrementing exponent if mantissa >= that for the
19976         denominator, not >.
19977         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19978         denominator, not >.  Decrement exponent in < case instead of
19979         incrementing in >= case.
19980         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19981         without decrementing exponent if mantissa >= that for the
19982         denominator, not >.
19984         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19985         computing saturated result for unsigned overflow.
19987 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19988             Jeff Law  <law@redhat.com>
19990         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19991         (atan2Mp): Add systemtap probe marker.
19992         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19993         (__ieee754_log): Add systemtap probe marker.
19994         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19995         (atanMp): Add systemtap probe marker.
19996         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19997         (tanMp): Add systemtap probe marker.
19998         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19999         (__slowexp): Add systemtap probe marker.
20000         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20001         (__slowpow): Add systemtap probe marker.
20002         * manual/probes.texi: Document probes.
20004 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20006         [BZ #15362]
20007         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20008         written.
20009         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20010         written.
20011         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20012         written to buffer but not flushed.
20013         * libio/iofwrite_u.c:  Likewise.
20014         * libio/iopadn.c:  Return bytes returned even if EOF was
20015         encountered.
20016         * libio/iowpadn.c:  Likewise.
20017         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20018         if _IO_padn does not write the whole buffer.
20019         [!COMPILE_WPRINTF] (PAD): Likewise.
20021 2013-10-10  David S. Miller  <davem@davemloft.net>
20023         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20024         directory block.
20026 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20028         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20029         instead of FSF address.
20030         * soft-fp/fixdfti.c: Likewise.
20031         * soft-fp/fixsfti.c: Likewise.
20032         * soft-fp/fixtfti.c: Likewise.
20033         * soft-fp/fixunsdfti.c: Likewise.
20034         * soft-fp/fixunssfti.c: Likewise.
20035         * soft-fp/fixunstfti.c: Likewise.
20036         * soft-fp/floattidf.c: Likewise.
20037         * soft-fp/floattisf.c: Likewise.
20038         * soft-fp/floattitf.c: Likewise.
20039         * soft-fp/floatuntidf.c: Likewise.
20040         * soft-fp/floatuntisf.c: Likewise.
20041         * soft-fp/floatuntitf.c: Likewise.
20042         * soft-fp/trunctfxf2.c: Likewise.
20044         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20045         * soft-fp/fixdfti.c: Likewise.
20046         * soft-fp/fixsfti.c: Likewise.
20047         * soft-fp/fixtfti.c: Likewise.
20048         * soft-fp/fixunsdfti.c: Likewise.
20049         * soft-fp/fixunssfti.c: Likewise.
20050         * soft-fp/fixunstfti.c: Likewise.
20051         * soft-fp/floattidf.c: Likewise.
20052         * soft-fp/floattisf.c: Likewise.
20053         * soft-fp/floattitf.c: Likewise.
20054         * soft-fp/floatuntidf.c: Likewise.
20055         * soft-fp/floatuntisf.c: Likewise.
20056         * soft-fp/floatuntitf.c: Likewise.
20057         * soft-fp/trunctfxf2.c: Likewise.
20059 2013-10-10  David S. Miller  <davem@davemloft.net>
20061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20063 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20065         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20066         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20067         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20068         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20069         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20070         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20071         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20073         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20074         for NaNs before doing comparisons on argument.
20075         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20076         Likewise.
20078 2013-10-10  Will Newton  <will.newton@linaro.org>
20080         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20081         passed to _int_memalign does not overflow.
20083 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20085         * scripts/bench.pl: Add include-sources directive.
20086         * benchtests/README: Update documentation.
20088 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20090         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20091         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20092         instead of FP_INIT_ROUNDMODE.
20093         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20094         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20096         [BZ #16034]
20097         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20098         copy class of input value.
20099         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20100         not handle exceptions.
20101         * soft-fp/negsf2.c (__negsf2): Likewise.
20102         * soft-fp/negtf2.c (__negtf2): Likewise.
20103         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20105 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20107         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20108         semicolon.  From Linux kernel.
20110 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20112         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20114 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20116         [BZ #156]
20117         * manual/socket.texi: Added statement about buffer
20118         for gethostbyname2_r.
20120 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20122         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20123         Use .p2align directive instead, throughout.
20124         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20125         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20126         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20127         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20128         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20129         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20130         * sysdeps/x86_64/strchr.S: Likewise.
20131         * sysdeps/x86_64/strrchr.S: Likewise.
20133 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20135         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20137         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20139         * sysdeps/generic/math_private.h (__mpsin1): Remove
20140         declaration.
20141         (__mpcos1): Likewise.
20142         (__mpsin): New argument __range_reduce.
20143         (__mpcos): Likewise.
20144         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20145         (slow): Use __mpsin and __mpcos.
20146         (slow1): Likewise.
20147         (slow2): Likewise.
20148         (sloww): Likewise.
20149         (sloww1): Likewise.
20150         (sloww2): Likewise.
20151         (bsloww): Likewise.
20152         (bsloww1): Likewise.
20153         (bsloww2): Likewise.
20154         (cslow2): Likewise.
20155         (csloww): Likewise.
20156         (csloww1): Likewise.
20157         (csloww2): Likewise.
20158         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20159         range_reduce.  Merge in __mpsin1.
20160         (__mpcos): Likewise.
20161         (__mpsin1): Remove.
20162         (__mpcos1): Likewise.
20164 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20166         * locale/loadlocale.c (_nl_intern_locale_data): Use
20167         LOCFILE_ALIGNED_P.
20168         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20169         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20170         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20171         obstack data is appropriately aligned.
20172         (obstack_int32_grow_fast): Likewise.
20173         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20174         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20175         (add_locale_uint32_array): Likewise.
20177 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20179         * benchtests/Makefile: Remove ARGLIST and RET variables.
20180         ($(objpfx)bench-%.c): Pass only function name to the script.
20181         * benchtests/README: Update documentation.
20182         * benchtests/acos-inputs: Add new directives.
20183         * benchtests/acosh-inputs: Likewise.
20184         * benchtests/asin-inputs: Likewise.
20185         * benchtests/asinh-inputs: Likewise.
20186         * benchtests/atan-inputs: Likewise.
20187         * benchtests/atanh-inputs: Likewise.
20188         * benchtests/cos-inputs: Likewise.
20189         * benchtests/cosh-inputs: Likewise.
20190         * benchtests/exp-inputs: Likewise.
20191         * benchtests/log-inputs: Likewise.
20192         * benchtests/pow-inputs: Likewise.
20193         * benchtests/rint-inputs: Likewise.
20194         * benchtests/sin-inputs: Likewise.
20195         * benchtests/sinh-inputs: Likewise.
20196         * benchtests/tan-inputs: Likewise.
20197         * benchtests/tanh-inputs: Likewise.
20198         * scripts/bench.pl: Add support for new directives.
20200 2013-10-07  Alan Modra  <amodra@gmail.com>
20202         * README: Fix careless merge.
20204 2013-10-05  Alan Modra  <amodra@gmail.com>
20206         * NEWS: Mention powerpc64le support and bugs fixed.
20207         * README: Both big-endian and little-endian powerpc64 supported.
20209 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20211         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20212         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20213         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20214         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20216 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20218         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20219         match prototype.
20221 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20223         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20224         Move -mhard-float appending from
20225         ports/sysdeps/powerpc/powerpc32/Makefile.
20226         [$(with-fp) = yes] (ASFLAGS): Likewise.
20227         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20228         * sysdeps/powerpc/nofpu: Move directory from
20229         ports/sysdeps/powerpc/nofpu.
20230         * sysdeps/powerpc/soft-fp: Move directory from
20231         ports/sysdeps/powerpc/soft-fp.
20232         * sysdeps/powerpc/powerpc32/405: Move directory from
20233         ports/sysdeps/powerpc/powerpc32/405.
20234         * sysdeps/powerpc/powerpc32/440: Move directory from
20235         ports/sysdeps/powerpc/powerpc32/440.
20236         * sysdeps/powerpc/powerpc32/464: Move directory from
20237         ports/sysdeps/powerpc/powerpc32/464.
20238         * sysdeps/powerpc/powerpc32/476: Move directory from
20239         ports/sysdeps/powerpc/powerpc32/476.
20240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20241         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20243         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20245         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20247         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20249         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20250         * README: Update for powerpc-*-linux-gnu software floating point
20251         support in libc.
20253         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20254         case to powerpc/powerpc32*.
20255         * sysdeps/unix/sysv/linux/configure: Regenerated.
20257         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20258         (_FPU_MASK_OM): Define as 0x04.
20259         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20260         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20261         0x00c10080.
20262         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20263         0x0000003c.
20264         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20267         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20268         getcontext_e500.
20269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20270         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20271         setcontext_e500.
20272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20273         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20274         and setcontext_e500.
20276 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20278         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20280 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20282         * manual/threads.texi (Default Thread Attributes): Fix typo.
20284 2013-10-04  Will Newton  <will.newton@linaro.org>
20286         * malloc/Makefile: Add tst-memalign.
20287         * malloc/tst-memalign.c: New file.
20289         * malloc/tst-posix_memalign.c: Add comments.
20290         (do_test): Add comments and call free on all potentially
20291         allocated pointers. Add space after cast.
20293         * malloc/tst-pvalloc.c: Add comments.
20294         (do_test): Add comments and call free on all potentially
20295         allocated pointers. Remove duplicate check for NULL pointer.
20296         Add space after cast.
20298         * malloc/tst-valloc.c: Add comments.
20299         (do_test): Add comments and call free on all potentially
20300         allocated pointers. Remove duplicate check for NULL pointer.
20301         Add space after cast.
20303 2013-10-04  Alan Modra  <amodra@gmail.com>
20305         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20306         Use stdint types in rather than __attribute__((mode())).
20307         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20309 2013-10-04  Alan Modra  <amodra@gmail.com>
20311         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20312         Correct handling of unaligned relocs for little-endian.
20313         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20315 2013-10-04  Alan Modra  <amodra@gmail.com>
20317         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20318         * configure: Regenerate.
20319         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20320         * shlib-versions: Likewise.
20322 2013-10-04  Alan Modra  <amodra@gmail.com>
20324         * string/tester.c (test_memrchr): Increment reported test cycle.
20326 2013-10-04  Alan Modra  <amodra@gmail.com>
20328         * string/test-memcpy.c (do_one_test): When reporting errors, print
20329         string address and don't overrun end of string.
20331 2013-10-04  Alan Modra  <amodra@gmail.com>
20333         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20334         insrdi.  Make better use of reg selection to speed exit slightly.
20335         Schedule entry path a little better.  Remove useless "are we done"
20336         checks on entry to main loop.  Handle wrapping around zero address.
20337         Correct main loop count.  Handle single left-over word from main
20338         loop inline rather than by using loop_small.  Remove extra word
20339         case in loop_small caused by wrong loop count.  Add little-endian
20340         support.
20341         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20342         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20343         cache hint.
20344         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20345         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20346         support.  Avoid rlwimi.
20347         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20349 2013-10-04  Alan Modra  <amodra@gmail.com>
20351         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20352         insrdi.  Formatting.
20353         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20354         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20355         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20356         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20357         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20358         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20360 2013-10-04  Alan Modra  <amodra@gmail.com>
20362         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20363         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20364         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20365         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20366         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20367         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20368         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20369         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20370         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20371         use of regs.  Use power7 mtocrf.  Tidy function tails.
20373 2013-10-04  Alan Modra  <amodra@gmail.com>
20375         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20376         Formatting.  Consistently use rXXX register defines or rN defines.
20377         Use early exit labels that avoid restoring unused non-volatile regs.
20378         Make cr field use more consistent with rWORDn compares.  Rename
20379         regs used as shift registers for unaligned loop, using rN defines
20380         for short lifetime/multiple use regs.
20381         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20382         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20383         addi 1,1,64 to pop stack frame.  Simplify return value code.
20384         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20386 2013-10-04  Alan Modra  <amodra@gmail.com>
20388         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20389         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20390         rather than rlwimi.
20391         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20392         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20393         little-endian support.  Correct typos.
20394         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20395         rather than rlwimi.
20396         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20397         in loop and entry code to keep "and." results.
20398         (strchr): Add little-endian support.  Comment.  Move cntlzd
20399         earlier in tail.
20400         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20402 2013-10-04  Alan Modra  <amodra@gmail.com>
20404         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20405         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20406         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20407         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20409 2013-10-04  Alan Modra  <amodra@gmail.com>
20411         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20412         (rTMP): Define as r11.
20413         (strcmp): Add little-endian support.  Optimise tail.
20414         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20415         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20416         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20417         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20418         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20419         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20420         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20422 2013-10-04  Alan Modra  <amodra@gmail.com>
20424         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20425         little-endian support.  Remove unnecessary "are we done" tests.
20426         Handle "s" wrapping around zero and extremely large "size".
20427         Correct main loop count.  Handle single left-over word from main
20428         loop inline rather than by using small_loop.  Correct comments.
20429         Delete "zero" tail, use "end_max" instead.
20430         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20432 2013-10-04  Alan Modra  <amodra@gmail.com>
20434         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20435         support.  Don't branch over align.
20436         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20437         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20438         support.  Rearrange tmp reg use to suit.  Comment.
20439         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20441 2013-10-04  Alan Modra  <amodra@gmail.com>
20443         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20445 2013-10-04  Alan Modra  <amodra@gmail.com>
20447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20448         conditional form of branch and link when obtaining pc.
20449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20451 2013-10-04  Alan Modra  <amodra@gmail.com>
20453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20454         HIWORD/LOWORD.
20455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20458 2013-10-04  Alan Modra  <amodra@gmail.com>
20460         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20461         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20462         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20463         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20464         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20465         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20466         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20467         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20468         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20469         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20471 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20472             Alistair Popple <alistair@ozlabs.au.ibm.com>
20473             Alan Modra <amodra@gmail.com>
20475         [BZ #15723]
20476         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20477         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20478         _dl_hwcap access for little-endian.
20479         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20480         destroy vmx regs when saving unaligned.
20481         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20482         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20483         destroy vmx regs when saving unaligned.
20485 2013-10-04  Alan Modra  <amodra@gmail.com>
20487         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20488         Don't use a union to pack hi/low value.
20490 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20492         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20493         for little-endian.
20494         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20495         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20496         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20497         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20498         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20500 2013-10-04  Alan Modra  <amodra@gmail.com>
20502         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20503         constants to usual value for .cst8 section, and remove redundant
20504         high address load.
20505         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20506         constant for 0x1p52.  Load little-endian words of double from
20507         correct stack offsets.
20509 2013-10-04  Alan Modra  <amodra@gmail.com>
20511         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20512         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20513         words of double from correct stack offsets.
20514         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20515         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20516         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20517         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20518         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20519         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20520         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20521         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20522         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20523         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20524         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20525         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20526         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20527         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20528         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20529         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20530         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20532 2013-10-04  Alan Modra  <amodra@gmail.com>
20534         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20535         64-bit int/double union.
20536         (_FPU_SETCW): Likewise.
20537         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20538         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20540 2013-10-04  Alan Modra  <amodra@gmail.com>
20542         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20543         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20545 2013-10-04  Alan Modra  <amodra@gmail.com>
20547         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20548         use vector int constants.
20549         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20551 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20553         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20554         array with long long.
20555         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20556         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20557         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20558         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20559         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20560         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20561         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20562         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20563         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20564         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20565         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20566         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20567         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20569 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20571         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20572         (__signbit): Likewise.  Correct for little-endian.
20573         (__signbitl): Call __signbit.
20574         (lrint): Correct for little-endian.
20575         (lrintf): Call lrint.
20577 2013-10-04  Alan Modra  <amodra@gmail.com>
20579         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20580         union 32-bit int array member with 64-bit int array.
20581         (t515, tm256): Double rather than long double.
20582         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20584 2013-10-04  Alan Modra  <amodra@gmail.com>
20586         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20587         Delete.
20588         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20589         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20590         version of math_ldbl.h.
20592 2013-10-04  Alan Modra  <amodra@gmail.com>
20594         [BZ #15734], [BZ #15735]
20595         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20596         all uses of ieee875 long double macros and unions.  Simplify test
20597         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20598         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20599         normalize after ldbl_extract_mantissa, and don't add hidden bit
20600         already handled.  Don't treat low word of ieee854 mantissa like
20601         low word of IBM long double and mask off bit when testing for
20602         zero.
20603         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20604         all uses of ieee875 long double macros and unions.  Simplify tests
20605         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20606         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20607         two1022, instead use their values.  Recognise that tests for large
20608         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20609         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20610         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20611         test for 0.0L and nan.  Correct negation.
20612         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20613         ieee875 long double macros and unions.  Correct output for large
20614         magnitude x.  Correct absolute value calculation.
20615         (__erfcl): Likewise.
20616         * math/libm-test.inc: Add tests for errors discovered in IBM long
20617         double versions of fmodl, remainderl, erfl and erfcl.
20619 2013-10-04  Alan Modra  <amodra@gmail.com>
20621         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20622         all uses of ieee854 long double macros and unions.  Simplify tests
20623         for long doubles that are fully specified by the high double.
20624         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20625         Likewise.
20626         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20627         Remove dead code too.
20628         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20629         (__ieee754_ynl): Likewise.
20630         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20631         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20632         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20633         Remove dead code too.
20634         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20635         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20636         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20637         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20638         Simplify.
20639         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20640         Simplify.
20641         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20642         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20643         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20644         Comment on variable precision.
20645         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20646         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20647         Likewise.
20648         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20649         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20650         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20651         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20652         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20654 2013-10-04  Alan Modra  <amodra@gmail.com>
20656         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20657         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20658         all uses of ieee854 long double macros and unions.
20659         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20660         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20661         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20662         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20663         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20664         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20665         Likewise.
20666         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20667         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20668         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20669         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20670         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20671         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20672         Simplify sign and nan test too.
20673         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20674         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20675         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20676         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20677         Likewise.
20678         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20679         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20680         Likewise.
20681         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20683         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20684         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20685         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20686         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20688 2013-10-04  Alan Modra  <amodra@gmail.com>
20690         * stdio-common/printf_size.c (__printf_size): Don't use
20691         union ieee854_long_double in fpnum union.
20692         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20693         signbit macro to retrieve sign from long double.
20694         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20695         retrieve sign from long double.
20696         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20697         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20698         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20699         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20700         * math/test-misc.c (main): Don't use union ieee854_long_double.
20702 2013-10-04  Alan Modra  <amodra@gmail.com>
20704         [BZ #15680]
20705         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20706         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20707         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20708         calculation.  Remove unnecessary test for denormal exponent.
20709         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20710         Correct handling of denormals.  Avoid undefined shift behaviour.
20711         Correct normalisation of low mantissa when low double is denormal.
20712         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20713         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20714         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20715         Correct normalisation of low mantissa.  Test for overflow of high
20716         mantissa and normalise.
20717         (ldbl_nearbyint): Use more readable constant for two52.
20718         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20719         (__mpn_construct_long_double): Fix test for overflow of high
20720         mantissa and correct normalisation.  Avoid undefined shift.
20722 2013-10-04  Alan Modra  <amodra@gmail.com>
20724         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20725         (union ibm_extended_long_double): Define as an array of ieee754_double.
20726         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20727         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20728         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20729         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20730         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20731         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20732         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20733         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20734         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20735         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20736         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20738 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20740         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20741         page size instead of calling getpagesize.
20743         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20744         (LOCFILE_ALIGN_MASK): Likewise.
20745         (LOCFILE_ALIGN_UP): Likewise.
20746         (LOCFILE_ALIGNED_P): Likewise.
20747         * locale/programs/ld-collate.c (collate_output): Use the new
20748         macros instead of __alignof__ (int32_t).
20749         * locale/weight.h (findidx): Likewise.
20751 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20753         [BZ #431]
20754         * manual/string.texi: Fix strncat and wcsncat.
20756 2013-10-03  Brooks Moses  <bmoses@google.com>
20758         [BZ #15915]
20759         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20760         * Makerules: ...here, and adjust associated comments.
20762 2013-10-02  Will Newton  <will.newton@linaro.org>
20764         * malloc/Makefile: Add tst-pvalloc.
20765         * malloc/tst-pvalloc.c: New file.
20767 2013-10-02  Will Newton  <will.newton@linaro.org>
20769         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20770         improve test coverage.
20772 2013-10-02  Will Newton  <will.newton@linaro.org>
20774         * malloc/Makefile: Add tst-posix_memalign.
20775         * malloc/tst-posix_memalign.c: New file.
20777 2013-10-01  Eric Blake  <eblake@redhat.com>
20779         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20780         Use __THROWNL rather than __THROW on static functions.
20782 2013-09-30  Petr Machata  <pmachata@redhat.com>
20784         * elf/elf.h (R_AARCH64_ABS16): New macro.
20785         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20786         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20787         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20788         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20789         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20790         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20791         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20792         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20793         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20794         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20795         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20796         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20797         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20798         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20799         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20800         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20801         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20802         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20803         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20804         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20805         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20806         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20807         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20808         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20809         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20810         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20811         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20812         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20813         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20814         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20815         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20816         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20817         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20818         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20819         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20820         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20821         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20822         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20823         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20824         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20825         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20826         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20827         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20828         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20829         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20830         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20831         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20832         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20833         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20834         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20835         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20836         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20837         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20838         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20839         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20840         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20841         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20842         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20843         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20844         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20845         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20846         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20847         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20848         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20849         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20850         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20851         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20852         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20853         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20854         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20855         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20856         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20857         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20858         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20859         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20860         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20861         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20862         (R_AARCH64_TLSDESC_LDR): Likewise.
20863         (R_AARCH64_TLSDESC_ADD): Likewise.
20864         (R_AARCH64_TLSDESC_CALL): Likewise.
20866 2013-09-30  Andreas Schwab  <schwab@suse.de>
20868         [BZ #15048]
20869         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20870         the nss database lookup.
20871         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20874 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20876         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20878 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20880         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20881         ${Bash-specific parameter/pattern/string} parameter expansion.
20882         * sysdeps/unix/make-syscalls.sh: Likewise.
20884 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20886         * sysdeps/sh/stackguard-macros.h: New file.
20888 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20890         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20891         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20892         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20893         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20894         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20895         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20897 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20899         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20900         Fix thread ID register.
20902 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20904         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20905         [POSIX || UNIX98]: Require rather than permitting all symbols from
20906         <time.h>.
20907         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20908         element of struct sched_param.
20909         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20910         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20911         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20912         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20913         constant.
20915 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20917         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20918         argument calculation.
20920 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20922         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20923         Expect macro.
20924         [POSIX] (pthread_attr_t): Do not require type.
20925         [POSIX] (pthread_cond_t): Likewise.
20926         [POSIX] (pthread_condattr_t): Likewise.
20927         [POSIX] (pthread_key_t): Likewise.
20928         [POSIX] (pthread_mutex_t): Likewise.
20929         [POSIX] (pthread_mutexattr_t): Likewise.
20930         [POSIX] (pthread_once_t): Likewise.
20931         [POSIX] (pthread_t): Likewise.
20932         [POSIX-based standards] (pthread_atfork): Expect function.
20934 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20935             Richard Sandiford  <richard@codesourcery.com>
20937         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20938         (swap_endianness_p): New extern variable.
20939         (set_big_endian): New inline function.
20940         (maybe_swap_uint32): Likewise.
20941         (maybe_swap_uint32_array): Likewise.
20942         (maybe_swap_uint32_obstack): Likewise.
20943         * locale/programs/locfile.c: Include <stdbool.h>.
20944         (swap_endianness_p): New variable.
20945         (add_locale_uint32): Call maybe_swap_uint32.
20946         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20947         (write_locale_data): Call maybe_swap_uint32_array.
20948         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20949         maybe_swap_uint32.
20950         (obstack_int32_grow_fast): Likewise.
20951         (output_weightwc): Call maybe_swap_uint32_obstack.
20952         (collate_output): Likewise.
20953         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20954         (OPT_LITTLE_ENDIAN): Likewise.
20955         (options): Add --little-endian and --big-endian options.
20956         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20957         * locale/programs/locarchive.c: Include "locfile.h".
20958         (GET): New macro.
20959         (SET): Likewise.
20960         (INC): Likewise.
20961         (create_archive): Use the new macros to access fields of
20962         structures directly mapped from or written to locale archives.
20963         (oldlocrecentcmp): Likewise.
20964         (enlarge_archive): Likewise.
20965         (insert_name): Likewise.
20966         (add_alias): Likewise.
20967         (add_locale): Likewise.
20968         (delete_locales_from_archive): Likewise.
20969         (show_archive_content): Likewise.
20970         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20971         locale data.
20973 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20975         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20976         http://www.gnu.org/doc/freemanuals.texi.
20977         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20979 2013-09-24  Will Newton  <will.newton@linaro.org>
20981         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20982         macro.
20984 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20986         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20987         unsigned char.
20989 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20991         * manual/threads.texi (POSIX Threads): Fix a typo.
20993 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20995         [BZ #14547]
20996         * string/tst-strcoll-overflow.c: New test case.
20997         * string/Makefile (xtests): Add tst-strcoll-overflow.
20998         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20999         cache if string sizes may cause integer overflow.
21001         [BZ #14547]
21002         * string/strcoll_l.c (coll_seq): New members rule, idx,
21003         save_idx and back_us.
21004         (get_next_seq_nocache): New function.
21005         (do_compare_nocache): New function.
21006         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21007         when malloc fails.
21009 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21011         [BZ #15754]
21012         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21013         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21014         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21016         [BZ #15754]
21017         * elf/Makefile (tests): Add tst-ptrguard1.
21018         (tests-static): Add tst-ptrguard1-static.
21019         (tst-ptrguard1-ARGS): Define.
21020         (tst-ptrguard1-static-ARGS): Define.
21021         * elf/tst-ptrguard1.c: New file.
21022         * elf/tst-ptrguard1-static.c: New file.
21023         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21024         * sysdeps/i386/stackguard-macros.h: Likewise.
21025         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21026         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21027         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21028         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21029         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21030         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21032 2013-09-23  Hector Marco  <hecmargi@upv.es>
21033             Ismael Ripoll  <iripoll@disca.upv.es>
21034             Carlos O'Donell  <carlos@redhat.com>
21036         [BZ #15754]
21037         * sysdeps/generic/stackguard-macros.h: Define
21038         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21039         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21040         Define __pointer_chk_guard_local.
21041         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21042         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21044 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21046         [BZ #15859]
21047         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21049 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21051         * include/string.h (__ffs): Declare as hidden.
21052         * string/ffs.c (__ffs): Define as hidden.
21053         * sysdeps/i386/ffs.c (__ffs): Likewise.
21054         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21055         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21056         * sysdeps/s390/ffs.c (__ffs): Likewise.
21057         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21059 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21061         * NEWS: Mention malloc probes.
21063         * malloc/arena.c (new_heap): New memory_heap_new probe.
21064         (grow_heap): New memory_heap_more probe.
21065         (shrink_heap): New memory_heap_less probe.
21066         (heap_trim): New memory_heap_free probe.
21067         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21068         (systrim): New memory_sbrk_less probe.
21069         * manual/probes.texi: Document them.
21071         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21072         * manual/probes.texi: Document it.
21074         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21075         (__libc_realloc): Add memory_realloc_retry probe.
21076         (__libc_memalign): Add memory_memalign_retry probe.
21077         (__libc_valloc): Add memory_valloc_retry probe.
21078         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21079         (__libc_calloc): Add memory_calloc_retry probe.
21080         * manual/probes.texi: Document them.
21082         * malloc/arena.c (get_free_list): Add probe
21083         memory_arena_reuse_free_list.
21084         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21085         and memory_arena_reuse.
21086         (arena_get2) [!PER_THREAD]: Likewise.
21087         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21088         memory_arena_reuse_realloc.
21089         * manual/probes.texi: Document them.
21091         * malloc/malloc.c (__libc_free): Add
21092         memory_mallopt_free_dyn_thresholds probe.
21093         (__libc_mallopt): Add multiple memory_mallopt probes.
21094         * manual/probes.texi: Document them.
21096         * malloc/malloc.c: Include stap-probe.h.
21097         (__libc_mallopt): Add memory_mallopt probe.
21098         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21099         * manual/probes.texi: New.
21100         * manual/Makefile (chapters): Add probes.
21101         * manual/threads.texi: Set next node.
21103 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21105         [BZ #15963, #13985]
21106         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21107         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21108         Add `Chinese' to `nan' entry name.
21110 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21112         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21113         (POLYNOMIAL): Likewise.
21114         (TAYLOR_SINCOS): Likewise.
21115         (TAYLOR_SLOW): Likewise.
21116         (__sin): Use TAYLOR_SINCOS.
21117         (__cos): Likewise.
21118         (slow): Use TAYLOR_SLOW.
21119         (sloww): Likewise.
21120         (bsloww): Likewise.
21121         (csloww): Likewise.
21123 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21125         * stdlib/strtod_l.c: Fix buffer overrun.
21127 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21129         * benchtests/Makefile (bench): Add sincos.
21130         * benchtests/bench-sincos.c: New file.
21132         * math/libm-test.inc (cos_test_data): New test inputs.
21133         (sin_test_data): Likewise.
21135         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21136         macro.
21137         (__sin): Use it.
21138         (__cos): Likewise.
21139         (slow1): Likewise.
21140         (slow2): Likewise.
21141         (sloww1): Likewise.
21142         (sloww2): Likewise.
21143         (bsloww1): Likewise.
21144         (bsloww2): Likewise.
21145         (cslow2): Likewise.
21146         (csloww1): Likewise.
21147         (csloww2): Likewise.
21149         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21150         function.
21151         (__sin): Use it.
21152         (__cos): Likewise.
21154         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21155         gotos.
21156         (__cos): Likewise.
21158 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21160         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21161         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21162         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21163         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21164         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21165         * elf/cache.c (print_entry): Handle the new cache flags.
21167 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21168             Aldy Hernandez  <aldyh@redhat.com>
21170         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21171         Change condition to [_SOFT_FLOAT].
21172         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21173         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21174         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21175         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21176         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21177         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21178         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21179         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21180         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21181         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21182         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21183         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21184         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21185         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21186         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21187         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21188         declaration.
21190 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21192         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21193         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21194         (__longjmp): Use LOAD_GP to load saved GPRs.
21195         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21196         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21197         (__sigsetjmp): Use SAVE_GP to save GPRs.
21199         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21200         Do not append -msoft-float.
21201         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21203 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21205         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21207 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21209         [BZ #15966]
21210         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21211         (_FPU_GETCW): Use initial "__" on variable and field names but not
21212         on macro parameter name.
21213         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21214         parentheses around reference to macro parameter.
21216 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21218         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21219         prototype.
21220         (ctype_startup): Use uint32_t in cast and sizeof for
21221         ctype->charnames.
21223 2013-09-11  Jia Liu  <proljc@gmail.com>
21225         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21226         __daddr_t_defined.
21227         [__FreeBSD__]: Likewise.
21229 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21231         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21232         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21233         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21234         (strchr): Remove __strchr_sse42 ifunc selection.
21235         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21236         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21238 2013-09-11  Will Newton  <will.newton@linaro.org>
21240         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21241         parameter to RES. Remove hardcoded 1000 value.
21242         * benchtests/bench-skeleton.c (main): Pass RES parameter
21243         to TIMING_INIT and multiply result by 1000.
21245 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21249 2013-09-11  Andreas Schwab  <schwab@suse.de>
21251         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21252         if not defined.
21253         (O_TMPFILE) [__USE_GNU]: Define.
21254         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21255         Define.
21257 2013-09-11  Will Newton  <will.newton@linaro.org>
21259         [BZ #15857]
21260         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21261         does not overflow.
21263 2013-09-11  Will Newton  <will.newton@linaro.org>
21265         [BZ #15856]
21266         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21267         does not overflow.
21269 2013-09-11  Will Newton  <will.newton@linaro.org>
21271         [BZ #15855]
21272         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21273         does not overflow.
21275 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21277         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21278         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21279         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21280         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21281         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21283 2013-09-10  Allan McRae  <allan@archlinux.org>
21285         [BZ #15748]
21286         * manual/arith.texi (Parsing of Floats): Clarify
21287         cross-reference.
21289         [BZ #15849]
21290         * manual/install.texi (Running make install): Mention
21291         --enable-pt-chown.
21292         * INSTALL: Regenerated.
21294 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21296         * csu/init-first.c (_init): Remove the !SHARED condition around
21297         FPU control word initialization.
21298         * elf/dl-support.c (_dl_fpu_control): New variable.
21299         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21300         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21301         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21302         * math/test-fpucw-static.c: New file.
21303         * math/test-fpucw-ieee.c: New file.
21304         * math/test-fpucw-ieee-static.c: New file.
21305         * math/Makefile (tests): Add `test-fpucw-ieee' and
21306         `$(tests-static)'.
21307         (tests-static): New variable.
21308         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21309         dependency to...
21310         [($(build-shared),yes)]
21311         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21312         ... this.
21313         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21314         New dependency.
21316 2013-09-09  Allan McRae  <allan@archlinux.org>
21318         [BZ #15939]
21319         * manual/string.texi (Collation Functions): Fix typo in
21320         strcoll example.
21321         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21323         [BZ #15893]
21324         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21326         [BZ #15892]
21327         * libio/memstream.c (open_memstream): Fix memory leak.
21328         * libio/wmemstream.c (open_wmemstream): Likewise.
21330         [BZ #15895]
21331         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21333 2013-09-09  Will Newton  <will.newton@linaro.org>
21335         * malloc/Makefile: Add tst-realloc to tests.
21336         * malloc/tst-realloc.c: New file.
21338 2013-09-09  Allan McRae  <allan@archlinux.org>
21340         [BZ #15844]
21341         * COPYING: Update from GNU website to fix FSF address.
21342         * COPYING.LIB: Likewise.
21344 2013-09-06  David S. Miller  <davem@davemloft.net>
21346         * po/zh_TW.po: Update Chinese (traditional) translation from
21347         translation project.
21349 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21350             Joseph Myers  <joseph@codesourcery.com>
21352         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21353         "localeinfo.h".
21354         (obstack_chunk_alloc): New macro.
21355         (obstack_chunk_free): Likewise.
21356         (record_offset): New function.
21357         (init_locale_data): Likewise.
21358         (align_locale_data): Likewise.
21359         (add_locale_empty): Likewise.
21360         (add_locale_raw_data): Likewise.
21361         (add_locale_raw_obstack): Likewise.
21362         (add_locale_string): Likewise.
21363         (add_locale_wstring): Likewise.
21364         (add_locale_uint32): Likewise.
21365         (add_locale_uint32_array): Likewise.
21366         (add_locale_char): Likewise.
21367         (start_locale_structure): Likewise.
21368         (end_locale_structure): Likewise.
21369         (start_locale_prelude): Likewise.
21370         (end_locale_prelude): Likewise.
21371         (write_locale_data): Take locale_file structure rather than an
21372         iovec.
21373         * locale/programs/locfile.h: Include "obstack.h".
21374         (struct locale_file): Change to store locale file contents instead
21375         of header.
21376         (init_locale_data): New prototype.
21377         (align_locale_data): Likewise.
21378         (add_locale_empty): Likewise.
21379         (add_locale_raw_data): Likewise.
21380         (add_locale_raw_obstack): Likewise.
21381         (add_locale_string): Likewise.
21382         (add_locale_wstring): Likewise.
21383         (add_locale_uint32): Likewise.
21384         (add_locale_uint32_array): Likewise.
21385         (add_locale_char): Likewise.
21386         (start_locale_structure): Likewise.
21387         (end_locale_structure): Likewise.
21388         (start_locale_prelude): Likewise.
21389         (end_locale_prelude): Likewise.
21390         (write_locale_data): Update prototype.
21391         * locale/programs/3level.h (struct TABLE): Remove result field.
21392         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21393         Use new locale_file interface.
21394         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21395         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21396         * locale/programs/ld-address.c (address_output): Use new
21397         locale_file interface.
21398         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21399         NO_ADD_LOCALE.
21400         (collate_finish): Don't call collseq_table_finalize.
21401         (collate_output): Use new locale_file interface.
21402         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21403         in file.
21404         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21405         (TABLE): Move defines earlier in file.
21406         (ELEMENT): Likewise.
21407         (DEFAULT): Likewise.
21408         (wctrans_table_add): Move macro and inline function earlier in
21409         file.
21410         (struct wctype_table): Move type earlier in file.
21411         (add_locale_wctype_table): New static prototype.
21412         (struct locale_ctype_t): Use logical types instead of struct iovec
21413         pointers for members.
21414         (ctype_output): Use new locale_file interface.
21415         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21416         new locale_file interface.
21417         (allocate_arrays): Update for use of new locale_file interface.
21418         * locale/programs/ld-identification.c (identification_output): Use
21419         new locale_file interface.
21420         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21421         * locale/programs/ld-messages.c (messages_output): Likewise.
21422         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21423         * locale/programs/ld-name.c (name_output): Likewise.
21424         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21425         * locale/programs/ld-paper.c (paper_output): Likewise.
21426         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21427         * locale/programs/ld-time.c (time_output): Likewise.
21429 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21431         * benchtests/Makefile: Add memrchr benchmark.
21432         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21433         benchmark as memrchr.
21434         * benchtests/bench-memrchr-ifunc.c: New file.
21435         * benchtests/bench-memrchr.c: New file.
21437 2013-09-06   Will Newton  <will.newton@linaro.org>
21439         * benchtests/Makefile (string-bench): Add memcpy.
21441 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21442             Cong Wang  <amwang@redhat.com>
21444         [BZ #15850]
21445         * sysdeps/unix/sysv/linux/bits/in.h
21446         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21447         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21448         before __USE_KERNEL_IPV6_DEFS uses.
21449         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21450         IPPROTO_BEETPH.
21451         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21452         sockaddr_in6, or ipv6_mreq.
21454 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21456         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21457         memory access for final bytes in some large inputs.
21458         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21460 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21462         * string/test-memrchr.c: New file.
21463         * string/test-memrchr-ifunc.c: New file.
21464         * string/Makefile: Add new memrchr testcase.
21466 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21468         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21469         fanotify_init returns EPERM.
21471 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21473         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21474         errors.
21475         (top level): Treat second token from macro or constant entries for
21476         allowed headers as allowed.
21477         * include/complex.h: Condition internal declarations on
21478         [!_ISOMAC].
21479         * include/fenv.h: Condition include of <stdbool.h> and internal
21480         declarations on [!_ISOMAC].
21482 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21484         [BZ #15923]
21485         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21487 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21489         * configure.in (--enable-versioning): Remove configure option.
21490         (libc_cv_asm_symver_directive): Remove configure test.
21491         (libc_cv_ld_version_script_option): Likewise.
21492         (VERSIONING): Remove variable and AC_SUBST.
21493         (DO_VERSIONING): Remove AC_DEFINE.
21494         * configure: Regenerated.
21495         * config.h.in (DO_VERSIONING): Remove macro.
21496         * Makerules [$(versioning) = yes]: Change conditionals to
21497         [$(build-shared) = yes].
21498         * config.make.in (versioning): Remove variable.
21499         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21500         [$(build-shared) = yes].
21501         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21502         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21503         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21504         [$(build-shared) = yes].
21505         * extra-lib.mk [$(versioning) = yes]: Likewise.
21506         * hurd/Makefile [$(versioning) = yes]: Likewise.
21507         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21508         [SHARED].
21509         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21510         [SHARED].
21511         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21512         [SHARED && !NO_HIDDEN].
21513         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21514         [SHARED].
21515         [SHARED && DO_VERSIONING]: Likewise..
21516         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21517         [$(build-shared) = yes].
21518         * manual/install.texi (--disable-versioning): Remove
21519         documentation.
21520         * INSTALL: Regenerated.
21521         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21522         to [SHARED].
21523         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21524         [$(build-shared) = yes].
21525         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21526         * sysdeps/i386/i686/multiarch/strstr-c.c
21527         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21528         [SHARED && !NO_HIDDEN].
21529         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21530         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21531         * sysdeps/powerpc/powerpc32/dl-machine.c
21532         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21533         * sysdeps/powerpc/powerpc32/sysdep.h
21534         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21535         to [SHARED && PIC && !NO_HIDDEN].
21536         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21537         conditional to [SHARED].
21539 2013-09-04   Will Newton  <will.newton@linaro.org>
21541         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21542         * benchtests/bench-string.h: Include bench-timing.h instead
21543         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21544         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21545         call to HP_TIMING_DIFF_INIT.
21546         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21547         instead of hp-timing.h macros.
21548         * benchtests/bench-memchr.c: Likewise.
21549         * benchtests/bench-memcmp.c: Likewise.
21550         * benchtests/bench-memcpy.c: Likewise.
21551         * benchtests/bench-memmem.c: Likewise.
21552         * benchtests/bench-memmove.c: Likewise.
21553         * benchtests/bench-memset.c: Likewise.
21554         * benchtests/bench-rawmemchr.c: Likewise.
21555         * benchtests/bench-strcasecmp.c: Likewise.
21556         * benchtests/bench-strcasestr.c: Likewise.
21557         * benchtests/bench-strcat.c: Likewise.
21558         * benchtests/bench-strchr.c: Likewise.
21559         * benchtests/bench-strcmp.c: Likewise.
21560         * benchtests/bench-strcpy.c: Likewise.
21561         * benchtests/bench-strcpy_chk.c: Likewise.
21562         * benchtests/bench-strlen.c: Likewise.
21563         * benchtests/bench-strncasecmp.c: Likewise.
21564         * benchtests/bench-strncat.c: Likewise.
21565         * benchtests/bench-strncmp.c: Likewise.
21566         * benchtests/bench-strncpy.c: Likewise.
21567         * benchtests/bench-strnlen.c: Likewise.
21568         * benchtests/bench-strpbrk.c: Likewise.
21569         * benchtests/bench-strrchr.c: Likewise.
21570         * benchtests/bench-strspn.c: Likewise.
21571         * benchtests/bench-strstr.c: Likewise.
21573 2013-09-04  Will Newton  <will.newton@linaro.org>
21575         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21577 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21579         [BZ #15427]
21580         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21581         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21582         * math/libm-test.inc (lgamma_test_data): Add more tests.
21583         * sysdeps/i386/fpu/libm-test-ulps: Update.
21584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21586 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21588         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21589         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21590         Add ifunc.
21591         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21592         Add strcmp-sse2-unaligned
21593         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21595 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21597         * Versions.def (libc): Add GLIBC_2.19.
21599 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21601         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21602         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21604 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21606         [BZ #14155]
21607         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21608         intermediate calculations in recurrence.
21609         (__ieee754_ynf): Likewise.
21610         * math/libm-test.inc (jn_test_data): Do not allow spurious
21611         underflow exception.  Add more tests.
21612         (yn_test_data): Add more tests.
21613         * sysdeps/i386/fpu/libm-test-ulps: Update.
21614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21616 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21618         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21620 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21622         * csu/init-first.c: Fix then/than typos.
21623         * locale/programs/ld-collate.c: Likewise.
21624         * locale/programs/linereader.h: Likewise.
21625         * manual/charset.texi: Likewise.
21626         * manual/filesys.texi: Likewise.
21627         * manual/stdio.texi: Likewise.
21628         * manual/string.texi: Likewise.
21629         * stdlib/fmtmsg.c: Likewise.
21630         * sysdeps/i386/stpncpy.S: Likewise.
21631         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21632         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21633         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21634         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21636 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21638         * elf/dl-open.c: Fix typos.
21639         * iconvdata/gbbig5.c: Likewise.
21640         * iconvdata/iso-2022-jp.c: Likewise.
21641         * iconv/gconv_int.h: Likewise.
21642         * iconv/loop.c: Likewise.
21643         * nis/rpcsvc/nis.h: Likewise.
21644         * resolv/ns_name.c: Likewise.
21645         * stdio-common/vfscanf.c: Likewise.
21646         * streams/stropts.h: Likewise.
21647         * sunrpc/rpc_thread.c: Likewise.
21648         * sysdeps/i386/strpbrk.S: Likewise.
21649         * sysdeps/ieee754/k_standard.c: Likewise.
21650         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21651         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21652         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21653         * sysdeps/mach/hurd/profil.c: Likewise.
21654         * sysdeps/s390/dl-procinfo.h: Likewise.
21655         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21656         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21657         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21658         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21659         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21661 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21663         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21664         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21666 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21668         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21669         aix specific files.
21670         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21671         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21672         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21673         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21674         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21675         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21676         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21677         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21679 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21680             Roland McGrath  <roland@hack.frob.com>
21682         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21683         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21685 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21687         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21688         __executable_start symbol instead of _start.
21690 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21692         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21693         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21694         Move macros to...
21695         * sysdeps/gnu/ldsodefs.h: ... this new file.
21697         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21698         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21699         instead of ELFOSABI_LINUX.
21701         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21702         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21703         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21704         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21705         Likewise.
21706         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21707         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21708         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21709         Likewise.
21710         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21711         (ibm_extended_long_double): Add ieee_nan member.
21712         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21713         (do_test): New function.
21715         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21716         TEST_TRUNC.
21717         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21718         functions, renamed from truncdfsf_test, trunctfsf_test,
21719         trunctfdf_test.
21720         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21721         functions.
21722         (do_test): Run all these.
21724 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21726         * argp/argp-help.c: Fix typos.
21727         * argp/argp-parse.c: Likewise.
21728         * debug/backtracesyms.c: Likewise.
21729         * elf/elf.h: Likewise.
21730         * malloc/malloc.c: Likewise.
21731         * nis/nis_print.c: Likewise.
21732         * resolv/res_comp.c: Likewise.
21733         * stdlib/stdlib.h: Likewise.
21734         * sunrpc/clnt_tcp.c: Likewise.
21735         * sunrpc/clnt_udp.c: Likewise.
21736         * sunrpc/clnt_unix.c: Likewise.
21737         * sysdeps/unix/bsd/ptsname.c: Likewise.
21738         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21739         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21741         Likewise.
21742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21743         Likewise.
21744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21745         Likewise.
21746         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21748 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21750         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21751         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21753 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21755         [BZ #15897]
21756         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21757         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21758         ($(objpfx)bug-dl-leaf): New rule.
21759         ($(objpfx)bug-dl-leaf.so): Likewise.
21760         ($(objpfx)bug-dl-leaf.out): Likewise.
21761         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21762         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21763         * dlfcn/bug-dl-leaf.c: New test.
21764         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21765         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21766         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21767         (dlclose): Likewise.
21768         (dlmopen): Likewise.
21770 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21772         * include/netdb.h [!_ISOMAC]:
21773         Don't include <tls.h>.
21774         (h_errno, __libc_h_errno): Move declaration and macros out of
21775         [_LIBC_REENTRANT].
21777         * include/resolv.h [_RESOLV_H_]:
21778         Don't include <tls.h>.
21779         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21780         * resolv/res_libc.c: Don't include <tls.h>.
21781         (_res): Use __attribute__ ((nocommon)) in place of
21782         __attribute__ ((section (".bss"))).
21784         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21785         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21787         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21789         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21790         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21792         * resolv/res_mkquery.c: Include <sys/time.h>.
21794         * inet/ifreq.c: Moved to ...
21795         * sysdeps/unix/ifreq.c: ... here.
21796         * inet/ifreq.c: New file, true stub version.
21798         * socket/sa_len.c: New file.
21799         * socket/Makefile (aux): Add it.
21800         * sysdeps/unix/sysv/linux/Makefile
21801         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21802         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21803         and #include <socket/sa_len.c>.
21804         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21805         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21807         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21808         * bits/socket.h: ... here.
21810         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21811         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21812         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21814 2013-08-27  Andreas Schwab  <schwab@suse.de>
21816         [BZ #15736]
21817         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21818         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21819         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21820         * string/test-strcasecmp.c (test_main): Run tests in several
21821         locales.
21822         * string/test-strncasecmp.c (test_main): Likewise.
21824         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21825         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21826         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21827         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21828         (__strncasecmp_ssse3) [PIC]: Likewise.
21830 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21832         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21834         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21835         instead of explicitly declaring xdecrypt.
21836         * nis/nss_nis/nis-publickey.c: Likewise.
21838 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21840         [BZ #15890]
21841         * nscd/aicache.c: Include res_hconf.h.
21842         (addhstaiX): Initialize res_hconf.
21844 2013-08-26  Andreas Schwab  <schwab@suse.de>
21846         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21847         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21849 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21851         * nscd/aicache.c (addhstaiX): Fix indentation.
21853 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21855         * configure.ac: Quote $build_pt_chown test.
21856         * configure: Regenerated.
21858 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21860         [BZ #15532]
21861         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21862         * math/s_cexpf.c (__cexpf): Likewise.
21863         * math/s_cexpl.c (__cexpl): Likewise.
21864         * math/libm-test.inc (cexp_test_data): Correct expected return
21865         value for NaN + i0.  Add another test.
21867 2013-08-22  David S. Miller  <davem@davemloft.net>
21869         * po/ca.po: Update Catalan translation from translation project.
21870         * po/uk.po: Add Ukrainian translations from translation project.
21872 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21874         [BZ #15797]
21875         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21876         is infinite, not alongside NaN test.
21877         * math/s_fdimf.c (__fdimf): Likewise.
21878         * math/s_fdiml.c (__fdiml): Likewise.
21879         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21880         errno is unchanged.
21882 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21884         * argp/argp-help.c: Fix typos.
21885         * crypt/speeds.c: Likewise.
21886         * csu/check_fds.c: Likewise.
21887         * elf/dl-load.c: Likewise.
21888         * elf/dl-open.c: Likewise.
21889         * elf/reldep3.c: Likewise.
21890         * elf/reldep.c: Likewise.
21891         * elf/sprof.c: Likewise.
21892         * iconv/iconv_charmap.c: Likewise.
21893         * iconv/skeleton.c: Likewise.
21894         * iconv/strtab.c: Likewise.
21895         * io/lockf64.c: Likewise.
21896         * libio/libioP.h: Likewise.
21897         * resolv/gai_notify.c: Likewise.
21898         * resolv/ns_name.c: Likewise.
21899         * resolv/ns_samedomain.c: Likewise.
21900         * resolv/res_send.c: Likewise.
21901         * stdlib/random.c: Likewise.
21902         * sunrpc/rpc/xdr.h: Likewise.
21903         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21904         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21905         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21906         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21907         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21908         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21909         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21910         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21911         * sysdeps/mach/hurd/check_fds.c: Likewise.
21912         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21913         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21914         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21915         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21916         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21917         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21918         * sysdeps/pthread/aio_notify.c: Likewise.
21919         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21920         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21921         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21922         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21923         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21925 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21927         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21928         version if bit_Slow_SSE4_2 is set.
21929         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21930         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21932 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21934         [BZ #15867]
21935         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21936         trampoline stack frame information.
21937         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21938         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21939         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21940         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21941         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21942         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21943         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21944         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21945         sa_flags value.
21946         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21947         interrupting a syscall and set with option SA_SIGINFO.
21949 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21951         [BZ #15531]
21952         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21953         argument is infinite.
21954         * math/s_cprojf.c (__cprojf): Likewise.
21955         * math/s_cprojl.c (__cprojl): Likewise.
21956         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21957         * math/libm-test.inc (cproj_test_data): Add more tests.
21959         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21961         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21962         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21963         size.  Use __ffs to determine corresponding shift.
21965 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21966             Roland McGrath  <roland@hack.frob.com>
21968         * Makefile (INSTALL): Remove trailing blank lines from output of
21969         makeinfo.
21971 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21973         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21974         Align 32 bit compat elf_greg to 8 bytes.
21976 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21978         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21980 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21982         * string/strcoll_l.c (coll_seq): New structure.
21983         (get_next_seq_cached): New function.
21984         (get_next_seq): New function.
21985         (do_compare): New function.
21986         (STRCOLL): Use GNU style definition.  Simplify implementation
21987         by using get_next_seq, get_next_seq_cached and do_compare.
21989 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21991         [BZ #14699]
21992         CVE-2013-4237
21993         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21994         member.
21995         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21996         member.
21997         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21998         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21999         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22000         conditional.
22001         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22002         GETDENTS_64BIT_ALIGNED.
22003         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22004         * manual/filesys.texi (Reading/Closing Directory): Document
22005         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22006         strongly.
22007         * manual/conf.texi (Limits for Files): Add portability note to
22008         NAME_MAX, PATH_MAX.
22009         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22011 2013-08-13  Andreas Schwab  <schwab@suse.de>
22013         [BZ #15749]
22014         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22015         of fabs.
22016         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22017         LDBL_MAX_EXP >= 16384]: Add tests for it.
22019 2013-08-12  David S. Miller  <davem@davemloft.net>
22021         * version.h (RELEASE): Set to "development".
22022         (VERSION): Set to "2.18.90".
22023         * NEWS: Add 2.19 section.
22025 2013-08-03  David S. Miller  <davem@davemloft.net>
22027         * po/ko.po: Update Korean translation from translation project.
22029 2013-08-01  David S. Miller  <davem@davemloft.net>
22031         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22032         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22033         Bilka.
22035 2013-07-30  David S. Miller  <davem@davemloft.net>
22037         * po/fr.po: Update French translation from translation project.
22039 2013-07-28  David S. Miller  <davem@davemloft.net>
22041         * po/cs.po: Update Czech translation from translation project.
22043         * po/sv.po: Update Swedish translation from translation project.
22045 2013-07-27  David S. Miller  <davem@davemloft.net>
22047         * po/eo.po: Update Esperanto translation from translation project.
22049         * po/vi.po: Update Vietnamese translation from translation project.
22051         * po/de.po: Update German translation from translation project.
22053 2013-07-26  David S. Miller  <davem@davemloft.net>
22055         * po/bg.po: Update Bulgarian translation from translation project.
22057         * po/nl.po: Update Dutch translation from translation project.
22058         * po/pl.po: Update Polish translation from translation project.
22059         * po/ru.po: Update Russian translation from translation project.
22061 2013-07-24  David S. Miller  <davem@davemloft.net>
22063         * po/libc.pot: Update.
22065 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22067         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22068         variable page size.
22069         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22070         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22071         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22073 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22075         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22077 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22078             Andreas Schwab  <schwab@suse.de>
22079             Roland McGrath  <roland@hack.frob.com>
22080             Joseph Myers  <joseph@codesourcery.com>
22081             Carlos O'Donell  <carlos@redhat.com>
22083         [BZ #15755]
22084         * config.h.in: Define HAVE_PT_CHOWN.
22085         * config.make.in (build-pt-chown): New variable.
22086         * configure.in (--enable-pt_chown): New configure option.
22087         * configure: Regenerate.
22088         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22089         build-pt-chown is enabled.
22090         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22091         pt_chown to fix pty ownership.
22092         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22093         CLOSE_ALL_FDS.
22094         * manual/install.texi (Configuring and compiling): Mention
22095         --enable-pt_chown. Add @findex for grantpt.
22096         * INSTALL: Regenerate.
22098 2013-07-20  David S. Miller  <davem@davemloft.net>
22100         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22101         difference between 32-bit and 64-bit.
22103 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22105         [BZ #15711]
22106         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22107         Avoid system header dependency with -ffreestanding.
22108         ($(objpfx)bits/syscall%d): Likewise.
22110 2013-07-13  David S. Miller  <davem@davemloft.net>
22112         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22113         underflows from atanl/atan2l due to bug 15319.
22114         (casinh_test_data): Likewise.
22116 2013-07-07  David S. Miller  <davem@davemloft.net>
22118         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22120 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22122         * sysdeps/i386/fpu/libm-test-ulps: Update.
22123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22125 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22127         * configure.in (--enable-lock-elision): Fix message text.
22128         * INSTALL: Regenerate.
22129         * configure: Regenerate.
22131 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22135 2013-07-03  Andreas Jaeger  <aj@suse.de>
22137         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22138         define.
22139         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22140         (ptrace_peeksiginfo_args): Add.
22141         (__ptrace_peeksiginfo_flags): Add.
22142         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22143         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22144         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22146 2013-07-03  Allan McRae  <allan@archlinux.org>
22148         * sysdeps/i386/fpu/libm-test-ulps: Update.
22150 2013-07-02  David S. Miller  <davem@davemloft.net>
22152         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22154 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22156         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22158 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22160         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22163 2013-07-02  Andi Kleen <ak@linux.intel.com>
22165         * config.h.in (ENABLE_LOCK_ELISION): Add.
22166         * configure.in (--enable-lock-elision): Add option.
22167         * manual/install.texi: Document --enable lock elision.
22168         * configure: Regenerate
22169         * INSTALL: Regenerate.
22171 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22173         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22174         SSE4.2 strcasecmp for libc.a.
22175         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22177 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22179         [BZ #13304]
22180         * soft-fp/op-common.h (_FP_FMA): New macro.
22181         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22182         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22183         (_FP_MUL_MEAT_1_imm): ... here.
22184         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22185         (_FP_MUL_MEAT_1_wide): ... here.
22186         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22187         (_FP_MUL_MEAT_1_hard): ... here.
22188         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22189         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22190         (_FP_MUL_MEAT_2_wide): ... here.
22191         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22192         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22193         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22194         (_FP_MUL_MEAT_2_gmp): ... here.
22195         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22196         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22197         (_FP_MUL_MEAT_4_wide): ... here.
22198         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22199         (_FP_MUL_MEAT_4_gmp): ... here.
22200         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22201         (_FP_WFRACBITS_DW_S): Likewise.
22202         (_FP_WFRACXBITS_DW_S): Likewise.
22203         (_FP_HIGHBIT_DW_S): Likewise.
22204         (FP_FMA_S): Likewise.
22205         (_FP_FRAC_HIGH_DW_S): Likewise.
22206         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22207         (_FP_WFRACBITS_DW_D): Likewise.
22208         (_FP_WFRACXBITS_DW_D): Likewise.
22209         (_FP_HIGHBIT_DW_D): Likewise.
22210         (FP_FMA_D): Likewise.
22211         (_FP_FRAC_HIGH_DW_D): Likewise.
22212         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22213         (_FP_WFRACBITS_DW_E): Likewise.
22214         (_FP_WFRACXBITS_DW_E): Likewise.
22215         (_FP_HIGHBIT_DW_E): Likewise.
22216         (FP_FMA_E): Likewise.
22217         (_FP_FRAC_HIGH_DW_E): Likewise.
22218         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22219         (_FP_WFRACBITS_DW_Q): Likewise.
22220         (_FP_WFRACXBITS_DW_Q): Likewise.
22221         (_FP_HIGHBIT_DW_Q): Likewise.
22222         (FP_FMA_Q): Likewise.
22223         (_FP_FRAC_HIGH_DW_Q): Likewise.
22224         * soft-fp/fmasf4.c: New file.
22225         * soft-fp/fmadf4.c: Likewise.
22226         * soft-fp/fmatf4.c: Likewise.
22228 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22230         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22231         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22232         Silvermont.
22233         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22234         macro.
22235         (index_Slow_SSE4_2): Likewise.
22236         (index_Prefer_PMINUB_for_stringop): Likewise.
22237         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22238         bit_Slow_SSE4_2 is set.
22239         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22240         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22242 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22244         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22245         rtld_global._dl_hwcap2.
22246         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22247         POWER8.
22248         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22249         POWER8 feature descriptions defined in _dl_hwcap2.
22250         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22251         string handling for POWER8 feature bits.
22252         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22253         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22254         _dl_powerpc_cap_flags.
22255         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22256         * sysdeps/powerpc/rtld-global-offsets.sym
22257         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22258         _dl_hwcap2 in the rtld_global_ro structure.
22260 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22262         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22263         hardware capabilities in support of AT_HWCAP2.
22264         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22265         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22266         GLRO(dl_hwcap2).
22267         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22268         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22269         explicitly the unknown a_type display mechanism is used.
22270         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22271         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22272         struct member.
22273         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22274         to macro prototype for AT_HWCAP2 support.
22275         * sysdeps/i386/dl-procinfo.h: Likewise.
22276         * sysdeps/s390/dl-procinfo.h: Likewise.
22277         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22278         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22279         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22280         return -1 for unknown a_type display fallback.
22281         * sysdeps/sparc/dl-procinfo.h: Likewise.
22282         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22283         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22285 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22287         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22288         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22290 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22292         [BZ #12492]
22293         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22294         mprotect making __stack_prot writable.
22296 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22297             Joseph Myers  <joseph@codesourcery.com>
22299         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22300         as being properly aligned.
22302 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22304         * dlfcn/modstatic5.c: New file.
22305         * dlfcn/tststatic5.c: New file.
22306         * dlfcn/Makefile (tests): Add tststatic5.
22307         (tests-static): Likewise.
22308         (modules-names): Add modstatic5.
22309         (tststatic5-ENV): New variable.
22310         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22312         [BZ #15022]
22313         * elf/dl-support.c (_dl_main_map): New variable.
22314         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22315         (_dl_nns, _dl_load_adds): Set to 1.
22316         (_dl_initial_searchlist): Refer to _dl_main_map.
22317         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22318         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22319         call to _dl_get_origin.
22320         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22321         around call_map.
22322         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22323         * dlfcn/modstatic3.c: New file.
22324         * dlfcn/tststatic3.c: New file.
22325         * dlfcn/tststatic4.c: New file.
22326         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22327         (tests-static): Likewise.
22328         (modules-names): Add modstatic3.
22329         (tststatic3-ENV, tststatic4-ENV): New variables.
22330         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22331         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22333 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22335         * configure.in (CC): Require GCC version 4.4 or later.
22336         * configure: Regenerated.
22337         * manual/install.texi (Tools for Compilation): Update GCC version
22338         requirement.
22339         * INSTALL: Regenerated.
22341 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22343         [BZ #15674]
22344         * string/test-memcmp.c (check2): New.
22345         (main): Call check2.
22347         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22349 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22351         [BZ #15022]
22352         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22353         over to...
22354         (dl_open_worker) [!SHARED]: ... here.
22356 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22358         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22360 2013-06-25  Richard Henderson  <rth@redhat.com>
22362         * locale/programs/locarchive.c: Include <libc-internal.h>
22364 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22366         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22367         trailing whitespace removed.
22369 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22371         [BZ #10283]
22372         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22373         * locale/programs/locarchive.c: Include libc-mmap.h.
22374         (prepare_address_space): Take two new outputs (the mmap base and len).
22375         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22376         values.
22377         (create_archive): Declare new mmap base and len values for
22378         prepare_address_space, and store the result in ah.
22379         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22380         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22381         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22382         Declare new mmap base and len values for
22383         prepare_address_space, and store the result in new_ah.
22384         (open_archive): Declare new mmap base and len values for
22385         prepare_address_space, and store the result in ah.
22386         (close_archive): If ah->mmap_base is not NULL, use that and
22387         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22388         * sysdeps/generic/libc-mmap.h: New file.
22390 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22392         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22393         (ALIGN_UP): Likewise.
22394         (PTR_ALIGN_DOWN): Likewise.
22395         (PTR_ALIGN_UP): Likewise.
22397 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22399         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22400         entry mapped to PPC_PLATFORM_POWER8.
22401         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22402         POWER8.
22403         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22404         (_dl_string_platform): Add case for exporting platform position for
22405         POWER8.
22406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22407         search path to sysdeps/powerpc/powerpc32/power8 directory.
22408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22409         search path to sysdeps/powerpc/powerpc64/power8 directory.
22410         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22411         power7 directories.
22412         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22413         power7 directories.
22415 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22417         * INSTALL: Regenerate.
22419         * nscd/connections.c (nscd_init): Fix comment.
22421 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22423         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22425         [BZ #15667]
22426         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22427         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22429 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22431         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22432         DL_DST_REQ_STATIC.
22433         (DL_DST_REQ_STATIC): Remove macro.
22435 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22437         [BZ #7006]
22438         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22439         with a shift of 0 bits.
22441 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22443         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22444         $(tststatic-ENV).
22446 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22448         [BZ #15655]
22449         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22451 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22453         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22454         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22455         accepts -fno-tree-loop-distribute-patterns.
22456         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22457         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22458         recursive call.
22459         * string/memset.c (memset): Likewise.
22460         * string/test-memmove.c (simple_memmove): Disable loop transformation
22461         to library calls.
22462         * string/test-memset.c (simple_memset): Likewise.
22463         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22464         * benchtests/bench-memset.c (simple_memset): Likewise.
22465         * configure: Regenerated.
22467 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22469         * math/test-misc.c (main): Ignore fesetround failure when failures
22470         of subsequent rounding tests would be ignored.
22472         [BZ #15654]
22473         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22474         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22475         * math/fegetenv.c (__fegetenv): Return 0.
22476         * math/fegetexcept.c (fegetexcept): Return 0.
22477         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22478         FE_TONEAREST.
22479         * math/feholdexcpt.c (feholdexcept): Return 0.
22480         * math/fesetenv.c (__fesetenv): Return 0.
22481         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22482         argument FE_TONEAREST.
22483         * math/feupdateenv.c (__feupdateenv): Return 0.
22484         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22486 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22488         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22489         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22490         ($(objpfx)rtld-%.os rules): Use them.
22492 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22494         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22495         fields.
22497 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22499         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22500         length of target pattern, then descending length of dependency pattern.
22501         * configure.in (AWK): Require gawk 3.1.2 or newer.
22502         * manual/install.texi (Tools for Compilation): Say that we do.
22503         * configure: Regenerated.
22505         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22506         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22507         * scripts/sysd-rules.awk: ... this new script.
22508         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22509         than a glob-style pattern.
22511 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22513         * math/test-misc.c (main): Do not treat incorrectly rounded
22514         conversions as failure unless ROUNDING_TESTS passes.
22516 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22518         [BZ #15631]
22519         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22520         restore exception state around main square root computation, then
22521         check for inexactness explicitly.
22523         * math/libm-test.inc (fma_test_data): Add another test.
22525 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22527         * manual/threads.texi (Non-POSIX Extensions): New document
22528         node.  Document pthread_getattr_default_np and
22529         pthread_setattr_default_np.
22531         * Versions.def (libpthread): Add GLIBC_2.18.
22532         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22534         Likewise.
22535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22536         Likewise.
22537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22538         Likewise.
22539         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22540         Likewise.
22541         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22542         Likewise.
22543         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22544         Likewise.
22545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22546         Likewise.
22547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22548         Likewise.
22549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22550         Likewise.
22552 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22554         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22555         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22557 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22558             H.J. Lu  <hjl.tools@gmail.com>
22560         [BZ #15627]
22561         * sysdeps/x86_64/rtld-memset.c: Remove file.
22562         * sysdeps/x86_64/rtld-memset.S: New file.
22564 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22566         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22567         (test_in_one_mode): Take arguments for whether the rounding mode
22568         is supported for each floating-point type.
22569         (do_test): Pass new arguments to test_in_one_mode using
22570         ROUNDING_TESTS.
22572 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22574         * posix/tst-waitid.c (do_test): Distinguish different instances of
22575         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22576         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22577         before entering the kernel for waitpid.
22579 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22581         * NEWS: Fix note on clock function precision.  Text by Roland
22582         McGrath.
22584 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22586         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22587         it into place only when and if the sanity check passes.
22589 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22591         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22592         output for whether conversion result is exact.  Take argument
22593         indicating whether type is IBM long double.
22594         (round_for_all): Change need_exact field to ibm_ld.
22595         * stdlib/tst-strtod-round.c (struct exactness): New type.
22596         (struct test): Change bool ld_ok field to struct exactness exact.
22597         (TEST): Update all definitions for change to field.
22598         (tests): Regenerate array contents.
22599         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22600         field value.  Check for IBM long double here.
22601         (do_test): Update calls to test_in_one_mode.
22603 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22605         [BZ #12515]
22606         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22607         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22609 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22611         [BZ #15605]
22612         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22613         generated by the compiler on loop optimizations.
22614         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22615         general definitions.
22617 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22619         * math/bug-nextafter.c: Include <math-tests.h>.
22620         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22621         the relevant type.
22622         * math/bug-nexttoward.c: Include <math-tests.h>.
22623         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22624         the relevant type.
22625         * math/test-misc.c: Include <math-tests.h>.
22626         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22627         the relevant type.
22629 2013-06-12  Andreas Jaeger  <aj@suse.de>
22631         * po/ia.po: Update Interlingua translation from translation
22632         project.
22634 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22636         * include/fenv.h: Include stdbool.h.
22637         (struct rm_ctx): New structure.
22638         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22639         Define macro.
22640         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22641         (SET_RESTORE_ROUNDF): Likewise.
22642         (SET_RESTORE_ROUNDL): Likewise.
22643         (SET_RESTORE_ROUND_NOEX): Likewise.
22644         (SET_RESTORE_ROUND_NOEXF): Likewise.
22645         (SET_RESTORE_ROUND_NOEXL): Likewise.
22646         (SET_RESTORE_ROUND_53BIT): Likewise.
22647         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22648         (libc_feresetround_noexf_ctx): Likewise.
22649         (libc_feresetround_noexl_ctx): Likewise.
22650         (libc_feholdsetround_53bit_ctx): Likewise.
22651         (libc_feresetround_53bit_ctx): Likewise.
22652         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22653         (libc_feholdexcept_setround_sse_ctx): New function.
22654         (libc_fesetenv_sse_ctx): Likewise.
22655         (libc_feupdateenv_sse_ctx): Likewise.
22656         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22657         (libc_feholdexcept_setround_387_ctx): Likewise.
22658         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22659         (libc_feholdsetround_387_prec_ctx): Likewise.
22660         (libc_feholdsetround_387_ctx): Likewise.
22661         (libc_feholdsetround_387_53bit_ctx): Likewise.
22662         (libc_feholdsetround_sse_ctx): Likewise.
22663         (libc_feresetround_sse_ctx): Likewise.
22664         (libc_feresetround_387_ctx): Likewise.
22665         (libc_feupdateenv_387_ctx): Likewise.
22666         (libc_feholdexcept_setroundf_ctx): Define macro.
22667         (libc_fesetenvf_ctx): Likewise.
22668         (libc_feupdateenvf_ctx): Likewise.
22669         (libc_feholdsetroundf_ctx): Likewise.
22670         (libc_feresetroundf_ctx): Likewise.
22671         (libc_feholdexcept_setround_ctx): Likewise.
22672         (libc_fesetenv_ctx): Likewise.
22673         (libc_feupdateenv_ctx): Likewise.
22674         (libc_feholdsetround_ctx): Likewise.
22675         (libc_feresetround_ctx): Likewise.
22676         (libc_feholdexcept_setroundl_ctx): Likewise.
22677         (libc_feupdateenvl_ctx): Likewise.
22678         (libc_feholdsetroundl_ctx): Likewise.
22679         (libc_feresetroundl_ctx): Likewise.
22680         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22681         (libc_feresetround_53bit_ctx): Likewise.
22683 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22685         * locale/iso-639.def: Convert to UTF-8.
22687 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22689         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22690         (EXCEPTION_TESTS_double): Likewise.
22691         (EXCEPTION_TESTS_long_double): Likewise.
22692         (EXCEPTION_TESTS): Likewise.
22693         * math/libm-test.inc (test_exceptions): Only test exceptions if
22694         EXCEPTION_TESTS (FLOAT).
22696 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22698         * benchtests/Makefile (string-bench): Add strcpy_chk and
22699         stpcpy_chk.
22700         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22701         * benchtests/bench-stpcpy_chk.c: New file.
22702         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22703         * benchtests/bench-strcpy_chk.c: New file.
22704         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22705         code.
22706         (do_test): Likewise.
22708 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22710         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22711         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22712         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22713         with tabs where appropriate.
22714         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22715         dl-procinfo.h.
22716         [PPC_PLATFORM_PPC440]: Likewise.
22717         [PPC_PLATFORM_PPC464]: Likewise.
22718         [PPC_PLATFORM_PPC476]: Likewise.
22719         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22720         ppc464, and ppc476 platform strings merging from ports/
22721         dl-procinfo.h.
22723 2013-06-11  Andreas Schwab  <schwab@suse.de>
22725         [BZ #14991]
22726         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22727         (from_ucs4_idx): Regenerate.
22728         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22729         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22730         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22731         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22732         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22733         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22734         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22735         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22736         from FROM_LOOP and TO_LOOP specific macros.
22737         (BODY): Handle combining characters.
22738         * iconvdata/BIG5HKSCS.irreversible: Update.
22739         * iconvdata/BIG5HKSCS.precomposed: New file.
22740         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22741         characters.
22742         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22744 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22746         * include/sys/time.h: Fix indentation and add copyright header.
22748         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22749         (do_test): Likewise.
22750         * string/test-memchr.c (do_one_test): Likewise.
22751         (do_test): Likewise.
22752         * string/test-memcmp.c (do_one_test): Likewise.
22753         (do_test): Likewise.
22754         * string/test-memcpy.c (do_one_test): Likewise.
22755         (do_test): Likewise.
22756         * string/test-memmem.c (do_one_test): Likewise.
22757         (do_test): Likewise.
22758         (do_random_tests): Likewise.
22759         * string/test-memmove.c (do_one_test): Likewise.
22760         (do_test): Likewise.
22761         * string/test-memset.c (do_one_test): Likewise.
22762         (do_test): Likewise.
22763         * string/test-rawmemchr.c (do_one_test): Likewise.
22764         (do_test): Likewise.
22765         * string/test-strcasecmp.c (do_one_test): Likewise.
22766         (do_test): Likewise.
22767         * string/test-strcasestr.c (do_one_test): Likewise.
22768         (do_test): Likewise.
22769         * string/test-strcat.c (do_one_test): Likewise.
22770         (do_test): Likewise.
22771         * string/test-strchr.c (do_one_test): Likewise.
22772         (do_test): Likewise.
22773         * string/test-strcmp.c (do_one_test): Likewise.
22774         (do_test): Likewise.
22775         * string/test-strcpy.c (do_one_test): Likewise.
22776         (do_test): Likewise.
22777         * string/test-string.h: Likewise.
22778         (test_init): Likewise.
22779         * string/test-strlen.c (do_one_test): Likewise.
22780         (do_test): Likewise.
22781         * string/test-strncasecmp.c (do_one_test): Likewise.
22782         (do_test): Likewise.
22783         * string/test-strncat.c (do_one_test): Likewise.
22784         (do_test): Likewise.
22785         * string/test-strncmp.c (do_one_test): Likewise.
22786         (do_test_limit): Likewise.
22787         (do_test): Likewise.
22788         * string/test-strncpy.c (do_one_test): Likewise.
22789         (do_test): Likewise.
22790         * string/test-strnlen.c (do_one_test): Likewise.
22791         (do_test): Likewise.
22792         * string/test-strpbrk.c (do_one_test): Likewise.
22793         (do_test): Likewise.
22794         * string/test-strrchr.c (do_one_test): Likewise.
22795         (do_test): Likewise.
22796         * string/test-strspn.c (do_one_test): Likewise.
22797         (do_test): Likewise.
22798         * string/test-strstr.c (do_one_test): Likewise.
22799         (do_test): Likewise.
22801         * benchtests/Makefile (string-bench): Add string benchmarks.
22802         * benchtests/bench-bcopy-ifunc.c: New file.
22803         * benchtests/bench-bcopy.c: New file.
22804         * benchtests/bench-bzero-ifunc.c: New file.
22805         * benchtests/bench-bzero.c: New file.
22806         * benchtests/bench-memccpy-ifunc.c: New file.
22807         * benchtests/bench-memccpy.c: New file.
22808         * benchtests/bench-memchr-ifunc.c: New file.
22809         * benchtests/bench-memchr.c: New file.
22810         * benchtests/bench-memcmp-ifunc.c: New file.
22811         * benchtests/bench-memcmp.c: New file.
22812         * benchtests/bench-memmem-ifunc.c: New file.
22813         * benchtests/bench-memmem.c: New file.
22814         * benchtests/bench-memmove-ifunc.c: New file.
22815         * benchtests/bench-memmove.c: New file.
22816         * benchtests/bench-mempcpy-ifunc.c: New file.
22817         * benchtests/bench-mempcpy.c: New file.
22818         * benchtests/bench-memset-ifunc.c: New file.
22819         * benchtests/bench-memset.c: New file.
22820         * benchtests/bench-rawmemchr-ifunc.c: New file.
22821         * benchtests/bench-rawmemchr.c: New file.
22822         * benchtests/bench-stpcpy-ifunc.c: New file.
22823         * benchtests/bench-stpcpy.c: New file.
22824         * benchtests/bench-stpncpy-ifunc.c: New file.
22825         * benchtests/bench-stpncpy.c: New file.
22826         * benchtests/bench-strcasecmp-ifunc.c: New file.
22827         * benchtests/bench-strcasecmp.c: New file.
22828         * benchtests/bench-strcasestr-ifunc.c: New file.
22829         * benchtests/bench-strcasestr.c: New file.
22830         * benchtests/bench-strcat-ifunc.c: New file.
22831         * benchtests/bench-strcat.c: New file.
22832         * benchtests/bench-strchr-ifunc.c: New file.
22833         * benchtests/bench-strchr.c: New file.
22834         * benchtests/bench-strchrnul-ifunc.c: New file.
22835         * benchtests/bench-strchrnul.c: New file.
22836         * benchtests/bench-strcmp-ifunc.c: New file.
22837         * benchtests/bench-strcmp.c: New file.
22838         * benchtests/bench-strcpy-ifunc.c: New file.
22839         * benchtests/bench-strcpy.c: New file.
22840         * benchtests/bench-strcspn-ifunc.c: New file.
22841         * benchtests/bench-strcspn.c: New file.
22842         * benchtests/bench-strlen-ifunc.c: New file.
22843         * benchtests/bench-strlen.c: New file.
22844         * benchtests/bench-strncasecmp-ifunc.c: New file.
22845         * benchtests/bench-strncasecmp.c: New file.
22846         * benchtests/bench-strncat-ifunc.c: New file.
22847         * benchtests/bench-strncat.c: New file.
22848         * benchtests/bench-strncmp-ifunc.c: New file.
22849         * benchtests/bench-strncmp.c: New file.
22850         * benchtests/bench-strncpy-ifunc.c: New file.
22851         * benchtests/bench-strncpy.c: New file.
22852         * benchtests/bench-strnlen-ifunc.c: New file.
22853         * benchtests/bench-strnlen.c: New file.
22854         * benchtests/bench-strpbrk-ifunc.c: New file.
22855         * benchtests/bench-strpbrk.c: New file.
22856         * benchtests/bench-strrchr-ifunc.c: New file.
22857         * benchtests/bench-strrchr.c: New file.
22858         * benchtests/bench-strspn-ifunc.c: New file.
22859         * benchtests/bench-strspn.c: New file.
22860         * benchtests/bench-strstr-ifunc.c: New file.
22861         * benchtests/bench-strstr.c: New file.
22863         * benchtests/Makefile: Disable parallel execution of targets.
22864         (string-bench): Add memcpy.
22865         (benchset): New variable to store a list of benchmark sets.
22866         (bench-func): Renamed from bench.
22867         (bench-set): New target.
22868         (bench): Depend on bench-func and bench-set.
22869         * benchtests/README: Add section on benchmark sets.
22870         * benchtests/bench-memcpy-ifunc.c: New file.
22871         * benchtests/bench-memcpy.c: New file.
22872         * benchtests/bench-string.h: New file.
22874 2013-06-11  Andreas Schwab  <schwab@suse.de>
22876         [BZ #15577]
22877         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22878         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22879         values in the triple.
22880         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22881         terminator in the group key.
22883 2013-06-11  Andreas Jaeger  <aj@suse.de>
22885         * po/zh_TW.po: Update Chinese (traditional) translation from
22886         translation project.
22888 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22890         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22891         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22892         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22893         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22894         (clock_getcpuclockid): Likewise.
22895         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22896         Add weak_alias and libc_hidden_def.
22897         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22898         * rt/clock_gettime.c (clock_gettime): Rename to
22899         __clock_gettime.  Add weak_alias and libc_hidden_def.
22900         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22901         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22902         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22903         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22904         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22905         Likewise.
22906         * rt/clock_settime.c (clock_settime): Rename to
22907         __clock_settime.  Add weak_alias and libc_hidden_def.
22908         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22910 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22912         * mach/err_boot.sub: Remove trailing whitespace.
22913         * mach/err_ipc.sub: Likewise.
22914         * mach/err_mach.sub: Likewise.
22916         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22917         (ROUNDING_TESTS_double): Likewise.
22918         (ROUNDING_TESTS_long_double): Likewise.
22919         (ROUNDING_TESTS): Likewise.
22920         * math/libm-test.inc: Include <math-tests.h>.
22921         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22922         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22923         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22924         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22926 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22928         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22929         of assigning.
22931 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22933         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22934         otherwise empty TRANS lines.
22935         * sysdeps/gnu/errlist.c: Regenerated.
22937         * catgets/gencat.c (error_print): Use (void) in function
22938         definition.
22939         * crypt/crypt_util.c (__init_des): Likewise.
22940         * crypt/speeds.c (Stop): Likewise.
22941         (main): Likewise.
22942         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22943         * inet/ruserpass.c (token): Likewise.
22944         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22945         * intl/localealias.c (extend_alias_table): Likewise.
22946         * intl/plural-exp.c (init_germanic_plural): Likewise.
22947         * libio/fcloseall.c (__fcloseall): Likewise.
22948         * libio/genops.c (_IO_flush_all): Likewise.
22949         (_IO_flush_all_linebuffered): Likewise.
22950         (_IO_cleanup): Likewise.
22951         (_IO_iter_begin): Likewise.
22952         (_IO_iter_end): Likewise.
22953         (_IO_list_lock): Likewise.
22954         (_IO_list_unlock): Likewise.
22955         (_IO_list_resetlock): Likewise.
22956         * libio/getchar.c (getchar): Likewise.
22957         * libio/getchar_u.c (getchar_unlocked): Likewise.
22958         * libio/getwchar.c (getwchar): Likewise.
22959         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22960         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22961         * login/getpt.c (__getpt): Likewise.
22962         * login/tst-utmp.c (main): Likewise.
22963         * malloc/hooks.c (__malloc_check_init): Likewise.
22964         * malloc/malloc.c (__malloc_stats): Likewise.
22965         * malloc/mtrace.c (tr_break): Likewise.
22966         (mtrace): Likewise.
22967         (muntrace): Likewise.
22968         * misc/fstab.c (endfsent): Likewise.
22969         * misc/getclktck.c (__getclktck): Likewise.
22970         * misc/getdtsz.c (__getdtablesize): Likewise.
22971         * misc/gethostid.c (gethostid): Likewise.
22972         * misc/getpagesize.c (__getpagesize): Likewise.
22973         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22974         (__get_nprocs): Likewise.
22975         (__get_phys_pages): Likewise.
22976         (__get_avphys_pages): Likewise.
22977         * misc/getttyent.c (getttyent): Likewise.
22978         (setttyent): Likewise.
22979         (endttyent): Likewise.
22980         * misc/getusershell.c (getusershell): Likewise.
22981         (endusershell): Likewise.
22982         (setusershell): Likewise.
22983         (initshells): Likewise.
22984         * misc/hsearch.c (__hdestroy): Likewise.
22985         * misc/sync.c (sync): Likewise.
22986         * misc/syslog.c (closelog_internal): Likewise.
22987         (closelog): Likewise.
22988         * misc/ttyslot.c (ttyslot): Likewise.
22989         * misc/vhangup.c (vhangup): Likewise.
22990         * posix/fork.c (__fork): Likewise.
22991         * posix/getegid.c (__getegid): Likewise.
22992         * posix/geteuid.c (__geteuid): Likewise.
22993         * posix/getgid.c (__getgid): Likewise.
22994         * posix/getpid.c (__getpid): Likewise.
22995         * posix/getppid.c (__getppid): Likewise.
22996         * posix/getuid.c (__getuid): Likewise.
22997         * posix/pause.c (pause): Likewise.
22998         * posix/setpgrp.c (setpgrp): Likewise.
22999         * posix/setsid.c (__setsid): Likewise.
23000         * posix/test-vfork.c (noop): Likewise.
23001         * resolv/gethnamaddr.c (_endhtent): Likewise.
23002         (_gethtent): Likewise.
23003         (ht_endhostent): Likewise.
23004         (gethostent): Likewise.
23005         (dns_service): Likewise.
23006         * stdlib/drand48.c (drand48): Likewise.
23007         * stdlib/lrand48.c (lrand48): Likewise.
23008         * stdlib/mrand48.c (mrand48): Likewise.
23009         * stdlib/rand.c (rand): Likewise.
23010         * stdlib/random.c (__random): Likewise.
23011         * stdlib/setenv.c (clearenv): Likewise.
23012         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23013         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23014         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23015         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23016         (__get_nprocs): Likewise.
23017         (__get_phys_pages): Likewise.
23018         (__get_avphys_pages): Likewise.
23019         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23020         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23021         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23022         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23023         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23024         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23025         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23026         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23027         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23028         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23029         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23030         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23031         * sysdeps/posix/clock.c (clock): Likewise.
23032         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23033         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23034         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23035         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23036         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23037         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23038         (__get_nprocs_conf): Likewise.
23039         (__get_phys_pages): Likewise.
23040         (__get_avphys_pages): Likewise.
23041         * time/clock.c (clock): Likewise.
23042         * time/tzset.c (__tzname_max): Likewise.
23044 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23046         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23047         (__bswap_32): Do not use "register".
23048         * crypt/crypt.c (_ufc_doit_r): Likewise.
23049         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23050         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23051         * gmon/gmon.c (__monstartup): Likewise.
23052         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23053         * hurd/hurdmalloc.c (more_memory): Likewise.
23054         (malloc): Likewise.
23055         (free): Likewise.
23056         (realloc): Likewise.
23057         (malloc_fork_prepare): Likewise.
23058         (malloc_fork_parent): Likewise.
23059         (malloc_fork_child): Likewise.
23060         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23061         (_svcauth_des): Likewise.
23062         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23063         * inet/inet_net.c (inet_network): Likewise.
23064         * inet/inet_netof.c (inet_netof): Likewise.
23065         * inet/rcmd.c (__validuser2_sa): Likewise.
23066         * io/fts.c (fts_open): Likewise.
23067         (fts_load): Likewise.
23068         (fts_close): Likewise.
23069         (fts_read): Likewise.
23070         (fts_children): Likewise.
23071         (fts_build): Likewise.
23072         (fts_stat): Likewise.
23073         (fts_sort): Likewise.
23074         (fts_alloc): Likewise.
23075         (fts_lfree): Likewise.
23076         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23077         (_IO_file_xsgetn): Likewise.
23078         (_IO_file_xsgetn_mmap): Likewise.
23079         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23080         (_IO_cookie_write): Likewise.
23081         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23082         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23083         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23084         * malloc/obstack.c (_obstack_begin): Likewise.
23085         (_obstack_begin_1): Likewise.
23086         (_obstack_newchunk): Likewise.
23087         (_obstack_allocated_p): Likewise.
23088         (obstack_free): Likewise.
23089         (_obstack_memory_used): Likewise.
23090         * misc/getttyent.c (getttynam): Likewise.
23091         (getttyent): Likewise.
23092         (skip): Likewise.
23093         (value): Likewise.
23094         * misc/getusershell.c (initshells): Likewise.
23095         * misc/syslog.c (__vsyslog_chk): Likewise.
23096         * misc/ttyslot.c (ttyslot): Likewise.
23097         * nis/nis_hash.c (__nis_hash): Likewise.
23098         * posix/fnmatch_loop.c (FCT): Likewise.
23099         * posix/getconf.c (print_all): Likewise.
23100         (main): Likewise.
23101         * posix/getopt.c (exchange): Likewise.
23102         * posix/glob.c (globfree): Likewise.
23103         (prefix_array): Likewise.
23104         (__glob_pattern_type): Likewise.
23105         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23106         (NS_GET32): Likewise.
23107         (NS_PUT16): Likewise.
23108         (NS_PUT32): Likewise.
23109         * resolv/gethnamaddr.c (getanswer): Likewise.
23110         (gethostbyname2): Likewise.
23111         (gethostbyaddr): Likewise.
23112         (_gethtent): Likewise.
23113         (_gethtbyname2): Likewise.
23114         (_gethtbyaddr): Likewise.
23115         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23116         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23117         * resolv/res_init.c (__res_vinit): Likewise.
23118         (net_mask): Likewise.
23119         * resolv/res_mkquery.c (outchar): Likewise.
23120         (PRINT): Likewise.
23121         * stdio-common/printf_fp.c (outchar): Likewise.
23122         (PRINT): Likewise.
23123         * stdio-common/printf_fphex.c (outchar): Likewise.
23124         (PRINT): Likewise.
23125         * stdio-common/printf_size.c (outchar): Likewise.
23126         (PRINT): Likewise.
23127         * stdio-common/test_rdwr.c (main): Likewise.
23128         * stdio-common/tfformat.c (matches): Likewise.
23129         * stdio-common/vfprintf.c (outchar): Likewise.
23130         (printf_unknown): Likewise.
23131         (buffered_vfprintf): Likewise.
23132         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23133         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23134         (ReadFile): Likewise.
23135         * stdlib/qsort.c (SWAP): Likewise.
23136         (_quicksort): Likewise.
23137         * stdlib/setenv.c (__add_to_environ): Likewise.
23138         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23139         * stdlib/strtol_l.c (__strtol_l): Likewise.
23140         * stdlib/tst-strtod.c (main): Likewise.
23141         * stdlib/tst-strtol.c (main): Likewise.
23142         * stdlib/tst-strtoll.c (main): Likewise.
23143         * string/bits/string2.h (__strcmp_cc): Likewise.
23144         (__strcmp_cg): Likewise.
23145         (__strcspn_c1): Likewise.
23146         (__strcspn_c2): Likewise.
23147         (__strcspn_c3): Likewise.
23148         (__strspn_c1): Likewise.
23149         (__strspn_c2): Likewise.
23150         (__strspn_c3): Likewise.
23151         (__strsep_1c): Likewise.
23152         (__strsep_2c): Likewise.
23153         (__strsep_3c): Likewise.
23154         * string/memccpy.c (__memccpy): Likewise.
23155         * string/stpcpy.c (__stpcpy): Likewise.
23156         * string/strcmp.c (strcmp): Likewise.
23157         * string/strrchr.c (strrchr): Likewise.
23158         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23159         Likewise.
23160         * sysdeps/mach/hurd/getcwd.c
23161         (_hurd_canonicalize_directory_name_internal): Likewise.
23162         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23163         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23164         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23165         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23166         Likewise, in both definitions.
23167         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23168         definitions.
23169         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23170         64] (__bswap_64): Likewise.
23171         * time/test_time.c (main): Likewise.
23172         * time/tzfile.c (__tzfile_read): Likewise.
23173         (__tzfile_compute): Likewise.
23174         * time/tzset.c (__tzset_parse_tz): Likewise.
23175         (tzset_internal): Likewise.
23176         (compute_change): Likewise.
23177         * wcsmbs/wcscat.c (__wcscat): Likewise.
23178         * wcsmbs/wcschr.c (wcschr): Likewise.
23179         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23180         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23181         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23182         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23183         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23184         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23185         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23186         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23187         * wcsmbs/wmemset.c (wmemset): Likewise.
23189 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23191         * scripts/config.guess: Update to version 2013-05-16.
23192         * scripts/config.sub: Update to version 2013-04-24.
23193         * scripts/install-sh: Update to version 2011-11-20.07.
23194         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23195         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23197 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23199         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23200         * elf/sln.c: Likewise.
23201         * hurd/hurd/ioctl.h: Likewise.
23202         * hurd/hurdmalloc.c: Likewise.
23203         * hurd/xattr.c: Likewise.
23204         * include/shlib-compat.h: Likewise.
23205         * inet/ruserpass.c: Likewise.
23206         * libio/iofgets_u.c: Likewise.
23207         * libio/iofgetws_u.c: Likewise.
23208         * locale/programs/ld-identification.c: Likewise.
23209         * locale/programs/ld-time.c: Likewise.
23210         * mach/msg-destroy.c: Likewise.
23211         * nss/nss_files/files-netgrp.c: Likewise.
23212         * resolv/res_data.c: Likewise.
23213         * soft-fp/op-1.h: Likewise.
23214         * soft-fp/op-2.h: Likewise.
23215         * soft-fp/op-4.h: Likewise.
23216         * soft-fp/op-common.h: Likewise.
23217         * stdio-common/printf_fphex.c: Likewise.
23218         * stdlib/strtod_l.c: Likewise.
23219         * sunrpc/rpc/clnt.h: Likewise.
23220         * sysdeps/generic/framestate.c: Likewise.
23221         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23222         * sysdeps/i386/bsd-setjmp.S: Likewise.
23223         * sysdeps/i386/__longjmp.S: Likewise.
23224         * sysdeps/i386/setjmp.S: Likewise.
23225         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23226         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23227         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23228         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23229         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23230         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23231         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23232         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23233         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23234         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23235         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23236         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23237         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23238         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23239         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23240         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23241         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23242         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23243         * sysdeps/ieee754/support.c: Likewise.
23244         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23245         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23246         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23247         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23248         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23249         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23250         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23251         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23252         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23253         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23254         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23255         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23256         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23257         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23258         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23259         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23260         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23263 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23265         * posix/transbug.c: Remove executable mode.
23267 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23269         * crypt/speeds.c: Remove trailing whitespace.
23270         * dlfcn/default.c: Likewise.
23271         * elf/ifuncdep2.c: Likewise.
23272         * elf/ifuncmain1.c: Likewise.
23273         * elf/ifuncmain1vis.c: Likewise.
23274         * elf/testobj.h: Likewise.
23275         * elf/tst-stackguard1.c: Likewise.
23276         * gmon/sys/gmon.h: Likewise.
23277         * hurd/hurdmsg.c: Likewise.
23278         * hurd/new-fd.c: Likewise.
23279         * hurd/ports-get.c: Likewise.
23280         * iconvdata/ibm1008_420.c: Likewise.
23281         * inet/tst-getni1.c: Likewise.
23282         * inet/tst-getni2.c: Likewise.
23283         * libio/ioungetc.c: Likewise.
23284         * libio/wfiledoalloc.c: Likewise.
23285         * manual/libm-err-tab.pl: Likewise.
23286         * math/w_dremf.c: Likewise.
23287         * misc/ftruncate.c: Likewise.
23288         * posix/bug-glob2.c: Likewise.
23289         * posix/tst-pcre.c: Likewise.
23290         * posix/wait4.c: Likewise.
23291         * resolv/README: Likewise.
23292         * resolv/res_debug.h: Likewise.
23293         * resolv/tst-inet_ntop.c: Likewise.
23294         * setjmp/bug269-setjmp.c: Likewise.
23295         * soft-fp/extended.h: Likewise.
23296         * soft-fp/op-1.h: Likewise.
23297         * soft-fp/op-2.h: Likewise.
23298         * soft-fp/op-4.h: Likewise.
23299         * soft-fp/op-8.h: Likewise.
23300         * soft-fp/testit.c: Likewise.
23301         * stdio-common/bug16.c: Likewise.
23302         * stdlib/random.c: Likewise.
23303         * sunrpc/rpcsvc/rquota.x: Likewise.
23304         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23305         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23306         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23307         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23308         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23309         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23310         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23311         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23312         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23313         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23314         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23315         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23316         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23317         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23318         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23319         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23320         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23321         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23322         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23323         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23324         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23325         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23326         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23327         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23328         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23329         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23330         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23331         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23332         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23333         * sysdeps/ieee754/s_lib_version.c: Likewise.
23334         * sysdeps/mach/hurd/check_fds.c: Likewise.
23335         * sysdeps/mach/hurd/getsockname.c: Likewise.
23336         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23337         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23338         * sysdeps/powerpc/bits/link.h: Likewise.
23339         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23340         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23341         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23342         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23343         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23344         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23345         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23346         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23347         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23348         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23349         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23350         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23351         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23352         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23353         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23354         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23355         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23356         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23357         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23358         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23359         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23360         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23361         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23362         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23363         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23364         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23365         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23366         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23367         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23368         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23369         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23370         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23371         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23372         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23373         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23374         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23375         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23376         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23377         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23378         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23379         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23380         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23381         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23382         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23383         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23384         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23385         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23386         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23387         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23388         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23389         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23390         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23391         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23392         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23393         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23394         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23395         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23396         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23397         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23398         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23399         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23400         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23401         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23402         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23403         * sysdeps/powerpc/sysdep.h: Likewise.
23404         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23405         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23406         * sysdeps/sh/dl-trampoline.S: Likewise.
23407         * sysdeps/sh/memset.S: Likewise.
23408         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23409         * sysdeps/sh/strlen.S: Likewise.
23410         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23411         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23412         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23413         * sysdeps/sparc/sparc32/rem.S: Likewise.
23414         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23415         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23416         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23417         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23418         * sysdeps/sparc/sparc32/urem.S: Likewise.
23419         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23420         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23421         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23422         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23423         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23424         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23425         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23426         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23427         * sysdeps/unix/bsd/times.c: Likewise.
23428         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23429         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23433         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23434         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23435         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23436         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23437         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23438         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23439         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23440         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23441         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23442         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23443         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23444         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23445         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23446         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23447         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23448         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23449         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23450         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23451         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23452         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23453         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23454         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23455         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23456         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23457         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23458         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23459         * sysdeps/x86_64/strcspn.S: Likewise.
23461 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23463         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23464         generated file.  Regenerate properly from gen-translit.pl.
23465         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23466         locale/C-translit.h.
23468 2013-06-05  Andreas Schwab  <schwab@suse.de>
23470         [BZ #15100]
23471         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23472         week as 6 instead of -1.
23473         * time/tst-strptime.c (day_tests): Add test case.
23475 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23477         * sysdeps/generic/math_private.h
23478         (libc_feholdexcept_setround_53bit): Replace with
23479         libc_feholdsetround_53bit.
23480         (libc_feupdateenv_53bit): Replace with
23481         libc_feresetround_53bit.
23482         (SET_RESTORE_ROUND_53BIT): Adjust.
23484 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23486         * string/test-strchrnul.c: Add copyright header.
23488         * posix/tst-getaddrinfo4.c: Increase test timeout.
23490 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23492         [BZ #15536]
23493         * math/libm-test.inc (MAX_EXP): Remove
23494         (MIN_EXP): Define.
23495         (ulp): Use MIN_EXP - MANT_DIG.
23496         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23498 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23500         * po/be.po: Revert last change.
23501         * po/zh_CN.po: Likewise.
23502         * po/header.pot: Likewise.
23504 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23506         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23507         link-libc-deps to empty as target-specific variable.
23508         * Makerules (link-libc-args): New variable.
23509         (libc-for-link): Likewise.
23510         (link-libc-deps): Likewise.
23511         (lib%.so): Depend on $(link-libc-deps).  Link with
23512         $(link-libc-args).
23513         (build-module): Link with $(link-libc-args).
23514         (build-module-asneeded): Likewise.
23515         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23516         list of objects.
23517         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23518         target-specific variable.
23519         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23520         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23521         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23522         libc.
23523         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23524         libc and ld.so.
23525         ($(objpfx)libpcprofile.so): Likewise.
23526         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23527         libc_nonshared.a.
23528         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23529         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23530         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23531         $(link-libc-deps).
23532         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23533         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23534         * login/Makefile ($(objpfx)libutil.so): Likewise.
23535         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23536         * math/Makefile ($(objpfx)libm.so): Likewise.
23537         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23538         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23539         variable instead of depending directly on libc.
23540         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23541         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23542         $(link-libc-deps).
23543         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23544         libc.
23545         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23546         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23547         ($(objpfx)libanl.so): Likewise.
23548         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23549         ld.so.
23550         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23551         $(link-libc-deps).
23552         * sysdeps/i386/fpu/Makefile: Remove file.
23553         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23554         ($(objpfx)libm.so): Remove dependency on ld.so.
23556 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23558         [BZ # 15553]
23559         * nis/yp_xdr.c (XDRMAXNAME): Define.
23560         (XDRMAXRECORD): Define.
23561         (xdr_domainname): Use XDRMAXNAME.
23562         (xdr_mapname): Likewise.
23563         (xdr_peername): Likewise.
23564         (xdr_keydat): Use XDRMAXRECORD.
23565         (xdr_valdat): Likewise.
23567 2013-05-30  Jeff Law  <law@redhat.com>
23569         [BZ #14256]
23570         * manual/errno.texi (ESTALE): Update to account for more than
23571         just NFS file systems.
23572         * sysdeps/gnu/errlist.c: Regenerated.
23574 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23576         [BZ #15465]
23577         * elf/Makefile (tests): Add tst-null-argv.
23578         (modules-names):  Add tst-null-argv-lib.
23579         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23580         (tst-null-argv-ENV): Set environment for tst-null-argv.
23581         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23582         (RTLD_PROGNAME): New macro.
23583         * elf/tst-null-argv.c: New test case.
23584         * elf/tst-null-argv-lib.c: Library for test case.
23585         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23586         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23587         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23588         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23589         * elf/dl-init.c (call_init): Likewise.
23590         (_dl_init): Likewise.
23591         * elf/dl-load.c (print_search_path): Likewise.
23592         (_dl_map_object): Likewise.
23593         * elf/dl-lookup.c (do_lookup_x): Likewise.
23594         (add_dependency): Likewise.
23595         (_dl_lookup_symbol_x): Likewise.
23596         (_dl_debug_bindings): Likewise.
23597         * elf/dl-open.c (_dl_show_scope): Likewise.
23598         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23599         * elf/dl-version.c (match_symbol): Likewise.
23600         (_dl_check_map_versions): Likewise.
23601         * elf/rtld.c (dl_main): Likewise.
23602         (print_unresolved): Use RTLD_PROGNAME.
23603         (print_missing_version): Likewise.
23604         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23605         (elf_machine_rela): Likewise.
23606         * sysdeps/powerpc/powerpc32/dl-machine.c
23607         (__process_machine_rela): Likewise.
23608         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23609         Likewise.
23610         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23611         Likewise.
23612         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23613         Likewise.
23614         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23615         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23616         Likewise.
23617         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23618         Likewise.
23619         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23621 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23623         * po/be.po: Add descriptive title.
23624         * po/zh_CN.po: Likewise.
23625         * po/header.pot: Likewise.
23627 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23629         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23630         error message.
23631         (enlarge_archive): Likewise.
23633 2013-05-28  Ben North  <ben@redfrontdoor.org>
23635         * manual/arith.texi (frexp): It is the magnitude of the return
23636         value which lies in [0.5, 1), not the return value itself.
23638 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23640         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23642 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23644         * stdio-common/bug26.c (main): Correct fscanf template.
23646         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23647         declare _dl_skip_args.
23649         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23650         Don't declare.
23652         * manual/platform.texi: Add missing @end deftypefun.
23654 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23656         [BZ #15529]
23657         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23658         bit of mantissa of 2^16382.
23659         * math/libm-test.inc (hypot_test_data): Add more tests.
23661         * math/libm-test.inc: Add drem and pow10 to list of tested
23662         functions.
23663         (pow10_test): New function.
23664         (drem_test): Likewise.
23665         (drem_test_tonearest): Likewise.
23666         (drem_test_towardzero): Likewise.
23667         (drem_test_downward): Likewise.
23668         (drem_test_upward): Likewise.
23669         (main): Call the new functions.
23671         * math/libm-test.inc (finite_test_data): Remove.
23672         (finite_test): Run tests from isfinite_test_data.
23673         (gamma_test_data): Remove.
23674         (gamma_test): Run tests from lgamma_test_data.
23675         * sysdeps/i386/fpu/libm-test-ulps: Update.
23676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23678 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23680         * manual/platform.texi: Add PowerPC PPR function set documentation.
23681         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23682         implementation.
23684 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23686         * math/libm-test.inc (MAX_EXP): Define.
23687         (ULPDIFF): Define.
23688         (ulp): New function.
23689         (check_float_internal): Use ULPDIFF.
23690         (cpow_test): Disable failing test.
23691         (check_ulp): Test ulp() implemetnation.
23692         (main): Call check_ulp before starting tests.
23694 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23696         * math/gen-libm-test.pl (generate_testfile): Do not handle
23697         START_DATA and END_DATA.
23698         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23699         END_DATA.
23700         (acos_tonearest_test_data): Likewise.
23701         (acos_towardzero_test_data): Likewise.
23702         (acos_downward_test_data): Likewise.
23703         (acos_upward_test_data): Likewise.
23704         (acosh_test_data): Likewise.
23705         (asin_test_data): Likewise.
23706         (asin_tonearest_test_data): Likewise.
23707         (asin_towardzero_test_data): Likewise.
23708         (asin_downward_test_data): Likewise.
23709         (asin_upward_test_data): Likewise.
23710         (asinh_test_data): Likewise.
23711         (atan_test_data): Likewise.
23712         (atanh_test_data): Likewise.
23713         (atan2_test_data): Likewise.
23714         (cabs_test_data): Likewise.
23715         (cacos_test_data): Likewise.
23716         (cacosh_test_data): Likewise.
23717         (carg_test_data): Likewise.
23718         (casin_test_data): Likewise.
23719         (casinh_test_data): Likewise.
23720         (catan_test_data): Likewise.
23721         (catanh_test_data): Likewise.
23722         (cbrt_test_data): Likewise.
23723         (ccos_test_data): Likewise.
23724         (ccosh_test_data): Likewise.
23725         (ceil_test_data): Likewise.
23726         (cexp_test_data): Likewise.
23727         (cimag_test_data): Likewise.
23728         (clog_test_data): Likewise.
23729         (clog10_test_data): Likewise.
23730         (conj_test_data): Likewise.
23731         (copysign_test_data): Likewise.
23732         (cos_test_data): Likewise.
23733         (cos_tonearest_test_data): Likewise.
23734         (cos_towardzero_test_data): Likewise.
23735         (cos_downward_test_data): Likewise.
23736         (cos_upward_test_data): Likewise.
23737         (cosh_test_data): Likewise.
23738         (cosh_tonearest_test_data): Likewise.
23739         (cosh_towardzero_test_data): Likewise.
23740         (cosh_downward_test_data): Likewise.
23741         (cosh_upward_test_data): Likewise.
23742         (cpow_test_data): Likewise.
23743         (cproj_test_data): Likewise.
23744         (creal_test_data): Likewise.
23745         (csin_test_data): Likewise.
23746         (csinh_test_data): Likewise.
23747         (csqrt_test_data): Likewise.
23748         (ctan_test_data): Likewise.
23749         (ctan_tonearest_test_data): Likewise.
23750         (ctan_towardzero_test_data): Likewise.
23751         (ctan_downward_test_data): Likewise.
23752         (ctan_upward_test_data): Likewise.
23753         (ctanh_test_data): Likewise.
23754         (ctanh_tonearest_test_data): Likewise.
23755         (ctanh_towardzero_test_data): Likewise.
23756         (ctanh_downward_test_data): Likewise.
23757         (ctanh_upward_test_data): Likewise.
23758         (erf_test_data): Likewise.
23759         (erfc_test_data): Likewise.
23760         (exp_test_data): Likewise.
23761         (exp_tonearest_test_data): Likewise.
23762         (exp_towardzero_test_data): Likewise.
23763         (exp_downward_test_data): Likewise.
23764         (exp_upward_test_data): Likewise.
23765         (exp10_test_data): Likewise.
23766         (exp2_test_data): Likewise.
23767         (expm1_test_data): Likewise.
23768         (fabs_test_data): Likewise.
23769         (fdim_test_data): Likewise.
23770         (finite_test_data): Likewise.
23771         (floor_test_data): Likewise.
23772         (fma_test_data): Likewise.
23773         (fma_towardzero_test_data): Likewise.
23774         (fma_downward_test_data): Likewise.
23775         (fma_upward_test_data): Likewise.
23776         (fmax_test_data): Likewise.
23777         (fmin_test_data): Likewise.
23778         (fmod_test_data): Likewise.
23779         (fpclassify_test_data): Likewise.
23780         (frexp_test_data): Likewise.
23781         (gamma_test_data): Likewise.
23782         (hypot_test_data): Likewise.
23783         (ilogb_test_data): Likewise.
23784         (isfinite_test_data): Likewise.
23785         (isgreater_test_data): Likewise.
23786         (isgreaterequal_test_data): Likewise.
23787         (isinf_test_data): Likewise.
23788         (isless_test_data): Likewise.
23789         (islessequal_test_data): Likewise.
23790         (islessgreater_test_data): Likewise.
23791         (isnan_test_data): Likewise.
23792         (isnormal_test_data): Likewise.
23793         (issignaling_test_data): Likewise.
23794         (isunordered_test_data): Likewise.
23795         (j0_test_data): Likewise.
23796         (j1_test_data): Likewise.
23797         (jn_test_data): Likewise.
23798         (ldexp_test_data): Likewise.
23799         (lgamma_test_data): Likewise.
23800         (lrint_test_data): Likewise.
23801         (lrint_tonearest_test_data): Likewise.
23802         (lrint_towardzero_test_data): Likewise.
23803         (lrint_downward_test_data): Likewise.
23804         (lrint_upward_test_data): Likewise.
23805         (llrint_test_data): Likewise.
23806         (llrint_tonearest_test_data): Likewise.
23807         (llrint_towardzero_test_data): Likewise.
23808         (llrint_downward_test_data): Likewise.
23809         (llrint_upward_test_data): Likewise.
23810         (log_test_data): Likewise.
23811         (log10_test_data): Likewise.
23812         (log1p_test_data): Likewise.
23813         (log2_test_data): Likewise.
23814         (logb_test_data): Likewise.
23815         (logb_downward_test_data): Likewise.
23816         (lround_test_data): Likewise.
23817         (llround_test_data): Likewise.
23818         (modf_test_data): Likewise.
23819         (nearbyint_test_data): Likewise.
23820         (nextafter_test_data): Likewise.
23821         (nexttoward_test_data): Likewise.
23822         (pow_test_data): Likewise.
23823         (pow_tonearest_test_data): Likewise.
23824         (pow_towardzero_test_data): Likewise.
23825         (pow_downward_test_data): Likewise.
23826         (pow_upward_test_data): Likewise.
23827         (remainder_test_data): Likewise.
23828         (remainder_tonearest_test_data): Likewise.
23829         (remainder_towardzero_test_data): Likewise.
23830         (remainder_downward_test_data): Likewise.
23831         (remainder_upward_test_data): Likewise.
23832         (remquo_test_data): Likewise.
23833         (rint_test_data): Likewise.
23834         (rint_tonearest_test_data): Likewise.
23835         (rint_towardzero_test_data): Likewise.
23836         (rint_downward_test_data): Likewise.
23837         (rint_upward_test_data): Likewise.
23838         (round_test_data): Likewise.
23839         (scalb_test_data): Likewise.
23840         (scalbn_test_data): Likewise.
23841         (scalbln_test_data): Likewise.
23842         (signbit_test_data): Likewise.
23843         (sin_test_data): Likewise.
23844         (sin_tonearest_test_data): Likewise.
23845         (sin_towardzero_test_data): Likewise.
23846         (sin_downward_test_data): Likewise.
23847         (sin_upward_test_data): Likewise.
23848         (sincos_test_data): Likewise.
23849         (sinh_test_data): Likewise.
23850         (sinh_tonearest_test_data): Likewise.
23851         (sinh_towardzero_test_data): Likewise.
23852         (sinh_downward_test_data): Likewise.
23853         (sinh_upward_test_data): Likewise.
23854         (sqrt_test_data): Likewise.
23855         (tan_test_data): Likewise.
23856         (tan_tonearest_test_data): Likewise.
23857         (tan_towardzero_test_data): Likewise.
23858         (tan_downward_test_data): Likewise.
23859         (tan_upward_test_data): Likewise.
23860         (tanh_test_data): Likewise.
23861         (tgamma_test_data): Likewise.
23862         (trunc_test_data): Likewise.
23863         (y0_test_data): Likewise.
23864         (y1_test_data): Likewise.
23865         (yn_test_data): Likewise.
23866         (significand_test_data): Likewise.
23868         * math/gen-libm-test.pl (@functions): Remove variable.
23869         (generate_testfile): Don't handle START and END lines.
23870         * math/libm-test.inc (START): New macro.
23871         (END): Likewise.
23872         (END_COMPLEX): Likewise.
23873         (acos_test): Use END macro without arguments.
23874         (acos_test_tonearest): Likewise.
23875         (acos_test_towardzero): Likewise.
23876         (acos_test_downward): Likewise.
23877         (acos_test_upward): Likewise.
23878         (acosh_test): Likewise.
23879         (asin_test): Likewise.
23880         (asin_test_tonearest): Likewise.
23881         (asin_test_towardzero): Likewise.
23882         (asin_test_downward): Likewise.
23883         (asin_test_upward): Likewise.
23884         (asinh_test): Likewise.
23885         (atan_test): Likewise.
23886         (atanh_test): Likewise.
23887         (atan2_test): Likewise.
23888         (cabs_test): Likewise.
23889         (cacos_test): Use END_COMPLEX macro without arguments.
23890         (cacosh_test): Likewise.
23891         (carg_test): Use END macro without arguments.
23892         (casin_test): Use END_COMPLEX macro without arguments.
23893         (casinh_test): Likewise.
23894         (catan_test): Likewise.
23895         (catanh_test): Likewise.
23896         (cbrt_test): Use END macro without arguments.
23897         (ccos_test): Use END_COMPLEX macro without arguments.
23898         (ccosh_test): Likewise.
23899         (ceil_test): Use END macro without arguments.
23900         (cexp_test): Use END_COMPLEX macro without arguments.
23901         (cimag_test): Use END macro without arguments.
23902         (clog_test): Use END_COMPLEX macro without arguments.
23903         (clog10_test): Likewise.
23904         (conj_test): Likewise.
23905         (copysign_test): Use END macro without arguments.
23906         (cos_test): Likewise.
23907         (cos_test_tonearest): Likewise.
23908         (cos_test_towardzero): Likewise.
23909         (cos_test_downward): Likewise.
23910         (cos_test_upward): Likewise.
23911         (cosh_test): Likewise.
23912         (cosh_test_tonearest): Likewise.
23913         (cosh_test_towardzero): Likewise.
23914         (cosh_test_downward): Likewise.
23915         (cosh_test_upward): Likewise.
23916         (cpow_test): Use END_COMPLEX macro without arguments.
23917         (cproj_test): Likewise.
23918         (creal_test): Use END macro without arguments.
23919         (csin_test): Use END_COMPLEX macro without arguments.
23920         (csinh_test): Likewise.
23921         (csqrt_test): Likewise.
23922         (ctan_test): Likewise.
23923         (ctan_test_tonearest): Likewise.
23924         (ctan_test_towardzero): Likewise.
23925         (ctan_test_downward): Likewise.
23926         (ctan_test_upward): Likewise.
23927         (ctanh_test): Likewise.
23928         (ctanh_test_tonearest): Likewise.
23929         (ctanh_test_towardzero): Likewise.
23930         (ctanh_test_downward): Likewise.
23931         (ctanh_test_upward): Likewise.
23932         (erf_test): Use END macro without arguments.
23933         (erfc_test): Likewise.
23934         (exp_test): Likewise.
23935         (exp_test_tonearest): Likewise.
23936         (exp_test_towardzero): Likewise.
23937         (exp_test_downward): Likewise.
23938         (exp_test_upward): Likewise.
23939         (exp10_test): Likewise.
23940         (exp2_test): Likewise.
23941         (expm1_test): Likewise.
23942         (fabs_test): Likewise.
23943         (fdim_test): Likewise.
23944         (finite_test): Likewise.
23945         (floor_test): Likewise.
23946         (fma_test): Likewise.
23947         (fma_test_towardzero): Likewise.
23948         (fma_test_downward): Likewise.
23949         (fma_test_upward): Likewise.
23950         (fmax_test): Likewise.
23951         (fmin_test): Likewise.
23952         (fmod_test): Likewise.
23953         (fpclassify_test): Likewise.
23954         (frexp_test): Likewise.
23955         (gamma_test): Likewise.
23956         (hypot_test): Likewise.
23957         (ilogb_test): Likewise.
23958         (isfinite_test): Likewise.
23959         (isgreater_test): Likewise.
23960         (isgreaterequal_test): Likewise.
23961         (isinf_test): Likewise.
23962         (isless_test): Likewise.
23963         (islessequal_test): Likewise.
23964         (islessgreater_test): Likewise.
23965         (isnan_test): Likewise.
23966         (isnormal_test): Likewise.
23967         (issignaling_test): Likewise.
23968         (isunordered_test): Likewise.
23969         (j0_test): Likewise.
23970         (j1_test): Likewise.
23971         (jn_test): Likewise.
23972         (ldexp_test): Likewise.
23973         (lgamma_test): Likewise.
23974         (lrint_test): Likewise.
23975         (lrint_test_tonearest): Likewise.
23976         (lrint_test_towardzero): Likewise.
23977         (lrint_test_downward): Likewise.
23978         (lrint_test_upward): Likewise.
23979         (llrint_test): Likewise.
23980         (llrint_test_tonearest): Likewise.
23981         (llrint_test_towardzero): Likewise.
23982         (llrint_test_downward): Likewise.
23983         (llrint_test_upward): Likewise.
23984         (log_test): Likewise.
23985         (log10_test): Likewise.
23986         (log1p_test): Likewise.
23987         (log2_test): Likewise.
23988         (logb_test): Likewise.
23989         (logb_test_downward): Likewise.
23990         (lround_test): Likewise.
23991         (llround_test): Likewise.
23992         (modf_test): Likewise.
23993         (nearbyint_test): Likewise.
23994         (nextafter_test): Likewise.
23995         (nexttoward_test): Likewise.
23996         (pow_test): Likewise.
23997         (pow_test_tonearest): Likewise.
23998         (pow_test_towardzero): Likewise.
23999         (pow_test_downward): Likewise.
24000         (pow_test_upward): Likewise.
24001         (remainder_test): Likewise.
24002         (remainder_test_tonearest): Likewise.
24003         (remainder_test_towardzero): Likewise.
24004         (remainder_test_downward): Likewise.
24005         (remainder_test_upward): Likewise.
24006         (remquo_test): Likewise.
24007         (rint_test): Likewise.
24008         (rint_test_tonearest): Likewise.
24009         (rint_test_towardzero): Likewise.
24010         (rint_test_downward): Likewise.
24011         (rint_test_upward): Likewise.
24012         (round_test): Likewise.
24013         (scalb_test): Likewise.
24014         (scalbn_test): Likewise.
24015         (scalbln_test): Likewise.
24016         (signbit_test): Likewise.
24017         (sin_test): Likewise.
24018         (sin_test_tonearest): Likewise.
24019         (sin_test_towardzero): Likewise.
24020         (sin_test_downward): Likewise.
24021         (sin_test_upward): Likewise.
24022         (sincos_test): Likewise.
24023         (sinh_test): Likewise.
24024         (sinh_test_tonearest): Likewise.
24025         (sinh_test_towardzero): Likewise.
24026         (sinh_test_downward): Likewise.
24027         (sinh_test_upward): Likewise.
24028         (sqrt_test): Likewise.
24029         (tan_test): Likewise.
24030         (tan_test_tonearest): Likewise.
24031         (tan_test_towardzero): Likewise.
24032         (tan_test_downward): Likewise.
24033         (tan_test_upward): Likewise.
24034         (tanh_test): Likewise.
24035         (tgamma_test): Likewise.
24036         (trunc_test): Likewise.
24037         (y0_test): Likewise.
24038         (y1_test): Likewise.
24039         (yn_test): Likewise.
24040         (significand_test): Likewise.
24042 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24044         [BZ #15381]
24045         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24047 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24049         [BZ #14894]
24050         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24051         __ppc_mdoio and __ppc_mdoom.
24052         * manual/platform.texi: Document new functions __ppc_yield,
24053         __ppc_mdoio and __ppc_mdoom.
24055 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24057         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24058         (main): Mention "tls" pseudo-hwcap is legacy.
24059         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24061 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24063         * math/gen-libm-test.pl (parse_args): Output only string of
24064         arguments as text for test name, not full call or descriptions of
24065         tests for extra outputs.
24066         (generate_testfile): Do not pass function name to parse_args.
24067         Generate this_func variable from START.
24068         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24069         field to arg_str.
24070         (struct test_ff_f_data): Likewise.
24071         (test_ff_f_data_nexttoward): Likewise.
24072         (struct test_fi_f_data): Likewise.
24073         (struct test_fl_f_data): Likewise.
24074         (struct test_if_f_data): Likewise.
24075         (struct test_fff_f_data): Likewise.
24076         (struct test_c_f_data): Likewise.
24077         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24078         (struct test_fF_f1_data): Likewise.
24079         (struct test_ffI_f1_data): Likewise.
24080         (struct test_c_c_data): Rename test_name field to arg_str.
24081         (struct test_cc_c_data): Likewise.
24082         (struct test_f_i_data): Likewise.
24083         (struct test_ff_i_data): Likewise.
24084         (struct test_f_l_data): Likewise.
24085         (struct test_f_L_data): Likewise.
24086         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24087         and extra2_name.
24088         (COMMON_TEST_SETUP): New macro.
24089         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24090         (COMMON_TEST_CLEANUP): Likewise.
24091         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24092         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24093         macros.
24094         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24095         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24096         macros.
24097         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24098         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24099         cleanup macros.
24100         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24101         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24102         macros.
24103         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24104         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24105         macros.
24106         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24107         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24108         cleanup macros.
24109         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24110         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24111         cleanup macros.
24112         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24113         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24114         cleanup macros.
24115         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24116         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24117         macros.
24118         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24119         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24120         macros.
24121         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24122         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24123         macros.
24124         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24125         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24126         cleanup macros.
24127         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24128         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24129         cleanup macros.
24130         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24131         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24132         macros.
24133         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24134         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24135         cleanup macros.
24136         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24137         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24138         macros.
24139         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24140         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24141         macros.
24142         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24143         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24144         cleanup macros.
24145         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24147 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24149         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24150         to _sifields.sigfault.
24151         (si_addr_lsb): Define new macro.
24152         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24153         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24154         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24156 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24158         [BZ #15441]
24159         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24160         returns -1.
24161         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24162         null return -1.
24163         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24164         loading the domain.
24166 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24168         * math/gen-libm-test.pl (parse_args): Do not include expected
24169         result in test name.
24170         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24171         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24172         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24173         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24174         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24177 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24179         * benchtests/Makefile: Sort function entries.
24181         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24182         tanh, asinh, acosh, atanh.
24183         * benchtests/acos-inputs: New file.
24184         * benchtests/acosh-inputs: New file.
24185         * benchtests/asin-inputs: New file.
24186         * benchtests/asinh-inputs: New file.
24187         * benchtests/atanh-inputs: New file.
24188         * benchtests/cosh-inputs: New file.
24189         * benchtests/log-inputs: New file.
24190         * benchtests/sinh-inputs: New file.
24191         * benchtests/tanh-inputs: New file.
24193 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24195         [BZ #15339]
24196         * posix/tst-getaddrinfo4.c: New test.
24197         * posix/Makefile (tests): Add it.
24199 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24201         [BZ #15339]
24202         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24203         when no services were used.
24204         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24205         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24207 2013-05-21  Andreas Schwab  <schwab@suse.de>
24209         [BZ #15014]
24210         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24211         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24212         successful.
24213         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24214         redundant variable declarations and reallocation of buffer when
24215         parsing as IPv6 address.  Always set NSS status when called from
24216         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24217         buffer too small.  Correct computation of needed size.
24218         * nss/Makefile (tests): Add test-digits-dots.
24219         * nss/test-digits-dots.c: New test.
24221 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24223         * benchtests/Makefile: Remove instructions for adding
24224         benchmark tests.
24225         * benchtests/README: New file to explain how to execute and
24226         enhance the benchmark tests.
24228 2013-05-21  Andreas Schwab  <schwab@suse.de>
24230         [BZ #15493]
24231         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24232         * setjmp/tst-sigsetjmp.c: New test.
24234 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24236         * sysdeps/x86_64/memset.S (memset): New implementation.
24237         (__bzero): Likewise.
24238         (__memset_tail): New function.
24240 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24242         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24243         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24244         __memcpy_sse2_unaligned ifunc selection.
24245         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24246         Add memcpy-sse2-unaligned.S.
24247         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24248         Add: __memcpy_sse2_unaligned.
24250 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24252         [BZ #15490]
24253         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24254         math_force_eval before restoring floating-point envrionment.
24255         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24256         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24257         Likewise.
24258         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24259         <math_private.h>.
24260         (__nearbyintl): Use math_force_eval before restoring
24261         floating-point environment.
24262         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24264         * math/gen-libm-test.pl (special_functions): Remove.
24265         (parse_args): Don't handle TEST_extra.  Handle functions with no
24266         return value.
24267         * math/libm-test.inc (struct test_sincos_data): Replace with
24268         struct test_fFF_11_data.
24269         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24270         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24271         (sincos_test_data): Change element type to struct
24272         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24273         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24274         RUN_TEST_LOOP_sincos.
24275         * math/README.libm-test: Don't mention special handling of
24276         individual functions.
24277         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24278         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24279         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24280         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24281         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24284         * math/gen-libm-test.pl (get_variable): Remove function.
24285         (parse_args): Don't show pointer parameters to call in test
24286         names.  Use "extra output N" in test names for extra outputs
24287         rather than naming variables.
24289 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24291         [BZ #15488]
24292         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24293         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24294         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24295         double tests.
24296         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24297         disable.
24298         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24299         check_long_double.
24301         * math/gen-libm-test.pl (@tests): Remove variable.
24302         ($count): Likewise.
24303         (new_test): Remove function.
24304         (show_exceptions): New function.
24305         (special_functions): Use show_exceptions instead of new_test.
24306         (parse_args): Likewise.
24307         (generate_testfile): Pass only function name in generated call to
24308         print_max_error or print_complex_max_error.
24309         (get_ulps): Do not handle complex tests specially.
24310         (output_test): Rename to ...
24311         (get_all_ulps_for_test): ... this.  Return a string rather than
24312         printing to a file.  Require ulps to be present.
24313         (output_ulps): Generate arrays rather than #defines.
24314         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24315         (struct ulp_data): New type.
24316         (BUILD_COMPLEX_ULP): Remove macro.
24317         (compare_ulp_data): New function.
24318         (find_ulps): Likewise.
24319         (find_test_ulps): Likewise.
24320         (find_function_ulps): Likewise.
24321         (find_complex_function_ulps): Likewise.
24322         (print_max_error): Determine allowed ulps using
24323         find_function_ulps.
24324         (print_complex_max_error): Determine allowed ulps using
24325         find_complex_function_ulps.
24326         (check_float_internal): Determine max ulps using find_test_ulps.
24327         (check_float): Do not take max_ulp parameter.  Update call to
24328         check_float_internal.
24329         (check_complex): Likewise.
24330         (check_int): Do not take max_ulp parameter.
24331         (check_long): Likewise.
24332         (check_bool): Likewise.
24333         (check_longlong): Likewise.
24334         (struct test_f_f_data): Remove max_ulp field.
24335         (struct test_ff_f_data): Likewise.
24336         (struct test_ff_f_data_nexttoward): Likewise.
24337         (struct test_fi_f_data): Likewise.
24338         (struct test_fl_f_data): Likewise.
24339         (struct test_if_f_data): Likewise.
24340         (struct test_fff_f_data): Likewise.
24341         (struct test_c_f_data): Likewise.
24342         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24343         (struct test_fF_f1_data): Likewise.
24344         (struct test_ffI_f1_data): Likewise.
24345         (struct test_c_c_data): Remove max_ulp field.
24346         (struct test_cc_c_data): Likewise.
24347         (struct test_f_i_data): Likewise.
24348         (struct test_ff_i_data): Likewise.
24349         (struct test_f_l_data): Likewise.
24350         (struct test_f_L_data): Likewise.
24351         (struct test_sincos_data): Likewise.
24352         (RUN_TEST_f_f): Do not handle ulps.
24353         (RUN_TEST_LOOP_f_f): Likewise.
24354         (RUN_TEST_2_f): Likewise.
24355         (RUN_TEST_LOOP_2_f): Likewise.
24356         (RUN_TEST_fff_f): Likewise.
24357         (RUN_TEST_LOOP_fff_f): Likewise.
24358         (RUN_TEST_c_f): Likewise.
24359         (RUN_TEST_LOOP_c_f): Likewise.
24360         (RUN_TEST_f_f1): Likewise.
24361         (RUN_TEST_LOOP_f_f1): Likewise.
24362         (RUN_TEST_fF_f1): Likewise.
24363         (RUN_TEST_LOOP_fF_f1): Likewise.
24364         (RUN_TEST_fI_f1): Likewise.
24365         (RUN_TEST_LOOP_fI_f1): Likewise.
24366         (RUN_TEST_ffI_f1): Likewise.
24367         (RUN_TEST_LOOP_ffI_f1): Likewise.
24368         (RUN_TEST_c_c): Likewise.
24369         (RUN_TEST_LOOP_c_c): Likewise.
24370         (RUN_TEST_cc_c): Likewise.
24371         (RUN_TEST_LOOP_cc_c): Likewise.
24372         (RUN_TEST_f_i): Likewise.
24373         (RUN_TEST_LOOP_f_i): Likewise.
24374         (RUN_TEST_f_i_tg): Likewise.
24375         (RUN_TEST_LOOP_f_i_tg): Likewise.
24376         (RUN_TEST_ff_i_tg): Likewise.
24377         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24378         (RUN_TEST_f_b): Likewise.
24379         (RUN_TEST_LOOP_f_b): Likewise.
24380         (RUN_TEST_f_b_tg): Likewise.
24381         (RUN_TEST_LOOP_f_b_tg): Likewise.
24382         (RUN_TEST_f_l): Likewise.
24383         (RUN_TEST_LOOP_f_l): Likewise.
24384         (RUN_TEST_f_L): Likewise.
24385         (RUN_TEST_LOOP_f_L): Likewise.
24386         (RUN_TEST_sincos): Likewise.
24387         (RUN_TEST_LOOP_sincos): Likewise.
24389 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24391         [BZ #15480]
24392         [BZ #15485]
24393         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24394         main case of finite arguments, set rounding mode to FE_TONEAREST
24395         and discard exceptions.
24396         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24397         exceptions.
24398         (remainder_tonearest_test_data): New variable.
24399         (remainder_test_tonearest): New function.
24400         (remainder_towardzero_test_data): New variable.
24401         (remainder_test_towardzero): New function.
24402         (remainder_downward_test_data): New variable.
24403         (remainder_test_downward): New function.
24404         (remainder_upward_test_data): New variable.
24405         (remainder_test_upward): New function.
24406         (main): Call the new test functions.
24408         * math/libm-test.inc (struct test_f_f1_data): Remove field
24409         extra_init.
24410         (struct test_fF_f1_data): Likewise.
24411         (struct test_ffI_f1_data): Likewise.
24412         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24413         based on value of EXTRA_EXPECTED.
24414         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24415         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24416         EXTRA_VAR based on value of EXTRA_EXPECTED.
24417         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24418         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24419         EXTRA_VAR based on value of EXTRA_EXPECTED.
24420         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24421         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24422         EXTRA_VAR based on value of EXTRA_EXPECTED.
24423         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24424         * math/gen-libm-test.pl (parse_args): Don't output initializers
24425         for extra output values.
24427         * math/libm-test.inc (check_int): Expect result to be exactly
24428         equal to expected value and do not handle ulps.
24429         (check_long): Likewise.
24430         (check_longlong): Likewise.
24432         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24433         exceptions.
24434         (cimag_test_data): Likewise.
24435         (conj_test_data): Likewise.
24436         (copysign_test_data): Likewise.
24437         (cproj_test_data): Likewise.
24438         (creal_test_data): Likewise.
24439         (fabs_test_data): Likewise.
24440         (fdim_test_data): Likewise.
24441         (finite_test_data): Likewise.
24442         (floor_test_data): Likewise.
24443         (fmax_test_data): Likewise.
24444         (fmin_test_data): Likewise.
24445         (fmod_test_data): Likewise.
24446         (fpclassify_test_data): Likewise.
24447         (frexp_test_data): Likewise.
24448         (ilogb_test_data): Likewise.
24449         (isfinite_test_data): Likewise.
24450         (isgreater_test_data): Likewise.
24451         (isgreaterequal_test_data): Likewise.
24452         (isinf_test_data): Likewise.
24453         (isless_test_data): Likewise.
24454         (islessequal_test_data): Likewise.
24455         (islessgreater_test_data): Likewise.
24456         (isnan_test_data): Likewise.
24457         (isnormal_test_data): Likewise.
24458         (issignaling_test_data): Likewise.
24459         (isunordered_test_data): Likewise.
24460         (ldexp_test_data): Likewise.
24461         (lrint_test_data): Likewise.
24462         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24463         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24464         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24465         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24466         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24467         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24468         test input.
24469         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24470         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24471         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24472         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24473         that test input.
24474         (lrint_downward_test_data): Test for "inexact" exceptions.
24475         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24476         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24477         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24478         test input.
24479         (lrint_upward_test_data): Test for "inexact" exceptions.
24480         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24481         test input.
24482         (llrint_test_data): Test for "inexact" exceptions.
24483         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24484         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24485         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24486         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24487         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24488         (llrint_downward_test_data): Test for "inexact" exceptions.
24489         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24490         (llrint_upward_test_data): Test for "inexact" exceptions.
24491         (logb_test_data): Likewise.
24492         (logb_downward_test_data): Likewise.
24493         (nextafter_test_data): Likewise.
24494         (nexttoward_test_data): Likewise.
24495         (remainder_test_data): Likewise.
24496         (remquo_test_data): Likewise.
24497         (scalbn_test_data): Likewise.
24498         (scalbln_test_data): Likewise.
24499         (signbit_test_data): Likewise.
24500         (sqrt_test_data): Likewise.
24501         (significand_test_data): Likewise.
24503 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24505         [BZ #15424]
24506         * benchtests/bench-modf.c (struct args): Mark arg0 as
24507         volatile.
24508         * scripts/bench.pl: Mark members of struct args as volatile.
24510 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24512         [BZ # 15497]
24513         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24514         negative infinity on POWER6 or lower.
24515         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24517 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24519         [BZ #15442]
24520         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24521         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24522         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24523         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24524         (_FP_SETQNAN): New macro.
24525         (_FP_SETQNAN_SEMIRAW): Likewise.
24526         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24527         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24528         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24529         (FP_EXTEND): Use _FP_FRAC_SNANP.
24530         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24531         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24532         into account.
24533         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24534         New macro.
24535         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24536         Likewise.
24538 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24540         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24541         with DIVIDE_BY_ZERO_EXCEPTION.
24542         (gamma_test_data): Likewise.
24543         (lgamma_test_data): Likewise.
24544         (log_test_data): Likewise.
24545         (log10_test_data): Likewise.
24546         (log2_test_data): Likewise.
24547         (tgamma_test_data): Likewise.
24549         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24550         (acos_test_tonearest): Likewise.
24551         (acos_test_towardzero): Likewise.
24552         (acos_test_downward): Likewise.
24553         (acos_test_upward): Likewise.
24554         (acosh_test): Likewise.
24555         (asin_test): Likewise.
24556         (asin_test_tonearest): Likewise.
24557         (asin_test_towardzero): Likewise.
24558         (asin_test_downward): Likewise.
24559         (asin_test_upward): Likewise.
24560         (asinh_test): Likewise.
24561         (atan_test): Likewise.
24562         (atanh_test): Likewise.
24563         (atan2_test): Likewise.
24564         (cabs_test): Likewise.
24565         (cacos_test): Likewise.
24566         (cacosh_test): Likewise.
24567         (casin_test): Likewise.
24568         (casinh_test): Likewise.
24569         (catan_test): Likewise.
24570         (catanh_test): Likewise.
24571         (cbrt_test): Likewise.
24572         (ccos_test): Likewise.
24573         (ccosh_test): Likewise.
24574         (cexp_test): Likewise.
24575         (clog_test): Likewise.
24576         (clog10_test): Likewise.
24577         (cos_test): Likewise.
24578         (cos_test_tonearest): Likewise.
24579         (cos_test_towardzero): Likewise.
24580         (cos_test_downward): Likewise.
24581         (cos_test_upward): Likewise.
24582         (cosh_test): Likewise.
24583         (cosh_test_tonearest): Likewise.
24584         (cosh_test_towardzero): Likewise.
24585         (cosh_test_downward): Likewise.
24586         (cosh_test_upward): Likewise.
24587         (cpow_test): Likewise.
24588         (csin_test): Likewise.
24589         (csinh_test): Likewise.
24590         (csqrt_test): Likewise.
24591         (ctan_test): Likewise.
24592         (ctan_test_tonearest): Likewise.
24593         (ctan_test_towardzero): Likewise.
24594         (ctan_test_downward): Likewise.
24595         (ctan_test_upward): Likewise.
24596         (ctanh_test): Likewise.
24597         (ctanh_test_tonearest): Likewise.
24598         (ctanh_test_towardzero): Likewise.
24599         (ctanh_test_downward): Likewise.
24600         (ctanh_test_upward): Likewise.
24601         (erf_test): Likewise.
24602         (erfc_test): Likewise.
24603         (exp_test): Likewise.
24604         (exp_test_tonearest): Likewise.
24605         (exp_test_towardzero): Likewise.
24606         (exp_test_downward): Likewise.
24607         (exp_test_upward): Likewise.
24608         (exp10_test): Likewise.
24609         (exp2_test): Likewise.
24610         (expm1_test): Likewise.
24611         (fmod_test): Likewise.
24612         (gamma_test): Likewise.
24613         (hypot_test): Likewise.
24614         (j0_test): Likewise.
24615         (j1_test): Likewise.
24616         (jn_test): Likewise.
24617         (lgamma_test): Likewise.
24618         (log_test): Likewise.
24619         (log10_test): Likewise.
24620         (log1p_test): Likewise.
24621         (log2_test): Likewise.
24622         (logb_test_downward): Likewise.
24623         (pow_test): Likewise.
24624         (pow_test_tonearest): Likewise.
24625         (pow_test_towardzero): Likewise.
24626         (pow_test_downward): Likewise.
24627         (pow_test_upward): Likewise.
24628         (remainder_test): Likewise.
24629         (remquo_test): Likewise.
24630         (sin_test): Likewise.
24631         (sin_test_tonearest): Likewise.
24632         (sin_test_towardzero): Likewise.
24633         (sin_test_downward): Likewise.
24634         (sin_test_upward): Likewise.
24635         (sincos_test): Likewise.
24636         (sinh_test): Likewise.
24637         (sinh_test_tonearest): Likewise.
24638         (sinh_test_towardzero): Likewise.
24639         (sinh_test_downward): Likewise.
24640         (sinh_test_upward): Likewise.
24641         (sqrt_test): Likewise.
24642         (tan_test): Likewise.
24643         (tan_test_tonearest): Likewise.
24644         (tan_test_towardzero): Likewise.
24645         (tan_test_downward): Likewise.
24646         (tan_test_upward): Likewise.
24647         (tanh_test): Likewise.
24648         (tgamma_test): Likewise.
24649         (y0_test): Likewise.
24650         (y1_test): Likewise.
24651         (yn_test): Likewise.
24653         * math/gen-libm-test.pl (adjust_arg): Remove function.
24654         (special_function): Remove argument $in_func.  Only handle
24655         generating output for tables of tests, not inside functions.
24656         (parse_args): Likewise.
24657         (generate_testfile): Remove variable $in_func.  Update call to
24658         parse_args.
24659         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24660         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24661         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24662         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24663         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24664         (MAX_VALUE_INIT): Rename macro to max_value.
24665         (MIN_VALUE_INIT): Rename macro to min_value.
24666         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24667         (plus_zero): Remove variable.
24668         (minus_zero): Likewise.
24669         (plus_infty): Likewise.
24670         (minus_infty): Likewise.
24671         (qnan_value): Likewise.
24672         (max_value): Likewise.
24673         (min_value): Likewise.
24674         (min_subnorm_value): Likewise.
24676 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24678         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24679         uint64_t or uint32_t usage.
24680         * crypt/sha256-block.c: Likewise.
24681         * crypt/sha256-crypt.c: Likewise.
24682         * crypt/sha256.c: Likewise.
24683         * crypt/sha512-block.c: Likewise.
24684         * crypt/sha512-crypt.c: Likewise.
24685         * crypt/sha512.c: Likewise.
24686         * debug/backtrace-tst.c: Likewise.
24687         * debug/pcprofiledump.c: Likewise.
24688         * elf/cache.c: Likewise.
24689         * elf/dl-cache.c: Likewise.
24690         * elf/dl-misc.c: Likewise.
24691         * elf/dl-profile.c: Likewise.
24692         * elf/dl-support.c: Likewise.
24693         * elf/ldconfig.c: Likewise.
24694         * elf/sprof.c: Likewise.
24695         * iconv/dummy-repertoire.c: Likewise.
24696         * iconv/iconv_charmap.c: Likewise.
24697         * iconv/skeleton.c: Likewise.
24698         * iconvdata/8bit-generic.c: Likewise.
24699         * iconvdata/cp737.h: Likewise.
24700         * iconvdata/cp775.h: Likewise.
24701         * iconvdata/ibm1008.h: Likewise.
24702         * iconvdata/ibm1025.h: Likewise.
24703         * iconvdata/ibm1046.h: Likewise.
24704         * iconvdata/ibm1097.h: Likewise.
24705         * iconvdata/ibm1112.h: Likewise.
24706         * iconvdata/ibm1122.h: Likewise.
24707         * iconvdata/ibm1123.h: Likewise.
24708         * iconvdata/ibm1124.h: Likewise.
24709         * iconvdata/ibm1129.h: Likewise.
24710         * iconvdata/ibm1130.h: Likewise.
24711         * iconvdata/ibm1132.h: Likewise.
24712         * iconvdata/ibm1133.h: Likewise.
24713         * iconvdata/ibm1137.h: Likewise.
24714         * iconvdata/ibm1140.h: Likewise.
24715         * iconvdata/ibm1141.h: Likewise.
24716         * iconvdata/ibm1142.h: Likewise.
24717         * iconvdata/ibm1143.h: Likewise.
24718         * iconvdata/ibm1144.h: Likewise.
24719         * iconvdata/ibm1145.h: Likewise.
24720         * iconvdata/ibm1146.h: Likewise.
24721         * iconvdata/ibm1147.h: Likewise.
24722         * iconvdata/ibm1148.h: Likewise.
24723         * iconvdata/ibm1149.h: Likewise.
24724         * iconvdata/ibm1153.h: Likewise.
24725         * iconvdata/ibm1154.h: Likewise.
24726         * iconvdata/ibm1155.h: Likewise.
24727         * iconvdata/ibm1156.h: Likewise.
24728         * iconvdata/ibm1157.h: Likewise.
24729         * iconvdata/ibm1158.h: Likewise.
24730         * iconvdata/ibm1160.h: Likewise.
24731         * iconvdata/ibm1161.h: Likewise.
24732         * iconvdata/ibm1162.h: Likewise.
24733         * iconvdata/ibm1163.h: Likewise.
24734         * iconvdata/ibm1164.h: Likewise.
24735         * iconvdata/ibm1166.h: Likewise.
24736         * iconvdata/ibm1167.h: Likewise.
24737         * iconvdata/ibm12712.h: Likewise.
24738         * iconvdata/ibm1390.h: Likewise.
24739         * iconvdata/ibm1399.h: Likewise.
24740         * iconvdata/ibm16804.h: Likewise.
24741         * iconvdata/ibm4517.h: Likewise.
24742         * iconvdata/ibm4899.h: Likewise.
24743         * iconvdata/ibm4909.h: Likewise.
24744         * iconvdata/ibm4971.h: Likewise.
24745         * iconvdata/ibm5347.h: Likewise.
24746         * iconvdata/ibm803.h: Likewise.
24747         * iconvdata/ibm856.h: Likewise.
24748         * iconvdata/ibm901.h: Likewise.
24749         * iconvdata/ibm902.h: Likewise.
24750         * iconvdata/ibm9030.h: Likewise.
24751         * iconvdata/ibm9066.h: Likewise.
24752         * iconvdata/ibm921.h: Likewise.
24753         * iconvdata/ibm922.h: Likewise.
24754         * iconvdata/ibm9448.h: Likewise.
24755         * iconvdata/isiri-3342.h: Likewise.
24756         * iconvdata/jis0201.h: Likewise.
24757         * include/link.h: Likewise.
24758         * include/netdb.h: Likewise.
24759         * inet/check_native.c: Likewise.
24760         * inet/check_pf.c: Likewise.
24761         * inet/getipv4sourcefilter.c: Likewise.
24762         * inet/getnameinfo.c: Likewise.
24763         * inet/getsourcefilter.c: Likewise.
24764         * inet/htonl.c: Likewise.
24765         * inet/setipv4sourcefilter.c: Likewise.
24766         * inet/setsourcefilter.c: Likewise.
24767         * inet/test-inet6_opt.c: Likewise.
24768         * inet/tst-network.c: Likewise.
24769         * locale/C-collate.c: Likewise.
24770         * locale/C-ctype.c: Likewise.
24771         * locale/C-time.c: Likewise.
24772         * locale/C-translit.h: Likewise.
24773         * locale/loadarchive.c: Likewise.
24774         * locale/programs/3level.h: Likewise.
24775         * locale/programs/charmap.c: Likewise.
24776         * locale/programs/charmap.h: Likewise.
24777         * locale/programs/ld-address.c: Likewise.
24778         * locale/programs/ld-collate.c: Likewise.
24779         * locale/programs/ld-ctype.c: Likewise.
24780         * locale/programs/ld-identification.c: Likewise.
24781         * locale/programs/ld-measurement.c: Likewise.
24782         * locale/programs/ld-messages.c: Likewise.
24783         * locale/programs/ld-monetary.c: Likewise.
24784         * locale/programs/ld-name.c: Likewise.
24785         * locale/programs/ld-numeric.c: Likewise.
24786         * locale/programs/ld-paper.c: Likewise.
24787         * locale/programs/ld-telephone.c: Likewise.
24788         * locale/programs/ld-time.c: Likewise.
24789         * locale/programs/linereader.c: Likewise.
24790         * locale/programs/locale.c: Likewise.
24791         * locale/programs/locarchive.c: Likewise.
24792         * locale/programs/locfile.h: Likewise.
24793         * locale/programs/repertoire.c: Likewise.
24794         * locale/programs/simple-hash.c: Likewise.
24795         * locale/programs/simple-hash.h: Likewise.
24796         * malloc/memusage.c: Likewise.
24797         * malloc/memusagestat.c: Likewise.
24798         * nis/nis_defaults.c: Likewise.
24799         * nis/nis_hash.c: Likewise.
24800         * nis/nis_print.c: Likewise.
24801         * nis/nis_xdr.c: Likewise.
24802         * nscd/connections.c: Likewise.
24803         * nscd/hstcache.c: Likewise.
24804         * nscd/nscd_gethst_r.c: Likewise.
24805         * nscd/nscd_getserv_r.c: Likewise.
24806         * nscd/nscd_helper.c: Likewise.
24807         * nscd/servicescache.c: Likewise.
24808         * nss/makedb.c: Likewise.
24809         * nss/nss_db/db-XXX.c: Likewise.
24810         * nss/nss_db/db-initgroups.c: Likewise.
24811         * nss/nss_db/db-netgrp.c: Likewise.
24812         * nss/nss_files/files-network.c: Likewise.
24813         * nss/nss_files/files-parse.c: Likewise.
24814         * posix/bug-regex5.c: Likewise.
24815         * posix/fnmatch_loop.c: Likewise.
24816         * posix/regcomp.c: Likewise.
24817         * posix/regexec.c: Likewise.
24818         * posix/tst-rfc3484-2.c: Likewise.
24819         * posix/tst-rfc3484-3.c: Likewise.
24820         * posix/tst-rfc3484.c: Likewise.
24821         * resolv/nss_dns/dns-canon.c: Likewise.
24822         * resolv/nss_dns/dns-network.c: Likewise.
24823         * resolv/res_init.c: Likewise.
24824         * resolv/res_mkquery.c: Likewise.
24825         * resolv/tst-aton.c: Likewise.
24826         * stdlib/cxa_atexit.c: Likewise.
24827         * stdlib/cxa_finalize.c: Likewise.
24828         * stdlib/gen-fpioconst.c: Likewise.
24829         * stdlib/strtol_l.c: Likewise.
24830         * string/tst-endian.c: Likewise.
24831         * sunrpc/auth_des.c: Likewise.
24832         * sunrpc/clnt_udp.c: Likewise.
24833         * sunrpc/rtime.c: Likewise.
24834         * sunrpc/svcauth_des.c: Likewise.
24835         * sunrpc/xdr.c: Likewise.
24836         * sunrpc/xdr_intXX_t.c: Likewise.
24837         * sunrpc/xdr_rec.c: Likewise.
24838         * sysdeps/generic/ldconfig.h: Likewise.
24839         * sysdeps/generic/ldsodefs.h: Likewise.
24840         * sysdeps/generic/memusage.h: Likewise.
24841         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24842         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24843         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24844         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24845         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24846         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24847         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24848         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24849         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24850         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24851         * sysdeps/posix/getaddrinfo.c: Likewise.
24852         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24853         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24854         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24855         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24856         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24857         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24858         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24859         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24860         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24861         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24862         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24863         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24864         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24865         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24866         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24867         * sysdeps/x86_64/dl-tls.h: Likewise.
24868         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24869         * time/alt_digit.c: Likewise.
24870         * time/era.c: Likewise.
24871         * wcsmbs/tst-c16c32-1.c: Likewise.
24873 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24875         * math/libm-test.inc (struct test_sincos_data): New type.
24876         (RUN_TEST_LOOP_sincos): New macro.
24877         (sincos_test_data): New variable.
24878         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24880 2013-05-16  Richard Henderson  <rth@redhat.com>
24882         * math/atest-exp2.c (LIMB64): New macro.
24883         (CONSTSZ): New macro.
24884         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24885         (hexdig): Move ...
24886         (print_mpn_fp): ... to function scope.
24887         (read_mpn_hex): Remove.
24888         (get_log2): Remove.
24889         (exp2_mpn): Use mp_log2.
24890         (main): Use mp_exp1.
24892 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24894         * math/libm-test.inc: Remove comment about not testing "inexact"
24895         exceptions.
24896         (INEXACT_EXCEPTION): New macro.
24897         (NO_INEXACT_EXCEPTION): Likewise.
24898         (INVALID_EXCEPTION_OK): Update value.
24899         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24900         (OVERFLOW_EXCEPTION_OK): Likewise.
24901         (UNDERFLOW_EXCEPTION_OK): Likewise.
24902         (IGNORE_ZERO_INF_SIGN): Likewise.
24903         (ERRNO_UNCHANGED): Likewise.
24904         (ERRNO_EDOM): Likewise.
24905         (ERRNO_ERANGE): Likewise.
24906         (test_exceptions): Handle testing "inexact" exceptions.
24907         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24908         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24909         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24910         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24911         INEXACT_EXCEPTION.
24912         (rint_towardzero_test_data): Likewise.
24913         (rint_downward_test_data): Likewise.
24914         (rint_upward_test_data): Likewise.
24916         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24917         with OVERFLOW_EXCEPTION.
24918         (exp10_test_data): Likewise.
24919         (exp2_test_data): Likewise.
24920         (expm1_test_data): Likewise.
24921         (lgamma_test_data): Likewise.
24922         (pow_test_data): Likewise.
24923         (tgamma_test_data): Likewise.
24924         (yn_test_data): Remove duplicate test of overflow.
24926         * math/libm-test.inc (struct test_cc_c_data): New type.
24927         (RUN_TEST_LOOP_cc_c): New macro.
24928         (cpow_test_data): New variable.
24929         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24931         * math/libm-test.inc (struct test_f_L_data): New type.
24932         (RUN_TEST_LOOP_f_L): New macro.
24933         (llrint_test_data): New variable.
24934         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24935         (llrint_tonearest_test_data): New variable.
24936         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24937         (llrint_towardzero_test_data): New variable.
24938         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24939         (llrint_downward_test_data): New variable.
24940         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24941         (llrint_upward_test_data): New variable.
24942         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24943         (llround_test_data): New variable.
24944         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24946 2013-05-13  Peter Collingbourne  <pcc@google.com>
24948         * math/atest-exp2.c (get_log2): Remove const attribute.
24950 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24952         * math/libm-test.inc (struct test_f_l_data): New type.
24953         (RUN_TEST_LOOP_f_l): New macro.
24954         (lrint_test_data): New variable.
24955         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24956         (lrint_tonearest_test_data): New variable.
24957         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24958         (lrint_towardzero_test_data): New variable.
24959         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24960         (lrint_downward_test_data): New variable.
24961         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24962         (lrint_upward_test_data): New variable.
24963         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24964         (lround_test_data): New variable.
24965         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24967 2013-05-15  Peter Collingbourne  <pcc@google.com>
24969         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24970         (EXTRACT_WORDS64) Use where appropriate.
24971         (INSERT_WORDS64) Likewise.
24973         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24974         constraints with x constraints.
24975         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24977         * malloc/obstack.c (_obstack_compat): Add initializer.
24979 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24981         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24982         si_trapno and add si_addr_lsb to _sifields.sigfault.
24983         (si_trapno): Remove macro.
24984         (si_addr_lsb): Define new macro.
24985         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24987 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24989         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24990         instead of TEST_f_l.
24991         (llrint_test_tonearest): Likewise.
24992         (llrint_test_towardzero): Likewise.
24993         (llrint_test_downward): Likewise.
24994         (llrint_test_upward): Likewise.
24995         (llround_test): Likewise.
24997         * math/libm-test.inc (struct test_f_i_data): Add comment.
24998         (RUN_TEST_LOOP_f_b): New macro.
24999         (RUN_TEST_LOOP_f_b_tg): Likewise.
25000         (finite_test_data): New variable.
25001         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25002         (isfinite_test_data): New variable.
25003         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25004         (isinf_test_data): New variable.
25005         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25006         (isnan_test_data): New variable.
25007         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25008         (isnormal_test_data): New variable.
25009         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25010         (issignaling_test_data): New variable.
25011         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25012         (signbit_test_data): New variable.
25013         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25015         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25016         with INVALID_EXCEPTION.
25017         (acosh_test_data): Likewise.
25018         (asin_test_data): Likewise.
25019         (atanh_test_data): Likewise.
25020         (fmod_test_data): Likewise.
25021         (log_test_data): Likewise.
25022         (log10_test_data): Likewise.
25023         (log2_test_data): Likewise.
25024         (pow_test_data): Likewise.
25025         (sqrt_test_data): Likewise.
25026         (y0_test_data): Likewise.
25027         (y1_test_data): Likewise.
25028         (yn_test_data): Likewise.
25030         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25031         function contents.
25033         * math/libm-test.inc (struct test_ff_i_data): New type.
25034         (RUN_TEST_LOOP_ff_i_tg): New macro.
25035         (isgreater_test_data): New variable.
25036         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25037         (isgreaterequal_test_data): New variable.
25038         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25039         (isless_test_data): New variable.
25040         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25041         (islessequal_test_data): New variable.
25042         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25043         (islessgreater_test_data): New variable.
25044         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25045         (isunordered_test_data): New variable.
25046         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25048 2013-05-14  David S. Miller  <davem@davemloft.net>
25050         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25052 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25054         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25056         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25057         extra_test to int.
25058         (struct test_f_i_data): Change type of max_ulp to int.
25060         * math/libm-test.inc (test_ffI_f1_data): New type.
25061         (RUN_TEST_LOOP_ffI_f1): New macro.
25062         (remquo_test_data): New variable.
25063         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25065         * setjmp/tst-setjmp-fp.c: New file.
25066         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25067         (link-libm): New variable.
25068         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25070         * math/libm-test.inc (struct test_f_i_data): New type.
25071         (RUN_TEST_LOOP_f_i): New macro.
25072         (RUN_TEST_LOOP_f_i_tg): Likewise.
25073         (fpclassify_test_data): New variable.
25074         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25075         (ilogb_test_data): New variable.
25076         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25078         * math/libm-test.inc (scalbln_test): Correct function name in END
25079         call.
25081         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25082         (RUN_TEST_LOOP_fI_f1): New macro.
25083         (frexp_test_data): New variable.
25084         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25086         * math/libm-test.inc (struct test_fF_f1_data): New type.
25087         (RUN_TEST_LOOP_fF_f1): New macro.
25088         (modf_test_data): New variable.
25089         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25091         * math/libm-test.inc (struct test_f_f1_data): New type.
25092         (RUN_TEST_LOOP_f_f1): New macro.
25093         (gamma_test_data): New variable.
25094         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25095         (lgamma_test_data): New variable.
25096         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25098 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25100         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25101         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25102         (main): Comment "tls" pseudo-hwcap.
25104 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25106         * math/libm-test.inc (struct test_fl_f_data): New type.
25107         (RUN_TEST_LOOP_fl_f): New variable.
25108         (scalbln_test_data): New variable.
25109         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25111         * math/libm-test.inc (struct test_fi_f_data): New type.
25112         (RUN_TEST_LOOP_fi_f): New macro.
25113         (ldexp_test_data): New variable.
25114         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25115         (scalbn_test_data): New variable.
25116         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25118         * math/libm-test.inc (struct test_c_f_data): New type.
25119         (RUN_TEST_LOOP_c_f): New macro.
25120         (cabs_test_data): New variable.
25121         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25122         (carg_test_data): New variable.
25123         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25124         (cimag_test_data): New variable.
25125         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25126         (creal_test_data): New variable.
25127         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25129         * math/libm-test.inc (struct test_if_f_data): New type.
25130         (RUN_TEST_LOOP_if_f): New macro.
25131         (jn_test_data): New variable.
25132         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25133         (yn_test_data): New variable.
25134         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25136         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25138 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25140         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25141         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25143 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25145         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25146         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25147         (bench-deps): Add bench-timing.h.
25148         * benchtests-bench-skeleton.c: Include bench-timing.h.
25149         (main): Use TIMING_* macros instead of clock_gettime.
25150         * benchtests/bench-timing.h: New file.
25152         [BZ #14582]
25153         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25154         Renamed from _LIB_VERSION.
25155         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25157 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25159         * math/libm-test.inc (struct test_fff_f_data): New type.
25160         (RUN_TEST_LOOP_fff_f): New macro.
25161         (fma_test_data): New variable.
25162         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25163         (fma_towardzero_test_data): New variable.
25164         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25165         (fma_downward_test_data): New variable.
25166         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25167         (fma_upward_test_data): New variable.
25168         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25170         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25171         (struct test_c_c_data): New type.
25172         (RUN_TEST_LOOP_c_c): New macro.
25173         (cacos_test_data): New variable.
25174         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25175         (cacosh_test_data): New variable.
25176         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25177         (casin_test_data): New variable.
25178         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25179         (casinh_test_data): New variable.
25180         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25181         (catan_test_data): New variable.
25182         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25183         (catanh_test_data): New variable.
25184         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25185         (ccos_test_data): New variable.
25186         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25187         (ccosh_test_data): New variable.
25188         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25189         (cexp_test_data): New variable.
25190         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25191         (clog_test_data): New variable.
25192         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25193         (clog10_test_data): New variable.
25194         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25195         (conj_test_data): New variable.
25196         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25197         (cproj_test_data): New variable.
25198         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25199         (csin_test_data): New variable.
25200         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25201         (csinh_test_data): New variable.
25202         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25203         (csqrt_test_data): New variable.
25204         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25205         (ctan_test_data): New variable.
25206         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25207         (ctan_tonearest_test_data): New variable.
25208         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25209         (ctan_towardzero_test_data): New variable.
25210         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25211         (ctan_downward_test_data): New variable.
25212         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25213         (ctan_upward_test_data): New variable.
25214         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25215         (ctanh_test_data): New variable.
25216         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25217         (ctanh_tonearest_test_data): New variable.
25218         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25219         (ctanh_towardzero_test_data): New variable.
25220         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25221         (ctanh_downward_test_data): New variable.
25222         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25223         (ctanh_upward_test_data): New variable.
25224         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25225         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25226         of BUILD_COMPLEX.
25228         * math/libm-test.inc (struct test_ff_f_data): New type.
25229         (struct test_ff_f_data_nexttoward): Likewise.
25230         (RUN_TEST_LOOP_2_f): New macro.
25231         (RUN_TEST_LOOP_ff_f): Likewise.
25232         (atan2_test_data): New variable.
25233         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25234         (copysign_test_data): New variable.
25235         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25236         (fdim_test_data): New variable.
25237         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25238         (fmax_test_data): New variable.
25239         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25240         (fmin_test_data): New variable.
25241         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25242         (fmod_test_data): New variable.
25243         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25244         (hypot_test_data): New variable.
25245         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25246         (nextafter_test_data): New variable.
25247         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25248         (nexttoward_test_data): New variable.
25249         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25250         (pow_test_data): New variable.
25251         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25252         (pow_tonearest_test_data): New variable.
25253         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25254         (pow_towardzero_test_data): New variable.
25255         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25256         (pow_downward_test_data): New variable.
25257         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25258         (pow_upward_test_data): New variable.
25259         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25260         (remainder_test_data): New variable.
25261         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25262         (scalb_test_data): New variable.
25263         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25264         * sysdeps/i386/fpu/libm-test-ulps: Update.
25266 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25268         * math/libm-test.inc (fma_test): Use max_value instead of local
25269         variable fltmax.
25270         (nextafter_test): Likewise.
25272         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25273         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25274         (acos_downward_test_data): New variable.
25275         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25276         (acos_upward_test_data): New variable.
25277         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25278         (acosh_test_data): New variable.
25279         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25280         (asin_test_data): New variable.
25281         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25282         (asin_tonearest_test_data): New variable.
25283         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25284         (asin_towardzero_test_data): New variable.
25285         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25286         (asin_downward_test_data): New variable.
25287         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25288         (asin_upward_test_data): New variable.
25289         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25290         (asinh_test_data): New variable.
25291         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25292         (atan_test_data): New variable.
25293         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25294         (atanh_test_data): New variable.
25295         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25296         (cbrt_test_data): New variable.
25297         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25298         (ceil_test_data): New variable.
25299         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25300         (cos_test_data): New variable.
25301         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25302         (cos_tonearest_test_data): New variable.
25303         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25304         (cos_towardzero_test_data): New variable.
25305         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25306         (cos_downward_test_data): New variable.
25307         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25308         (cos_upward_test_data): New variable.
25309         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25310         (cosh_test_data): New variable.
25311         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25312         (cosh_tonearest_test_data): New variable.
25313         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25314         (cosh_towardzero_test_data): New variable.
25315         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25316         (cosh_downward_test_data): New variable.
25317         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25318         (cosh_upward_test_data): New variable.
25319         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25320         (erf_test_data): New variable.
25321         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25322         (erfc_test_data): New variable.
25323         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25324         (exp_test_data): New variable.
25325         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25326         (exp_tonearest_test_data): New variable.
25327         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25328         (exp_towardzero_test_data): New variable.
25329         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25330         (exp_downward_test_data): New variable.
25331         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25332         (exp_upward_test_data): New variable.
25333         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25334         (exp10_test_data): New variable.
25335         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25336         (exp2_test_data): New variable.
25337         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25338         (expm1_test_data): New variable.
25339         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25340         (fabs_test_data): New variable.
25341         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25342         (floor_test_data): New variable.
25343         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25344         (j0_test_data): New variable.
25345         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25346         (j1_test_data): New variable.
25347         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25348         (log_test_data): New variable.
25349         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25350         (log10_test_data): New variable.
25351         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25352         (log1p_test_data): New variable.
25353         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25354         (log2_test_data): New variable.
25355         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25356         (logb_test_data): New variable.
25357         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25358         (logb_downward_test_data): New variable.
25359         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25360         (nearbyint_test_data): New variable.
25361         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25362         (rint_test_data): New variable.
25363         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25364         (rint_tonearest_test_data): New variable.
25365         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25366         (rint_towardzero_test_data): New variable.
25367         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25368         (rint_downward_test_data): New variable.
25369         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25370         (rint_upward_test_data): New variable.
25371         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25372         (round_test_data): New variable.
25373         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25374         (sin_test_data): New variable.
25375         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25376         (sin_tonearest_test_data): New variable.
25377         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25378         (sin_towardzero_test_data): New variable.
25379         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25380         (sin_downward_test_data): New variable.
25381         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25382         (sin_upward_test_data): New variable.
25383         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25384         (sinh_test_data): New variable.
25385         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25386         (sinh_tonearest_test_data): New variable.
25387         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25388         (sinh_towardzero_test_data): New variable.
25389         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25390         (sinh_downward_test_data): New variable.
25391         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25392         (sinh_upward_test_data): New variable.
25393         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25394         (sqrt_test_data): New variable.
25395         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25396         (tan_test_data): New variable.
25397         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25398         (tan_tonearest_test_data): New variable.
25399         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25400         (tan_towardzero_test_data): New variable.
25401         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25402         (tan_downward_test_data): New variable.
25403         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25404         (tan_upward_test_data): New variable.
25405         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25406         (tanh_test_data): New variable.
25407         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25408         (tgamma_test_data): New variable.
25409         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25410         (trunc_test_data): New variable.
25411         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25412         (y0_test_data): New variable.
25413         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25414         (y1_test_data): New variable.
25415         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25416         (significand_test_data): New variable.
25417         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25419 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25421         [BZ #12387]
25422         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25424 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25426         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25428 2013-05-10  Andreas Jaeger  <aj@suse.de>
25430         [BZ #15448]
25431         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25432         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25434 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25436         * math/gen-libm-test.pl (adjust_arg): New function.
25437         (special_functions): Handle generating output in both functions
25438         and arrays.
25439         (parse_args): Likewise.
25440         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25441         $in_func argument to parse_args.
25442         * math/libm-test.inc (struct test_f_f_data): New type.
25443         (IF_ROUND_INIT_): New macro.
25444         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25445         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25446         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25447         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25448         (ROUND_RESTORE_): Likewise.
25449         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25450         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25451         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25452         (ROUND_RESTORE_FE_UPWARD): Likewise.
25453         (RUN_TEST_LOOP_f_f): New macro.
25454         (acos_test_data): New variable.
25455         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25456         (acos_tonearest_test_data): New variable.
25457         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25459 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25461         * benchtests/bench-skeleton.c (startup): Fix coding style.
25463 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25465         [BZ #6809]
25466         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25467         negative infinity argument.
25468         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25469         negative infinity argument.
25470         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25471         negative infinity argument.
25472         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25473         domain errors.
25475 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25477         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25478         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25479         * iconv/iconv_prog.c (main): Likewise.
25480         * locale/programs/charmap-dir.c (charmap_readdir)
25481         (fopen_uncompressed): Likewise.
25482         * locale/programs/locfile.c (siblings_uncached)
25483         (write_locale_data): Use lstat64 instead of lstat.
25484         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25485         stat.
25487 2013-05-10  Andreas Jaeger  <aj@suse.de>
25489         [BZ #15395]
25490         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25491         localization.
25492         Include <locale.h>.
25494 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25496         * elf/dl-close.c (_dl_close_worker): Add comments.
25498 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25500         [BZ #15359]
25501         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25502         high part of pi/2.
25503         (__ieee754_rem_pio2l): Update comments.
25505         [BZ #15429]
25506         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25507         high part of pi/2.
25508         (__ieee754_rem_pio2l): Update comments.
25510         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25511         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25513         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25514         M_PI_4l.
25516         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25517         (M_PI_34_LOG10El): Likewise.
25518         (M_PI2_LOG10El): Likewise.
25519         (M_PI4_LOG10El): Likewise.
25520         (M_PI_LOG10El): Likewise.
25522 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25526 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25528         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25529         (MINUS_ZERO_INIT): Likewise.
25530         (PLUS_INFTY_INIT): Likewise.
25531         (MINUS_INFTY_INIT): Likewise.
25532         (QNAN_VALUE_INIT): Likewise.
25533         (MAX_VALUE_INIT): Likewise.
25534         (MIN_VALUE_INIT): Likewise.
25535         (MIN_SUBNORM_VALUE_INIT): Likewise.
25536         (plus_zero): Initialize with PLUS_ZERO_INIT.
25537         (minus_zero): Initialize with MINUS_ZERO_INIT.
25538         (plus_infty): Initialize with PLUS_INFTY_INIT.
25539         (minus_infty): Initialize with MINUS_INFTY_INIT.
25540         (qnan_value): Initialize with QNAN_VALUE_INIT.
25541         (max_value): Initialize with MAX_VALUE_INIT.
25542         (min_value): Initialize with MIN_VALUE_INIT.
25543         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25545         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25546         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25547         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25548         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25550         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25551         (RUN_TEST_2_f): Likewise.
25552         (RUN_TEST_ff_f): Likewise.
25553         (RUN_TEST_fi_f): Likewise.
25554         (RUN_TEST_fl_f): Likewise.
25555         (RUN_TEST_fff_f): Likewise.
25556         (RUN_TEST_c_f): Likewise.
25557         (RUN_TEST_f_f1): Likewise.
25558         (RUN_TEST_fF_f1): Likewise.
25559         (RUN_TEST_fI_f1): Likewise.
25560         (RUN_TEST_ffI_f1): Likewise.
25561         (RUN_TEST_c_c): Likewise.
25562         (RUN_TEST_cc_c): Likewise.
25563         (RUN_TEST_f_i): Likewise.
25564         (RUN_TEST_f_i_tg): Likewise.
25565         (RUN_TEST_ff_i_tg): Likewise.
25566         (RUN_TEST_f_b): Likewise.
25567         (RUN_TEST_f_b_tg): Likewise.
25568         (RUN_TEST_f_l): Likewise.
25569         (RUN_TEST_f_L): Likewise.
25570         (RUN_TEST_sincos): Likewise.
25571         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25572         whether to show exceptions.  Do not include ");\n" in return
25573         value.
25574         (special_functions): Output call to RUN_TEST_sincos instead of
25575         check_float calls.  Update calls to new_test.
25576         (parse_args): Output call to single RUN_TEST_* macro instead of
25577         check_* calls and other assignments.  Update calls to new_test.
25579         [BZ #2546]
25580         [BZ #2560]
25581         [BZ #5159]
25582         [BZ #15426]
25583         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25584         input to result for tgamma overflow.
25585         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25586         (gamma_coeff): New variable.
25587         (NCOEFF): New macro.
25588         (gamma_positive): New function.
25589         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25590         underflow here.  Use gamma_positive instead of exp (lgamma) for
25591         other arguments.
25592         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25593         (gamma_coeff): New variable.
25594         (NCOEFF): New macro.
25595         (gammaf_positive): New function.
25596         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25597         underflow here.  Use gamma_positive instead of exp (lgamma) for
25598         other arguments.
25599         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25600         (gamma_coeff): New variable.
25601         (NCOEFF): New macro.
25602         (gammal_positive): New function.
25603         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25604         underflow here.  Use gamma_positive instead of exp (lgamma) for
25605         other arguments.
25606         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25607         (gamma_coeff): New variable.
25608         (NCOEFF): New macro.
25609         (gammal_positive): New function.
25610         (__ieee754_gammal_r): Handle positive infinity, overflow and
25611         underflow here.  Handle NaN the same as positive infinity.  Remove
25612         check x < 0xffffffff for negative integers.  Use gamma_positive
25613         instead of exp (lgamma) for other arguments.
25614         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25615         (gamma_coeff): New variable.
25616         (NCOEFF): New macro.
25617         (gammal_positive): New function.
25618         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25619         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25620         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25621         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25622         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25623         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25624         * sysdeps/generic/math_private.h (__gamma_productf): New
25625         prototype.
25626         (__gamma_product): Likewise.
25627         (__gamma_productl): Likewise.
25628         * math/Makefile (libm-calls): Add gamma_product.
25629         * math/libm-test.inc (tgamma_test): Add more tests.
25630         * sysdeps/i386/fpu/libm-test-ulps: Update.
25631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25633 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25635         * benchtests/bench-skeleton.c (main): Preheat CPU.
25637 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25639         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25641 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25643         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25644         and _dl_skip_args_internal.
25646 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25648         * manual/message.texi (Message Translation): Talk about users.
25649         Message to key mapping impacts design.
25651 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25653         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25655         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25657         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25658         * sysdeps/wordsize-64/glob64.c: ... here.
25660         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25661         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25662         New macros.
25664         * debug/getlogin_r_chk.c: Moved to ...
25665         * login/getlogin_r_chk.c: ... here.
25666         * debug/Makefile (routines): Move getlogin_r_chk to ...
25667         * login/Makefile (routines): ... here.
25668         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25669         * login/Versions (libc: GLIBC_2.4): ... here.
25671         * io/poll.c (__poll): Renamed from poll.
25672         Add libc_hidden_def.
25673         (poll): Define as weak alias.
25675         * debug/ptsname_r_chk.c: Moved to ...
25676         * login/ptsname_r_chk.c: ... here.
25677         * debug/Makefile (routines): Move ptsname_r_chk to ...
25678         * login/Makefile (routines): ... here.
25679         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25680         * login/Versions (libc: GLIBC_2.4): ... here.
25682         * posix/getlogin.c: Moved to ...
25683         * login/getlogin.c: ... here.
25684         * posix/getlogin_r.c: Moved to ...
25685         * login/getlogin_r.c: ... here.
25686         * posix/getlogin_r.c: Moved to ...
25687         * login/getlogin_r.c: ... here.
25688         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25689         * login/Makefile (routines): ... here.
25690         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25691         * login/Versions (libc: GLIBC_2.0): ... here.
25693         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25694         (setrlimit): Define as weak alias.
25696         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25697         Call __ names for open, ftruncate, and close.
25698         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25699         (truncate): Define as weak alias.
25701 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25703         * math/gen-libm-test.pl (parse_args): Initialize x before each
25704         test of frexp, modf and remquo.
25706         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25707         test signgam value.
25709 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25711         [BZ #15418]
25712         [BZ #15419]
25713         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25714         internal tests.
25715         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25717 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25719         * elf/dl-writev.h: New file.
25720         * elf/dl-misc.c: Include it.
25721         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25722         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25724 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25726         * math/libm-test.inc (noXFails): Remove variable.
25727         (noXPasses): Likewise.
25728         (BUILD_COMPLEX_INT): Remove macro.
25729         (print_screen): Remove xfail argument.
25730         (print_screen_max_error): Likewise.
25731         (update_stats): Likewise.
25732         (print_max_error): Likewise.  Update calls to other affected
25733         functions.
25734         (print_complex_max_error): Likewise.
25735         (test_single_exception): Update calls to print_screen.
25736         (test_single_errno): Likewise.
25737         (check_float_internal): Remove xfail argument.  Update calls to
25738         other affected functions.
25739         (check_float): Likewise.
25740         (check_complex): Likewise.
25741         (check_int): Likewise.
25742         (check_long): Likewise.
25743         (check_bool): Likewise.
25744         (check_longlong): Likewise.
25745         (main): Don't print noXFails and noXPasses.
25746         * math/gen-libm-test.pl (top level): Don't mention expected
25747         failure handling in comment.
25748         (new_test): Don't handle expected failures.
25749         (parse_args): Don't mention expected failure handling in comment.
25750         (generate_testfile): Don't handle expected failures.
25751         (parse_ulps): Likewise.
25752         (print_ulps_file): Likewise.
25753         (get_failure): Remove function.
25754         (output_test): Don't handle expected failures.
25755         * make/README.libm-test: Don't mention expected failure handling.
25757         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25758         (minus_zero): Likewise.
25759         (plus_infty): Likewise.
25760         (minus_infty): Likewise.
25761         (qnan_value): Likewise.
25762         (max_value): Likewise.
25763         (min_value): Likewise.
25764         (min_subnorm_value): Likewise.
25765         (initialize): Do not initialize those variables dynamically.
25767 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25769         * io/open.c (__open_2): Moved to ...
25770         * io/open_2.c: ... this new file.
25771         * io/open64.c (__open64_2): Moved to ...
25772         * io/open64_2.c: ... this new file.
25773         * io/openat.c (__openat_2): Moved to ...
25774         * io/openat_2.c: ... this new file.
25775         * io/openat64.c (__openat64_2): Moved to ...
25776         * io/openat64_2.c: ... this new file.
25777         * io/Makefile (routines): Add them.
25778         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25779         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25780         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25781         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25782         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25783         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25784         (__openat64): Add hidden_ver.
25785         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25786         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25788         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25789         Separately conditionalize setting of GLRO(dl_sysinfo) so
25790         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25791         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25793 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25795         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25796         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25797         definition.
25798         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25799         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25800         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25801         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25802         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25804 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25806         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25807         test signgam value.
25809         * math/libm-test.inc (hypot_test): Do not use
25810         IGNORE_ZERO_INF_SIGN.
25812 2013-05-03  Andreas Jaeger  <aj@suse.de>
25814         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25815         Linux 3.9.
25816         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25817         (PF_MAX): Adjust for VSOCK change.
25819 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25821         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25823 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25825         [BZ #15264]
25826         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25827         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25828         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25830 2013-05-02  David S. Miller  <davem@davemloft.net>
25832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25834 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25836         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25838 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25840         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25842 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25844         [BZ #14952]
25845         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25846         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25847         Use __attribute__ ((__gnu_inline__)).
25848         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25849         Don't use __attribute__ ((__gnu_inline__)).
25851 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25853         [BZ #15423]
25854         * math/s_catan.c (__catan): Handle small real or imaginary part of
25855         input specially to avoid spurious underflow.
25856         * math/s_catanf.c (__catanf): Likewise.
25857         * math/s_catanh.c (__catanh): Likewise.
25858         * math/s_catanhf.c (__catanhf): Likewise.
25859         * math/s_catanhl.c (__catanhl): Likewise.
25860         * math/s_catanl.c (__catanl): Likewise.
25861         * math/libm-test.inc (catan_test): Add more tests.
25862         (catanh_test): Likewise.
25863         * sysdeps/i386/fpu/libm-test-ulps: Update.
25864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25866 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25870 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25872         [BZ #15416]
25873         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25874         accurately for denominator in atan2.
25875         * math/s_catanf.c (__catanf): Likewise.
25876         * math/s_catanh.c (__catanh): Likewise.
25877         * math/s_catanhf.c (__catanhf): Likewise.
25878         * math/s_catanhl.c (__catanhl): Likewise.
25879         * math/s_catanl.c (__catanl): Likewise.
25880         * math/libm-test.inc (catan_test): Add more tests.
25881         (catanh_test): Likewise.
25882         * sysdeps/i386/fpu/libm-test-ulps: Update.
25883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25885 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25887         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25889         * benchtests/Makefile (bench): Remove slow benchmarks.
25890         * benchtests/atan-inputs: Add slow benchmark inputs.
25891         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25892         (BENCH_FUNC): Accept variant offset.
25893         (VARIANT): Define.
25894         * benchtests/bench-skeleton.c (main): Run benchmark for each
25895         variant.
25896         * benchtests/cos-inputs: Add slow benchmark inputs.
25897         * benchtests/exp-inputs: Likewise.
25898         * benchtests/pow-inputs: Likewise.
25899         * benchtests/sin-inputs: Likewise.
25900         * benchtests/slowatan-inputs: Remove.
25901         * benchtests/slowatan.c: Remove.
25902         * benchtests/slowcos-inputs: Remove.
25903         * benchtests/slowcos.c: Remove.
25904         * benchtests/slowexp-inputs: Remove.
25905         * benchtests/slowexp.c: Remove.
25906         * benchtests/slowpow-inputs: Remove.
25907         * benchtests/slowpow.c: Remove.
25908         * benchtests/slowsin-inputs: Remove.
25909         * benchtests/slowsin.c: Remove.
25910         * benchtests/slowtan-inputs: Remove.
25911         * benchtests/slowtan.c: Remove.
25912         * benchtests/tan-inputs: Add slow benchmark inputs.
25913         * scripts/bench.pl: Parse comments and directives.
25915         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25916         in CPPFLAGS.
25917         ($(objpfx)bench-%.c): Remove *-ITER.
25918         * benchtests/bench-modf.c: Remove definition of ITER.
25919         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25920         (main): Loop for DURATION seconds instead of fixed number of
25921         iterations.
25922         * scripts/bench.pl: Don't expect iterations in parameters.
25924 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25926         * io/fchdir.c (__fchdir): Renamed from fchdir.
25927         (fchdir): Define as weak alias.
25929 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25931         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25932         (ERRNO_EDOM): Likewise.
25933         (ERRNO_ERANGE): Likewise.
25934         (noErrnoTests): New variable.
25935         (init_max_error): Set errno to 0.
25936         (test_single_errno): New function.
25937         (test_errno): Likewise.
25938         (check_float_internal): Call test_errno.  Set errno to 0.
25939         (check_complex): Refer to errno tests in comment.
25940         (check_int): Call test_errno.  Set errno to 0.
25941         (check_long): Likewise.
25942         (check_bool): Likewise.
25943         (check_longlong): Likewise.
25944         (cos_test): Use ERRNO_* flags for errno tests instead of
25945         check_int.
25946         (expm1_test): Likewise.
25947         (fmod_test): Likewise.
25948         (ilogb_test): Likewise.
25949         (lgamma_test): Likewise.
25950         (pow_test): Likewise.
25951         (remainder_test): Likewise.
25952         (sin_test): Likewise.
25953         (tan_test): Likewise.
25954         (yn_test): Likewise.
25955         (initialize): Set errno to 0.
25956         (main): Print number of errno tests.
25957         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25959 2013-04-29  Andreas Jaeger  <aj@suse.de>
25961         [BZ #15084]
25962         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25963         and RES_USEVC.
25965         [BZ #15085]
25966         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25967         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25968         unimplemented.
25970         [BZ #15380]
25971         * stdlib/random.c (__initstate): Return NULL if
25972         __initstate fails.
25974         [BZ #15086]
25975         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25976         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25977         RES_SNGLKUPREOP.
25979 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25981         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25983 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25985         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25986         of individual tests.
25987         (casin_test): Likewise.
25988         (casinh_test): Likewise.
25990 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25992         [BZ #15409]
25993         * math/s_catan.c (__catan): Handle arguments with large real or
25994         imaginary part separately without squaring.
25995         * math/s_catanf.c (__catanf): Likewise.
25996         * math/s_catanh.c (__catanh): Likewise.
25997         * math/s_catanhf.c (__catanhf): Likewise.
25998         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25999         and redefine.
26000         (__catanhl): Handle arguments with large real or imaginary part
26001         separately without squaring.
26002         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26003         and redefine.
26004         (__catanl): Handle arguments with large real or imaginary part
26005         separately without squaring.
26006         * math/libm-test.inc (catan_test): Add more tests.
26007         (catanh_test): Likewise.
26008         * sysdeps/i386/fpu/libm-test-ulps: Update.
26009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26011 2013-04-27  Andreas Jaeger  <aj@suse.de>
26013         [BZ #15007]
26014         * stdlib/stdlib.h: Update guards for qecvt.
26015         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26016         <stdlib.h>.
26018 2013-04-27  Allan McRae  <allan@archlinux.org>
26020         * sysdeps/i386/fpu/libm-test-ulps: Update.
26022 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26024         [BZ #15406]
26025         * math/s_catan.c: Include <float.h>.
26026         (__catan): Ensure underflow exception occurs for underflowed
26027         result.
26028         * math/s_catanf.c: Include <float.h>.
26029         (__catanf): Ensure underflow exception occurs for underflowed
26030         result.
26031         * math/s_catanh.c: Include <float.h>.
26032         (__catanh): Ensure underflow exception occurs for underflowed
26033         result.
26034         * math/s_catanhf.c: Include <float.h>.
26035         (__catanhf): Ensure underflow exception occurs for underflowed
26036         result.
26037         * math/s_catanhl.c: Include <float.h>.
26038         (__catanhl): Ensure underflow exception occurs for underflowed
26039         result.
26040         * math/s_catanl.c: Include <float.h>.
26041         (__catanl): Ensure underflow exception occurs for underflowed
26042         result.
26043         * math/libm-test.inc (catan_test): Add more tests.
26044         (catanh_test): Likewise.
26046         [BZ #15405]
26047         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26048         underflowed result.
26049         * math/s_ccoshf.c (__ccoshf): Likewise.
26050         * math/s_ccoshl.c (__ccoshl): Likewise.
26051         * math/s_csin.c (__csin): Likewise.
26052         * math/s_csinf.c (__csinf): Likewise.
26053         * math/s_csinh.c (__csinh): Likewise.
26054         * math/s_csinhf.c (__csinhf): Likewise.
26055         * math/s_csinhl.c (__csinhl): Likewise.
26056         * math/s_csinl.c (__csinl): Likewise.
26057         * math/libm-test.inc (ccos_test): Add more tests.
26058         (ccosh_test): Likewise.
26059         (csin_test): Likewise.
26060         (csinh_test): Likewise.
26062 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26064         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26065         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26066         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26067         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26068         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26069         powerpc/power5+/fpu folders.
26070         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26073 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26075         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26077 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26079         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26080         additions to variable.
26081         [$(config-machine) = x86_64] (modules-names): Likewise.
26082         ($(objpfx)tst-audit3): Remove dependency.
26083         ($(objpfx)tst-audit3.out): Likewise.
26084         ($(objpfx)tst-audit4): Likewise.
26085         ($(objpfx)tst-audit4.out): Likewise.
26086         ($(objpfx)tst-audit5): Likewise.
26087         ($(objpfx)tst-audit5.out): Likewise.
26088         ($(objpfx)tst-audit6): Likewise.
26089         ($(objpfx)tst-audit6.out): Likewise.
26090         ($(objpfx)tst-audit7): Likewise.
26091         ($(objpfx)tst-audit7.out): Likewise.
26092         (tst-audit3-ENV): Remove variable.
26093         (tst-audit4-ENV): Likewise.
26094         (tst-audit5-ENV): Likewise.
26095         (tst-audit6-ENV): Likewise.
26096         (tst-audit7-ENV): Likewise.
26097         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26098         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26099         addition to variable.
26100         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26101         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26102         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26103         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26104         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26105         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26106         tst-audit3, tst-audit4 and tst-audit5.
26107         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26108         tst-audit6 and tst-audit7.
26109         [$(subdir) = elf] (modules-names): Add audit modules for those
26110         tests.
26111         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26112         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26113         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26114         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26115         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26116         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26117         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26118         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26119         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26120         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26121         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26122         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26123         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26124         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26125         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26126         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26127         Likewise.
26128         [$(subdir) = elf && $(config-cflags-avx) = yes]
26129         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26130         [$(subdir) = elf && $(config-cflags-avx) = yes]
26131         (CFLAGS-tst-auditmod4a.c): Likewise.
26132         [$(subdir) = elf && $(config-cflags-avx) = yes]
26133         (CFLAGS-tst-auditmod4b.c): Likewise.
26134         [$(subdir) = elf && $(config-cflags-avx) = yes]
26135         (CFLAGS-tst-auditmod6b.c): Likewise.
26136         [$(subdir) = elf && $(config-cflags-avx) = yes]
26137         (CFLAGS-tst-auditmod6c.c): Likewise.
26138         [$(subdir) = elf && $(config-cflags-avx) = yes]
26139         (CFLAGS-tst-auditmod7b.c): Likewise.
26140         * elf/tst-audit3.c: Move to ...
26141         * sysdeps/x86_64/tst-audit3.c: ... here.
26142         * elf/tst-audit4.c: Move to ...
26143         * sysdeps/x86_64/tst-audit4.c: ... here.
26144         * elf/tst-audit5.c: Move to ...
26145         * sysdeps/x86_64/tst-audit5.c: ... here.
26146         * elf/tst-audit6.c: Move to ...
26147         * sysdeps/x86_64/tst-audit6.c: ... here.
26148         * elf/tst-audit7.c: Move to ...
26149         * sysdeps/x86_64/tst-audit7.c: ... here.
26150         * elf/tst-auditmod3a.c: Move to ...
26151         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26152         * elf/tst-auditmod3b.c: Move to ...
26153         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26154         * elf/tst-auditmod4a.c: Move to ...
26155         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26156         * elf/tst-auditmod4b.c: Move to ...
26157         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26158         * elf/tst-auditmod5a.c: Move to ...
26159         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26160         * elf/tst-auditmod5b.c: Move to ...
26161         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26162         * elf/tst-auditmod6a.c: Move to ...
26163         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26164         * elf/tst-auditmod6b.c: Move to ...
26165         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26166         * elf/tst-auditmod6c.c: Move to ...
26167         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26168         * elf/tst-auditmod7a.c: Move to ...
26169         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26170         * elf/tst-auditmod7b.c: Move to ...
26171         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26173 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26175         [BZ #15366]
26176         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26177         define unconditionally.
26178         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26179         define unconditionally.
26180         (INT8_C, INT16_C, etc.): Likewise.
26182 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26184         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26185         __ehdr_start with hidden visibility.
26187         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26189 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26191         * math/libm-test.inc (cos_test): Use accurate hex constants.
26192         (sincost_test): Likewise.
26194 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26196         * math/libm-test.inc (catan_test): Add more tests.
26197         (catanh_test): Likewise.
26199         * math/s_catanf.c (__catanf): Use suffixed floating-point
26200         constants.
26201         * math/s_catanhf.c (__catanhf): Likewise.
26202         * math/s_catanhl.c (__catanhl): Likewise.
26203         * math/s_catanl.c (__catanl): Likewise.
26205         [BZ #15394]
26206         * math/s_catan.c (__catan): Calculate imaginary part of result
26207         with log1p not log unless computing log of number close to 0.
26208         * math/s_catanf.c (__catanf): Likewise.
26209         * math/s_catanl.c (__catanl): Likewise.
26210         * math/s_catanh.c (__catanh): Calculate real part of result with
26211         log1p not log unless computing log of number close to 0.
26212         * math/s_catanhf.c (__catanhf): Likewise.
26213         * math/s_catanhl.c (__catanhl): Likewise.
26214         * math/libm-test.inc (catan_test): Add more tests.
26215         (catanh_test): Likewise.
26216         * sysdeps/i386/fpu/libm-test-ulps: Update.
26217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26219 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26221         * benchtests/Makefile: Mention files in which fast and slow
26222         paths of math functions are implemented.
26224 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26226         * sysdeps/posix/timespec_get.c: New file.
26228 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26230         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26231         POWER.
26232         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26233         for POWER.
26234         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26235         powerpc/power5/fpu folders.
26236         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26237         * benchtests/Makefile: Add modf testcase.
26238         * benchtests/bench-modf.c: New file: Benchmark test for mo
26240 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26242         [BZ #14888]
26243         * time/Makefile (tests): Add tst-strptime-whitespace.
26244         * time/strptime_l.c (get_number): Use ISSPACE.
26245         (__strptime_internal): Likewise.
26246         * time/tst-strptime-whitespace.c: New test case.
26248 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26250         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26251         member.
26252         (_nss_files_init): Set it here.
26254 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26256         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26257         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26258         unsigned.
26260 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26262         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26264 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26266         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26267         size just once.
26269 2013-04-21  David S. Miller  <davem@davemloft.net>
26271         * po/ru.po: Update Russion translation from translation project.
26273 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26275         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26276         and setfsgid.
26278 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26280         * configure.in: Remove i386 configure warning. Remove i386 case.
26281         * configure: Regenerate.
26282         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26283         Add example to error message.
26284         * sysdeps/i386/configure: Regenerate.
26286 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26288         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26289         slowtan.
26290         * benchtests/cos-inputs: New file.
26291         * benchtests/slowcos-inputs: New file.
26292         * benchtests/slowcos.c: New file.
26293         * benchtests/slowtan-inputs: New file.
26294         * benchtests/slowtan.c: New file.
26295         * benchtests/tan-inputs: New file.
26297 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26299         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26300         considered kosher.
26302 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26304         * benchtests/Makefile: Include cppflags-iterator.mk to add
26305         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26307         * Makefile.in (bench-clean): New target.
26308         * benchtests/Makefile (bench-clean): Likewise.
26310 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26312         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26314 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26316         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26318 2013-04-15  Andreas Schwab  <schwab@suse.de>
26320         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26321         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26322         * nscd/pwdcache.c (cache_addpw): Likewise.
26323         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26324         more than recsize.
26326 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26328         * benchtests/Makefile (bench): Write all output to
26329         bench-out.tmp together.
26331 2013-04-15  Andreas Schwab  <schwab@suse.de>
26333         * nscd/nscd.c (main): Don't fork again after closing files.
26335 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26337         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26339         * benchtests/Rules (bench-deps): Collect dependencies into a
26340         single variable.  Add Makefile to dependencies.
26341         ($(objpfx)bench-%.c): Depend on bench-deps.
26343 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26344             Xavier Roche  <roche+kml2@exalead.com>
26346         [BZ #15361]
26347         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26348         just that it's a file descriptor.
26349         * manual/llio.texi (Synchronizing AIO Operations): Update description
26350         for EBADF error from aio_fsync.
26352 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26354         * Rules (bench): Move target definition...
26355         * benchtests/Makefile: ... here.
26357 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26359         * math/libm-test.inc (cos_test): Fix PI/2 test.
26360         (sincos_test): Likewise.
26361         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26362         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26364 2013-04-11  Andreas Schwab  <schwab@suse.de>
26366         [BZ #13988]
26367         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26368         accept exponent character only when digits were seen.
26369         * stdio-common/Makefile (tests): Add bug26.
26370         * stdio-common/bug26.c: New file.
26372         [BZ #14293]
26373         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26374         non-freeable.
26376 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26378         * Makeconfig (rtld-prefix): Define built linker prefix.
26379         * Rules (run-bench): Use it.
26380         * math/Makefile (run-regen-ulps): Likewise.
26382         * Rules (bench): Remove eval.
26384 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26385             Roland McGrath  <roland@hack.frob.com>
26386             Ondrej Bilka  <neleai@seznam.cz>
26388         [BZ #15346]
26389         * time/getdate.c: Include ctype.h and alloca.h.
26390         (__getdate_r): Trim leading and trailing spaces of input.
26391         * time/tst-getdate.c (tests): Add tests with leading and
26392         trailing spaces.
26394 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26396         [BZ #14280]
26397         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26398         when computing value.
26400 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26402         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26403         Use testrun.sh to run libm tests.
26405         [BZ #15309]
26406         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26408 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26410         [BZ #15264]
26411         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26413 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26415         * Makefile.in (regen-ulps): New target.
26416         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26417         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26418         [ifneq (no,$(PERL)] (regen-ulps): New target.
26419         [ifeq (no,$(PERL)] (regen-ulps): New target.
26420         * math/libm-test.inc (ulps_file_name): Define.
26421         (output_dir): New variable.
26422         (options): Add "output-dir" option.
26423         (parse_opt): Handle 'o' case.
26424         (main): If output_dir is non-NULL use it as a prefix
26425         otherwise use "".
26426         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26428 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26430         [BZ #10060, #10062]
26431         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26432         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26433         fail configure if __sync_val_compare_and_swap is not inlined.
26434         * sysdeps/i386/configure: Regenerate.
26435         * configure.in: Build for i686 when configured for i386.
26436         * configure: Regenerate.
26437         * README: Remove i386 reference.
26439 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26441         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26442         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26444 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26446         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26447         (lmsnanval): New variables.
26448         (F): Add conversion tests.
26449         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26450         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26452         * stdio-common/tstdiomisc.c (F): Properly collect individual
26453         tests' results.
26455         [BZ #14686, #15336]
26456         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26457         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26458         Instead, use input NaN values or generate a qNaN by arithmetic
26459         operation.  Also fix bugs to comply with the standard.
26460         * math/libm-test.inc (remainder_test): Add more tests.
26462         [BZ #15335, #15342]
26463         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26464         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26465         input NaN values or generate a qNaN by arithmetic operation.
26467         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26468         unreachable code.
26470         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26471         definitions.
26473 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26475         [BZ #14478]
26476         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26477         underflowed result.
26478         * math/s_cexpf.c (__cexpf): Likewise.
26479         * math/s_cexpl.c (__cexpl): Likewise.
26480         * math/libm-test.inc (cexp_test): Add more tests.
26482 2013-04-03  Andreas Schwab  <schwab@suse.de>
26484         [BZ #15330]
26485         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26486         order arrays from heap if bigger than alloca cutoff.
26488 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26490         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26491         (SNAN_TESTS_double): Refer to GCC PR56831.
26492         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26493         GCC PR56828.
26495 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26497         * Rules (bench): Move bench.out after the run is complete.
26499         * Rules (bench): Echo currently running benchmark.
26501         * benchtests/Makefile (bench): Add atan and slowatan.
26502         * benchtests/atan-inputs: New file.
26503         * benchtests/slowatan-inputs: New file.
26504         * benchtests/slowatan.c: New file.
26506         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26507         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26508         its value.
26510         [BZ #15305]
26511         * sysdeps/unix/sysv/linux/kernel-features.h
26512         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26513         __ASSUME_XFS_RESTRICTED_CHOWN.
26514         * sysdeps/unix/sysv/linux/pathconf.c
26515         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26516         Save and restore errno.
26518 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26520         [BZ #15327]
26521         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26522         arguments using __kernel_casinh.
26523         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26524         arguments using __kernel_casinhf.
26525         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26526         arguments using __kernel_casinhl.
26527         * math/libm-test.inc (cacosh_test): Add more tests.
26528         * sysdeps/i386/fpu/libm-test-ulps: Update.
26529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26531 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26533         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26534         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26536         * bench/Makefile (bench): Add sin and slowsin.
26537         * benchtests/sin-inputs: New file.
26538         * benchtests/slowsin-inputs: New file.
26539         * benchtests/slowsin.c: New file.
26541         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26542         (bench): Add slowexp and slowpow.
26543         (exp-ITER): Increase iterations.
26544         (pow-ITER): Likewise.
26545         * benchtests/exp-inputs: Change input.
26546         * benchtests/pow-inputs: Likewise.
26547         * benchtests/slowexp-inputs: New file.
26548         * benchtests/slowexp.c: New file.
26549         * benchtests/slowpow-inputs: New file.
26550         * benchtests/slowpow.c: New file.
26552 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26554         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26555         instructions.
26556         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26557         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26558         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26559         * benchtests/Makefile: Add rint benchtest.
26560         * benchtests/rint-inputs: Input for rint benchtest.
26562 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26564         * Versions.def (libm): Add GLIBC_2.18.
26565         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26566         hidden libm prototypes.
26567         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26568         * math/Makefile (libm-calls): Add s_issignaling.
26569         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26570         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26571         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26572         declaration.
26573         * math/math.h [__USE_GNU] (issignaling): New macro.
26574         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26575         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26576         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26577         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26578         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26579         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26580         * manual/arith.texi (issignaling): New section.
26581         * manual/libm-err-tab.pl (@all_functions): Update comment.
26582         * math/gen-libm-test.pl (parse_args): Apply special handling for
26583         issignaling.
26584         * math/libm-test.inc (print_float, issignaling_test): New
26585         functions.
26586         (check_float_internal): Add issignaling checks.
26587         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26588         default definition.
26589         * sysdeps/powerpc/math-tests.h: New file.
26590         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26591         tests.
26592         * math/test-snan.c (TEST_FUNC): Likewise.
26594 2013-03-30  David S. Miller  <davem@davemloft.net>
26596         * po/de.po: Update from translation team.
26598 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26600         [BZ #10357]
26601         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26602         imaginary part less than 1.0 and real part less than 0.5
26603         specially.
26604         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26605         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26606         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26607         (cacos_test): Add more tests.
26608         (casin_test): Likewise.
26609         (casinh_test): Likewise.
26610         * sysdeps/i386/fpu/libm-test-ulps: Update.
26611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26613 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26615         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26616         ONE with its value.
26618         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26619         (__pow_mp): Replace ONE and MONE with their values.
26620         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26621         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26622         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26623         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26624         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26625         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26627         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26629         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26630         (__pow_mp): Replace ZERO and MZERO with their values.
26631         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26632         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26633         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26634         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26635         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26636         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26637         (__sqr): Likewise.
26639         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26641         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26643 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26645         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26646         Declare with __attribute__ ((weak)).
26647         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26648         Call __call_tls_dtors only if it's not NULL.
26650 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26652         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26653         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26654         magic __ehdr_start linker symbol if it's defined.
26655         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26656         them up here if it was already done.
26658         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26659         (_dl_aux_init): Use const in cast when setting it.
26660         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26661         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26662         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26664         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26665         Declare them here.
26666         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26667         * csu/libc-tls.c: Nor here.
26668         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26670         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26671         (__libc_message): Never call vsyslog.
26673 2013-03-28  Alan Modra  <amodra@gmail.com>
26675         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26676         Define as empty.
26677         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26678         Likewise.
26680 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26682         [BZ #15214]
26683         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26684         underflow.
26685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26687 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26689         [BZ #15304]
26690         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26691         Don't add gid passed as argument.
26693         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26695 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26697         [BZ #15307]
26698         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26699         imaginary part between 1.0 and 1.5 and real part less than 0.5
26700         specially.
26701         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26702         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26703         * math/libm-test.inc (cacos_test): Add more tests.
26704         (casin_test): Likewise.
26705         (casinh_test): Likewise.
26706         * sysdeps/i386/fpu/libm-test-ulps: Update.
26707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26709 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26711         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26712         constants.
26713         (norm): Likewise.
26714         (denorm): Likewise.
26715         (__dbl_mp): Likewise.
26716         (add_magnitudes): Likewise.
26717         (sub_magnitudes): Likewise.
26718         (__add): Likewise.
26719         (__sub): Likewise.
26720         (__mul): Likewise.
26721         (__sqr): Likewise.
26722         (__inv): Likewise.
26723         (__dvd): Likewise.
26725         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26726         commented code.
26727         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26728         (__dubcos): Likewise.
26729         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26730         (__ieee754_acos): Likewise.
26731         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26732         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26733         (__exp1): Likewise.
26734         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26735         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26736         (log1): Likewise.
26737         (my_log2): Likewise.
26738         (checkint): Likewise.
26739         * sysdeps/ieee754/dbl-64/e_remainder.c
26740         (__ieee754_remainder): Likewise.
26741         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26742         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26743         (bsloww): Likewise.
26744         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26746         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26747         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26748         MANTISSA_STORE_T to store computations on mantissa.  Use
26749         macros for rounding and division.
26750         (denorm): Likewise.
26751         (__dbl_mp): Likewise.
26752         (add_magnitudes): Likewise.
26753         (sub_magnitudes): Likewise.
26754         (__mul): Likewise.
26755         (__sqr): Likewise.
26756         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26757         powers of two in terms of TWOPOW macro.
26758         (mp_no): Make type of mantissa as MANTISSA_T.
26759         [!RADIXI]: Define RADIXI.
26760         [!TWO52]: Define TWO52.
26761         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26763 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26765         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26766         llroundl symbol when building for PPC32.
26768 2013-03-24  Mark H Weaver  <mhw@netris.org>
26770         * manual/arith.texi (Normalization Functions): Fix prototypes for
26771         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26773 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26775         [BZ #13889]
26776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26777         high value to check if expl overflow.
26778         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26779         to check for underflow and overflow.
26780         * math/libm-test.inc: Add exp test.
26782 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26784         [BZ #11120]
26785         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26786         with NOT_IN_libc.
26788 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26790         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26791         symbol.
26793 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26795         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26796         wrap blocks consisting of several statements.
26798         * sysdeps/generic/math-tests.h: New file.
26799         * sysdeps/i386/fpu/math-tests.h: Likewise.
26800         * math/test-snan.c: Include it.
26801         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26803 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26805         [BZ #15285]
26806         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26807         (__ieee754_j0l): Do not improve calculations using cos of twice
26808         input for inputs above LDBL_MAX / 2.0L.
26809         (__ieee754_y0l): Likewise.
26810         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26811         (__ieee754_j1l): Do not improve calculations using cos of twice
26812         input for inputs above LDBL_MAX / 2.0L.
26813         (__ieee754_y1l): Likewise.
26814         * math/libm-test.inc (j0_test): Add another test.
26815         (j1_test): Likewise.
26816         (y0_test): Likewise.
26817         (y1_test): Likewise.
26818         * sysdeps/i386/fpu/libm-test-ulps: Update.
26820 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26822         * Rules ($(objpfx)bench-%.c): Include code from a C source
26823         file.
26825 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26827         [BZ #15287]
26828         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26829         imaginary part 1.0 and real part less than 0.5 specially.
26830         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26831         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26832         * math/libm-test.inc (cacos_test): Add more tests.
26833         (casin_test): Likewise.
26834         (casinh_test): Likewise.
26835         * sysdeps/i386/fpu/libm-test-ulps: Update.
26836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26838 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26840         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26841         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26843 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26845         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26846         * config.make.in (config-cflags-sse4): Remove variable.
26847         (config-cflags-avx): Likewise.
26848         (config-cflags-sse2avx): Likewise.
26849         (config-cflags-novzeroupper): Likewise.
26850         (config-asflags-i686): Likewise.
26851         (have-mfma4): Likewise.
26852         (have-as-vis3): Likewise.
26853         (MIG): Likewise.
26854         * configure.in (MIG): Do not AC_SUBST.
26855         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26856         (libc_cv_cc_sse4): Do not AC_SUBST.
26857         (libc_cv_cc_avx): Likewise.
26858         (libc_cv_cc_sse2avx): Likewise.
26859         (libc_cv_cc_novzeroupper): Likewise.
26860         (libc_cv_cc_fma4): Likewise.
26861         (libc_cv_as_i686): Likewise.
26862         (libc_cv_sparc_as_vis3): Likewise.
26863         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26864         LIBC_CONFIG_VAR.
26865         (config-asflags-i686): Likewise.
26866         (config-cflags-avx): Likewise.
26867         (config-cflags-sse2avx): Likewise.
26868         (have-mfma4): Likewise.
26869         (config-cflags-novzeroupper): Likewise.
26870         * sysdeps/mach/configure.in (MIG): Likewise.
26871         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26872         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26873         LIBC_CONFIG_VAR.
26874         (config-cflags-avx): Likewise.
26875         (config-cflags-sse2avx): Likewise.
26876         (have-mfma4): Likewise.
26877         (config-cflags-novzeroupper): Likewise.
26878         * configure: Regenerated.
26879         * sysdeps/i386/configure: Likewise.
26880         * sysdeps/mach/configure: Likewise.
26881         * sysdeps/sparc/configure: Likewise.
26882         * sysdeps/x86_64/configure: Likewise.
26884 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26886         [BZ #14812]
26887         * locale/programs/localedef.c (options): Put N_ translation marker
26888         on argument names, not just descriptions.
26890 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26892         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26894 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26896         [BZ #14176]
26897         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26899 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26901         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26902         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26903         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26904         [!BEFORE_ABORT] (before_abort): New function.
26905         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26906         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26907         (writev_for_fatal): New function.
26908         (WRITEV_FOR_FATAL): New macro; call that.
26909         (backtrace_and_maps): New function.
26910         (BEFORE_ABORT): New macro; call that.
26911         (struct str_list): Type removed.
26912         (__libc_message, __libc_fatal): Functions removed.
26913         Include <sysdeps/posix/libc_fatal.c> instead.
26915 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26917         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26918         constants.
26919         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26920         double constants.
26922 2013-03-19  Andreas Schwab  <schwab@suse.de>
26924         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26925         * sysdeps/gnu/configure: Regenerate.
26927         * configure.in: Substitute libc_cv_rtlddir.
26928         * configure: Regenerate.
26929         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26930         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26931         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26932         * elf/Makefile (install-others, CFLAGS-interp.c)
26933         (ldso_install, common-ldd-rewrite): Likewise.
26934         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26935         $(inst_slibdir)/$(rtld-installed-name).
26936         * scripts/rellns-sh: Add -p option.
26937         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26938         for source.
26940 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26942         * manual/nptl.texi: Renamed to ...
26943         * manual/threads.texi: ... this.
26944         * manual/Makefile (chapters): Update.
26946 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26948         [BZ #14812]
26949         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26950         on argument names, not just descriptions.
26951         * malloc/memusagestat.c (options): Likewise.
26952         * nss/getent.c (options): Likewise.
26954 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26956         [BZ #14812]
26957         * iconv/iconv_prog.c (options): Put N_ translation marker
26958         on argument names, not just descriptions.
26959         * iconv/iconvconfig.c (options): Likewise.
26961 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26963         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26964         implementation which is faster on all x86_64 architectures.
26965         Tested on AMD, Intel Nehalem, SNB, IVB.
26966         * sysdeps/x86_64/strnlen.S: Likewise.
26968         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26969         Remove all multiarch strlen and strnlen versions.
26970         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26971         Remove strlen and strnlen related parts.
26973         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26974         Inline strlen part.
26975         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26977         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26978         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26979         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26980         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26981         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26982         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26984 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26986         * manual/memory.texi (Malloc Tunable Parameters):
26987         Sort parameters alphabetically. Add comments for missing entries.
26989 2013-03-17  David S. Miller  <davem@davemloft.net>
26991         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26993 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26995         [BZ #15283]
26996         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26997         for arguments at most half maximum finite value.
26998         * math/libm-test.inc (j0_test): Add more tests.
26999         (j1_test): Likewise.
27000         (y0_test): Likewise.
27001         (y1_test): Likewise.
27002         * sysdeps/i386/fpu/libm-test-ulps: Update.
27003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27005         [BZ #14155]
27006         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27007         1 / x and functions P and Q for arguments above 0x1p256L.
27008         (__ieee754_y0l): Likewise.
27009         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27010         (__ieee754_y1l): Likewise.
27011         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27012         (j1_test): Likewise.
27013         (y0_test): Likewise.
27014         (y1_test): Likewise.
27016 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27018         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27019         variable.
27021 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27023         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27024         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27025         zero since it's initialized to EXEC_PAGESIZE.
27027         * sysdeps/unix/sysv/linux/ldsodefs.h
27028         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27029         * sysdeps/generic/ldsodefs.h: ... here.
27031 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27033         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27035         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27036         math/test-snan.c.
27037         * math/test-snan.c: Renamed from
27038         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27039         * math/Makefile (tests): Add test-snan.
27040         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27041         test-powerpc-snan.
27043         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27044         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27045         functions.
27046         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27047         __builtin_nan family of functions.
27048         * math/libm-test.inc (initialize): Initialize qnan_value with
27049         __builtin_nan family of functions.
27050         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27051         Remove variables.
27052         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27053         Remove functions.
27054         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27055         storage class.  Initialize qNaN_var and sNaN_var with
27056         __builtin_nan and __builtin_nans families of functions,
27057         respectively.
27059         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27060         (sqrt_test): Remove duplicate test with qNaN input.
27061         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27062         (round_test, signbit_test, significand_test): Note missing +/-Inf
27063         as well as qNaN tests.
27065         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27066         qNaN_var.  Fix a few strings, too.
27067         * math/libm-test.inc (nan_value): Rename to qnan_value.
27068         * math/gen-libm-test.pl (%beautify): Adjust to that.
27069         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27070         * math/test-misc.c (main): Likewise.
27071         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27072         to __qnan_bytes, and __qnan_union, respectively.
27073         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27074         Likewise.
27075         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27076         and lqnanval, respectively.
27077         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27078         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27079         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27080         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27082         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27083         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27084         doubles.
27086         * math/test-misc.c (main): Fix copy'n'pastos.
27087         * misc/tst-efgcvt.c (special): Likewise.
27089         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27090         Remove declarations.
27092 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27094         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27095         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27096         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27097         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27099 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27101         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27102         macro to return vdso values correctly in IFUNC implementations.
27103         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27104         Optimization by using IFUNC.
27106 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27107             Richard Henderson  <rth@redhat.com>
27108             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27110         * Makefile.in (bench): New target.
27111         * NEWS: Mention the benchmark framework.
27112         * Rules (bench): Likewise.
27113         (binaries-bench): Generate binaries for functions to
27114         benchmark.
27115         * benchtests/Makefile: New makefile for benchmark tests.
27116         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27117         programs.
27118         * benchtests/exp-inputs: New input file for EXP function.
27119         * benchtests/pow-inputs: New input file for POW function.
27120         * scripts/bench.pl: New script to generate source files for
27121         benchmark programs.
27123 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27125         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27126         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27127         computations on mantissa.  Use macros for rounding and
27128         division.
27129         (denorm): Likewise.
27130         (__dbl_mp): Likewise.
27131         (add_magnitudes): Likewise.
27132         (sub_magnitudes): Likewise.
27133         (__mul): Likewise.
27134         (__sqr): Likewise.
27135         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27136         powers of two in terms of TWOPOW macro.
27137         (mp_no): Make type of mantissa as MANTISSA_T.
27138         [!RADIXI]: Define RADIXI.
27139         [!TWO52]: Define TWO52.
27140         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27142         * manual/nptl.texi (cindex): Modify threads to pthreads.
27144 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27146         * sysdeps/x86_64/preconfigure: Regenerated.
27148 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27150         [BZ #14155]
27151         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27152         0x1p28 and above.
27153         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27154         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27155         0x1p28 and above.
27156         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27157         * math/libm-test.inc (j0_test): Do not allow one spurious
27158         underflow exception.
27159         (y1_test): Likewise.
27161 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27163         * manual/Makefile (chapters): Add nptl.
27164         * manual/debug.texi (Debugging Support): Add link to Threads
27165         chapter.
27166         * manual/nptl.texi: New file.
27168         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27170 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27172         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27173         for non-NULL pointer before the memory validity test. Pointed
27174         out by Holger Brunck <holger.brunck@keymile.com>.
27176 2013-03-13  Andreas Schwab  <schwab@suse.de>
27178         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27179         instead of .os.
27181 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27183         * timezone/zic.c: Update from tzcode 2013b.
27185 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27187         * manual/install.texi (Configuring and compiling):
27188         Mention i686 and i586.
27189         * INSTALL: Regenerate.
27191 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27193         * sysdeps/init_array/elf-init.c: New file.
27194         * csu/elf-init.c
27195         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27196         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27198         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27199         __gmon_start__ as global, but as static with a .preinit_array pointer.
27200         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27201         * sysdeps/init_array/crti.S: New file, empty except for comments.
27202         * sysdeps/init_array/crtn.S: Likewise.
27204 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27206         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27207         definining bcopy.
27208         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27209         Remove Prefer_SSE_for_memop.
27210         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27211         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27212         HAS_PREFER_SSE_FOR_MEMOP.
27213         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27214         memset-x86-64.
27215         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27216         Remove bzero, memset ifunc support.
27217         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27218         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27219         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27220         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27222 2013-03-11  Andreas Schwab  <schwab@suse.de>
27224         [BZ #15234]
27225         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27226         by SHLIB_COMPAT.
27227         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27228         (GLIBC_2.16): Remove pthread_atfork.
27230 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27232         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27233         (ptestcases.h): Likewise.
27235 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27237         * Makeconfig ($(common-objpfx)config.status): Depend on
27238         sysdeps/*/preconfigure{,.in} too.
27240 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27242         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27243         (__free_hook): Use void * instead of __malloc_ptr_t.
27244         (__malloc_hook): Likewise.
27245         (__realloc_hook): Likewise.
27246         (__memalign_hook): Likewise.
27247         (__after_morecore_hook): Likewise.
27248         * malloc/arena.c (save_malloc_hook): Likewise.
27249         (save_free_hook): Likewise.
27250         * malloc/hooks.c (malloc_hook_ini): Likewise.
27251         (realloc_hook_ini): Likewise.
27252         (memalign_hook_ini): Likewise.
27253         * malloc/malloc.c (malloc_hook_ini): Likewise.
27254         (realloc_hook_ini): Likewise.
27255         (memalign_hook_ini): Likewise.
27256         (__free_hook): Likewise.
27257         (__malloc_hook): Likewise.
27258         (__realloc_hook): Likewise.
27259         (__memalign_hook): Likewise.
27260         (__libc_malloc): Likewise.
27261         (__libc_free): Likewise.
27262         (__libc_realloc): Likewise.
27263         (__libc_memalign): Likewise.
27264         (__libc_valloc): Likewise.
27265         (__libc_pvalloc): Likewise.
27266         (__libc_calloc): Likewise.
27267         (__posix_memalign): Likewise.
27268         * malloc/morecore.c (__sbrk): Likewise.
27269         (__default_morecore): Likewise.
27271         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27273         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27274         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27275         __malloc_ptrdiff_t.
27277         * malloc/malloc.h (__malloc_size_t): Remove macro.
27278         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27279         __malloc_size_t.
27280         (old_memalign_hook): Likewise.
27281         (old_realloc_hook): Likewise.
27282         (struct hdr): Likewise.
27283         (flood): Likewise.
27284         (mallochook): Likewise.
27285         (memalignhook): Likewise.
27286         (reallochook): Likewise.
27287         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27288         (tr_old_realloc_hook): Likewise.
27289         (tr_old_memalign_hook): Likewise.
27290         (tr_mallochook): Likewise.
27291         (tr_reallochook): Likewise.
27292         (tr_memalignhook): Likewise.
27294 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27296         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27297         default_ldbl_pack and using as default implementation.
27298         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27299         implementation.
27300         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27301         redundant definition.
27302         (ldbl_insert_mantissa): Likewise.
27303         (ldbl_canonicalize): Likewise.
27304         (ldbl_nearbyint): Likewise.
27305         (ldbl_pack): Rename to ldbl_pack_ppc.
27306         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27307         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27308         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27310 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27312         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27313         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27314         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27315         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27316         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27317         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27318         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27319         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27321 2013-03-07  Andreas Jaeger  <aj@suse.de>
27323         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27324         bits/mman-linux.h.
27326 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27328         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27329         Include mpa.h and declare __MPEXP.
27330         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27331         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27332         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27333         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27334         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27335         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27336         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27338         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27339         (__slowpow): Use long double EXPL and LOGL functions to
27340         compute POW.
27341         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27342         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27343         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27344         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27345         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27346         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27348         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27349         intermediate variable to calculate exponent.
27350         (__sqr): Likewise.
27351         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27352         Likewise.
27353         (__sqr): Likewise.
27355         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27356         [!NO__SQR]: Define __sqr.
27357         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27358         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27359         sysdeps/ieee754/dbl-64/mpa.c.
27360         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27362         [BZ #12723]
27363         * posix/Makefile (tests): Add tst-pathconf.
27364         * posix/tst-pathconf.c: New test case.
27365         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27366         _PC_PIPE_BUF.
27367         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27369 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27371         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27373 2013-03-06  Andreas Jaeger  <aj@suse.de>
27375         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27376         definition via __MAP_ANONYMOUS.
27378         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27379         it's not part of Linux headers.
27381         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27382         (MAP_HUGE_MASK): Define.
27384         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27385         Define.
27386         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27387         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27388         Define.
27389         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27390         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27391         Define.
27392         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27393         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27394         Define.
27395         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27397         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27398         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27399         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27400         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27401         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27402         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27404         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27405         Handle f2fs.
27407         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27408         Handle f2fs and efivarfs.
27410         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27411         f2fs.
27413         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27414         (EFIVARFS_MAGIC): Add.
27415         (F2FS_LINK_MAX): Add.
27417 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27419         * stdio-common/vfprintf.c: Replace __builtin_expect with
27420         __glibc_unlikely.
27422 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27424         [BZ #13550]
27425         * sysdeps/generic/bp-sym.h: Remove file.
27426         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27427         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27428         <bp-sym.h> and <bp-asm.h>.
27429         (__longjmp): Don't use BP_SYM.
27430         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27431         and <bp-asm.h>.
27432         (memcpy): Don't use BP_SYM.
27433         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27434         <bp-sym.h> and <bp-asm.h>.
27435         (memcpy): Don't use BP_SYM.
27436         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27437         <bp-asm.h>.
27438         (memcpy): Don't use BP_SYM.
27439         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27440         <bp-asm.h>.
27441         (memset): Don't use BP_SYM.
27442         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27443         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27444         (__bzero): Don't use BP_SYM.
27445         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27446         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27447         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27448         <bp-sym.h> and <bp-asm.h>.
27449         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27450         pointers.
27451         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27452         <bp-sym.h> and <bp-asm.h>.
27453         (memcpy): Don't use BP_SYM.
27454         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27455         <bp-sym.h> and <bp-asm.h>.
27456         (memset): Don't use BP_SYM.
27457         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27458         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27459         (__bzero): Don't use BP_SYM.
27460         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27461         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27462         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27463         <bp-sym.h> and <bp-asm.h>.
27464         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27465         pointers.
27466         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27467         <bp-sym.h> and <bp-asm.h>.
27468         (memcpy): Don't use BP_SYM.
27469         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27470         <bp-sym.h> and <bp-asm.h>.
27471         (memset): Don't use BP_SYM.
27472         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27473         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27474         (__bzero): Don't use BP_SYM.
27475         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27476         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27477         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27478         <bp-sym.h> and <bp-asm.h>.
27479         (__memchr): Don't use BP_SYM.
27480         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27481         <bp-sym.h> and <bp-asm.h>.
27482         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27483         pointers.
27484         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27485         <bp-sym.h> and <bp-asm.h>.
27486         (memcpy): Don't use BP_SYM.
27487         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27488         <bp-sym.h> and <bp-asm.h>.
27489         (__mempcpy): Don't use BP_SYM.
27490         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27491         <bp-sym.h> and <bp-asm.h>.
27492         (__memrchr): Don't use BP_SYM.
27493         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27494         <bp-sym.h> and <bp-asm.h>.
27495         (memset): Don't use BP_SYM.
27496         (__bzero): Likewise.
27497         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27498         <bp-sym.h> and <bp-asm.h>.
27499         (__rawmemchr): Don't use BP_SYM.
27500         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27501         <bp-sym.h> and <bp-asm.h>.
27502         (__STRCMP): Don't use BP_SYM.
27503         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27504         <bp-sym.h> and <bp-asm.h>.
27505         (strchr): Don't use BP_SYM.
27506         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27507         <bp-sym.h> and <bp-asm.h>.
27508         (__strchrnul): Don't use BP_SYM.
27509         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27510         <bp-sym.h> and <bp-asm.h>.
27511         (strlen): Don't use BP_SYM.
27512         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27513         <bp-sym.h> and <bp-asm.h>.
27514         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27515         pointers.
27516         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27517         <bp-sym.h> and <bp-asm.h>.
27518         (__strnlen): Don't use BP_SYM.
27519         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27520         <bp-sym.h> and <bp-asm.h>.
27521         (__GI__setjmp): Don't use BP_SYM.
27522         (_setjmp): Likewise.
27523         (__sigsetjmp): Likewise.
27524         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27525         (L(start_addresses)): Don't use BP_SYM.
27526         (_start): Likewise.
27527         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27528         <bp-asm.h>.
27529         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27530         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27531         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27532         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27533         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27534         <bp-asm.h>.
27535         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27536         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27537         about bounded pointers.
27538         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27539         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27540         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27541         <bp-asm.h>.
27542         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27543         about bounded pointers.  Remove GKM FIXME comments.
27544         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27545         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27546         <bp-asm.h>.
27547         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27548         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27549         Remove GKM FIXME comments.
27550         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27551         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27552         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27553         <bp-asm.h>.
27554         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27555         about bounded pointers.  Remove GKM FIXME comment.
27556         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27557         and <bp-asm.h>.
27558         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27559         pointers.
27560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27561         <bp-sym.h> and <bp-asm.h>.
27562         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27564         <bp-sym.h> and <bp-asm.h>.
27565         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27566         comment.
27568 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27570         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27571         call free(NULL).
27573 2013-03-05  David S. Miller  <davem@davemloft.net>
27575         * po/es.po: Update from translation team.
27577 2013-03-05  Andreas Jaeger  <aj@suse.de>
27579         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27580         <bits/mman-linux.h>.
27581         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27582         is fine.
27583         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27584         <bits/mman-linux.h> to end of file.
27585         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27586         is fine.
27587         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27588         <bits/mman-linux.h> to end of file.
27589         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27590         is fine.
27591         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27592         <bits/mman-linux.h> to end of file.
27594         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27595         (MCL_CURRENT, MCL_FUTURE): Define here.
27597 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27599         [BZ #15232]
27600         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27601         attribute_hidden.
27602         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27604 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27606         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27607         fourth parameter needed for rt_sigprocmask syscall.
27608         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27609         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27610         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27611         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27612         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27613         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27615 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27617         [BZ #13550]
27618         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27619         comment about bounded pointers.
27620         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27621         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27623 2013-03-04  Andreas Jaeger  <aj@suse.de>
27625         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27626         common definitions.
27628         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27629         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27630         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27631         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27632         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27633         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27635 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27637         [BZ #15055]
27638         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27639         __ieee754_sqrl instead of __sqrl.
27641 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27643         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27644         * sysdeps/powerpc/fpu_control.h: ... here.
27645         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27646         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27647         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27648         * sysdeps/powerpc/bits/mathinline.h: ... here.
27650 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27652         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27653         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27654         to just [NEED_DL_SYSINFO_DSO].
27655         * elf/dl-support.c: Likewise.
27656         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27657         * elf/rtld.c (dl_main): Likewise.
27658         * elf/setup-vdso.h (setup_vdso): Likewise.
27659         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27660         * sysdeps/unix/sysv/linux/dl-sysdep.c
27661         (_dl_discover_osversion): Likewise.
27663 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27665         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27666         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27668 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27670         * NEWS: Mention libm performance improvements and non-x86 PI
27671         futex support.
27673         * csu/libc-start.c (__pthread_initialize_minimal): Change
27674         function arguments.
27675         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27677 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27679         [BZ #13550]
27680         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27681         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27682         <bp-sym.h> and <bp-asm.h>.
27683         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27684         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27685         and <bp-asm.h>.
27686         (memcpy): Don't use BP_SYM.
27687         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27688         <bp-asm.h>.
27689         (__mpn_add_n): Don't use BP_SYM.
27690         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27691         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27692         and <bp-asm.h>.
27693         (__mpn_addmul_1): Don't use BP_SYM.
27694         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27695         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27696         <bp-sym.h>.
27697         (_setjmp): Don't use BP_SYM.
27698         (__novmx_setjmp): Likewise.
27699         (__GI__setjmp): Likewise.
27700         (__vmx_setjmp): Likewise.
27701         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27702         <bp-sym.h>.
27703         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27704         (__bzero): Don't use BP_SYM.
27705         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27706         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27707         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27708         <bp-sym.h> and <bp-asm.h>.
27709         (memcpy): Don't use BP_SYM.
27710         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27711         <bp-sym.h> and <bp-asm.h>.
27712         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27713         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27714         <bp-sym.h> and <bp-asm.h>.
27715         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27716         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27717         <bp-asm.h>.
27718         (__mpn_lshift): Don't use BP_SYM.
27719         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27720         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27721         <bp-asm.h>.
27722         (memset): Don't use BP_SYM.
27723         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27724         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27725         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27726         <bp-asm.h>.
27727         (__mpn_mul_1): Don't use BP_SYM.
27728         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27729         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27730         <bp-sym.h> and <bp-asm.h>.
27731         (memcmp): Don't use BP_SYM.
27732         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27733         <bp-sym.h> and <bp-asm.h>.
27734         (memcpy): Don't use BP_SYM.
27735         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27736         <bp-sym.h> and <bp-asm.h>.
27737         (memset): Don't use BP_SYM.
27738         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27739         <bp-sym.h> and <bp-asm.h>.
27740         (strncmp): Don't use BP_SYM.
27741         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27742         <bp-sym.h> and <bp-asm.h>.
27743         (memcpy): Don't use BP_SYM.
27744         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27745         <bp-sym.h> and <bp-asm.h>.
27746         (memset): Don't use BP_SYM.
27747         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27748         <bp-sym.h> and <bp-asm.h>.
27749         (__memchr): Don't use BP_SYM.
27750         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27751         <bp-sym.h> and <bp-asm.h>.
27752         (memcmp): Don't use BP_SYM.
27753         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27754         <bp-sym.h> and <bp-asm.h>.
27755         (memcpy): Don't use BP_SYM.
27756         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27757         <bp-sym.h> and <bp-asm.h>.
27758         (__mempcpy): Don't use BP_SYM.
27759         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27760         <bp-sym.h> and <bp-asm.h>.
27761         (__memrchr): Don't use BP_SYM.
27762         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27763         <bp-sym.h> and <bp-asm.h>.
27764         (memset): Don't use BP_SYM.
27765         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27766         <bp-sym.h> and <bp-asm.h>.
27767         (__rawmemchr): Don't use BP_SYM.
27768         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27769         <bp-sym.h> and <bp-asm.h>.
27770         (__STRCMP): Don't use BP_SYM.
27771         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27772         <bp-sym.h> and <bp-asm.h>.
27773         (strchr): Don't use BP_SYM.
27774         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27775         <bp-sym.h> and <bp-asm.h>.
27776         (__strchrnul): Don't use BP_SYM.
27777         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27778         <bp-sym.h> and <bp-asm.h>.
27779         (strlen): Don't use BP_SYM.
27780         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27781         <bp-sym.h> and <bp-asm.h>.
27782         (strncmp): Don't use BP_SYM.
27783         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27784         <bp-sym.h> and <bp-asm.h>.
27785         (__strnlen): Don't use BP_SYM.
27786         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27787         <bp-asm.h>.
27788         (__mpn_rshift): Don't use BP_SYM.
27789         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27790         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27791         <bp-sym.h> and <bp-asm.h>.
27792         (__sigsetjmp): Don't use BP_SYM.
27793         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27794         (L(start_addresses)): Don't use BP_SYM.
27795         (_start): Likewise.
27796         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27797         <bp-asm.h>.
27798         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27799         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27800         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27801         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27802         <bp-asm.h>.
27803         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27804         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27805         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27806         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27807         <bp-asm.h>.
27808         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27809         comments.
27810         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27811         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27812         <bp-asm.h>.
27813         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27814         FIXME comments.
27815         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27816         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27817         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27818         <bp-asm.h>.
27819         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27820         comment.
27821         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27822         and <bp-asm.h>.
27823         (strncmp): Don't use BP_SYM,
27824         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27825         <bp-asm.h>.
27826         (__mpn_sub_n): Don't use BP_SYM.
27827         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27828         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27829         and <bp-asm.h>.
27830         (__mpn_submul_1): Don't use BP_SYM.
27831         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27833         <bp-sym.h> and <bp-asm.h>.
27834         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27836         <bp-sym.h> and <bp-asm.h>.
27837         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27838         comment.
27840 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27842         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27843         Use ZK to minimize writes to Z.
27844         (sub_magnitudes): Simplify code a bit.
27845         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27846         Use ZK to minimize writes to Z.
27847         (sub_magnitudes): Simplify code a bit.
27849 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27851         * csu/gmon-start.c: Add special exception to license text.
27853 2013-02-27  Richard Henderson  <rth@redhat.com>
27855         * scripts/config.guess: Update from config.git.
27856         * scripts/config.sub: Likewise.
27858 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27860         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27862         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27864         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27866         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27868         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27870 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27872         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27873         [$(build-shared = yes].
27875 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27877         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27878         (__mul): Reduce iterations for calculating mantissa.
27880         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27881         MPTWO.
27882         (__mpranred): Likewise.
27884         [BZ #15160]
27885         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27886         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27888 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27890         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27891         Define __attribute__.
27893 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27895         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27896         unused.
27897         * posix/regex_internal.h (__attribute): Remove.
27898         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27899         (re_string_context_at): Likewise.
27900         (bitset_not): Use __attribute__ and mark function as possibly
27901         unused.
27902         (bitset_merge): Likewise.
27903         (bitset_mask): Likewise.
27904         (re_string_char_size_at): Likewise.
27905         (re_string_wchar_at): Likewise.
27906         (re_string_elem_size_at): Likewise.
27908 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27910         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27911         code.
27912         (cc32): Likewise.
27914         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27915         (__acr): Likewise.
27916         (__cpy): Likewise.
27917         (norm): Likewise.
27918         (denorm): Likewise.
27919         (__dbl_mp): Likewise.
27920         (add_magnitudes): Likewise.
27921         (sub_magnitudes): Likewise.
27922         (__mul): Likewise.
27923         (__inv): Likewise.
27925         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27926         style.
27928         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27929         style.
27931         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27932         code.
27934         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27935         up changes with default code.
27936         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27937         Likewise.
27939 2013-02-24  Allan McRae  <allan@archlinux.org>
27941         * manual/socket.texi (The Internet Namespace): Order menu items
27942         to match that in the file.
27944         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27945         node listing of the info page menu.
27947 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27949         [BZ #13550]
27950         * sysdeps/i386/bp-asm.h: Remove file.
27951         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27952         (PARMS): Do not use macros from bp-asm.h.
27953         (S1): Likewise.
27954         (S2): Likewise.
27955         (SIZE): Likewise.
27956         (__mpn_add_n): Do not use BP_SYM
27957         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27958         "bp-asm.h".
27959         (PARMS): Do not use macros from bp-asm.h.
27960         (S1): Likewise.
27961         (SIZE): Likewise.
27962         (__mpn_addmul_1): Do not use BP_SYM
27963         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27964         "bp-asm.h".
27965         (PARMS): Do not use macros from bp-asm.h.
27966         (SIGMSK): Likewise.
27967         (_setjmp): Likewise.  Do not use BP_SYM.
27968         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27969         "bp-asm.h".
27970         (PARMS): Do not use macros from bp-asm.h.
27971         (SIGMSK): Likewise.
27972         (setjmp): Likewise.  Do not use BP_SYM.
27973         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27974         "bp-asm.h".
27975         (PARMS): Do not use macros from bp-asm.h.
27976         (__frexp): Do not use BP_SYM.
27977         (frexp): Likewise.
27978         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27979         "bp-asm.h".
27980         (PARMS): Do not use macros from bp-asm.h.
27981         (__frexpf): Do not use BP_SYM.
27982         (frexpf): Likewise.
27983         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27984         "bp-asm.h".
27985         (PARMS): Do not use macros from bp-asm.h.
27986         (__frexpl): Do not use BP_SYM.
27987         (frexpl): Likewise.
27988         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27989         "bp-asm.h".
27990         (PARMS): Do not use macros from bp-asm.h.
27991         (__remquo): Do not use BP_SYM.
27992         (remquo): Likewise.
27993         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27994         "bp-asm.h".
27995         (PARMS): Do not use macros from bp-asm.h.
27996         (__remquof): Do not use BP_SYM.
27997         (remquof): Likewise.
27998         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27999         "bp-asm.h".
28000         (PARMS): Do not use macros from bp-asm.h.
28001         (__remquol): Do not use BP_SYM.
28002         (remquol): Likewise.
28003         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28004         "bp-asm.h".
28005         (PARMS): Do not use macros from bp-asm.h.
28006         (DEST): Likewise.
28007         (SRC): Likewise.
28008         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28009         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28010         "bp-asm.h".
28011         (PARMS): Do not use macros from bp-asm.h.
28012         (strlen): Do not use BP_SYM.
28013         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28014         "bp-asm.h".
28015         (PARMS): Do not use macros from bp-asm.h.
28016         (S1): Likewise.
28017         (S2): Likewise.
28018         (SIZE): Likewise.
28019         (__mpn_add_n): Do not use BP_SYM.
28020         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28021         "bp-asm.h".
28022         (PARMS): Do not use macros from bp-asm.h.
28023         (S1): Likewise.
28024         (SIZE): Likewise.
28025         (__mpn_addmul_1): Do not use BP_SYM.
28026         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28027         weak_alias.
28028         (bzero): Likewise.
28029         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28030         "bp-asm.h".
28031         (PARMS): Do not use macros from bp-asm.h.
28032         (S): Likewise.
28033         (SIZE): Likewise.
28034         (__mpn_lshift): Do not use BP_SYM.
28035         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28036         "bp-asm.h".
28037         (PARMS): Do not use macros from bp-asm.h.
28038         (DEST): Likewise.
28039         (SRC): Likewise.
28040         (LEN): Likewise.
28041         (memcpy): Likewise.  Do not use BP_SYM.
28042         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28043         libc_hidden_def and weak_alias.
28044         (mempcpy): Do not use BP_SYM in weak_alias.
28045         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28046         "bp-asm.h".
28047         (PARMS): Do not use macros from bp-asm.h.
28048         (DEST): Likewise.
28049         (LEN): Likewise.
28050         [!BZERO_P] (CHR): Likewise.
28051         (memset): Likewise.  Do not use BP_SYM.
28052         * sysdeps/i386/i586/mul_1.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         (SIZE): Likewise.
28057         (__mpn_mul_1): Do not use BP_SYM.
28058         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28059         "bp-asm.h".
28060         (PARMS): Do not use macros from bp-asm.h.
28061         (S): Likewise.
28062         (SIZE): Likewise.
28063         (__mpn_rshift): Do not use BP_SYM.
28064         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28065         "bp-asm.h".
28066         (PARMS): Do not use macros from bp-asm.h.
28067         (STR): Likewise.
28068         (CHR): Likewise.
28069         (strchr): Likewise.  Do not use BP_SYM.
28070         (index): Do not use BP_SYM in weak_alias.
28071         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28072         "bp-asm.h".
28073         (PARMS): Do not use macros from bp-asm.h.
28074         (DEST): Likewise.
28075         (SRC): Likewise.
28076         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28077         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28078         "bp-asm.h".
28079         (PARMS): Do not use macros from bp-asm.h.
28080         (strlen): Do not use BP_SYM.
28081         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28082         "bp-asm.h".
28083         (PARMS): Do not use macros from bp-asm.h.
28084         (S1): Likewise.
28085         (S2): Likewise.
28086         (SIZE): Likewise.
28087         (__mpn_sub_n): Do not use BP_SYM.
28088         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28089         "bp-asm.h".
28090         (PARMS): Do not use macros from bp-asm.h.
28091         (S1): Likewise.
28092         (SIZE): Likewise.
28093         (__mpn_submul_1): Do not use BP_SYM.
28094         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28095         "bp-asm.h".
28096         (PARMS): Do not use macros from bp-asm.h.
28097         (S1): Likewise.
28098         (S2): Likewise.
28099         (SIZE): Likewise.
28100         (__mpn_add_n): Do not use BP_SYM.
28101         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28102         weak_alias.
28103         (bzero): Likewise.
28104         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28105         "bp-asm.h".
28106         (PARMS): Do not use macros from bp-asm.h.
28107         (BLK2): Likewise.
28108         (LEN): Likewise.
28109         (memcmp): Do not use BP_SYM.
28110         (bcmp): Do not use BP_SYM in weak_alias.
28111         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28112         "bp-asm.h".
28113         (PARMS): Do not use macros from bp-asm.h.
28114         (DEST): Likewise.
28115         (SRC): Likewise.
28116         (LEN): Likewise.
28117         (memcpy): Likewise.  Do not use BP_SYM.
28118         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28119         "bp-asm.h".
28120         (PARMS): Do not use macros from bp-asm.h.
28121         (DEST): Likewise.
28122         (SRC): Likewise.
28123         (LEN): Likewise.
28124         (memmove): Likewise.  Do not use BP_SYM.
28125         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28126         "bp-asm.h".
28127         (PARMS): Do not use macros from bp-asm.h.
28128         (DEST): Likewise.
28129         (SRC): Likewise.
28130         (LEN): Likewise.
28131         (__mempcpy): Likewise.  Do not use BP_SYM.
28132         (mempcpy): Do not use BP_SYM in weak_alias.
28133         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28134         "bp-asm.h".
28135         (PARMS): Do not use macros from bp-asm.h.
28136         (DEST): Likewise.
28137         (LEN): Likewise.
28138         [!BZERO_P] (CHR): Likewise.
28139         (memset): Likewise.  Do not use BP_SYM.
28140         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28141         "bp-asm.h".
28142         (PARMS): Do not use macros from bp-asm.h.
28143         (STR2): Likewise.
28144         (strcmp): Do not use BP_SYM.
28145         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28146         "bp-asm.h".
28147         (PARMS): Do not use macros from bp-asm.h.
28148         (STR): Likewise.
28149         (DELIM): Likewise.
28150         [USE_AS_STRTOK_R] (SAVE): Likewise.
28151         (FUNCTION): Likewise.  Do not use BP_SYM.
28152         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28153         aliases.
28154         (strtok_r): Likewise.
28155         (__GI___strtok_r): Likewise.
28156         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28157         (PARMS): Do not use macros from bp-asm.h.
28158         (S): Likewise.
28159         (SIZE): Likewise.
28160         (__mpn_lshift): Do not use BP_SYM.
28161         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28162         (PARMS): Do not use macros from bp-asm.h.
28163         (STR): Likewise.
28164         (CHR): Likewise.
28165         (__memchr): Do not use BP_SYM.
28166         (memchr): Do not use BP_SYM in weak_alias.
28167         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28168         (PARMS): Do not use macros from bp-asm.h.
28169         (BLK2): Likewise.
28170         (LEN): Likewise.
28171         (memcmp): Do not use BP_SYM.
28172         (bcmp): Do not use BP_SYM in weak_alias.
28173         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28174         (PARMS): Do not use macros from bp-asm.h.
28175         (S1): Likewise.
28176         (SIZE): Likewise.
28177         (__mpn_mul_1): Do not use BP_SYM.
28178         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28179         "bp-asm.h".
28180         (PARMS): Do not use macros from bp-asm.h.
28181         (STR): Likewise.
28182         (CHR): Likewise.
28183         (__rawmemchr): Do not use BP_SYM.
28184         (rawmemchr): Do not use BP_SYM in weak_alias.
28185         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28186         (PARMS): Do not use macros from bp-asm.h.
28187         (S): Likewise.
28188         (SIZE): Likewise.
28189         (__mpn_rshift): Do not use BP_SYM.
28190         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28191         (PARMS): Do not use macros from bp-asm.h.
28192         (SIGMSK): Likewise.
28193         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28194         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28195         (_start): Do not use BP_SYM.
28196         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28197         (PARMS): Do not use macros from bp-asm.h.
28198         (DEST): Likewise.
28199         (SRC): Likewise.
28200         (__stpcpy): Likewise.  Do not use BP_SYM.
28201         (stpcpy): Do not use BP_SYM in weak_alias.
28202         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28203         "bp-asm.h".
28204         (PARMS): Do not use macros from bp-asm.h.
28205         (DEST): Likewise.
28206         (SRC): Likewise.
28207         (LEN): Likewise.
28208         (__stpncpy): Likewise.  Do not use BP_SYM.
28209         (stpncpy): Do not use BP_SYM in weak_alias.
28210         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28211         (PARMS): Do not use macros from bp-asm.h.
28212         (STR): Likewise.
28213         (CHR): Likewise.
28214         (strchr): Likewise.  Do not use BP_SYM.
28215         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28216         "bp-asm.h".
28217         (PARMS): Do not use macros from bp-asm.h.
28218         (STR): Likewise.
28219         (CHR): Likewise.
28220         (__strchrnul): Likewise.  Do not use BP_SYM.
28221         (strchrnul): Do not use BP_SYM in weak_alias.
28222         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28223         "bp-asm.h".
28224         (PARMS): Do not use macros from bp-asm.h.
28225         (STOP): Likewise.
28226         (strcspn): Do not use BP_SYM.
28227         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28228         "bp-asm.h".
28229         (PARMS): Do not use macros from bp-asm.h.
28230         (STR): Likewise.
28231         (STOP): Likewise.
28232         (strpbrk): Likewise.  Do not use BP_SYM.
28233         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28234         "bp-asm.h".
28235         (PARMS): Do not use macros from bp-asm.h.
28236         (STR): Likewise.
28237         (CHR): Likewise.
28238         (strrchr): Likewise.  Do not use BP_SYM.
28239         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28240         (PARMS): Do not use macros from bp-asm.h.
28241         (SKIP): Likewise.
28242         (strspn): Do not use BP_SYM.
28243         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28244         (PARMS): Do not use macros from bp-asm.h.
28245         (STR): Likewise.
28246         (DELIM): Likewise.
28247         (SAVE): Likewise.
28248         (FUNCTION): Likewise.  Do not use BP_SYM.
28249         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28250         aliases.
28251         (strtok_r): Likewise.
28252         (__GI___strtok_r): Likewise.
28253         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28254         (PARMS): Do not use macros from bp-asm.h.
28255         (S1): Likewise.
28256         (S2): Likewise.
28257         (SIZE): Likewise.
28258         (__mpn_sub_n): Do not use BP_SYM.
28259         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28260         "bp-asm.h".
28261         (PARMS): Do not use macros from bp-asm.h.
28262         (S1): Likewise.
28263         (SIZE): Likewise.
28264         (__mpn_submul_1): Do not use BP_SYM.
28265         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28266         <bp-sym.h>.
28267         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28268         and <bp-asm.h>.
28269         (PARMS): Do not use macros from bp-asm.h.
28270         (FLAGS): Likewise.
28271         (PTID): Likewise.
28272         (TLS): Likewise.
28273         (CTID): Likewise.
28274         (__clone): Do not use BP_SYM.
28275         (clone): Do not use BP_SYM in weak_alias.
28276         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28277         and <bp-asm.h>.
28278         (PARMS): Do not use macros from bp-asm.h.
28279         (LEN): Likewise.
28280         (__mmap64): Do not use BP_SYM.
28281         (mmap64): Do not use BP_SYM in weak_alias.
28282         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28283         <bp-sym.h> and <bp-asm.h>.
28284         (PARMS): Do not use macros from bp-asm.h.
28285         (__posix_fadvise64_l64): Do not use BP_SYM.
28286         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28287         (PARMS): Do not use macros from bp-asm.h.
28288         (NSOPS): Likewise.
28289         (semtimedop): Do not use BP_SYM.
28290         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28291         and <bp-asm.h>.
28293 2013-02-21  Allan McRae  <allan@archlinux.org>
28295         * manual/message.texi (Charset conversion in gettext):
28296         Move @end statement to beginning of line.
28298 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28300         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28301         static.
28302         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28303         Likewise.
28305         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28306         (denorm): Likewise.
28307         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28308         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28310 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28312         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28313         tail-call to the resolved function if pltexit isn't needed.
28315 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28317         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28318         or Y being zero as being unlikely.
28319         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28320         Likewise.
28322 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28324         * manual/nss.texi (System Databases and Name Service Switch):
28325         Remove frobnicate @pxref.
28327 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28329         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28330         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28332 2013-02-20  Petr Machata  <pmachata@redhat.com>
28334         * elf/elf.h (R_ARM_TARGET1): New macro.
28335         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28336         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28337         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28338         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28339         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28340         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28341         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28342         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28343         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28344         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28345         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28346         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28347         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28348         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28349         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28350         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28351         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28352         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28353         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28354         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28355         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28356         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28357         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28358         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28359         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28360         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28361         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28362         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28363         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28364         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28365         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28366         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28367         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28368         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28369         (R_ARM_THM_GOT_BREL12): Likewise.
28370         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28371         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28372         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28373         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28374         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28375         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28376         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28377         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28378         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28380 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28382         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28383         __attribute_used__ to __attribute__ ((unused)).
28385 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28387         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28388         powerpc mpa.c.
28389         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28390         comment formatting.
28391         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28393 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28395         [BZ #13550]
28396         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28397         Remove macro.
28398         (ENTER): Remove both macro definitions.
28399         (LEAVE): Likewise.
28400         (CHECK_BOUNDS_LOW): Likewise.
28401         (CHECK_BOUNDS_HIGH): Likewise.
28402         (CHECK_BOUNDS_BOTH): Likewise.
28403         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28404         (RETURN_BOUNDED_POINTER): Likewise.
28405         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28406         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28407         (POP_ERRNO_LOCATION_RETURN): Likewise.
28408         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28409         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28410         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28411         macros.
28412         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28413         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28414         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28415         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28416         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28417         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28418         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28419         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28420         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28421         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28422         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28423         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28424         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28425         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28426         removed macros.
28427         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28428         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28429         macros.
28430         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28431         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28432         * sysdeps/i386/i586/memset.S (memset): Likewise.
28433         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28434         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28435         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28436         macros.
28437         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28438         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28439         Change uses of L(2) to L(out).
28440         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28441         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28442         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28443         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28444         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28445         removed macros.
28446         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28447         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28448         macros.
28449         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28450         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28451         (RETURN): Do not use macro LEAVE.
28452         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28453         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28454         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28455         * sysdeps/i386/i686/memset.S (memset): Likewise.
28456         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28457         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28458         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28459         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28460         Likewise.
28461         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28462         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28463         L(1_2) and L(1_3) into L(1).
28464         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28465         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28466         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28467         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28468         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28469         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28470         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28471         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28472         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28473         macros.
28474         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28475         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28476         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28477         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28478         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28479         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28480         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28481         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28482         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28483         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28484         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28485         * sysdeps/i386/strspn.S (strspn): Likewise.
28486         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28487         conditional code.
28488         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28489         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28490         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28491         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28492         L(1_3) into L(1_1).
28493         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28494         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28495         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28496         macros.
28497         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28499 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28501         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28502         macro.
28504 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28506         * math/atest-exp.c (exp_mpn): Remove ROUND.
28507         * math/atest-exp2.c (exp_mpn): Likewise.
28508         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28510         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28511         * stdlib/tst-tls-atexit-lib.c: Likewise.
28512         * stdlib/tst-tls-atexit.c: Likewise.
28514 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28516         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28517         and __attribute_alloc_size__.
28519 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28521         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28522         __attribute_alloc_size__.
28523         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28524         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28526 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28528         * include/programs/xmalloc.h: New file.
28529         * catgets/gencat.c: Include it.
28530         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28531         * elf/pldd.c: Likewise.
28532         * iconv/iconv_charmap.c: Likewise.
28533         * iconv/iconvconfig.c: Likewise.
28534         * iconv/strtab.c: Likewise.
28535         * locale/programs/locale.c: Likewise.
28536         * locale/programs/localedef.h: Likewise.
28537         * locale/programs/simple-hash.c: Likewise.
28538         * nscd/nscd.h: Likewise.
28539         * nss/makedb.c: Likewise.
28540         * sysdeps/generic/ldconfig.h: Likewise.
28542 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28544         * Versions.def: Add GLIBC_2.18.
28545         * include/link.h (struct link_map): New member l_tls_dtor_count.
28546         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28547         (__call_tls_dtors): Likewise.
28548         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28549         __cxa_thread_atexit_impl.
28550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28551         Likewise.
28552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28553         Likewise.
28554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28555         Likewise.
28556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28557         Likewise.
28558         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28559         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28560         Likewise.
28561         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28562         Likewise.
28563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28565         Likewise.
28566         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28567         (tests): Add test case tst-tls-atexit.
28568         (modules-names): Add shared library for tst-tls-atexit.
28569         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28570         (GLIBC_PRIVATE): Add __call_tls_dtors.
28571         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28572         for libstdc++.
28573         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28574         * stdlib/tst-tls-atexit.c: New test case.
28575         * stdlib/tst-tls-atexit-lib.c: New test case.
28577         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28579         * elf/Versions (ld): Add _dl_find_dso_for_object.
28580         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28581         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28582         (dl_open_worker): Use _dl_find_dso_for_object.
28583         * elf/dl-sym.c (do_sym): Likewise.
28584         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28586 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28588         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28589         Syntactic changes only.
28590         (_dl_runtime_profile): Do a tail-call to the resolved function.
28592 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28594         [BZ #13550]
28595         * sysdeps/x86_64/bp-asm.h: Remove file.
28596         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28597         <bp-sym.h> and <bp-asm.h>.
28598         (__clone): Do not use BP_SYM.
28599         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28600         <bp-sym.h> and <bp-asm.h>.
28601         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28602         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28603         "bp-asm.h".
28604         (_setjmp): Do not use BP_SYM.
28605         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28606         "bp-asm.h".
28607         (setjmp): Do not use BP_SYM.
28608         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28609         libc_hidden_def.
28610         (mempcpy): Do not use BP_SYM in weak_alias.
28611         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28612         "bp-asm.h".
28613         (strchr): Do not use BP_SYM.
28614         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28615         "bp-asm.h".
28616         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28617         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28618         (_start): Do not use BP_SYM.
28619         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28620         "bp-asm.h".
28621         (strcat): Do not use BP_SYM.
28622         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28623         "bp-asm.h".
28624         (STRCMP): Do not use BP_SYM.
28625         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28626         "bp-asm.h".
28627         (STRCPY): Do not use BP_SYM.
28628         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28629         "bp-asm.h".
28630         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28631         "bp-asm.h".
28632         (FUNCTION): Do not use BP_SYM.
28633         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28634         weak_alias.
28635         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28637 2013-02-17  Andreas Jaeger  <aj@suse.de>
28639         * time/Versions: Sort entries.
28640         * string/Versions: Likewise.
28641         * resolv/Versions: Likewise.
28642         * posix/Versions: Likewise.
28643         * iconv/Versions: Likewise.
28644         * elf/Versions: Likewise.
28645         * wcsmbs/Versions: Likewise.
28647 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28649         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28650         loop termination condition.
28652         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28653         variable to calculate EZ.
28654         (__sqr): Likewise.
28656         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28657         the lower precision input.
28659 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28661         [BZ #13550]
28662         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28663         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28664         (run-via-rtld-prefix): Do not handle %-bp tests.
28665         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28666         (all-object-suffixes): Remove .ob.
28667         (bppfx): Remove variable.
28668         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28669         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28670         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28671         [$(build-bounded) = yes] (libtype.ob): Likewise.
28672         * Makerules (elide-routines.ob): Remove variable.
28673         (do-tests-clean): Do not handle *-bp.out.
28674         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28675         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28676         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28677         (tests): Do not include $(tests-bp.out).
28678         (xtests): Do not include $(xtests-bp.out).
28679         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28680         [$(build-bounded) = yes] ($(addprefix
28681         $(objpfx),$(binaries-bounded))): Remove rule.
28682         ($(objpfx)%-bp.out): Remove rule.
28683         * config.make.in (build-bounded): Remove variable.
28684         * crypt/Makefile [$(build-bounded) = yes]
28685         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28686         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28687         append to variable.
28688         [$(build-bounded) = yes] (install-lib): Likewise.
28689         [$(build-bounded) = yes] (generated): Likewise.
28690         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28691         Remove rule.
28692         * intl/Makefile [$(build-bounded) = yes]
28693         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28694         * math/Makefile [$(build-bounded) = yes]
28695         ($(tests:%=$(objpfx)%-bp): Likewise.
28696         * misc/Makefile [$(build-bounded) = yes]
28697         ($(objpfx)tst-tsearch-bp): Likewise.
28698         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28699         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28700         Remove dependency.
28701         * string/Makefile (o-objects.ob): Remove variable.
28702         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28703         (CFLAGS-.ob): Remove variable.
28704         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28705         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28706         both definitions of variable.
28707         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28708         (ASFLAGS-.ob): Remove variable.
28710 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28712         [BZ #13550]
28713         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28714         Remove __BOUNDED_POINTERS__ from condition.
28715         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28716         * string/bits/string2.h [!__NO_STRING_INLINES &&
28717         !__BOUNDED_POINTERS__]: Likewise.
28718         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28719         Likewise.
28720         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28721         Remove conditional code.
28722         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28723         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28724         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28725         condition.
28727         [BZ #13550]
28728         * csu/libc-start.c: Do not include <bp-sym.h>.
28729         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28730         * elf/dl-open.c: Do not include <bp-sym.h>.
28731         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28732         * math/fegetenv.c: Do not include <bp-sym.h>.
28733         (fegetenv): Do not use BP_SYM in versioned symbols.
28734         * nptl/sysdeps/pthread/bits/libc-lockP.h
28735         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28736         <bp-sym.h>.
28737         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28738         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28739         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28740         (__pthread_mutex_destroy): Likewise.
28741         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28742         (__pthread_mutex_lock): Likewise.
28743         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28744         (__pthread_mutex_trylock): Likewise.
28745         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28746         (__pthread_mutex_unlock): Likewise.
28747         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28748         (__pthread_mutexattr_init): Likewise.
28749         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28750         (__pthread_mutexattr_destroy): Likewise.
28751         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28752         (__pthread_mutexattr_settype): Likewise.
28753         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28754         (__pthread_rwlock_init): Likewise.
28755         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28756         (__pthread_rwlock_destroy): Likewise.
28757         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28758         (__pthread_rwlock_rdlock): Likewise.
28759         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28760         (__pthread_rwlock_tryrdlock): Likewise.
28761         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28762         (__pthread_rwlock_wrlock): Likewise.
28763         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28764         (__pthread_rwlock_trywrlock): Likewise.
28765         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28766         (__pthread_rwlock_unlock): Likewise.
28767         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28768         (__pthread_key_create): Likewise.
28769         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28770         (__pthread_setspecific): Likewise.
28771         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28772         (__pthread_getspecific): Likewise.
28773         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28774         Likewise.
28775         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28776         (_pthread_cleanup_push_defer): Likewise.
28777         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28778         (_pthread_cleanup_pop_restore): Likewise.
28779         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28780         (pthread_setcancelstate): Likewise.
28781         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28782         <bp-sym.h>.
28783         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28784         (memchr): Do not use BP_SYM in weak_alias.
28785         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28786         (fegetenv): Do not use BP_SYM in versioned symbols.
28787         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28788         (fesetenv): Do not use BP_SYM in versioned symbols.
28789         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28790         (feupdateenv): Do not use BP_SYM in versioned symbols.
28791         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28792         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28793         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28794         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28795         (open64): Do not use BP_SYM in weak_alias.
28796         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28797         (fegetenv): Do not use BP_SYM in versioned symbols.
28798         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28799         (fesetenv): Do not use BP_SYM in versioned symbols.
28800         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28801         (feupdateenv): Do not use BP_SYM in versioned symbols.
28802         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28803         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28804         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28805         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28806         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28807         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28808         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28809         <bp-sym.h>.
28810         (__libc_start_main): Do not use BP_SYM.
28812 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28815         redundant return line.
28816         (norm): Likewise.
28817         (denorm): Likewise.
28818         (dbl_mp): Likewise.
28819         (sub_magnitudes): Likewise.
28820         (__add): Likewise.
28821         (__sub): Likewise.
28822         (__mul): Likewise.
28823         (__inv): Likewise.
28824         (__dvd): Likewise.
28825         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28826         (norm): Likewise.
28827         (denorm): Likewise.
28828         (dbl_mp): Likewise.
28829         (sub_magnitudes): Likewise.
28830         (__add): Likewise.
28831         (__sub): Likewise.
28832         (__mul): Likewise.
28833         (__inv): Likewise.
28834         (__dvd): Likewise.
28836         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28837         instead of __mul.
28838         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28839         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28840         (cc32): Likewise.
28842         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28843         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28844         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28845         of __mul for squares.
28846         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28847         function
28848         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28849         Likewise.
28850         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28851         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28853 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28855         [BZ #13550]
28856         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28857         code.
28858         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28859         prototype or function definition.  Rename ubp_* variables and
28860         parameters.  Remove argv definitions conditional on
28861         [__BOUNDED_POINTERS__].
28862         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28863         * elf/dl-runtime.c (_dl_fixup): Likewise.
28864         * include/set-hooks.h (RUN_HOOK): Likewise.
28865         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28866         definition.
28867         * string/strcpy.c (strcpy): Do not use __unbounded.
28868         * sysdeps/generic/frame.h (struct layout): Likewise.
28869         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28870         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28871         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28872         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28873         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28874         (__backtrace): Likewise.
28875         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28876         use __ptrvalue.
28877         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28878         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28879         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28880         Likewise.
28881         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28882         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28883         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28884         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28885         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28886         Do not use __unbounded.
28887         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28888         Rename __unboundedrlimits parameter to rlimits in prototype.
28889         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28890         Do not use __unbounded.
28891         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28892         not use __ptrvalue.
28893         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28894         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28895         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28896         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28897         __ptrvalue or __unbounded.
28898         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28899         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28900         use __unbounded.
28901         (__new_msgctl): Do not use __ptrvalue.
28902         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28903         __unbounded.
28904         (__libc_msgrcv): Do not use __ptrvalue.
28905         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28906         startup_info): Do not use __unbounded.
28907         (__libc_start_main): Likewise.  Rename ubp_* variables and
28908         parameters.  Remove argv definitions conditional on
28909         [__BOUNDED_POINTERS__].
28910         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28911         __ptrvalue.
28912         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28913         use __unbounded.
28914         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28915         or __ptrvalue.
28916         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28917         use __unbounded.
28918         (__new_shmctl): Do not use __ptrvalue.
28919         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28920         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28921         Likewise.
28922         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28923         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28924         (__libc_sigaction): Likewise.
28925         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28926         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28927         Likewise.
28928         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28930 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28932         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28934         * string/mempcpy.c: Implement by calling memcpy.
28936 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28938         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28940         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28941         evaluation.
28943         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28944         values in the mantissa.
28946         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28947         minimize writes to Z.
28948         (sub_magnitudes): Simplify code a bit.
28950 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28952         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28953         from the message.  The linker prefixes all warnings with that already.
28955 2013-02-12  Andreas Schwab  <schwab@suse.de>
28957         [BZ #15078]
28958         * posix/regexec.c (extend_buffers): Add parameter min_len.
28959         (check_matching): Pass minimum needed length.
28960         (clean_state_log_if_needed): Likewise.
28961         (get_subexp): Likewise.
28962         * posix/Makefile (tests): Add bug-regex34.
28963         (bug-regex34-ENV): Define.
28964         * posix/bug-regex34.c: New file.
28966         [BZ #11561]
28967         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28968         elements compare against the byte sequence of it, not its name.
28969         * posix/Makefile (tests): Add bug-regex35.
28970         (bug-regex35-ENV): Define.
28971         * posix/bug-regex35.c: New file.
28973 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28975         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28976         comment.
28977         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28978         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28979         (CHECK_EOL): Add undef.
28981 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28983         * bits/stdlib-bsearch.h: New file.
28984         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28985         * stdlib/stdlib.h: Likewise.
28987 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28989         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28990         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28991         declaration.
28992         * manual/search.texi (Array Search Function): Add missing const in
28993         lfind prototype.
28994         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28995         declaration to use rlim_t.
28996         (Basic Scheduling Functions): Remove erroneous const from
28997         sched_getparam prototype.  Remove erroneous * from
28998         sched_get_priority_max and sched_get_priority_min prototypes.
28999         (Resource Usage): Fix summary @comment on vtimes to refer to
29000         sys/vtimes.h rather than vtimes.h.
29001         Add missing *s in vtimes prototype.
29002         (Limits on Resources): Fix ulimit prototype to return long int.
29003         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29004         prototypes to use long int rather than double.
29005         (BSD Random): Fix initstate and setstate to use char *, not void *.
29006         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29007         prototype to make second argument 'struct aiocb64 *const[]'.
29008         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29009         (Status of AIO Operations): Remove erroneous const in aio_return and
29010         aio_return64 prototypes.
29011         (Synchronizing I/O): Fix sync prototype to return void.
29012         * manual/startup.texi (Suboptions): Remove an erroneous const in
29013         getsubopt prototype.
29014         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29015         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29016         use size_t rather than int.
29017         (Scanning All Users): Likewise for getpwent_r.
29018         (Setting Groups): Add missing const to setgroups prototype.
29019         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29020         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29021         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29022         'const void *' rather than 'const char *'.
29023         (Host Address Functions): Likewise for inet_ntop.
29024         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29025         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29026         ssize_t for return value.
29027         (Sending Data): Likewise for send, sendto, sendmsg.
29028         (Socket Option Functions): Add a missing const in setsockopt prototype.
29029         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29030         use wchar_t for the argument.
29031         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29032         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29033         take no arguments.
29034         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29035         double/float/long double for second argument.
29036         Fix return types of significand, significandf, significandl.
29037         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29038         argument in fchmod prototype.
29039         (File Owner): Use uid_t and gid_t in fchown prototype.
29040         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29041         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29042         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29043         use 'const struct dirent **' as argument types to CMP function pointer
29044         argument.
29045         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29046         (File Times): Fix summary magic @comment for struct utimbuf and utime
29047         to refer to utime.h, not time.h.
29048         * manual/string.texi (Argz Functions): Add missing const in
29049         argz_extract and argz_next prototypes.
29050         (Finding Tokens in a String): Likewise for basename.
29051         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29052         (Copying and Concatenation): Fix typo in wmemmove prototype.
29053         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29054         (Signal Stack): Remove erroneous const in sigstack prototype.
29055         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29056         prototype.
29057         (Simple Calendar Time): Likewise for stime.
29058         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29059         prototype.
29060         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29061         say sys/sysctl.h instead.
29062         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29063         and vsyslog prototypes.
29065 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29067         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29068         Remove.
29070 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29072         * misc/sys/mman.h: Fix typo in mremap comment.
29074 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29076         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29077         the '\0' terminator.
29079 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29081         [BZ #13550]
29082         * debug/segfault.c: Don't include <bp-checks.h>.
29083         * sysdeps/generic/bp-checks.h: Remove file.
29084         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29085         (__GETDENTS): Don't use CHECK_N.
29086         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29087         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29088         (__getgroups): Don't use CHECK_N.
29089         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29090         (setgroups): Don't use CHECK_N.
29091         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29092         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29093         (__libc_msgrcv): Don't use CHECK_N.
29094         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29095         (__libc_msgsnd): Don't use CHECK_N.
29096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29097         <bp-checks.h>.
29098         (__libc_pread): Don't use CHECK_N.
29099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29100         include <bp-checks.h>.
29101         (__libc_pread64): Don't use CHECK_N.
29102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29103         include <bp-checks.h>.
29104         (__libc_pwrite): Don't use CHECK_N.
29105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29106         include <bp-checks.h>.
29107         (__libc_pwrite64): Don't use CHECK_N.
29108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29109         <bp-checks.h>.
29110         (__libc_pread): Don't use CHECK_N.
29111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29112         include <bp-checks.h>.
29113         (__libc_pread64): Don't use CHECK_N.
29114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29115         include <bp-checks.h>.
29116         (__libc_pwrite): Don't use CHECK_N.
29117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29118         include <bp-checks.h>.
29119         (__libc_pwrite64): Don't use CHECK_N.
29120         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29121         (do_pread): Don't use CHECK_N.
29122         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29123         (do_pread64): Don't use CHECK_N.
29124         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29125         (do_pwrite): Don't use CHECK_N.
29126         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29127         (do_pwrite64): Don't use CHECK_N.
29128         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29129         (__libc_readv): Don't use CHECK_N.
29130         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29131         (semop): Don't use CHECK_N.
29132         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29133         <bp-checks.h>.
29134         (semtimedop): Don't use CHECK_N.
29135         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29136         (__libc_pread): Don't use CHECK_N.
29137         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29138         <bp-checks.h>.
29139         (__libc_pread64): Don't use CHECK_N.
29140         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29141         <bp-checks.h>.
29142         (__libc_pwrite): Don't use CHECK_N.
29143         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29144         <bp-checks.h>.
29145         (__libc_pwrite64): Don't use CHECK_N.
29146         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29147         <bp-checks.h>.
29148         (__libc_msgrcv): Don't use CHECK_N.
29149         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29150         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29151         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29152         (__libc_writev): Don't use CHECK_N.
29154 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29156         * string/strcpy.c: Removed unused variable.
29158         * Makeconfig (+sysdep-includes): Define with := rather than =.
29159         Use an existing include/ subdir of each sysdeps dir before it.
29161 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29163         * nscd/connection.c (register_traced_file): Comment function.
29164         [HAVE_INOTIFY] (union __inev): Define.
29165         [HAVE_INOTIFY] (inotify_check_files): New function.
29166         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29167         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29168         clear_db_cache.
29169         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29171 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29173         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29174         loaded if not already and that a failure is permanent.
29176 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29178         [BZ #15006]
29179         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29180         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29182 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29184         [BZ #13550]
29185         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29186         (CHECK_1_NULL_OK): Likewise.
29187         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29188         (__fxstat): Do not use CHECK_1.
29189         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29190         <bp-checks.h>.
29191         (___fxstat64): Do not use CHECK_1.
29192         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29193         <bp-checks.h>.
29194         (__fxstatat): Do not use CHECK_1.
29195         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29196         <bp-checks.h>.
29197         (__fxstatat64): Do not use CHECK_1.
29198         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29199         <bp-checks.h>.
29200         (__fxstat): Do not use CHECK_1.
29201         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29202         <bp-checks.h>.
29203         (__fxstatat): Do not use CHECK_1.
29204         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29205         <bp-checks.h>.
29206         (__getresgid): Do not use CHECK_1.
29207         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29208         <bp-checks.h>.
29209         (__getresuid): Do not use CHECK_1.
29210         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29211         <bp-checks.h>.
29212         (__lxstat): Do not use CHECK_1.
29213         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29214         <bp-checks.h>.
29215         (__old_msgctl): Do not use CHECK_1.
29216         (__new_msgctl): Likewise.
29217         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29218         <bp-checks.h>.
29219         (__new_setrlimit): Do not use CHECK_1.
29220         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29221         <bp-checks.h>.
29222         (__old_shmctl): Do not use CHECK_1.
29223         (__new_shmctl): Likewise.
29224         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29225         <bp-checks.h>.
29226         (__xstat): Do not use CHECK_1.
29227         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29228         (__lxstat): Do not use CHECK_1.
29229         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29230         <bp-checks.h>.
29231         (___lxstat64): Do not use CHECK_1.
29232         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29233         (__old_msgctl): Do not use CHECK_1.
29234         (__new_msgctl): Likewise.
29235         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29236         <bp-checks.h>.
29237         (__gettimeofday): Do not use CHECK_1.
29238         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29239         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29240         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29241         <bp-checks.h>.
29242         (__gettimeofday): Do not use CHECK_1.
29243         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29244         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29245         (__new_shmctl): Do not use CHECK_1.
29246         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29247         <bp-checks.h>.
29248         (do_sigtimedwait): Do not use CHECK_1.
29249         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29250         <bp-checks.h>.
29251         (do_sigwaitinfo): Do not use CHECK_1.
29252         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29253         <bp-checks.h>.
29254         (msgctl): Do not use CHECK_1.
29255         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29256         <bp-checks.h>.
29257         (shmctl): Do not use CHECK_1.
29258         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29259         (ustat): Do not use CHECK_1.
29260         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29261         <bp-checks.h>.
29262         (__fxstat): Do not use CHECK_1.
29263         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29264         <bp-checks.h>.
29265         (__fxstatat): Do not use CHECK_1.
29266         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29267         <bp-checks.h>.
29268         (__lxstat): Do not use CHECK_1.
29269         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29270         <bp-checks.h>.
29271         (__xstat): Do not use CHECK_1.
29272         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29273         (__xstat): Do not use CHECK_1.
29274         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29275         (___xstat64): Do not use CHECK_1.
29277         [BZ #13550]
29278         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29279         definitions.
29280         (CHECK_BOUNDS_HIGH): Likewise.
29281         * string/strcpy.c: Do not include <bp-checks.h>.
29282         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29284 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29286         * nscd/nscd-client.h (__nscd_drop_map_ref):
29287         Add __attribute__ ((unused)).
29288         * nis/nss-nisplus.h (niserr2nss): Likewise.
29290         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29291         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29293         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29294         Remove inline keyword.
29295         * include/rounding-mode.h (round_away): Likewise.
29296         * libio/wfileops.c (adjust_wide_data): Likewise.
29297         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29298         (__m128i_strloadu_tolower): Likewise.
29299         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29300         (__m128i_strloadu_tolower): Likewise.
29301         * time/mktime.c (ydhms_diff): Likewise.
29302         * locale/elem-hash.h (elem_hash): Likewise.
29303         * locale/setlocale.c (setdata): Likewise.
29304         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29305         (re_string_wchar_at): Likewise.
29306         (bitset_not, bitset_merge, bitset_mask): Likewise.
29307         [!(__GNUC__ > 3)] (inline): Remove macro.
29308         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29309         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29310         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29311         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29312         * string/memcmp.c (memcmp_bytes): Likewise.
29313         * locale/programs/locarchive.c (compute_hashval): Likewise.
29314         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29315         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29316         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29317         * nss/getent.c (print_rpc, print_protocols): Likewise.
29318         (print_passwd, print_group, print_aliases): Likewise.
29319         * nis/nss-nisplus.h (niserr2nss): Likewise.
29320         * nscd/connections.c (restart_p): Likewise.
29321         Change return type to bool.
29323 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29325         * Makeconfig (all-Depend-files): Add existing
29326         $(sorted-subdirs:=/Depend) files.
29327         (all-subdirs): Remove nss.
29328         * sysdeps/unix/inet/Subdirs: Add it here instead.
29329         * hesiod/Depend: New file.
29331         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29332         instead of calling alloca.
29334         * io/lseek.c (__lseek): Rename to __libc_lseek.
29335         Define __lseek as an alias.
29337         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29339 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29341         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29342         else clause and remove check for non-standard endianness.
29344 2013-02-04  David S. Miller  <davem@davemloft.net>
29346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29348 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29350         [BZ #13550]
29351         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29352         (__ubp_memchr): Remove prototype.
29353         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29354         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29355         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29356         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29357         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29358         Remove alias.
29359         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29360         (__ubp_memchr): Likewise.
29361         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29362         (__ubp_memchr): Likewise.
29363         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29364         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29365         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29366         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29367         CHECK_STRING.
29368         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29369         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29370         (__getcwd): Do not use CHECK_STRING.
29371         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29372         <bp-checks.h>.
29373         (__real_chown): Do not use CHECK_STRING.
29374         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29375         <bp-checks.h>.
29376         (fchownat): Do not use CHECK_STRING.
29377         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29378         CHECK_STRING.
29379         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29380         <bp-checks.h>.
29381         (__lchown): Do not use CHECK_STRING.
29382         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29383         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29384         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29385         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29387         include <bp-checks.h>.
29388         (truncate64): Do not use CHECK_STRING.
29389         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29390         <bp-checks.h>.
29391         (__real_chown): Do not use CHECK_STRING.
29392         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29393         <bp-checks.h>.
29394         (__lchown): Do not use CHECK_STRING.
29395         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29396         <bp-checks.h>.
29397         (__chown): Do not use CHECK_STRING.
29398         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29399         <bp-checks.h>.
29400         (truncate64): Do not use CHECK_STRING.
29401         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29402         Likewise.
29403         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29404         (__xmknod): Do not use CHECK_STRING.
29405         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29406         <bp-checks.h>.
29407         (__xmknodat): Do not use CHECK_STRING.
29408         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29409         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29411 2013-02-04  Andreas Schwab  <schwab@suse.de>
29413         [BZ #14142]
29414         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29415         * include/netdb.h: Likewise for h_errno.
29416         * elf/tst-stackguard1.c: Include <tls.h>.
29418 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29420         * elf/link.h (struct link_map): Extend the l_addr comment.
29421         * include/link.h (struct link_map): Likewise.
29423 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29425         [BZ #13550]
29426         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29427         (BOUNDED_1): Remove macro.
29428         * debug/backtrace.c: Don't include <bp-checks.h>.
29429         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29430         (__backtrace): Likewise.
29431         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29432         <bp-checks.h>.
29433         (__backtrace): Don't use BOUNDED_1.
29434         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29435         <bp-checks.h>.
29436         (__backtrace): Don't use BOUNDED_1.
29437         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29438         (__backtrace): Don't use BOUNDED_1.
29439         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29440         (shmat): Don't use BOUNDED_N.
29442 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29444         [BZ #13550]
29445         * sysdeps/generic/bp-start.h: Remove file.
29446         * csu/libc-start.c: Don't include <bp-start.h>.
29447         (LIBC_START_MAIN): Set up __environ directly instead of using
29448         INIT_ARGV_and_ENVIRON.
29449         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29450         <bp-start.h>.
29452         [BZ #13550]
29453         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29454         definitions.
29455         (CHECK_FCNTL): Likewise.
29456         (CHECK_N_PAGES): Likewise.
29458         [BZ #13550]
29459         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29460         definitions.
29461         (CHECK_SIGSET_NULL_OK): Likewise.
29462         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29463         <bp-checks.h>.
29464         (sigpending): Don't use CHECK_SIGSET.
29465         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29466         <bp-checks.h>.
29467         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29468         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29469         <bp-checks.h>.
29470         (do_sigsuspend): Don't use CHECK_SIGSET.
29471         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29472         use CHECK_SIGSET.
29473         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29474         (do_sigwait): Don't use CHECK_SIGSET.
29475         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29476         use CHECK_SIGSET.
29477         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29478         include <bp-checks.h>.
29479         (sigpending): Don't use CHECK_SIGSET.
29480         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29481         include <bp-checks.h>.
29482         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29483         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29484         <bp-checks.h>.
29485         (sigpending): Don't use CHECK_SIGSET.
29486         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29487         <bp-checks.h>.
29488         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29490         [BZ #13550]
29491         * sysdeps/generic/bp-semctl.h: Remove file.
29492         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29493         <bp-checks.h> and <bp-semctl.h>.
29494         (__old_semctl): Don't use CHECK_SEMCTL.
29495         (__new_semctl): Likewise.
29496         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29497         and <bp-semctl.h>.
29498         (__old_semctl): Don't use CHECK_SEMCTL.
29499         (__new_semctl): Likewise.
29500         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29501         <bp-checks.h> and <bp-semctl.h>.
29502         (__old_semctl): Don't use CHECK_SEMCTL.
29503         (__new_semctl): Likewise.
29504         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29505         <bp-checks.h> and <bp-semctl.h>.
29506         (semctl): Don't use CHECK_SEMCTL.
29508         [BZ #13550]
29509         * Makerules (elide-bp-thunks): Remove variable.
29510         (elide-routines.oS): Don't use $(elide-bp-thunks).
29511         (elide-routines.os): Likewise.
29512         (elide-routines.o): Likewise.
29513         (elide-routines.op): Likewise.
29514         (elide-routines.og): Likewise.
29515         (objects): Don't use $(bp-thunks).
29516         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29517         include.
29518         (common-generated): Do not add s-proto-bp.d.
29519         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29520         (int): Likewise.
29521         (typ): Likewise.
29522         Do not generate makefile rules for bounded-pointer thunks.
29523         * sysdeps/generic/bp-thunks.h: Remove file.
29524         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29525         * sysdeps/unix/s-proto-bp.S: Likewise.
29527         [BZ #15062]
29528         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29529         parts of result separately when argument is not close to line from
29530         -i to i and one part of argument is small.
29531         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29532         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29533         * math/libm-test.inc (cacos_test): Add more tests.
29534         (casin_test): Likewise.
29535         (casinh_test): Likewise.
29536         * sysdeps/i386/fpu/libm-test-ulps: Update.
29537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29539 2013-01-31  David S. Miller  <davem@davemloft.net>
29541         * po/de.po: Update from translation team.
29543 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29545         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29547 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29549         * configure.in (_AC_PROG_CC_C89): New definition.
29550         * configure: Regenerate.
29552         * configure.in (AC_PROG_CPP): New definition.
29553         * configure: Regenerate.
29555 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29557         * debug/tst-backtrace.h: New file.
29558         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29559         (ret): Remove variable.
29560         (x): Likewise.
29561         (FAIL): Remove macro.
29562         (NO_INLINE): Likewise.
29563         (fn1): Use match function instead of strstr.
29564         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29565         (ret): Remove variable.
29566         (x): Likewise.
29567         (FAIL): Remove macro.
29568         (NO_INLINE): Likewise.
29569         (fn): Use match function instead of strstr.
29570         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29571         (ret): Remove variable.
29572         (x): Likewise.
29573         (FAIL): Remove macro.
29574         (NO_INLINE): Likewise.
29575         (handle_signal): Use match function instead of strstr.
29576         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29577         (ret): Remove variable.
29578         (x): Likewise.
29579         (FAIL): Remove macro.
29580         (NO_INLINE): Likewise.
29581         (handle_signal): Use match function instead of strstr.
29583 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29585         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29587 2013-01-23  David S. Miller  <davem@davemloft.net>
29589         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29590         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29591         argument of CAS if possible.
29592         * sysdeps/sparc/sparc64/bits/atomic.h
29593         (__arch_compare_and_exchange_val_32_acq): Likewise.
29594         (__arch_compare_and_exchange_val_64_acq): Likewise.
29596 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29598         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29599         * sysdeps/posix/ulimit.c: ... this.
29600         Include <limits.h>.
29601         * sysdeps/unix/bsd/ulimit.c: Remove file.
29603 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29605         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29606         (LDFLAGS-tst-array5): Likewise.
29608 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29610         [BZ #15036]
29611         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29612         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29613         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29614         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29616 2013-01-21  David S. Miller  <davem@davemloft.net>
29618         * sysdeps/sparc/backtrace.c: New file.
29619         * sysdeps/sparc/sparc32/backtrace.h: New file.
29620         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29621         * sysdeps/sparc/sparc64/backtrace.h: New file.
29622         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29623         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29624         -funwind-tables.
29626 2013-01-21  Andreas Schwab  <schwab@suse.de>
29628         [BZ #15020]
29629         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29630         closed its stdout.
29632 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29634         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29635         "mpa2.h".
29636         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29638 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29639             Mark Mitchell  <mark@codesourcery.com>
29640             Tom de Vries  <tom@codesourcery.com>
29641             Paul Pluzhnikov  <ppluzhnikov@google.com>
29643         * debug/tst-backtrace2.c: New file.
29644         * debug/tst-backtrace3.c: Likewise.
29645         * debug/tst-backtrace4.c: Likewise.
29646         * debug/tst-backtrace5.c: Likewise.
29647         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29648         (CFLAGS-tst-backtrace3.c): Likewise.
29649         (CFLAGS-tst-backtrace4.c): Likewise.
29650         (CFLAGS-tst-backtrace5.c): Likewise.
29651         (LDFLAGS-tst-backtrace2): Likewise.
29652         (LDFLAGS-tst-backtrace3): Likewise.
29653         (LDFLAGS-tst-backtrace4): Likewise.
29654         (LDFLAGS-tst-backtrace5): Likewise.
29655         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29656         tst-backtrace4 and tst-backtrace5.
29658 2013-01-18  Anton Blanchard  <anton@samba.org>
29659             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29661         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29662         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29663         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29664         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29666         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29667         "+r" and remove output regs list as redundant.  Add explicit inline
29668         asm to specify register of return val to work around compiler codegen
29669         bug.  Remove (int) cast on return value.  Add return type parameter to
29670         use in macro so that this macro does not truncate return value for
29671         64-bit values.
29672         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29673         pass to INTERNAL_VSYSCALL_NCS.
29674         (INLINE_VSYSCALL): Add 'long int' as return type to
29675         INTERNAL_VSYSCALL_NCS macro invocation.
29676         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29677         INTERNAL_VSYSCALL_NCS macro invocation.
29678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29680 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29682         [BZ #14496]
29683         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29684         Fix application of SIMD FP exception mask.
29686         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29687         mp_no from a power of two.
29688         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29689         __mpexp_twomm1.  Use __pow_mp.
29691         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29692         multiplication.
29694 2013-01-17  David S. Miller  <davem@davemloft.net>
29696         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29698 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29700         [BZ #15023]
29701         * include/complex.h: Condition contents on [!_COMPLEX_H].
29702         (__kernel_casinhf): New prototype.
29703         (__kernel_casinh): Likewise.
29704         (__kernel_casinhl): Likewise.
29705         * math/Makefile (libm_calls): Add k_casinh.
29706         * math/k_casinh.c: New file.
29707         * math/k_casinhf.c: Likewise.
29708         * math/k_casinhl.c: Likewise.
29709         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29710         finite nonzero arguments.
29711         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29712         finite nonzero arguments.
29713         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29714         finite nonzero arguments.
29715         * math/s_casinh.c: Do not include <float.h>.
29716         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29717         * math/s_casinhf.c: Do not include <float.h>.
29718         (__casinhf): Move code for finite nonzero arguments to
29719         k_casinhf.c.
29720         * math/s_casinhl.c: Do not include <float.h>.
29721         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29722         redefine.
29723         (__casinhl): Move code for finite nonzero arguments to
29724         k_casinhl.c.
29725         * math/libm-test.inc (cacos_test): Add more tests.
29726         * sysdeps/i386/fpu/libm-test-ulps: Update.
29727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29729 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29731         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29732         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29733         [!HAVE_MREMAP]: Remove [defined linux] case.
29734         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29736 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29738         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29740 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29742         * elf/elf.h (R_386_SIZE32): New relocation.
29743         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29744         R_386_SIZE32.
29745         (elf_machine_rela): Likewise.
29746         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29747         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29749 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29751         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29752         (FP_FAST_FMA): Do not define.
29753         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29754         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29755         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29756         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29757         !_SOFT_FLOAT]: Likewise.
29758         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29759         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29760         value.
29761         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29762         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29763         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29764         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29765         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29766         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29767         file.
29769 2013-01-16  Andreas Schwab  <schwab@suse.de>
29771         [BZ #14327]
29772         * include/stdlib.h (__mktemp): Add declaration.
29773         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29774         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29776 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29778         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29779         definitions.
29780         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29781         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29782         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29783         definitions here.
29784         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29785         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29786         definitions.
29787         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29788         and ONE.
29789         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29790         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29791         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29792         definitions.
29793         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29794         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29795         definitions.
29796         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29798         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29800 2013-01-15  David S. Miller  <davem@davemloft.net>
29802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29803         trunc{,f} to libm-sysdep_routes.
29804         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29806         file.
29807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29809         file.
29810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29811         file.
29812         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29813         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29814         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29815         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29816         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29817         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29818         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29819         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29822         nearbyint{,f} to libm-sysdep_routes.
29823         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29825         New file.
29826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29827         file.
29828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29829         New file.
29830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29831         file.
29832         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29833         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29834         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29835         file.
29836         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29837         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29838         file.
29839         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29840         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29841         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29843         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29844         libc_feholdexcept and libc_fesetenv.
29846 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29848         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29850 2013-01-14  David S. Miller  <davem@davemloft.net>
29852         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29853         (SPARC_ASM_VIS2_IFUNC): Likewise.
29854         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29856         use of 'siam' instruction.
29857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29858         Likewise.
29859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29860         Likewise.
29861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29862         Likewise.
29863         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29864         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29865         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29866         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29868         file.
29869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29870         file.
29871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29872         file.
29873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29874         file.
29875         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29876         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29877         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29878         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29880         new VIS2 routines.
29881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29884         Likewise.
29885         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29886         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29887         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29888         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29890         routines to libm-sysdep_routines.
29891         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29894         fdim/fdimf to libm-sysdep_routines.
29895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29896         file.
29897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29899         file.
29900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29901         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29903         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29904         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29905         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29906         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29908 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29910         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29911         to optimize copies.
29913         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29914         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29915         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29917         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29918         local variable MPTWO.
29919         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29920         Likewise.
29922 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29924         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29925         GLOB_NOESCAPE.
29927 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29929         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29931 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29933         * manual/pattern.texi (glob_t): Document gl_flags.
29934         (glob64_t): Likewise.
29936 2013-01-11  David S. Miller  <davem@davemloft.net>
29938         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29939         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29940         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29941         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29942         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29943         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29944         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29945         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29946         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29947         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29948         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29949         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29950         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29952         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29953         sparc V9 rather than using V8 code.
29954         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29955         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29957         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29958         Move to...
29959         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29960         Here.
29962 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29964         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29965         not in the main loop.
29966         * configure: Regenerated.
29968 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29970         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29971         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29972         to just #else.
29973         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29974         [!__GLIBC_HAVE_LONG_LONG] case.
29975         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29976         condition to just #else.
29977         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29978         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29979         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29980         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29981         unconditional.
29982         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29983         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29984         #elif condition to just #else.
29985         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29986         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29987         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29988         #elif condition to just #else.
29990 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29992         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29993         (EF_MIPS_ARCH_64): Fix value.
29994         (EF_MIPS_ARCH_32R2): New.
29995         (EF_MIPS_ARCH_64R2): New.
29997 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29999         * Makeconfig (+link-pie-before-libc): New.
30000         (+link-pie-after-libc): Likewise.
30001         (+link-pie-tests): Likewise.
30002         (+link-pie): Rewritten.
30003         (link-before-libc): Remove $(config-LDFLAGS).
30004         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30005         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30006         (config-LDFLAGS): Renamed to ...
30007         (rtld-LDFLAGS): This.
30008         (rtld-tests-LDFLAGS): New macro.
30009         (link-libc-rpath-link): Likewise.
30010         (link-libc-tests-rpath-link): Likewise.
30011         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30012         (link-libc): Prepand $(link-libc-rpath-link).
30013         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30014         (test-program-prefix): New macro.
30015         (test-via-rtld-prefix): Likewise.
30016         (test-program-cmd): Likewise.
30017         (host-test-program-cmd): Likewise.
30018         * Makefile ($(common-objpfx)testrun.sh): Replace
30019         $(run-program-prefix) with $(test-program-prefix).
30020         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30021         $(rtld-LDFLAGS).
30022         ($(common-objpfx)shlib.lds): Likewise.
30023         (build-module-helper): Likewise.
30024         ($(common-objpfx)format.lds): Likewise.
30025         * Rules (binaries-pie-tests): New.
30026         (binaries-pie-notests): Likewise.
30027         (binaries-pie): Rewritten.
30028         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30029         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30030         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30031         (make-test-out): Replace $(host-built-program-cmd) with
30032         $(host-test-program-cmd).
30033         * config.make.in (build-hardcoded-path-in-tests): New variable.
30034         * configure.in (--enable-hardcoded-path-in-tests): New configure
30035         option.
30036         (hardcoded_path_in_tests): New AC_SUBST.
30037         * configure: Regenerated.
30038         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30039         $(built-program-cmd) with $(test-program-cmd).
30040         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30041         (test_program_cmd): This.
30042         * elf/Makefile ($(objpfx)order.out): Run test with
30043         $(test-program-prefix).
30044         ($(objpfx)order2.out): Likewise.
30045         ($(objpfx)tst-initorder.out): Likewise.
30046         ($(objpfx)tst-initorder2.out): Likewise.
30047         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30048         $(test-program-cmd).
30049         ($(objpfx)tst-array1-static.out): Likewise.
30050         ($(objpfx)tst-array2.out): Likewise.
30051         ($(objpfx)tst-array3.out): Likewise.
30052         ($(objpfx)tst-array4.out): Likewise.
30053         ($(objpfx)tst-array5.out): Likewise.
30054         ($(objpfx)tst-array5-static.out): Likewise.
30055         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30056         $(test-program-cmd).
30057         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30058         $(run-program-prefix) with $(test-program-prefix).
30059         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30060         (test_program_prefix): This.
30061         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30062         $(run-program-prefix) with $(test-program-prefix).
30063         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30064         (test_program_prefix): This.
30065         * iconvdata/tst-tables.sh: Likewise.
30066         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30067         $(run-program-prefix) with $(test-program-prefix).
30068         ($(objpfx)tst-translit.out): Likewise.
30069         ($(objpfx)tst-gettext2.out): Likewise.
30070         ($(objpfx)tst-gettext4.out): Likewise.
30071         ($(objpfx)tst-gettext6.out): Likewise.
30072         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30073         (test_program_prefix): This.
30074         * intl/tst-gettext2.sh: Likewise.
30075         * intl/tst-gettext4.sh  Likewise.
30076         * intl/tst-gettext6.sh: Likewise.
30077         * intl/tst-translit.sh: Likewise.
30078         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30079         with $(test-program-cmd).
30080         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30081         $(run-program-prefix) with $(test-program-prefix).
30082         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30083         (test_program_prefix): This.
30084         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30085         $(run-program-prefix) with $(test-program-prefix).
30086         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30087         (test_program_prefix): This.
30088         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30089         * posix/Makefile ($(objpfx)globtest.out): Replace
30090         $(run-via-rtld-prefix) and $(test-wrapper) with
30091         $(test-program-prefix) and $(test-via-rtld-prefix).
30092         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30093         $(test-program-prefix).
30094         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30095         $(host-test-program-cmd).
30096         (tst-spawn-ARGS): Likewise.
30097         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30098         $(test-program-prefix).
30099         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30100         (test_via_rtld_prefix): This.
30101         (test_wrapper): Renamed to ...
30102         (test_program_prefix): This.
30103         (run_program_prefix): Replaced by test_program_prefix.
30104         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30105         (test_program_prefix): This.
30106         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30107         with $(host-test-program-cmd).
30108         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30109         $(run-program-prefix) with $(test-program-prefix).
30110         ($(objpfx)tst-printf.out): Likewise.
30111         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30112         $(test-program-cmd).
30113         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30114         (test_program_prefix): This.
30115         * stdio-common/tst-unbputc.sh: Likewise.
30116         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30117         $(run-program-prefix) with $(test-program-prefix).
30118         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30119         (test_program_prefix): This.
30120         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30121         $(built-program-cmd) with $(test-program-cmd).
30123 2013-01-11  Andreas Jaeger  <aj@suse.de>
30125         [BZ #15003]
30126         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30127         value. Sync with Linux 3.7.
30129 2013-01-10  David S. Miller  <davem@davemloft.net>
30131         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30132         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30133         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30135 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30137         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30138         never set.
30139         * configure: Regenerated.
30141 2013-01-10  David S. Miller  <davem@davemloft.net>
30143         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30144         sparc V9 rather than using V8 code.
30145         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30146         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30148 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30150         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30151         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30152         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30153         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30154         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30155         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30156         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30157         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30158         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30159         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30160         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30161         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30162         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30163         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30164         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30165         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30166         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30167         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30168         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30169         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30170         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30171         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30172         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30173         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30174         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30175         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30176         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30178 2013-01-10  David S. Miller  <davem@davemloft.net>
30180         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30182 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30184         * posix/Makefile (tests-static): New variable.
30185         (tests): Add $(tests-static).
30186         (tst-exec-static-ARGS): New variable.
30187         (tst-spawn-static-ARGS): Likewise.
30188         * posix/tst-exec-static.c: New file.
30189         * posix/tst-spawn-static.c: Likewise.
30190         * posix/tst-exec.c: Support run directly.
30191         * posix/tst-spawn.c: Likewise.
30193 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30195         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30196         long.
30197         * math/bits/mathcalls.h (llrint): Likewise.
30198         (llround): Likewise.
30199         * stdlib/stdlib.h (struct drand48_data): Likewise.
30200         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30201         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30202         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30203         Likewise.
30204         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30205         Likewise.
30206         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30207         (elf_greg_t): Likewise.
30208         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30209         (__jmp_buf): Likewise.
30210         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30211         definitions.
30212         (llrint): Likewise, for all definitions.
30213         (llrintl): Likewise.
30215         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30216         Remove [__GNUC__] condition.
30217         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30218         condition to just [__USE_ISOC99].
30219         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30221 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30223         [BZ #14200]
30224         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30225         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30226         defined.
30227         (_POSIX_V6_ILP32_OFF32): Likewise.
30228         (_XBS5_ILP32_OFF32): Likewise.
30229         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30230         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30232 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30234         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30236         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30237         doubles __mpexp_twomm1.  Adjust usage.
30238         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30239         Remove.
30241 2013-01-10  Andreas Schwab  <schwab@suse.de>
30243         [BZ #14964]
30244         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30245         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30247 2013-01-09  David S. Miller  <davem@davemloft.net>
30249         [BZ #15003]
30250         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30251         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30252         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30253         (TCP_FASTOPEN): Define.
30254         (tcp_repair_opt): New structure.
30255         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30256         enum values.
30257         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30258         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30259         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30260         (tcp_cookie_transactions): New structure.
30262 2013-01-09  Anton Blanchard  <anton@samba.org>
30264         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30265         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30266         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30267         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30269 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30271         * include/features.h (__USE_ANSI): Remove.
30273 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30275         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30277         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30279 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30281         * sysdeps/s390/fpu/libm-test-ulps: Update.
30283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30285         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30286         (__acr): Likewise.
30287         (__cpy): Likewise.
30288         (norm): Likewise.
30289         (denorm): Likewise.
30290         (__mp_dbl): Likewise.
30291         (__dbl_mp): Likewise.
30292         (add_magnitudes): Likewise.
30293         (sub_magnitudes): Likewise.
30294         (__add): Likewise.
30295         (__sub): Likewise.
30296         (__mul): Likewise.
30297         (__inv): Likewise.
30298         (__dvd): Likewise.
30299         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30300         (__acr): Likewise.
30301         (__cpy): Likewise.
30302         (norm): Likewise.
30303         (denorm): Likewise.
30304         (__mp_dbl): Likewise.
30305         (__dbl_mp): Likewise.
30306         (add_magnitudes): Likewise.
30307         (sub_magnitudes): Likewise.
30308         (__add): Likewise.
30309         (__sub): Likewise.
30310         (__mul): Likewise.
30311         (__inv): Likewise.
30312         (__dvd): Likewise.
30313         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30314         (__acr): Likewise.
30315         (__cpy): Likewise.
30316         (norm): Likewise.
30317         (denorm): Likewise.
30318         (__mp_dbl): Likewise.
30319         (__dbl_mp): Likewise.
30320         (add_magnitudes): Likewise.
30321         (sub_magnitudes): Likewise.
30322         (__add): Likewise.
30323         (__sub): Likewise.
30324         (__mul): Likewise.
30325         (__inv): Likewise.
30326         (__dvd): Likewise.
30328 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30330         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30331         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30332         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30333         2 && __USE_EXTERN_INLINES]: Likewise.
30335 2013-01-08  Andreas Jaeger  <aj@suse.de>
30337         [BZ# 14985]
30338         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30339         Remove.
30340         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30341         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30343 2013-01-07  Anton Blanchard  <anton@samba.org>
30345         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30346         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30347         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30348         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30349         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30350         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30351         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30352         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30353         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30354         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30355         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30356         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30357         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30358         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30359         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30360         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30361         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30362         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30363         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30364         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30365         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30366         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30367         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30368         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30369         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30370         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30371         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30372         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30373         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30374         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30375         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30376         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30377         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30378         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30379         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30380         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30381         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30382         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30383         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30384         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30385         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30386         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30387         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30389 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30391         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30392         (__MALLOC_PMT): Likewise.
30393         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30394         [__GNUC__], only on [_LIBC].
30395         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30396         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30397         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30398         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30399         forward declaration.
30400         (realloc_hook_ini): Likewise.
30401         (memalign_hook_ini): Likewise.
30402         (__libc_memalign): Do not use __MALLOC_PMT in variable
30403         declaration.
30404         (__libc_valloc): Likewise.
30405         (__libc_pvalloc): Likewise.
30406         (__libc_calloc): Likewise.
30407         (__posix_memalign): Likewise.
30409         [BZ #14996]
30410         * math/s_casinh.c: Include <float.h>.
30411         (__casinh): Do not do computation with squaring and square root
30412         for large arguments.
30413         * math/s_casinhf.c: Include <float.h>.
30414         (__casinhf): Do not do computation with squaring and square root
30415         for large arguments.
30416         * math/s_casinhl.c: Include <float.h>.
30417         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30418         (__casinhl): Do not do computation with squaring and square root
30419         for large arguments.
30420         * math/libm-test.inc (casin_test): Add more tests.
30421         (casinh_test): Likewise.
30422         * sysdeps/i386/fpu/libm-test-ulps: Update.
30423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30425 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30427         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30428         (__x86_64_raw_data_cache_size): Likewise.
30429         (__x86_64_data_cache_size_half): Likewise.
30430         (__x86_64_raw_data_cache_size_half): Likewise.
30431         (__x86_64_shared_cache_size): Likewise.
30432         (__x86_64_raw_shared_cache_size): Likewise.
30433         (__x86_64_shared_cache_size_half): Likewise.
30434         (__x86_64_raw_shared_cache_size_half): Likewise.
30435         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30436         to ...
30437         (__x86_data_cache_size): This.
30438         (__x86_64_raw_data_cache_size): Renamed to ...
30439         (__x86_raw_data_cache_size): This.
30440         (__x86_64_data_cache_size_half): Renamed to ...
30441         (__x86_data_cache_size_half): This.
30442         (__x86_64_raw_data_cache_size_half): Renamed to ...
30443         (__x86_raw_data_cache_size_half): This.
30444         (__x86_64_shared_cache_size): Renamed to ...
30445         (__x86_shared_cache_size): This.
30446         (__x86_64_raw_shared_cache_size): Renamed to ...
30447         (__x86_raw_shared_cache_size): This.
30448         (__x86_64_shared_cache_size_half): Renamed to ...
30449         (__x86_shared_cache_size_half): This.
30450         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30451         (__x86_raw_shared_cache_size_half): This.
30452         * sysdeps/x86_64/memcpy.S: Updated.
30453         * sysdeps/x86_64/memset.S: Likewise.
30454         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30455         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30456         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30458 2013-01-04  David S. Miller  <davem@davemloft.net>
30460         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30462 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30464         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30465         1 to avoid redefinition warning.
30466         (__USE_GNU): Don't define.
30467         (init_signaling_nan): Protoize.
30469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30471 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30473         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30474         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30475         (__cpymn): Likewise.
30476         (norm): Remove commented code.
30477         (denorm): Likewise.
30478         (__mp_dbl): Likewise.
30479         (__inv): Likewise.
30480         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30481         (__cpymn): Likewise.
30482         (norm): Remove commented code.
30483         (denorm): Likewise.
30484         (__mp_dbl): Likewise.
30485         (__inv): Likewise.
30487         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30488         mp_no value for 1.0 and 2.0.
30489         (norm): Use RADIXI instead of radixi.d.
30490         (denorm): Likewise.
30491         (__mul): Use 0.0 instead of zero.d.
30492         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30493         mp_no value for 1.0 and 2.0.
30494         (norm): Use RADIXI instead of radixi.d.
30495         (denorm): Likewise.
30496         (__mul): Use 0.0 instead of zero.d.
30498 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30500         [BZ #14994]
30501         * math/s_casinh.c (__casinh): Reduce finite argument to first
30502         quadrant then set signs of results at the end.
30503         * math/s_casinhf.c (__casinhf): Likewise.
30504         * math/s_casinhl.c (__casinhl): Likewise.
30505         * math/libm-test.inc (casin_test): Add more tests.
30506         (casinh_test): Likewise.
30507         * sysdeps/i386/fpu/libm-test-ulps: Update.
30508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30510 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30512         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30514         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30516         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30517         declarations.
30518         (denorm): Likewise.
30519         (__mp_dbl): Likewise.
30520         (__inv): Likewise.
30522         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30523         and adjust the header comment.
30525         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30526         variable name from declaration.
30528 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30530         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30531         Initialize COMMON_CPUID_INDEX_7 element.
30532         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30533         (CPUID_RTM): Likewise.
30534         (HAS_RTM): Likewise.
30535         (COMMON_CPUID_INDEX_7): New enum.
30537 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30539         [BZ #14981]
30540         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30541         size is zero, record memory as freed.
30543 2013-01-03  Andreas Jaeger  <aj@suse.de>
30545         * po/ia.po: Add new Interlingua translation.
30547 2012-01-03  Allan McRae  <allan@archlinux.org>
30549         * locale/programs/localedef.c: Fix description of '--posix' flag.
30551 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30553         * NEWS: Update dates in second copyright notice.
30554         * README: Update copyright dates in example.
30555         * manual/libc.texinfo: Update copyright dates.
30556         * scripts/test-installation.pl: Update copyright date in --version
30557         output.
30559         * hurd/ctty-input.c: Fix copyright notice formatting.
30560         * hurd/ctty-output.c: Likewise.
30561         * hurd/dtable.c: Likewise.
30562         * hurd/hurd-raise.c: Likewise.
30563         * hurd/hurdprio.c: Likewise.
30564         * hurd/msgportdemux.c: Likewise.
30565         * misc/sys/file.h: Likewise.
30566         * misc/sys/ioctl.h: Likewise.
30567         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30568         * sysdeps/mach/hurd/chdir.c: Likewise.
30569         * sysdeps/mach/hurd/fchdir.c: Likewise.
30570         * sysdeps/mach/hurd/rename.c: Likewise.
30571         * sysdeps/mach/hurd/rmdir.c: Likewise.
30572         * sysdeps/mach/hurd/seekdir.c: Likewise.
30573         * sysdeps/mach/hurd/setsid.c: Likewise.
30574         * sysdeps/posix/wait3.c: Likewise.
30576         * All files with FSF copyright notices: Update copyright dates
30577         using scripts/update-copyrights.
30578         * intl/plural.c: Regenerated.
30579         * locale/programs/charmap-kw.h: Likewise.
30580         * locale/programs/locfile-kw.h: Likewise.
30582 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30584         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30585         four values.
30587         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30588         calculation loop and add branch prediction.
30590         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30591         check access beyond bounds of m1np.
30593         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30594         MPTWO.
30595         (__inv): Remove local variable MPTWO to use the global
30596         constant.
30597         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30598         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30599         variable MPTWO.
30600         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30601         MP3HALFS static const.
30603 2013-01-01  David S. Miller  <davem@davemloft.net>
30605         * po/ca.po: Update from translation team.
30607 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30609         * scripts/update-copyrights: New file.
30610         * Makeconfig: Reformat copyright notice.
30611         * ctype/ctype.h: Likewise.
30612         * debug/swprintf_chk.c: Likewise.
30613         * elf/dl-cache.c: Likewise.
30614         * elf/dl-debug.c: Likewise.
30615         * elf/dl-object.c: Likewise.
30616         * grp/initgroups.c: Likewise.
30617         * hurd/Makefile: Likewise.
30618         * hurd/hurd/signal.h: Likewise.
30619         * hurd/hurdfault.c: Likewise.
30620         * hurd/hurdioctl.c: Likewise.
30621         * hurd/hurdlookup.c: Likewise.
30622         * hurd/intr-msg.c: Likewise.
30623         * iconv/gconv_open.c: Likewise.
30624         * libio/swprintf.c: Likewise.
30625         * locale/lc-ctype.c: Likewise.
30626         * locale/nl_langinfo.c: Likewise.
30627         * mach/Machrules: Likewise.
30628         * mach/Makefile: Likewise.
30629         * malloc/obstack.h: Likewise.
30630         * manual/Makefile: Likewise.
30631         * manual/tsort.awk: Likewise.
30632         * misc/bits/stab.def: Likewise.
30633         * nis/nis_print_group_entry.c: Likewise.
30634         * nis/nis_table.c: Likewise.
30635         * nis/nss_compat/compat-pwd.c: Likewise.
30636         * nis/nss_compat/compat-spwd.c: Likewise.
30637         * po/Makefile: Likewise.
30638         * posix/fnmatch.c: Likewise.
30639         * posix/regex.h: Likewise.
30640         * resolv/Makefile: Likewise.
30641         * resolv/nss_dns/dns-network.c: Likewise.
30642         * resolv/res_hconf.c: Likewise.
30643         * scripts/gen-sorted.awk: Likewise.
30644         * soft-fp/soft-fp.h: Likewise.
30645         * stdio-common/printf.h: Likewise.
30646         * stdlib/monetary.h: Likewise.
30647         * stdlib/random.c: Likewise.
30648         * stdlib/random_r.c: Likewise.
30649         * sysdeps/generic/Makefile: Likewise.
30650         * sysdeps/gnu/Makefile: Likewise.
30651         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30652         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30653         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30654         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30655         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30656         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30657         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30658         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30659         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30660         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30661         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30662         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30663         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30664         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30665         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30666         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30667         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30668         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30669         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30670         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30671         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30672         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30673         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30674         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30675         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30676         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30677         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30678         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30679         * sysdeps/mach/hurd/errnos.awk: Likewise.
30680         * sysdeps/mach/hurd/fork.c: Likewise.
30681         * sysdeps/mach/hurd/getcwd.c: Likewise.
30682         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30683         * sysdeps/mach/hurd/mmap.c: Likewise.
30684         * sysdeps/mach/hurd/utimes.c: Likewise.
30685         * sysdeps/mach/hurd/xmknod.c: Likewise.
30686         * sysdeps/posix/profil.c: Likewise.
30687         * sysdeps/posix/readdir_r.c: Likewise.
30688         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30689         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30690         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30691         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30692         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30693         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30694         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30695         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30696         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30697         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30698         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30699         * sysdeps/pthread/lio_listio.c: Likewise.
30700         * sysdeps/sparc/dl-procinfo.h: Likewise.
30701         * sysdeps/unix/i386/sysdep.S: Likewise.
30702         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30703         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30704         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30705         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30707         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30708         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30709         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30710         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30711         * sysdeps/wordsize-32/divdi3.c: Likewise.
30712         * time/sys/time.h: Likewise.
30713         * wcsmbs/Makefile: Likewise.
30715 2013-01-01  David S. Miller  <davem@davemloft.net>
30717         * po/fr.po: Update from translation team.
30719         * catgets/gencat.c: Update copyright year.
30720         * csu/version.c: Likewise.
30721         * debug/catchsegv.sh: Likewise.
30722         * debug/pcprofiledump.c: Likewise.
30723         * debug/xtrace.sh: Likewise.
30724         * elf/ldconfig.c: Likewise.
30725         * elf/ldd.bash.in: Likewise.
30726         * elf/pldd.c: Likewise.
30727         * elf/sotruss.ksh: Likewise.
30728         * elf/sprof.c: Likewise.
30729         * iconv/iconv_prog.c: Likewise.
30730         * iconv/iconvconfig.c: Likewise.
30731         * locale/programs/locale.c: Likewise.
30732         * locale/programs/localedef.c: Likewise.
30733         * login/programs/pt_chown.c: Likewise.
30734         * malloc/memusage.sh: Likewise.
30735         * malloc/memusagestat.c: Likewise.
30736         * malloc/mtrace.pl: Likewise.
30737         * nscd/nscd.c: Likewise.
30738         * nss/getent.c: Likewise.
30739         * nss/makedb.c: Likewise.
30740         * posix/getconf.c: Likewise.
30742 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30744         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30745         numbers.
30747 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30749         * math/bits/mathcalls.h (modf): Use __nonnull.
30751 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30753         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30754         (split): Use macro CN instead of the bare value.
30755         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30756         could be used.
30757         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30758         instead of the bare value.
30759         (power1): Likewise.
30761 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30763         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30764         __ATAN_TWOM.
30765         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30767         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30768         their values.
30769         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30770         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30771         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30772         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30774 2012-12-28  Andreas Jaeger  <aj@suse.de>
30776         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30777         values are from Linux 3.7.
30779         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30780         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30782 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30784         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30785         TRUE case.
30787         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30788         (norm): Likewise.
30789         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30790         variables with preprocessor constants.
30791         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30792         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30793         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30795 2012-12-27  Bruno Haible  <bruno@clisp.org>
30797         [BZ #14317]
30798         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30799         only if needed.
30801 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30803         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30804         and use variable directly.
30805         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30807         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30808         MPONE.
30809         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30810         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30811         variable MPONE.
30812         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30813         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30814         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30815         include directive.  Remove local variable MPONE.
30816         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30817         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30818         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30820 2012-12-25  David S. Miller  <davem@davemloft.net>
30822         * version.h (RELEASE): Set to "development".
30823         (VERSION): Set to "2.17.90".
30824         * NEWS: Add 2.18 section.
30826 2012-12-21  David S. Miller  <davem@davemloft.net>
30828         * po/hr.po: Update from translation team.
30830 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30832         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30834 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30836         * NEWS:  Mention new memcpy for MIPS.
30838 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30840         * manual/contrib.texi (Contributors): Spelling correction.
30842 2012-12-15  David S. Miller  <davem@davemloft.net>
30844         * po/ru.po: Update from translation team.
30846 2012-12-13  David S. Miller  <davem@davemloft.net>
30848         * NEWS: Mention IFUNC testsuite enhancements.
30850         * po/pl.po: Update from translation team.
30851         * po/bg.po: Likewise.
30853         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30854         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30856 2012-12-11  David S. Miller  <davem@davemloft.net>
30858         * po/sv.po: Update from translation team.
30860         * po/vi.po: Update from translation team.
30862         * po/cs.po: Update from translation team.
30864         * po/de.po: Update from translation team.
30865         * po/eo.po: Likewise.
30866         * po/nl.po: Likewise.
30868 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30870         [BZ #14246]
30871         * manual/argp.texi (Argp Helper Functions): Move node to follow
30872         Argp Parsing State.
30874         [BZ #14872]
30875         * manual/conf.texi (Limits on File System Capacity): Mention if
30876         terminating null is included in the max size.
30878 2012-12-10  Andreas Jaeger  <aj@suse.de>
30880         * po/cs.po: Update from translation team.
30882 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30884         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30885         void pointer and cast to uintptr_t.
30886         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30887         path.
30888         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30889         * sysdeps/s390/s390-64/memset.S: Likewise.
30891 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30893         [BZ #14833]
30894         * menual/message.texi (Message Translation): Fix typos.
30895         (Helper programs for gettext): Likewise.
30897 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30899         [BZ #14898]
30900         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30901         Change to -1.
30903 2012-12-07  David S. Miller  <davem@davemloft.net>
30905         * po/libc.pot: Update.
30907 2012-12-07  Richard Henderson  <rth@redhat.com>
30909         [BZ #10114]
30910         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30911         normal/normal case to before the switch.
30912         (_FP_DIV): Likewise.
30914 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30915             Mike Frysinger  <vapier@gentoo.org>
30917         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30918         check for __NR_fadvise64_64.
30920 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30922         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30923         0, not just to plain "0" as a statement.
30924         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30925         with cw.
30927 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30929         * NEWS: Use sourceware.org in Bugzilla URL.
30931 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30934         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30936         * stdio-common/tst-put-error.c (do_test): Add newline to the
30937         padded test to ensure flush.
30939 2012-12-05  Jeff Law  <law@redhat.com>
30941         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30943 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30945         * README: Don't refer to ports add-on as distributed separately.
30946         Mention AArch64 in list of systems supported in the ports add-on.
30948         * LICENSES: Add more non-FSF copyright and license notices.
30950         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30951         ((unused)).
30953         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30955         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30956         10000 as width of padded output.
30958 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30960         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30962         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30963         variable LX with __attribute__ ((unused)).
30964         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30965         Likewise.
30966         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30967         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30968         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30969         with __attribute__ ((unused)).
30971 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30973         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30975 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30977         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30978         (CFLAGS-nldbl-acos.c): New variable.
30979         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30980         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30981         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30982         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30983         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30984         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30985         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30986         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30987         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30988         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30989         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30990         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30991         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30992         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30993         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30994         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30995         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30996         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30997         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30998         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30999         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31000         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31001         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31002         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31003         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31004         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31005         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31006         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31007         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31008         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31009         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31010         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31011         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31012         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31013         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31014         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31015         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31016         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31017         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31018         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31019         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31020         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31021         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31022         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31023         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31024         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31025         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31026         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31027         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31028         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31029         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31030         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31031         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31032         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31033         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31034         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31035         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31036         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31037         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31038         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31039         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31040         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31041         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31042         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31043         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31044         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31045         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31046         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31047         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31048         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31049         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31050         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31051         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31052         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31053         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31054         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31055         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31056         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31057         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31058         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31059         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31060         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31061         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31062         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31063         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31064         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31065         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31066         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31067         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31068         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31069         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31070         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31071         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31072         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31073         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31074         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31075         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31078         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31080         [BZ #14914]
31081         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31082         whole low double instead of just low 47 bits when splitting values
31083         into two parts.
31085 2012-12-03  Allan McRae  <allan@archlinux.org>
31087         * manual/stdio.texi (Predefined Printf Handlers): Remove
31088         @hsep and @vsep usage.
31090 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31092         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31093         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31095 2012-12-03  Jeff Law  <law@redhat.com>
31097         * time/sys/time.h (settimeofday): Do not mark TV argument
31098         as __nonnull.
31100 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31102         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31103         when currently writing and seek to current position when not.
31104         * libio/Makefile (tests): Remove bug-fclose1.
31105         * libio/bug-fclose1.c: Delete.
31107 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31109         * manual/arith.texi (feenableexcept): Fix typo.
31110         (fedisableexcept): Likewise.
31112 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31114         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31115         second, differently-typed declaration, rather than a cast.
31117 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31119         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31120         * include/rpc/svc.h: ... here.
31122 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31124         [BZ #13013]
31125         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31126         depending n and resplen2 to catch cases where answer
31127         equals answerp2.
31129 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31131         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31132         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31134 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31136         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31138 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31140         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31142 2012-11-28  Jeff Law  <law@redhat.com>
31144         [BZ #13761]
31145         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31146         dataset_temporary.  Track alloca usage into alloca_used.
31147         If dataset is large allocate and release it via malloc/free.
31149 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31151         [BZ #14197]
31152         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31154 2012-11-28  David S. Miller  <davem@davemloft.net>
31156         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31158 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31160         [BZ #14803]
31161         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31162         of pi/2 rounded to nearest to 64 bits.
31163         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31164         nearest to 64 bits.
31165         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31166         bits.
31168 2012-11-28  Jeff Law <law@redhat.com>
31169             Martin Osvald <mosvald@redhat.com>
31171         [BZ #14889]
31172         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31173         * sunrpc/svc.c: Include time.h.
31174         (__svc_accept_failed): New function.
31175         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31176         any reason other than EINTR, call __svc_accept_failed.
31177         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31178         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31180 2012-11-28  Andreas Schwab  <schwab@suse.de>
31182         * scripts/abilist.awk: Also handle indirect functions in .opd
31183         section.
31185 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31187         [BZ #13881]
31188         * sysdeps/x86/fpu/powl_helper.c: New file.
31189         * sysdeps/x86/fpu/Makefile: Likewise.
31190         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31191         (p3): New object.
31192         (__ieee754_powl): Use __powl_helper for finite arguments except
31193         integer exponents below 8.
31194         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31195         (p3): New object.
31196         (__ieee754_powl): Use __powl_helper for finite arguments except
31197         integer exponents below 8.
31198         * math/libm-test.inc (pow_test): Add more tests and enable some
31199         previously disabled tests.
31200         * sysdeps/i386/fpu/libm-test-ulps: Update.
31201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31203 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31204             Carlos O'Donell  <carlos_odonell@mentor.com>
31206         * nss/makedb.c (is_prime): Assert that input is odd and greater
31207         than 4.  Note that fact in a comment too.
31208         (next_prime): Add 4 to input.
31210 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31212         [BZ #11741]
31213         * libio/Makefile (tests): Add test case tst-fwrite-error.
31214         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31215         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31216         * libio/tst-fwrite-error.c: New test case.
31218 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31220         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31221         before casting to void *.
31222         * include/libc-internal.h (__pointer_type): New macro.
31223         (__integer_if_pointer_type_sub): Likewise.
31224         (__integer_if_pointer_type): Likewise.
31225         (cast_to_integer): Likewise.
31226         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31227         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31228         before casting to atomic64_t.
31229         (atomic_exchange_acq): Likewise.
31230         (__arch_exchange_and_add_body): Likewise.
31231         (__arch_add_body): Likewise.
31232         (atomic_add_negative): Likewise.
31233         (atomic_add_zero): Likewise.
31235 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31237         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31238         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31239         (add_fdes): Likewise.
31240         (linear_search_fdes): Likewise.
31241         (binary_search_unencoded_fdes): Likewise.
31243 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31245         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31247 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31249         * configure.in: Autodetect C++ header directories.
31250         * configure: Regenerated.
31252 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31254         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31256 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31258         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31260 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31262         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31263         LDBL_MANT_DIG == 106]: Disable some tests.
31264         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31265         Likewise.
31266         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31267         Likewise.
31269         [BZ #14871]
31270         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31271         input for small inputs.  Return +/- pi/2 for large inputs.
31272         * math/libm-test.inc (atan_test): Add more tests.
31274         * sysdeps/generic/unwind-dw2-fde-glibc.c
31275         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31276         __attribute__ ((unused)).
31278         [BZ #14645]
31279         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31280         x * y if x and y are nonzero and z is zero.
31282         [BZ #14811]
31283         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31284         nonzero exponents with absolute value below 0x1p-117 to +/-
31285         0x1p-117.
31287         [BZ #14869]
31288         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31289         up arguments below 2**-450, not just those below 2**-500.
31290         * math/libm-test.inc (hypot_test): Add another test.
31292         [BZ #14868]
31293         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31294         Return a+b for ratio over 2**120, not 2**60.
31295         * math/libm-test.inc (hypot_test): Add another test.
31297         * math/libm-test.inc (clog_test): Use
31298         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31299         (clog10_test): Likewise.
31301         [BZ #6778]
31302         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31304 2012-11-22  Andreas Schwab  <schwab@suse.de>
31306         * sysdeps/i386/fpu/libm-test-ulps: Update.
31308 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31310         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31311         printf output with newline.
31313 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31315         [BZ #14865]
31316         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31317         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31318         -z nodlopen, -z initfirst and -z execstack support.
31319         * configure: Regenerated.
31321         * elf/elf.h (DF_1_NODIRECT): New macro.
31322         (DF_1_IGNMULDEF): Likewise.
31323         (DF_1_NOKSYMS): Likewise.
31324         (DF_1_NOHDR): Likewise.
31325         (DF_1_EDITED): Likewise.
31326         (DF_1_NORELOC): Likewise.
31327         (DF_1_SYMINTPOSE): Likewise.
31328         (DF_1_GLOBAUDIT): Likewise.
31329         (DF_1_SINGLETON): Likewise.
31330         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31331         DT_1_SUPPORTED_MASK bits.
31332         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31334 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31336         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31338 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31340         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31341         macro.
31343         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31344         (sendmmsg): Move declarations...
31345         * socket/sys/socket.h: ... here.
31346         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31347         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31348         include it from...
31349         * socket/recvmmsg.c: ... this new file.
31350         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31351         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31352         definition of __sendmmsg hidden.
31353         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31354         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31355         Move ENOSYS stub into and include it from...
31356         * socket/sendmmsg.c: ... this new file.
31357         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31358         (sysdep_routines): Move recvmmsg and sendmmsg...
31359         * socket/Makefile (routines): ... here.
31360         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31361         (GLIBC_PRIVATE): Add __sendmmsg.
31362         * include/sys/socket.h (__sendmmsg): Add declarations.
31363         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31364         sendmmsg.
31366 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31368         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31369         variable I1 with __attribute__ ((unused)).
31370         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31372 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31374         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31375         DUMMY variables with __attribute__ ((unused)).
31377         * bits/byteswap.h: Include <bits/types.h>.
31378         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31380 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31382         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31383         string_t.  Do not manually set errno.
31384         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31385         length with __strnlen.  Make sure to both set errno and return it on
31386         failure.
31388 2012-11-19  David S. Miller  <davem@davemloft.net>
31390         With help from Joseph Myers.
31391         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31392         very large arguments properly.
31393         * math/libm-test.inc (atan_test): New tests.
31394         (atan2_test): New tests.
31395         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31396         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31398 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31400         [BZ #14856]
31401         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31402         Define to 3.
31404         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31405         [POSIX] (EADDRNOTAVAIL): Likewise.
31406         [POSIX] (EAFNOSUPPORT): Likewise.
31407         [POSIX] (EALREADY): Likewise.
31408         [POSIX] (ECONNABORTED): Likewise.
31409         [POSIX] (ECONNREFUSED): Likewise.
31410         [POSIX] (ECONNRESET): Likewise.
31411         [POSIX] (EDESTADDRREQ): Likewise.
31412         [POSIX] (EDQUOT): Likewise.
31413         [POSIX] (EHOSTUNREACH): Likewise.
31414         [POSIX] (EIDRM): Likewise.
31415         [POSIX] (EISCONN): Likewise.
31416         [POSIX] (ELOOP): Likewise.
31417         [POSIX] (EMULTIHOP): Likewise.
31418         [POSIX] (ENETDOWN): Likewise.
31419         [POSIX] (ENETUNREACH): Likewise.
31420         [POSIX] (ENOBUFS): Likewise.
31421         [POSIX] (ENODATA): Likewise.
31422         [POSIX] (ENOLINK): Likewise.
31423         [POSIX] (ENOMSG): Likewise.
31424         [POSIX] (ENOPROTOOPT): Likewise.
31425         [POSIX] (ENOSR): Likewise.
31426         [POSIX] (ENOSTR): Likewise.
31427         [POSIX] (ENOTCONN): Likewise.
31428         [POSIX] (ENOTSOCK): Likewise.
31429         [POSIX] (EOPNOTSUPP): Likewise.
31430         [POSIX] (EOVERFLOW): Likewise.
31431         [POSIX] (EPROTO): Likewise.
31432         [POSIX] (EPROTONOSUPPORT): Likewise.
31433         [POSIX] (EPROTOTYPE): Likewise.
31434         [POSIX] (ESTALE): Likewise.
31435         [POSIX] (ETIME): Likewise.
31436         [POSIX] (ETXTBSY): Likewise.
31437         [POSIX] (EWOULDBLOCK): Likewise.
31438         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31439         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31440         [POSIX] (SEEK_CUR): Likewise.
31441         [POSIX] (SEEK_END): Likewise.
31442         [POSIX || UNIX98] (mode_t): Do not require.
31443         [POSIX] (off_t): Likewise.
31444         [POSIX] (pid_t): Likewise.
31445         [POSIX] (sys/stat.h): Do not allow header.
31446         [POSIX] (unistd.h): Likewise.
31447         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31448         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31449         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31450         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31451         require.
31452         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31453         sigevent): Specify elements.
31454         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31455         entry.
31456         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31457         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31459         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31460         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31461         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31462         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31463         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31464         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31465         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31466         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31467         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31468         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31469         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31470         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31471         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31472         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31473         Likewise.
31474         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31475         Likewise.
31476         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31477         Likewise.
31478         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31479         Likewise.
31480         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31481         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31482         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31483         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31484         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31485         Specify lower bound on value.
31486         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31487         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31488         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31489         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31490         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31491         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31492         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31493         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31494         value.
31495         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31496         as optional.
31497         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31498         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31499         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31500         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31501         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31502         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31503         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31504         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31505         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31506         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31507         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31508         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31509         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31510         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31511         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31512         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31513         entry.
31514         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31515         optional.
31516         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31517         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31518         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31519         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31520         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31521         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31522         Likewise.
31523         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31524         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31525         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31526         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31527         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31528         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31529         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31530         as optional.
31531         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31532         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31533         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31534         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31535         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31536         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31537         specify as optional.
31538         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31539         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31540         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31541         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31542         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31543         [XPG3] (NL_LANGMAX): Likewise.
31544         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31545         [POSIX || XPG3] (NL_NMAX): Likewise.
31546         [POSIX || XPG3] (NL_SETMAX): Likewise.
31547         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31548         [XPG3] (NZERO): Likewise.
31549         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31550         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31551         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31552         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31553         (REG_ERANGE): Expect.
31554         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31555         optional-constant.
31556         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31557         Use (void) in prototype.
31558         [POSIX] (*_t): Allow.
31559         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31560         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31561         (WRDE_BADVAL): Expect.
31563         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31564         expect.
31565         [XPG3 || XPG4] (O_RSYNC): Likewise.
31566         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31567         Likewise.
31568         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31569         [XPG3 || XPG4] (sigqueue): Likewise.
31570         [XPG3 || XPG4] (sigtimedwait): Likewise.
31571         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31572         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31573         [XPG3 || XPG4] (vsnprintf): Likewise.
31574         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31575         Likewise.
31576         [XPG3 || XPG4] (blksize_t): Likewise.
31577         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31578         Likewise.
31579         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31580         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31581         [XPG3 || XPG4] (struct itimerspec): Likewise.
31582         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31583         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31584         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31585         [XPG3 || XPG4] (clockid_t): Likewise.
31586         [XPG3 || XPG4] (timer_t): Likewise.
31587         [XPG3 || XPG4] (clock_getres): Likewise.
31588         [XPG3 || XPG4] (clock_gettime): Likewise.
31589         [XPG3 || XPG4] (clock_settime): Likewise.
31590         [XPG3 || XPG4] (nanosleep): Likewise.
31591         [XPG3 || XPG4] (timer_create): Likewise.
31592         [XPG3 || XPG4] (timer_delete): Likewise.
31593         [XPG3 || XPG4] (timer_gettime): Likewise.
31594         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31595         [XPG3 || XPG4] (timer_settime): Likewise.
31596         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31597         [XPG3 || XPG4] (getlogin_r): Likewise.
31598         [XPG3 || XPG4] (pread): Likewise.
31599         [XPG3 || XPG4] (pthread_atfork): Likewise.
31600         [XPG3 || XPG4] (pwrite): Likewise.
31602         [BZ #14835]
31603         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31604         <bits/siginfo.h>.
31606 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31608         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31609         finalizing MALLSTREAM.
31611         * sysdeps/mach/hurd/syncfs.c: New file.
31613 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31615         [BZ #14719]
31616         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31617         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31618         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31619         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31620         (_nss_dns_gethostbyname4_r): Likewise.
31621         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31622         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31624 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31626         [BZ #13763]
31627         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31629 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31631         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31632         * elf/cache.c (print_entry): Print ",AArch64" for
31633         FLAG_AARCH64_LIB64
31635         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31636         * elf/cache.c (print_entry): Print ",hard-float" for
31637         FLAG_ARM_LIBHF.
31639 2012-11-18  David S. Miller  <davem@davemloft.net>
31641         With help from Joseph Myers.
31642         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31643         cutoff to 2**-13.
31644         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31645         cutoff to 2**-25.
31646         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31647         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31648         small.
31649         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31650         * math/libm-test.inc (y0_test): New tests.
31651         (y1_test): New tests.
31652         * sysdeps/i386/fpu/libm-test-ulps: Update.
31653         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31656 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31658         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31659         64-bit targets.
31660         * configure: Regenerated.
31662 2012-11-17  David S. Miller  <davem@davemloft.net>
31664         [BZ #14811]
31665         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31666         nonzero exponents with absolute value below 0x1p-128 to +/-
31667         0x1p-128.
31669 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31671         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31673         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31675         * posix/getconf-speclist.c: New file.
31676         * posix/posix-envs.def: Likewise.
31677         * posix/confstr.c (START_ENV_GROUP): New macro.
31678         (END_ENV_GROUP): Likewise.
31679         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31680         (KNOWN_PRESENT_ENV_STRING): Likewise.
31681         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31682         (UNKNOWN_ENVIRONMENT): Likewise.
31683         (confstr): Include posix-envs.def instead of handling
31684         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31685         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31686         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31687         (END_ENV_GROUP): Likewise.
31688         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31689         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31690         (UNKNOWN_ENVIRONMENT): Likewise.
31691         (__sysconf): Include posix-envs.def instead of handling associated
31692         cases directly here.
31693         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31694         preprocessing getconf-speclist.c rather than running getconf or
31695         generating empty file.
31697 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31699         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31701 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31703         [BZ #14672]
31704         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31706 2012-11-16  David S. Miller  <davem@davemloft.net>
31708         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31709         smaller than LDBL_EPSILON/2.0L, just return xm1.
31711 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31713         * elf/tst-array1.c (init): Set constructor priority to 1000.
31714         (fini): Set destructor priority to 1000.
31715         * elf/tst-array2dep.c: Likewise.
31717 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31719         [BZ #11741]
31720         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31721         (_IO_new_file_xsputn): Also return EOF if none of the input
31722         data was written when overflow failed.
31723         * libio/iopadn.c (_IO_padn): Likewise.
31724         * libio/iowpadn.c (_IO_wpadn): Likewise.
31725         * stdio-common/tst-put-error.c: Add copyright notice.
31726         (do_test): Add case for printing padded string.
31727         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31728         _IO_padn returned error.
31729         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31730         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31731         return EOF.
31733 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31735         * libio/libioP.h: Add comment note that the references to C++
31736         bits are now obsolete.
31738 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31740         * math/libm-test.inc (check_complex): Use asprintf.
31742 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31744         * debug/pcprofiledump.c (print_version): Update copyright year.
31745         * malloc/memusagestat.c (print_version): Likewise.
31747 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31749         [BZ #14831]
31750         * elf/Makefile (tests): Add tst-audit8.
31751         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31752         ($(objpfx)tst-audit8.out): New target.
31753         (tst-audit8-ENV): New variable.
31754         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31755         audit if l_reloc_result is NULL.
31756         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31757         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31758         * elf/tst-audit8.c: New file.
31760 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31762         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31763         * misc/Makefile (CFLAGS-select.c): Define.
31764         * posix/Makefile (CFLAGS-pause.c): Define.
31766 2012-11-13  David S. Miller  <davem@davemloft.net>
31768         * crypt/Makefile: Move test targets after toplevel Rules
31769         inclusion.  Grab any necessary sysdep routines when linking.
31770         * crypt/md5.c (md5_process_block): Remove define, we will always
31771         name it __md5_process_block.
31772         (md5_finish_ctx): Update md5_process_block call.
31773         (md5_stream): Likewise.
31774         (md5_process_bytes): Likewise.
31775         (md5_process_block): Rename to __md5_process_block and move to ...
31776         * crypt/md5-block.c: ... here.
31777         * crypt/sha256.c (sha256_process_block): Move to ...
31778         * crypt/sha256-block.c: ... here.
31779         * crypt/sha512.c (sha512_process_block): Move to ...
31780         * crypt/sha512-block.c: ... here.
31781         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31782         path.
31783         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31784         * sysdeps/sparc/sparc64/multiarch/Makefile
31785         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31786         crypt subdir.
31787         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31788         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31789         multiarch changes.
31790         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31791         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31792         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31793         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31794         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31795         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31796         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31797         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31798         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31799         file.
31800         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31801         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31802         file.
31803         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31805 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31807         * timezone/tzselect.ksh: Update from tzcode git revision
31808         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31809         * timezone/zdump.c: Likewise.
31810         * timezone/zic.c: Likewise.
31811         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31812         in TZVERSION setting, not $(PKGVERSION).
31813         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31814         REPORT_BUGS_TO settings.
31816         [BZ #14838]
31817         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31818         macro.
31820 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31822         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31823         detection to immediately after _FP_ROUND().
31824         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31825         bits are 0.
31827 2012-11-11  David S. Miller  <davem@davemloft.net>
31829         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31830         inttypes.h
31831         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31832         __close rather than their public counterparts.
31834 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31836         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31837         file.
31838         [UNIX98] (sem_timedwait): Do not expect.
31839         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31840         [XPG4 || UNIX98] (sockatmark): Do not expect.
31841         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31842         (clock_getcpuclockid): Do not expect.
31843         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31844         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31845         Do not expect.
31846         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31847         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31848         [UNIX98] (vwscanf): Likewise.
31849         [UNIX98] (vswscanf): Likewise.
31851 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31853         * timezone/version.h: Remove file.
31854         * timezone/README: Do not refer to version.h.
31855         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31856         $(objpfx)version.h.
31857         ($(objpfx)zdump.o): Likewise.
31858         ($(objpfx)version.h): New target.
31860         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31861         2012i.
31862         * timezone/README: Don't mention modification to tzselect.ksh.
31863         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31864         work on unmodified tzselect.ksh.  Substitute version numbers in
31865         tzselect.ksh.
31867         * Makefile (format-me): Remove.
31868         (INSTALL): Adjust indentation.  Use commands directly instead of
31869         using $(format-me).
31871         * aclocal.m4 (ACX_PKGVERSION): New macro.
31872         (ACX_BUGURL): Likewise.
31873         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31874         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31875         (REPORT_BUGS_TO): Likewise.
31876         * configure: Regenerated.
31877         * config.h.in (PKGVERSION): New macro.
31878         (REPORT_BUGS_TO): Likewise.
31879         * config.make.in (PKGVERSION): New variable.
31880         (PKGVERSION_TEXI): Likewise.
31881         (REPORT_BUGS_TO): Likewise.
31882         (REPORT_BUGS_TEXI): Likewise.
31883         * Makefile (format-me): Use -I$(common-objpfx)manual.
31884         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31885         ($(common-objpfx)manual/%): New target.
31886         (manual/%): Remove target.
31887         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31888         (print_version): Use PKGVERSION.
31889         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31890         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31891         and REPORT_BUGS_TO.
31892         ($(objpfx)xtrace): Likewise.
31893         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31894         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31895         (print_version): Use PKGVERSION.
31896         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31897         (do_version): Use PKGVERSION.
31898         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31899         REPORT_BUGS_TO.
31900         (common-ldd-rewrite): Likewise.
31901         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31902         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31903         (print_version): Use PKGVERSION.
31904         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31905         * elf/pldd.c (argp_program_bug_address): Remove variable.
31906         (more_help): New function.
31907         (argp): Use more_help.
31908         (print_version): Use PKGVERSION.
31909         * elf/sln.c (main): Use PKGVERSION.
31910         (usage): Use REPORT_BUGS_TO.
31911         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31912         (top level): Use PKGVERSION.
31913         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31914         (print_version): Use PKGVERSION.
31915         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31916         (print_version): Use PKGVERSION.
31917         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31918         (print_version): Use PKGVERSION.
31919         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31920         (print_version): Use PKGVERSION.
31921         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31922         (print_version): Use PKGVERSION.
31923         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31924         (print_version): Use PKGVERSION.
31925         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31926         and BUGURL.
31927         ($(objpfx)memusage): Likewise.
31928         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31929         (do_version): Use PKGVERSION.
31930         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31931         (print_version): Use PKGVERSION.
31932         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31933         ($PKGVERSION): New variable.
31934         ($REPORT_BUGS_TO): Likewise.
31935         (usage): Use $REPORT_BUGS_TO.
31936         (top level): Use $PKGVERSION.
31937         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31938         ($(objpfx)pkgvers.texi): New rule.
31939         ($(objpfx)stamp-pkgvers): Likewise.
31940         * manual/install.texi: Include pkgvers.texi.
31941         (--with-pkgversion): Document new configure option.
31942         (--with-bugurl): Likewise.
31943         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31944         than necessarily for this particular distribution.  Use
31945         REPORT_BUGS_TO for where to report bugs.
31946         * INSTALL: Regenerated.
31947         * manual/libc.texinfo: Include pkgvers.texi.
31948         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31949         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31950         (print_version): Use PKGVERSION.
31951         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31952         (print_version): Use PKGVERSION.
31953         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31954         (print_version): Use PKGVERSION.
31955         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31956         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31957         macro.
31958         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31959         (print_version): Use PKGVERSION.
31960         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31961         (print_version): Use PKGVERSION.
31962         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31963         and PKGVERSION.
31965         * timezone/checktab.awk: Update from tzcode 2012i.
31966         * timezone/ialloc.c: Likewise.
31967         * timezone/private.h: Likewise.
31968         * timezone/scheck.c: Likewise.
31969         * timezone/tzfile.h: Likewise.
31970         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31971         (TZVERSION): Hardcode tzcode version number.
31972         * timezone/zdump.c: Update from tzcode 2012i.
31973         * timezone/zic.c: Likewise.
31974         * timezone/version.h: New file.
31975         * timezone/README: Describe version.h.  Update upstream location.
31977         [BZ #14824]
31978         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31979         (mktemp): Enable declaration.
31980         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31981         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31982         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31983         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31984         Likewise.
31985         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31986         Likewise.
31987         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31988         Likewise.
31989         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31990         Likewise.
31991         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31992         Likewise.
31993         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31994         Likewise.
31996         [BZ #14821]
31997         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31998         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31999         for copies of such integer values.
32000         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32001         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32003 2012-11-09  Andreas Jaeger  <aj@suse.de>
32005         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32006         definitions and declarations that are provided by
32007         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32009 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32011         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32012         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32013         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32014         definition.
32016 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32018         * elf/elf.h: Update comment before AArch64 relocations.
32020 2012-11-07  David S. Miller  <davem@davemloft.net>
32022         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32023         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32024         (__start_context): Declare.
32025         (__makecontext_ret): Delete.
32026         (__makecontext): Hook up __start_context instead of
32027         __makecontext_ret.
32028         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32029         (sysdep_routines): Add __start_context when in stdlib.
32031 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32033         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32034         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32035         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32036         hardcoded "nm".
32037         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32038         (READELF): New variable.  Use it instead of hardcoded "readelf".
32040 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32042         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32043         * sysdeps/x86/Makefile: Here.
32044         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32045         * sysdeps/x86/tst-xmmymm.sh: This.
32047 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32049         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32050         expectations.
32051         [UNIX98] (pthread_barrier_t): Do not expect.
32052         [UNIX98] (pthread_barrierattr_t): Likewise.
32053         [UNIX98] (pthread_spinlock_t): Likewise.
32054         [UNIX98] (pthread_barrier_destroy): Likewise.
32055         [UNIX98] (pthread_barrier_init): Likewise.
32056         [UNIX98] (pthread_barrier_wait): Likewise.
32057         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32058         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32059         [UNIX98] (pthread_barrierattr_init): Likewise.
32060         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32061         [UNIX98] (pthread_getcpuclockid): Likewise.
32062         [UNIX98] (pthread_mutex_timedlock): Likewise.
32063         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32064         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32065         [UNIX98] (pthread_sigmask): Likewise.
32066         [UNIX98] (pthread_spin_destroy): Likewise.
32067         [UNIX98] (pthread_spin_init): Likewise.
32068         [UNIX98] (pthread_spin_lock): Likewise.
32069         [UNIX98] (pthread_spin_trylock): Likewise.
32070         [UNIX98] (pthread_spin_unlock): Likewise.
32071         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32072         Do not expect.
32073         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32074         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32075         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32076         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32077         [XPG3 || XPG4] (pthread_key_t): Likewise.
32078         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32079         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32080         [XPG3 || XPG4] (pthread_once_t): Likewise.
32081         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32082         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32083         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32084         [XPG3 || XPG4] (pthread_t): Likewise.
32086         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32087         not expect.
32088         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32090         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32091         Change function return type to int.
32093         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32094         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32095         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32096         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32097         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32098         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32099         [!POSIX] (posix_madvise): Likewise.
32100         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32101         && !UNIX98].
32102         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32103         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32104         (mode_t): Likewise.
32105         (posix_mem_offset): Likewise.
32106         (posix_typed_mem_get_info): Likewise.
32107         (posix_typed_mem_open): Likewise.
32109         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32110         Change condition to [XOPEN2K8].
32112         * conform/conformtest.pl: Preprocess allow-header data with -x c
32113         instead of from stdin.
32114         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32115         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32116         [C99-based standards] (cerfc): Likewise.
32117         [C99-based standards] (cexp2): Likewise.
32118         [C99-based standards] (cexpm1): Likewise.
32119         [C99-based standards] (clog10): Likewise.
32120         [C99-based standards] (clog1p): Likewise.
32121         [C99-based standards] (clog2): Likewise.
32122         [C99-based standards] (clgamma): Likewise.
32123         [C99-based standards] (ctgamma): Likewise.
32124         [C99-based standards] (cerff): Likewise.
32125         [C99-based standards] (cerfcf): Likewise.
32126         [C99-based standards] (cexp2f): Likewise.
32127         [C99-based standards] (cexpm1f): Likewise.
32128         [C99-based standards] (clog10f): Likewise.
32129         [C99-based standards] (clog1pf): Likewise.
32130         [C99-based standards] (clog2f): Likewise.
32131         [C99-based standards] (clgammaf): Likewise.
32132         [C99-based standards] (ctgammaf): Likewise.
32133         [C99-based standards] (cerfl): Likewise.
32134         [C99-based standards] (cerfcl): Likewise.
32135         [C99-based standards] (cexp2l): Likewise.
32136         [C99-based standards] (cexpm1l): Likewise.
32137         [C99-based standards] (clog10l): Likewise.
32138         [C99-based standards] (clog1pl): Likewise.
32139         [C99-based standards] (clog2l): Likewise.
32140         [C99-based standards] (clgammal): Likewise.
32141         [C99-based standards] (ctgammal): Likewise.
32142         * conform/data/inttypes.h-data [C99-based standards]: Include
32143         stdint.h-data.  Remove all expectations for stdint.h contents.
32144         [C99-based standards] (PRI*): Do not allow.
32145         [C99-based standards] (SCN*): Likewise.
32146         [C99-based standards] (*_t): Likewise.
32147         [C99-based-standards] (PRId8): Expect macro.
32148         [C99-based-standards] (PRIi8): Likewise.
32149         [C99-based-standards] (PRIo8): Likewise.
32150         [C99-based-standards] (PRIu8): Likewise.
32151         [C99-based-standards] (PRIx8): Likewise.
32152         [C99-based-standards] (PRIX8): Likewise.
32153         [C99-based-standards] (SCNd8): Likewise.
32154         [C99-based-standards] (SCNi8): Likewise.
32155         [C99-based-standards] (SCNo8): Likewise.
32156         [C99-based-standards] (SCNu8): Likewise.
32157         [C99-based-standards] (SCNx8): Likewise.
32158         [C99-based-standards] (PRIdLEAST8): Likewise.
32159         [C99-based-standards] (PRIiLEAST8): Likewise.
32160         [C99-based-standards] (PRIoLEAST8): Likewise.
32161         [C99-based-standards] (PRIuLEAST8): Likewise.
32162         [C99-based-standards] (PRIxLEAST8): Likewise.
32163         [C99-based-standards] (PRIXLEAST8): Likewise.
32164         [C99-based-standards] (SCNdLEAST8): Likewise.
32165         [C99-based-standards] (SCNiLEAST8): Likewise.
32166         [C99-based-standards] (SCNoLEAST8): Likewise.
32167         [C99-based-standards] (SCNuLEAST8): Likewise.
32168         [C99-based-standards] (SCNxLEAST8): Likewise.
32169         [C99-based-standards] (PRIdFAST8): Likewise.
32170         [C99-based-standards] (PRIiFAST8): Likewise.
32171         [C99-based-standards] (PRIoFAST8): Likewise.
32172         [C99-based-standards] (PRIuFAST8): Likewise.
32173         [C99-based-standards] (PRIxFAST8): Likewise.
32174         [C99-based-standards] (PRIXFAST8): Likewise.
32175         [C99-based-standards] (SCNdFAST8): Likewise.
32176         [C99-based-standards] (SCNiFAST8): Likewise.
32177         [C99-based-standards] (SCNoFAST8): Likewise.
32178         [C99-based-standards] (SCNuFAST8): Likewise.
32179         [C99-based-standards] (SCNxFAST8): Likewise.
32180         [C99-based-standards] (PRId16): Likewise.
32181         [C99-based-standards] (PRIi16): Likewise.
32182         [C99-based-standards] (PRIo16): Likewise.
32183         [C99-based-standards] (PRIu16): Likewise.
32184         [C99-based-standards] (PRIx16): Likewise.
32185         [C99-based-standards] (PRIX16): Likewise.
32186         [C99-based-standards] (SCNd16): Likewise.
32187         [C99-based-standards] (SCNi16): Likewise.
32188         [C99-based-standards] (SCNo16): Likewise.
32189         [C99-based-standards] (SCNu16): Likewise.
32190         [C99-based-standards] (SCNx16): Likewise.
32191         [C99-based-standards] (PRIdLEAST16): Likewise.
32192         [C99-based-standards] (PRIiLEAST16): Likewise.
32193         [C99-based-standards] (PRIoLEAST16): Likewise.
32194         [C99-based-standards] (PRIuLEAST16): Likewise.
32195         [C99-based-standards] (PRIxLEAST16): Likewise.
32196         [C99-based-standards] (PRIXLEAST16): Likewise.
32197         [C99-based-standards] (SCNdLEAST16): Likewise.
32198         [C99-based-standards] (SCNiLEAST16): Likewise.
32199         [C99-based-standards] (SCNoLEAST16): Likewise.
32200         [C99-based-standards] (SCNuLEAST16): Likewise.
32201         [C99-based-standards] (SCNxLEAST16): Likewise.
32202         [C99-based-standards] (PRIdFAST16): Likewise.
32203         [C99-based-standards] (PRIiFAST16): Likewise.
32204         [C99-based-standards] (PRIoFAST16): Likewise.
32205         [C99-based-standards] (PRIuFAST16): Likewise.
32206         [C99-based-standards] (PRIxFAST16): Likewise.
32207         [C99-based-standards] (PRIXFAST16): Likewise.
32208         [C99-based-standards] (SCNdFAST16): Likewise.
32209         [C99-based-standards] (SCNiFAST16): Likewise.
32210         [C99-based-standards] (SCNoFAST16): Likewise.
32211         [C99-based-standards] (SCNuFAST16): Likewise.
32212         [C99-based-standards] (SCNxFAST16): Likewise.
32213         [C99-based-standards] (PRId32): Likewise.
32214         [C99-based-standards] (PRIi32): Likewise.
32215         [C99-based-standards] (PRIo32): Likewise.
32216         [C99-based-standards] (PRIu32): Likewise.
32217         [C99-based-standards] (PRIx32): Likewise.
32218         [C99-based-standards] (PRIX32): Likewise.
32219         [C99-based-standards] (SCNd32): Likewise.
32220         [C99-based-standards] (SCNi32): Likewise.
32221         [C99-based-standards] (SCNo32): Likewise.
32222         [C99-based-standards] (SCNu32): Likewise.
32223         [C99-based-standards] (SCNx32): Likewise.
32224         [C99-based-standards] (PRIdLEAST32): Likewise.
32225         [C99-based-standards] (PRIiLEAST32): Likewise.
32226         [C99-based-standards] (PRIoLEAST32): Likewise.
32227         [C99-based-standards] (PRIuLEAST32): Likewise.
32228         [C99-based-standards] (PRIxLEAST32): Likewise.
32229         [C99-based-standards] (PRIXLEAST32): Likewise.
32230         [C99-based-standards] (SCNdLEAST32): Likewise.
32231         [C99-based-standards] (SCNiLEAST32): Likewise.
32232         [C99-based-standards] (SCNoLEAST32): Likewise.
32233         [C99-based-standards] (SCNuLEAST32): Likewise.
32234         [C99-based-standards] (SCNxLEAST32): Likewise.
32235         [C99-based-standards] (PRIdFAST32): Likewise.
32236         [C99-based-standards] (PRIiFAST32): Likewise.
32237         [C99-based-standards] (PRIoFAST32): Likewise.
32238         [C99-based-standards] (PRIuFAST32): Likewise.
32239         [C99-based-standards] (PRIxFAST32): Likewise.
32240         [C99-based-standards] (PRIXFAST32): Likewise.
32241         [C99-based-standards] (SCNdFAST32): Likewise.
32242         [C99-based-standards] (SCNiFAST32): Likewise.
32243         [C99-based-standards] (SCNoFAST32): Likewise.
32244         [C99-based-standards] (SCNuFAST32): Likewise.
32245         [C99-based-standards] (SCNxFAST32): Likewise.
32246         [C99-based-standards] (PRId64): Likewise.
32247         [C99-based-standards] (PRIi64): Likewise.
32248         [C99-based-standards] (PRIo64): Likewise.
32249         [C99-based-standards] (PRIu64): Likewise.
32250         [C99-based-standards] (PRIx64): Likewise.
32251         [C99-based-standards] (PRIX64): Likewise.
32252         [C99-based-standards] (SCNd64): Likewise.
32253         [C99-based-standards] (SCNi64): Likewise.
32254         [C99-based-standards] (SCNo64): Likewise.
32255         [C99-based-standards] (SCNu64): Likewise.
32256         [C99-based-standards] (SCNx64): Likewise.
32257         [C99-based-standards] (PRIdLEAST64): Likewise.
32258         [C99-based-standards] (PRIiLEAST64): Likewise.
32259         [C99-based-standards] (PRIoLEAST64): Likewise.
32260         [C99-based-standards] (PRIuLEAST64): Likewise.
32261         [C99-based-standards] (PRIxLEAST64): Likewise.
32262         [C99-based-standards] (PRIXLEAST64): Likewise.
32263         [C99-based-standards] (SCNdLEAST64): Likewise.
32264         [C99-based-standards] (SCNiLEAST64): Likewise.
32265         [C99-based-standards] (SCNoLEAST64): Likewise.
32266         [C99-based-standards] (SCNuLEAST64): Likewise.
32267         [C99-based-standards] (SCNxLEAST64): Likewise.
32268         [C99-based-standards] (PRIdFAST64): Likewise.
32269         [C99-based-standards] (PRIiFAST64): Likewise.
32270         [C99-based-standards] (PRIoFAST64): Likewise.
32271         [C99-based-standards] (PRIuFAST64): Likewise.
32272         [C99-based-standards] (PRIxFAST64): Likewise.
32273         [C99-based-standards] (PRIXFAST64): Likewise.
32274         [C99-based-standards] (SCNdFAST64): Likewise.
32275         [C99-based-standards] (SCNiFAST64): Likewise.
32276         [C99-based-standards] (SCNoFAST64): Likewise.
32277         [C99-based-standards] (SCNuFAST64): Likewise.
32278         [C99-based-standards] (SCNxFAST64): Likewise.
32279         [C99-based-standards] (PRIdMAX): Likewise.
32280         [C99-based-standards] (PRIiMAX): Likewise.
32281         [C99-based-standards] (PRIoMAX): Likewise.
32282         [C99-based-standards] (PRIuMAX): Likewise.
32283         [C99-based-standards] (PRIxMAX): Likewise.
32284         [C99-based-standards] (PRIXMAX): Likewise.
32285         [C99-based-standards] (SCNdMAX): Likewise.
32286         [C99-based-standards] (SCNiMAX): Likewise.
32287         [C99-based-standards] (SCNoMAX): Likewise.
32288         [C99-based-standards] (SCNuMAX): Likewise.
32289         [C99-based-standards] (SCNxMAX): Likewise.
32290         [C99-based-standards] (PRIdPTR): Likewise.
32291         [C99-based-standards] (PRIiPTR): Likewise.
32292         [C99-based-standards] (PRIoPTR): Likewise.
32293         [C99-based-standards] (PRIuPTR): Likewise.
32294         [C99-based-standards] (PRIxPTR): Likewise.
32295         [C99-based-standards] (PRIXPTR): Likewise.
32296         [C99-based-standards] (SCNdPTR): Likewise.
32297         [C99-based-standards] (SCNiPTR): Likewise.
32298         [C99-based-standards] (SCNoPTR): Likewise.
32299         [C99-based-standards] (SCNuPTR): Likewise.
32300         [C99-based-standards] (SCNxPTR): Likewise.
32301         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32302         allow.
32303         * conform/data/stdint.h-data: Update comments to clarify
32304         requirements.
32305         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32306         type.
32307         [C99-based standards] (INT8_MAX): Likewise.
32308         [C99-based standards] (INT16_MIN): Likewise.
32309         [C99-based standards] (INT16_MAX): Likewise.
32310         [C99-based standards] (INT32_MIN): Likewise.
32311         [C99-based standards] (INT32_MAX): Likewise.
32312         [C99-based standards] (INT64_MIN): Likewise.
32313         [C99-based standards] (INT64_MAX): Likewise.
32314         [C99-based standards] (UINT8_MAX): Likewise.
32315         [C99-based standards] (UINT16_MAX): Likewise.
32316         [C99-based standards] (UINT32_MAX): Likewise.
32317         [C99-based standards] (UINT64_MAX): Likewise.
32318         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32319         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32320         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32321         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32322         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32323         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32324         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32325         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32326         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32327         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32328         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32329         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32330         [C99-based standards] (INT_FAST8_MIN): Likewise.
32331         [C99-based standards] (INT_FAST8_MAX): Likewise.
32332         [C99-based standards] (INT_FAST16_MIN): Likewise.
32333         [C99-based standards] (INT_FAST16_MAX): Likewise.
32334         [C99-based standards] (INT_FAST32_MIN): Likewise.
32335         [C99-based standards] (INT_FAST32_MAX): Likewise.
32336         [C99-based standards] (INT_FAST64_MIN): Likewise.
32337         [C99-based standards] (INT_FAST64_MAX): Likewise.
32338         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32339         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32340         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32341         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32342         [C99-based standards] (INTPTR_MIN): Likewise.
32343         [C99-based standards] (INTPTR_MAX): Likewise.
32344         [C99-based standards] (UINTPTR_MAX): Likewise.
32345         [C99-based standards] (INTMAX_MIN): Likewise.
32346         [C99-based standards] (INTMAX_MAX): Likewise.
32347         [C99-based standards] (UINTMAX_MAX): Likewise.
32348         [C99-based standards] (PTRDIFF_MIN): Likewise.
32349         [C99-based standards] (PTRDIFF_MAX): Likewise.
32350         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32351         [C99-based standards] (SIZE_MAX): Likewise.
32352         [C99-based standards] (WCHAR_MAX): Likewise.
32353         [C99-based standards] (WINT_MAX): Likewise.
32354         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32355         constraint on value.
32356         [C99-based standards] (WCHAR_MIN): Likewise.
32357         [C99-based standards] (WINT_MIN): Likewise.
32358         [C99-based standards] (*_t): Allow.
32359         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32360         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32361         Include math.h-data and complex.h-data.  Remove all expectations
32362         of math.h and complex.h contents.
32363         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32364         at end of line.
32365         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32366         (struct tm): Expect tag.
32367         [C99-based-standards] (wcstof): Expect function.
32368         [C99-based-standards] (wcstold): Likewise.
32369         [C99-based-standards] (wcstoll): Likewise.
32370         [C99-based-standards] (wcstoull): Likewise.
32371         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32372         macro-int-constant.  Specify type.
32373         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32374         constraint on value.
32375         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32376         Specify type.
32377         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32378         Specify value.
32379         [ISO C standards]: Do not allow headers.
32380         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32381         wcs[abcdefghijklmnopqrstuvwxyz]*.
32382         [ISO C standards] (*_t): Do not allow.
32383         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32384         Expect function.
32385         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32386         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32387         Specify type.
32388         [ISO C standards]: Do not allow headers.
32389         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32390         is[abcdefghijklmnopqrstuvwxyz]*.
32391         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32392         to[abcdefghijklmnopqrstuvwxyz]*.
32393         [ISO C standards] (*_t): Do not allow.
32394         * conform/data/stdalign.h-data: New file.
32395         * conform/data/stdbool.h-data: Likewise.
32396         * conform/data/stdnoreturn.h-data: Likewise.
32398 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32400         [BZ #14815]
32401         * manual/filesys.texi (Directory Entries): Typo fix.
32402         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32404 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32406         * elf/elf.h (EM_AARCH64): New macro.
32407         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32408         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32409         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32410         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32411         (R_AARCH64_TLSDESC): Likewise.
32412         (NT_ARM_TLS): Likewise.
32413         (NT_ARM_HW_BREAK): Likewise.
32414         (NT_ARM_HW_WATCH): Likewise.
32416 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32418         [BZ #14811]
32419         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32420         (__ieee754_powl): Saturate nonzero exponents with absolute value
32421         below 0x1p-79 to +/- 0x1p-79.
32422         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32423         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32424         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32425         nonzero exponents with absolute value below 0x1p-32 to +/-
32426         0x1p-32.
32427         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32428         (__ieee754_powl): Saturate nonzero exponents with absolute value
32429         below 0x1p-79 to +/- 0x1p-79.
32430         * math/libm-test.inc (pow_test): Add more tests.
32432 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32434         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32435         _dl_s390_cap_flags with kernel. Increase string length.
32436         (_dl_s390_platforms): Add z196 and zEC12.
32438 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32440         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32441         Change XOPEN21K to XOPEN2K.
32443 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32445         * string/memmove.c: Use memcpy when possible.
32447 2012-11-06  Andreas Jaeger  <aj@suse.de>
32449         * po/eo.po: Update from translation team.
32451 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32453         [BZ #14793]
32454         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32455         exponent and small x and y exponents, scale x or y up.  Increase
32456         by 2 the exponent used in scaling up.
32457         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32458         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32459         * math/libm-test.inc (fma_test): Add more tests.
32460         (fma_test_towardzero): Likewise.
32461         (fma_test_downward): Likewise.
32462         (fma_test_upward): Likewise.
32464 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32466         [BZ #14805]
32467         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32468         fenv_t *.
32470         [BZ #14801]
32471         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32472         namespace for names of struct fields.
32473         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32474         fenv_t fields.
32475         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32476         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32478 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32480         [BZ #3665]
32481         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32483 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32485         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32486         PTR_DEMANGLE.
32488         [BZ #5246]
32489         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32490         PTR_DEMANGLE.
32492 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32494         [BZ #14797]
32495         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32496         definitely overflow as x * y not x * y + z.
32497         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32498         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32499         * math/libm-test.inc (fma_test): Add more tests.
32500         (fma_test_towardzero): Likewise.
32501         (fma_test_downward): Likewise.
32502         (fma_test_upward): Likewise.
32504 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32506         [BZ #157]
32508         * include/stub-tag.h: Remove file.
32509         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32510         '#include' of it.
32511         * manual/maint.texi (Porting): Don't reference it.
32512         * Makerules ($(objpfx)stubs): Likewise.
32513         * dirent/closedir.c: Don't include <stub-tag.h>.
32514         * dirent/dirfd.c: Likewise.
32515         * dirent/fdopendir.c: Likewise.
32516         * dirent/getdents.c: Likewise.
32517         * dirent/getdents64.c: Likewise.
32518         * dirent/opendir.c: Likewise.
32519         * dirent/readdir.c: Likewise.
32520         * dirent/readdir64.c: Likewise.
32521         * dirent/readdir64_r.c: Likewise.
32522         * dirent/readdir_r.c: Likewise.
32523         * dirent/rewinddir.c: Likewise.
32524         * dirent/seekdir.c: Likewise.
32525         * dirent/telldir.c: Likewise.
32526         * gmon/profil.c: Likewise.
32527         * grp/setgroups.c: Likewise.
32528         * inet/if_index.c: Likewise.
32529         * io/access.c: Likewise.
32530         * io/chdir.c: Likewise.
32531         * io/chmod.c: Likewise.
32532         * io/chown.c: Likewise.
32533         * io/close.c: Likewise.
32534         * io/dup.c: Likewise.
32535         * io/dup2.c: Likewise.
32536         * io/dup3.c: Likewise.
32537         * io/euidaccess.c: Likewise.
32538         * io/faccessat.c: Likewise.
32539         * io/fchdir.c: Likewise.
32540         * io/fchmod.c: Likewise.
32541         * io/fchmodat.c: Likewise.
32542         * io/fchown.c: Likewise.
32543         * io/fchownat.c: Likewise.
32544         * io/fcntl.c: Likewise.
32545         * io/flock.c: Likewise.
32546         * io/fstatfs.c: Likewise.
32547         * io/fstatfs64.c: Likewise.
32548         * io/fstatvfs.c: Likewise.
32549         * io/fstatvfs64.c: Likewise.
32550         * io/futimens.c: Likewise.
32551         * io/fxstat.c: Likewise.
32552         * io/fxstat64.c: Likewise.
32553         * io/fxstatat.c: Likewise.
32554         * io/fxstatat64.c: Likewise.
32555         * io/getcwd.c: Likewise.
32556         * io/isatty.c: Likewise.
32557         * io/lchmod.c: Likewise.
32558         * io/lchown.c: Likewise.
32559         * io/link.c: Likewise.
32560         * io/linkat.c: Likewise.
32561         * io/lseek.c: Likewise.
32562         * io/lseek64.c: Likewise.
32563         * io/lxstat64.c: Likewise.
32564         * io/mkdir.c: Likewise.
32565         * io/mkdirat.c: Likewise.
32566         * io/mkfifo.c: Likewise.
32567         * io/mkfifoat.c: Likewise.
32568         * io/open.c: Likewise.
32569         * io/open64.c: Likewise.
32570         * io/openat.c: Likewise.
32571         * io/openat64.c: Likewise.
32572         * io/pipe.c: Likewise.
32573         * io/pipe2.c: Likewise.
32574         * io/poll.c: Likewise.
32575         * io/posix_fadvise.c: Likewise.
32576         * io/posix_fadvise64.c: Likewise.
32577         * io/posix_fallocate.c: Likewise.
32578         * io/posix_fallocate64.c: Likewise.
32579         * io/read.c: Likewise.
32580         * io/readlink.c: Likewise.
32581         * io/readlinkat.c: Likewise.
32582         * io/rmdir.c: Likewise.
32583         * io/sendfile.c: Likewise.
32584         * io/sendfile64.c: Likewise.
32585         * io/statfs.c: Likewise.
32586         * io/statfs64.c: Likewise.
32587         * io/statvfs.c: Likewise.
32588         * io/statvfs64.c: Likewise.
32589         * io/symlink.c: Likewise.
32590         * io/symlinkat.c: Likewise.
32591         * io/ttyname.c: Likewise.
32592         * io/ttyname_r.c: Likewise.
32593         * io/umask.c: Likewise.
32594         * io/unlink.c: Likewise.
32595         * io/unlinkat.c: Likewise.
32596         * io/utime.c: Likewise.
32597         * io/utimensat.c: Likewise.
32598         * io/write.c: Likewise.
32599         * io/xmknod.c: Likewise.
32600         * io/xmknodat.c: Likewise.
32601         * io/xstat.c: Likewise.
32602         * io/xstat64.c: Likewise.
32603         * login/getpt.c: Likewise.
32604         * login/grantpt.c: Likewise.
32605         * login/unlockpt.c: Likewise.
32606         * math/e_acoshl.c: Likewise.
32607         * math/e_acosl.c: Likewise.
32608         * math/e_asinl.c: Likewise.
32609         * math/e_atan2l.c: Likewise.
32610         * math/e_atanhl.c: Likewise.
32611         * math/e_coshl.c: Likewise.
32612         * math/e_expl.c: Likewise.
32613         * math/e_fmodl.c: Likewise.
32614         * math/e_gammal_r.c: Likewise.
32615         * math/e_hypotl.c: Likewise.
32616         * math/e_j0l.c: Likewise.
32617         * math/e_j1l.c: Likewise.
32618         * math/e_jnl.c: Likewise.
32619         * math/e_lgammal_r.c: Likewise.
32620         * math/e_log10l.c: Likewise.
32621         * math/e_log2l.c: Likewise.
32622         * math/e_logl.c: Likewise.
32623         * math/e_powl.c: Likewise.
32624         * math/e_rem_pio2l.c: Likewise.
32625         * math/e_sinhl.c: Likewise.
32626         * math/e_sqrtl.c: Likewise.
32627         * math/fclrexcpt.c: Likewise.
32628         * math/fedisblxcpt.c: Likewise.
32629         * math/feenablxcpt.c: Likewise.
32630         * math/fegetenv.c: Likewise.
32631         * math/fegetexcept.c: Likewise.
32632         * math/fegetround.c: Likewise.
32633         * math/feholdexcpt.c: Likewise.
32634         * math/fesetenv.c: Likewise.
32635         * math/fesetround.c: Likewise.
32636         * math/feupdateenv.c: Likewise.
32637         * math/fgetexcptflg.c: Likewise.
32638         * math/fraiseexcpt.c: Likewise.
32639         * math/fsetexcptflg.c: Likewise.
32640         * math/ftestexcept.c: Likewise.
32641         * math/k_cosl.c: Likewise.
32642         * math/k_rem_pio2l.c: Likewise.
32643         * math/k_sinl.c: Likewise.
32644         * math/k_tanl.c: Likewise.
32645         * math/s_asinhl.c: Likewise.
32646         * math/s_atanl.c: Likewise.
32647         * math/s_cbrtl.c: Likewise.
32648         * math/s_erfl.c: Likewise.
32649         * math/s_expm1l.c: Likewise.
32650         * math/s_log1pl.c: Likewise.
32651         * math/s_tanhl.c: Likewise.
32652         * misc/acct.c: Likewise.
32653         * misc/brk.c: Likewise.
32654         * misc/chflags.c: Likewise.
32655         * misc/chroot.c: Likewise.
32656         * misc/fchflags.c: Likewise.
32657         * misc/fgetxattr.c: Likewise.
32658         * misc/flistxattr.c: Likewise.
32659         * misc/fremovexattr.c: Likewise.
32660         * misc/fsetxattr.c: Likewise.
32661         * misc/fsync.c: Likewise.
32662         * misc/ftruncate.c: Likewise.
32663         * misc/futimes.c: Likewise.
32664         * misc/futimesat.c: Likewise.
32665         * misc/getdomain.c: Likewise.
32666         * misc/getdtsz.c: Likewise.
32667         * misc/gethostid.c: Likewise.
32668         * misc/gethostname.c: Likewise.
32669         * misc/getloadavg.c: Likewise.
32670         * misc/getpagesize.c: Likewise.
32671         * misc/getsysstats.c: Likewise.
32672         * misc/getxattr.c: Likewise.
32673         * misc/gtty.c: Likewise.
32674         * misc/ioctl.c: Likewise.
32675         * misc/lgetxattr.c: Likewise.
32676         * misc/listxattr.c: Likewise.
32677         * misc/llistxattr.c: Likewise.
32678         * misc/lremovexattr.c: Likewise.
32679         * misc/lsetxattr.c: Likewise.
32680         * misc/lutimes.c: Likewise.
32681         * misc/madvise.c: Likewise.
32682         * misc/mincore.c: Likewise.
32683         * misc/mlock.c: Likewise.
32684         * misc/mlockall.c: Likewise.
32685         * misc/mmap.c: Likewise.
32686         * misc/mprotect.c: Likewise.
32687         * misc/msync.c: Likewise.
32688         * misc/munlock.c: Likewise.
32689         * misc/munlockall.c: Likewise.
32690         * misc/munmap.c: Likewise.
32691         * misc/preadv.c: Likewise.
32692         * misc/preadv64.c: Likewise.
32693         * misc/ptrace.c: Likewise.
32694         * misc/pwritev.c: Likewise.
32695         * misc/pwritev64.c: Likewise.
32696         * misc/readv.c: Likewise.
32697         * misc/reboot.c: Likewise.
32698         * misc/remap_file_pages.c: Likewise.
32699         * misc/removexattr.c: Likewise.
32700         * misc/revoke.c: Likewise.
32701         * misc/select.c: Likewise.
32702         * misc/setdomain.c: Likewise.
32703         * misc/setegid.c: Likewise.
32704         * misc/seteuid.c: Likewise.
32705         * misc/sethostid.c: Likewise.
32706         * misc/sethostname.c: Likewise.
32707         * misc/setregid.c: Likewise.
32708         * misc/setreuid.c: Likewise.
32709         * misc/setxattr.c: Likewise.
32710         * misc/sstk.c: Likewise.
32711         * misc/stty.c: Likewise.
32712         * misc/swapoff.c: Likewise.
32713         * misc/swapon.c: Likewise.
32714         * misc/sync.c: Likewise.
32715         * misc/syncfs.c: Likewise.
32716         * misc/syscall.c: Likewise.
32717         * misc/truncate.c: Likewise.
32718         * misc/ualarm.c: Likewise.
32719         * misc/usleep.c: Likewise.
32720         * misc/ustat.c: Likewise.
32721         * misc/utimes.c: Likewise.
32722         * misc/vhangup.c: Likewise.
32723         * misc/writev.c: Likewise.
32724         * posix/_exit.c: Likewise.
32725         * posix/alarm.c: Likewise.
32726         * posix/execve.c: Likewise.
32727         * posix/fexecve.c: Likewise.
32728         * posix/fork.c: Likewise.
32729         * posix/fpathconf.c: Likewise.
32730         * posix/getaddrinfo.c: Likewise.
32731         * posix/getegid.c: Likewise.
32732         * posix/geteuid.c: Likewise.
32733         * posix/getgid.c: Likewise.
32734         * posix/getgroups.c: Likewise.
32735         * posix/getlogin.c: Likewise.
32736         * posix/getlogin_r.c: Likewise.
32737         * posix/getpgid.c: Likewise.
32738         * posix/getpid.c: Likewise.
32739         * posix/getppid.c: Likewise.
32740         * posix/getresgid.c: Likewise.
32741         * posix/getresuid.c: Likewise.
32742         * posix/getsid.c: Likewise.
32743         * posix/getuid.c: Likewise.
32744         * posix/glob64.c: Likewise.
32745         * posix/nanosleep.c: Likewise.
32746         * posix/pathconf.c: Likewise.
32747         * posix/pause.c: Likewise.
32748         * posix/posix_madvise.c: Likewise.
32749         * posix/pread.c: Likewise.
32750         * posix/pread64.c: Likewise.
32751         * posix/pwrite.c: Likewise.
32752         * posix/pwrite64.c: Likewise.
32753         * posix/sched_getaffinity.c: Likewise.
32754         * posix/sched_getp.c: Likewise.
32755         * posix/sched_gets.c: Likewise.
32756         * posix/sched_primax.c: Likewise.
32757         * posix/sched_primin.c: Likewise.
32758         * posix/sched_rr_gi.c: Likewise.
32759         * posix/sched_setaffinity.c: Likewise.
32760         * posix/sched_setp.c: Likewise.
32761         * posix/sched_sets.c: Likewise.
32762         * posix/sched_yield.c: Likewise.
32763         * posix/setgid.c: Likewise.
32764         * posix/setlogin.c: Likewise.
32765         * posix/setpgid.c: Likewise.
32766         * posix/setresgid.c: Likewise.
32767         * posix/setresuid.c: Likewise.
32768         * posix/setsid.c: Likewise.
32769         * posix/setuid.c: Likewise.
32770         * posix/sleep.c: Likewise.
32771         * posix/spawni.c: Likewise.
32772         * posix/sysconf.c: Likewise.
32773         * posix/times.c: Likewise.
32774         * posix/wait.c: Likewise.
32775         * posix/wait3.c: Likewise.
32776         * posix/wait4.c: Likewise.
32777         * posix/waitpid.c: Likewise.
32778         * resolv/gai_sigqueue.c: Likewise.
32779         * resource/getpriority.c: Likewise.
32780         * resource/getrlimit.c: Likewise.
32781         * resource/getrusage.c: Likewise.
32782         * resource/nice.c: Likewise.
32783         * resource/setpriority.c: Likewise.
32784         * resource/setrlimit.c: Likewise.
32785         * resource/ulimit.c: Likewise.
32786         * rt/aio_cancel.c: Likewise.
32787         * rt/aio_fsync.c: Likewise.
32788         * rt/aio_read.c: Likewise.
32789         * rt/aio_sigqueue.c: Likewise.
32790         * rt/aio_suspend.c: Likewise.
32791         * rt/aio_write.c: Likewise.
32792         * rt/clock_getres.c: Likewise.
32793         * rt/clock_gettime.c: Likewise.
32794         * rt/clock_nanosleep.c: Likewise.
32795         * rt/clock_settime.c: Likewise.
32796         * rt/lio_listio.c: Likewise.
32797         * rt/mq_close.c: Likewise.
32798         * rt/mq_getattr.c: Likewise.
32799         * rt/mq_notify.c: Likewise.
32800         * rt/mq_open.c: Likewise.
32801         * rt/mq_receive.c: Likewise.
32802         * rt/mq_send.c: Likewise.
32803         * rt/mq_setattr.c: Likewise.
32804         * rt/mq_timedreceive.c: Likewise.
32805         * rt/mq_timedsend.c: Likewise.
32806         * rt/mq_unlink.c: Likewise.
32807         * rt/shm_open.c: Likewise.
32808         * rt/shm_unlink.c: Likewise.
32809         * rt/timer_create.c: Likewise.
32810         * rt/timer_delete.c: Likewise.
32811         * rt/timer_getoverr.c: Likewise.
32812         * rt/timer_gettime.c: Likewise.
32813         * rt/timer_settime.c: Likewise.
32814         * setjmp/__longjmp.c: Likewise.
32815         * setjmp/setjmp.c: Likewise.
32816         * signal/kill.c: Likewise.
32817         * signal/killpg.c: Likewise.
32818         * signal/raise.c: Likewise.
32819         * signal/sigaction.c: Likewise.
32820         * signal/sigaltstack.c: Likewise.
32821         * signal/sigblock.c: Likewise.
32822         * signal/sigignore.c: Likewise.
32823         * signal/sigintr.c: Likewise.
32824         * signal/signal.c: Likewise.
32825         * signal/sigpause.c: Likewise.
32826         * signal/sigpending.c: Likewise.
32827         * signal/sigqueue.c: Likewise.
32828         * signal/sigreturn.c: Likewise.
32829         * signal/sigset.c: Likewise.
32830         * signal/sigsetmask.c: Likewise.
32831         * signal/sigstack.c: Likewise.
32832         * signal/sigsuspend.c: Likewise.
32833         * signal/sigtimedwait.c: Likewise.
32834         * signal/sigvec.c: Likewise.
32835         * signal/sigwait.c: Likewise.
32836         * signal/sigwaitinfo.c: Likewise.
32837         * signal/sysv_signal.c: Likewise.
32838         * socket/accept.c: Likewise.
32839         * socket/accept4.c: Likewise.
32840         * socket/bind.c: Likewise.
32841         * socket/connect.c: Likewise.
32842         * socket/getpeername.c: Likewise.
32843         * socket/getsockname.c: Likewise.
32844         * socket/getsockopt.c: Likewise.
32845         * socket/isfdtype.c: Likewise.
32846         * socket/listen.c: Likewise.
32847         * socket/recv.c: Likewise.
32848         * socket/recvfrom.c: Likewise.
32849         * socket/recvmsg.c: Likewise.
32850         * socket/send.c: Likewise.
32851         * socket/sendmsg.c: Likewise.
32852         * socket/sendto.c: Likewise.
32853         * socket/setsockopt.c: Likewise.
32854         * socket/shutdown.c: Likewise.
32855         * socket/sockatmark.c: Likewise.
32856         * socket/socket.c: Likewise.
32857         * socket/socketpair.c: Likewise.
32858         * stdio-common/ctermid.c: Likewise.
32859         * stdio-common/cuserid.c: Likewise.
32860         * stdio-common/remove.c: Likewise.
32861         * stdio-common/rename.c: Likewise.
32862         * stdio-common/renameat.c: Likewise.
32863         * stdio-common/tempname.c: Likewise.
32864         * stdlib/getcontext.c: Likewise.
32865         * stdlib/makecontext.c: Likewise.
32866         * stdlib/setcontext.c: Likewise.
32867         * stdlib/swapcontext.c: Likewise.
32868         * stdlib/system.c: Likewise.
32869         * streams/fattach.c: Likewise.
32870         * streams/fdetach.c: Likewise.
32871         * streams/getmsg.c: Likewise.
32872         * streams/getpmsg.c: Likewise.
32873         * streams/putmsg.c: Likewise.
32874         * streams/putpmsg.c: Likewise.
32875         * sysdeps/unix/bsd/getpt.c: Likewise.
32876         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32877         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32878         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32880         Likewise.
32881         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32882         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32883         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32884         * sysvipc/msgctl.c: Likewise.
32885         * sysvipc/msgget.c: Likewise.
32886         * sysvipc/msgrcv.c: Likewise.
32887         * sysvipc/msgsnd.c: Likewise.
32888         * sysvipc/semctl.c: Likewise.
32889         * sysvipc/semget.c: Likewise.
32890         * sysvipc/semop.c: Likewise.
32891         * sysvipc/semtimedop.c: Likewise.
32892         * sysvipc/shmat.c: Likewise.
32893         * sysvipc/shmctl.c: Likewise.
32894         * sysvipc/shmdt.c: Likewise.
32895         * sysvipc/shmget.c: Likewise.
32896         * termios/tcdrain.c: Likewise.
32897         * termios/tcflow.c: Likewise.
32898         * termios/tcflush.c: Likewise.
32899         * termios/tcgetattr.c: Likewise.
32900         * termios/tcgetpgrp.c: Likewise.
32901         * termios/tcsendbrk.c: Likewise.
32902         * termios/tcsetattr.c: Likewise.
32903         * termios/tcsetpgrp.c: Likewise.
32904         * time/adjtime.c: Likewise.
32905         * time/clock.c: Likewise.
32906         * time/getitimer.c: Likewise.
32907         * time/gettimeofday.c: Likewise.
32908         * time/setitimer.c: Likewise.
32909         * time/settimeofday.c: Likewise.
32910         * time/stime.c: Likewise.
32911         * time/time.c: Likewise.
32913 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32915         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32916         /usr/old/bin.
32918         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32919         instead of spaces.
32920         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32922 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32924         [BZ #14796]
32925         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32926         FE_TONEAREST before applying Dekker multiplication and Knuth
32927         addition.  Clear inexact exceptions and check for exact zero
32928         results afterwards.
32929         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32930         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32931         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32932         * math/libm-test.inc (fma_test): Add more tests.
32933         (fma_test_towardzero): Likewise.
32934         (fma_test_downward): Likewise.
32935         (fma_test_upward): Likewise.
32936         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32937         function.
32938         (libc_fesetround): New macro.
32939         (libc_fesetroundf): Likewise.
32940         (libc_fesetroundl): Likewise.
32941         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32942         function.
32943         (libc_fesetround_387): Likewise.
32944         (libc_fesetroundf): New macro.
32945         (libc_fesetround): Likewise.
32946         (libc_fesetroundl): Likewise.
32947         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32948         function.
32949         (libc_fesetroundf): New macro.
32950         (libc_fesetround): Likewise.
32951         (libc_fesetroundl): Likewise.
32952         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32953         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32954         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32955         libm_hidden_ver.
32956         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32957         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32958         libm_hidden_def.
32959         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32960         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32961         libm_hidden_ver.
32962         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32963         libm_hidden_def.
32965         [BZ #3439]
32966         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32967         integer constant usable in #if and use that to give value to enum
32968         constant.
32969         (FE_DIVBYZERO): Likewise.
32970         (FE_UNDERFLOW): Likewise.
32971         (FE_OVERFLOW): Likewise.
32972         (FE_INVALID): Likewise.
32973         (FE_INVALID_SNAN): Likewise.
32974         (FE_INVALID_ISI): Likewise.
32975         (FE_INVALID_IDI): Likewise.
32976         (FE_INVALID_ZDZ): Likewise.
32977         (FE_INVALID_IMZ): Likewise.
32978         (FE_INVALID_COMPARE): Likewise.
32979         (FE_INVALID_SOFTWARE): Likewise.
32980         (FE_INVALID_SQRT): Likewise.
32981         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32982         (FE_TONEAREST): Likewise.
32983         (FE_TOWARDZERO): Likewise.
32984         (FE_UPWARD): Likewise.
32985         (FE_DOWNWARD): Likewise.
32986         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32987         (FE_DIVBYZERO): Likewise.
32988         (FE_OVERFLOW): Likewise.
32989         (FE_UNDERFLOW): Likewise.
32990         (FE_INEXACT): Likewise.
32991         (FE_TONEAREST): Likewise.
32992         (FE_DOWNWARD): Likewise.
32993         (FE_UPWARD): Likewise.
32994         (FE_TOWARDZERO): Likewise.
32995         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32996         (FE_UNDERFLOW): Likewise.
32997         (FE_OVERFLOW): Likewise.
32998         (FE_DIVBYZERO): Likewise.
32999         (FE_INVALID): Likewise.
33000         (FE_TONEAREST): Likewise.
33001         (FE_TOWARDZERO): Likewise.
33002         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33003         (FE_OVERFLOW): Likewise.
33004         (FE_UNDERFLOW): Likewise.
33005         (FE_DIVBYZERO): Likewise.
33006         (FE_INEXACT): Likewise.
33007         (FE_TONEAREST): Likewise.
33008         (FE_TOWARDZERO): Likewise.
33009         (FE_UPWARD): Likewise.
33010         (FE_DOWNWARD): Likewise.
33011         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33012         (FE_DIVBYZERO): Likewise.
33013         (FE_OVERFLOW): Likewise.
33014         (FE_UNDERFLOW): Likewise.
33015         (FE_INEXACT): Likewise.
33016         (FE_TONEAREST): Likewise.
33017         (FE_DOWNWARD): Likewise.
33018         (FE_UPWARD): Likewise.
33019         (FE_TOWARDZERO): Likewise.
33021 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33023         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33025 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33027         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33028         commands.  Quote $PWD.
33029         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33030         -x" by "export".
33031         (remove_newlines): Remove.
33033 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33035         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33036         * stdlib/stdlib.h (atof): Moved to ...
33037         * include/bits/stdlib-float.h: Here.  New file.
33038         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33039         * stdlib/bits/stdlib-float.h: New file.
33040         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33041         -mno-sse -mno-mmx.
33042         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33043         <xmmintrin.h>.
33045 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33047         * conform/conformtest.pl (@headers): Add fenv.h.
33048         * conform/data/fenv.h-data: New file.
33049         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33050         include of <math/fenv.h>.
33052         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33053         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33054         && !UNIX98].  Enables tests for XOPEN2K8.
33055         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33056         POSIX2008]: Likewise.
33058         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33059         (struct rusage): Do not expect type or its members.
33061         [BZ #3439]
33062         * math/math.h (FP_NAN): Define macro to integer constant usable in
33063         #if and use that to give value to enum constant.
33064         (FP_INFINITE): Likewise.
33065         (FP_ZERO): Likewise.
33066         (FP_SUBNORMAL): Likewise.
33067         (FP_NORMAL): Likewise.
33069 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33071         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33072         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33073         arguments.
33075 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33077         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33078         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33079         autoconf-time if not.
33080         * configure.in: Remove AC_PREREQ.
33082 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33084         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33085         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33086         of the internal implementation.
33088 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33090         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33091         except include of <misc/sys/syslog.h>.
33093 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33096         function returns with a NULL context exit with zero.
33098 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33100         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33102 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33104         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33105         (run_program_cmd): This.
33106         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33107         (tst_langinfo): New variable.  Use it.
33109 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33111         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33112         floating point opcodes.
33114 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33116         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33117         variable.
33119         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33121         * sysdeps/mach/hurd/powerpc: Remove directory.
33122         * sysdeps/mach/powerpc: Likewise.
33124 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33126         * scripts/check-local-headers.sh: Ignore c++ headers.
33128 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33130         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33131         __libc_cleanup_region_start argument.
33133 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33135         [BZ #14784]
33136         [BZ #14785]
33137         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33138         x * y using scaling, not as x * y + z.
33139         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33140         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33141         * math/libm-test.inc (fma_test): Add more tests.
33142         (fma_test_towardzero): Likewise.
33143         (fma_test_downward): Likewise.
33144         (fma_test_upward): Likewise.
33146 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33148         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33150 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33152         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33153         New variable.
33155 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33157         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33159 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33162         Fix sort order.
33163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33164         Likewise.
33166 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33169         Fix the order of the list for glibc 2.17.
33170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33171         Likewise.
33173 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33175         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33177 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33179         [BZ #14610]
33180         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33181         for low part of x being zero before using __atanl (y).
33182         * math/libm-test.inc (atan2_test): Add another test.
33184         * manual/install.texi (Configuring and compiling): Document
33185         general use of test-wrapper and test-wrapper-env.
33186         * INSTALL: Regenerated.
33188         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33189         (__fma): Do not extract and scale down low bits on after-rounding
33190         systems when result rounded to normal precision would have normal
33191         exponent.
33192         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33193         (__fmal): Do not extract and scale down low bits on after-rounding
33194         systems when result rounded to normal precision would have normal
33195         exponent.
33196         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33197         (__fmal): Do not extract and scale down low bits on after-rounding
33198         systems when result rounded to normal precision would have normal
33199         exponent.
33200         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33201         macro.
33202         (fma_test): Add more tests.
33203         (fma_test_towardzero): Likewise.
33204         (fma_test_downward): Likewise.
33205         (fma_test_upward): Likewise.
33207 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33209         * sysdeps/i386/tininess.h: Renamed to ...
33210         * sysdeps/x86/tininess.h: This.
33211         * sysdeps/x86_64/tininess.h: Removed.
33213 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33215         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33216         input.  Use $(build-program-cmd).
33217         ($(objpfx)tst-array1-static.out): Likewise.
33218         ($(objpfx)tst-array2.out): Likewise.
33219         ($(objpfx)tst-array3.out): Likewise.
33220         ($(objpfx)tst-array4.out): Likewise.
33221         ($(objpfx)tst-array5.out): Likewise.
33222         ($(objpfx)tst-array5-static.out): Likewise.
33224 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33226         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33227         if defined.
33229         * nss/nsswitch.h (nss_interface_function): Provide new
33230         macro for use with NSS functions.
33231         * grp/initgroups.c: Use new macro.
33232         * nss/getXXbyYY.c: Likewise.
33233         * nss/getXXbyYY_r.c: Likewise.
33234         * nss/getXXent.c: Likewise.
33235         * nss/getXXent_r.c: Likewise.
33236         * sysdeps/posix/getaddrinfo.c: Likewise.
33238 2012-10-30  Andreas Jaeger  <aj@suse.de>
33240         * po/ru.po: Update Russion translation from translation project.
33242 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33244         [BZ #14152]
33245         [BZ #14783]
33246         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33247         result and shift together with sticky bit instead of replicating
33248         round-to-nearest rounding.
33249         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33250         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33251         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33252         missing underflow exceptions.
33253         (fma_test_towardzero): Add more tests.
33254         (fma_test_downward): Likewise.
33255         (fma_test_upward): Likewise.
33257         [BZ #14047]
33258         * sysdeps/generic/tininess.h: New file.
33259         * sysdeps/i386/tininess.h: Likewise.
33260         * sysdeps/sh/tininess.h: Likewise.
33261         * sysdeps/x86_64/tininess.h: Likewise.
33262         * stdlib/tst-strtod-underflow.c: Likewise.
33263         * stdlib/tst-tininess.c: Likewise.
33264         * stdlib/strtod_l.c: Include <tininess.h>.
33265         (round_and_return): Do not set errno for exact underflow cases.
33266         Force an underflow exception when setting errno for underflow.
33267         Determine underflow based on rounding to normal precision if
33268         TININESS_AFTER_ROUNDING.
33269         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33270         ERANGE for exact underflow cases.
33271         * stdlib/Makefile (tests): Add tst-tininess and
33272         tst-strtod-underflow.
33273         ($(objpfx)tst-tininess): Use $(link-libm).
33274         ($(objpfx)tst-strtod-underflow): Likewise.
33276 2012-10-30  Andreas Jaeger  <aj@suse.de>
33278         [BZ#14767]
33279         * elf/Makefile (tests): Remove conditional for have-initfini-array
33280         since this is now always required and the variable does not exist
33281         anymore.
33282         (tests-static): Likewise.
33283         (modules-names): Likewise.
33285         * po/eo.po: Add Esperanto translation from translation project.
33287         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33288         merged with constructor/destructor.
33289         (init_array): Likewise.
33290         * elf/tst-array2dep.c (fini_array): Likewise.
33291         (init_array): Likewise.
33293 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33295         * manual/message.texi: Delete @cartouche tags.
33297 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33299         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33300         EOPNOTSUPP.
33301         * sysdeps/mach/hurd/fsync.c: Likewise.
33303         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33304         [_POSIX_REALTIME_SIGNALS]: Change condition to
33305         [_POSIX_REALTIME_SIGNALS > 0].
33307 2012-10-27  Andreas Jaeger  <aj@suse.de>
33309         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33310         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33311         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33312         [__WORDSIZE != 64]: Likewise.
33314 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33316         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33317         *  iconvdata/tst-tables.sh: Likewise.
33319 2012-10-25  David S. Miller  <davem@davemloft.net>
33321         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33322         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33323         of strtoull.
33325         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33326         ifunc-impl-list.c
33327         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33328         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33329         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33330         file.
33332 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33334         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33335         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33336         __getdirentries.
33338 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33339             Jim Blandy  <jimb@codesourcery.com>
33341         * scripts/cross-test-ssh.sh: New file.
33342         * manual/install.texi (Configuring and compiling): Document use of
33343         cross-test-ssh.sh.
33344         * INSTALL: Regenerated.
33346 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33348         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33349         EOPNOTSUPP.
33351 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33353         * Makeconfig (run-program-prefix): Fix comment.
33355 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33356             Jim Blandy  <jimb@codesourcery.com>
33358         * Makeconfig (test-wrapper): New variable,
33359         (test-wrapper-env): Likewise.
33360         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33361         (run-built-tests): Define to yes.
33362         (run-program-prefix): Use $(test-wrapper).
33363         (built-program-cmd): Likewise.
33364         * Rules (make-test-out): Use $(test-wrapper-env) and
33365         $(host-built-program-cmd).
33366         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33367         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33368         tst-pathopt.sh.
33369         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33370         $(test-wrapper-env) to tst-rtld-load-self.sh.
33371         ($(objpfx)order2.out): Use $(test-wrapper).
33372         ($(objpfx)tst-initorder.out): Likewise.
33373         ($(objpfx)tst-initorder2.out): Likewise.
33374         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33375         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33376         (test_wrapper_env): New variable.  Use it to run ld.so.
33377         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33378         Use it to run ld.so.
33379         (test_wrapper_env): Likewise.
33380         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33381         $(test-wrapper) to run-iconv-test.sh.
33382         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33383         (ICONV): Use $test_wrapper.
33384         * posix/Makefile ($(objpfx)globtest.out): Pass
33385         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33386         globtest.sh, not $(run-program-prefix).
33387         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33388         (test_wrapper): Likewise.
33389         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33390         set together with run_via_rtld_prefix.
33391         (run_program_prefix): Define in terms of test_wrapper and
33392         run_via_rtld_prefix.
33394 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33396         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33397         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33398         Targets removed.
33400         [BZ #14743]
33401         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33402         Declare __clock_getres, __clock_gettime, __clock_settime,
33403         __clock_nanosleep, and __clock_getcpuclockid.
33404         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33405         Remove librt_hidden_def (clock_gettime).
33406         * sysdeps/unix/clock_gettime.c: Likewise.
33407         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33408         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33409         * rt/clock_getres.c: Define __clock_getres as an alias.
33410         * sysdeps/posix/clock_getres.c: Likewise.
33411         * rt/clock_settime.c: Define __clock_settime as an alias.
33412         * sysdeps/unix/clock_settime.c: Likewise.
33413         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33414         * sysdeps/unix/clock_nanosleep.c: Likewise.
33415         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33416         * rt/clock-compat.c: New file.
33417         * rt/Makefile (librt-routines): Add clock-compat and move
33418         $(clock-routines) to ...
33419         (routines): ... here, new variable.
33420         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33421         Don't add get_clockfreq here.
33422         * rt/Versions (libc: GLIBC_2.17): New version set.
33423         Add clock_* symbols here.
33424         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33425         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33426         (GLIBC_2.17): Add clock_* symbols.
33427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33429         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33431         Likewise.
33432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33433         Likewise.
33434         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33435         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33438         * NEWS: Mention the move.
33440         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33441         Use __open, __read, __close rather than their public counterparts.
33442         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33443         (__get_clockfreq_via_cpuinfo): Likewise.
33444         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33445         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33447         * config.h.in (HAVE_IFUNC): New #undef.
33448         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33449         was successful.
33450         * configure: Regenerated.
33452 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33454         * configure.in: Move READELF check to start of file.
33455         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33456         libc_cv_asm_gnu_indirect_function in the process.
33457         * configure: Regenerated.
33459 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33461         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33462         send the output to /dev/null.
33463         (libc_cv_cc_with_libunwind): Likewise.
33464         (libc_cv_as_noexecstack): Likewise.
33465         * configure: Regenerate.
33467 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33469         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33471         * posix/globtest.sh (TMPDIR): Do not set.
33472         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33473         (testout): Likewise.
33475 2012-10-24  Andreas Jaeger  <aj@suse.de>
33477         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33478         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33479         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33480         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33481         posix_fadvise64, posix_fallocate64.
33483         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33484         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33485         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33486         Likewise.
33487         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33488         Likewise.
33489         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33491         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33492         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33493         <bits/fcntl-linux.h>.
33494         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33496         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33497         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33498         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33499         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33500         [__WORDSIZE != 64]: Likewise.
33502 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33504         * Makeconfig (run-built-tests): New variable.
33505         * Rules [$(cross-compiling) = yes]: Change condition to
33506         [$(run-built-tests) = no].
33507         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33508         to [$(run-built-tests) = yes].
33509         * elf/Makefile [$(cross-compiling) = no]: Likewise
33510         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33511         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33512         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33513         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33514         * io/Makefile [$(cross-compiling) = no]: Likewise.
33515         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33516         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33517         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33518         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33519         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33520         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33521         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33522         * string/Makefile [$(cross-compiling) = no]: Likewise.
33524         * posix/Makefile ($(objpfx)globtest.out): Pass
33525         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33526         $(rtld-installed-name).
33527         * posix/globtest.sh (elf_objpfx): Remove variable.
33528         (rtld_installed_name): Likewise.
33529         (library_path): Likewise.
33530         (run_program_prefix): New variable.  Use for running globtest
33531         binary.
33533 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33534             Joseph Myers  <joseph@codesourcery.com>
33536         * Makeconfig (host-built-program-cmd): New variable.
33537         * elf/Makefile (tst-stackguard1-ARGS): Use
33538         $(host-built-program-cmd).
33539         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33540         (tst-spawn-ARGS): Likewise.
33541         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33543 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33544             Jim Blandy  <jimb@codesourcery.com>
33546         * Makeconfig (run-via-rtld-prefix): New variable.
33547         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33548         (built-program-cmd): Likewise.
33550 2012-10-22  Andreas Jaeger  <aj@suse.de>
33552         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33553         __O_RSYNC if it exists, otherwise to O_SYNC.
33555 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33556             Joseph Myers  <joseph@codesourcery.com>
33558         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33559         /dev/null.
33560         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33561         from /dev/null
33562         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33563         /dev/null.
33565 2012-10-22  Andreas Jaeger  <aj@suse.de>
33567         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33568         Define always.
33569         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33571         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33572         bits/fcntl-linux.h.
33574         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33575         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33577         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33578         to __O_LARGEFILE.
33579         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33580         to __O_LARGEFILE.
33582 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33583             Joseph Myers  <joseph@codesourcery.com>
33585         * config.make.in (NM): New variable.
33587 2012-10-21  Andreas Jaeger  <aj@suse.de>
33589         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33590         definitions and declarations that are provided by
33591         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33593 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33595         [BZ #14683]
33596         * elf/Makefile (tests-static): Add tst-leaks1-static.
33597         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33598         ($(objpfx)tst-leaks1-static): New rule.
33599         ($(objpfx)tst-leaks1-static-mem): Likewise.
33600         (tst-leaks1-static-ENV): New macro.
33601         * elf/dl-open.c (dl_open_worker): Check the main application
33602         only if SHARED is defined.
33603         * elf/tst-leaks1-static.c: New file.
33605 2012-10-20  Andreas Jaeger  <aj@suse.de>
33607         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33608         generic values for Linux.
33609         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33610         and declarations that are provided by <bits/fcntl-linux.h> and
33611         include <bits/fcntl-linux.h>.
33612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33613         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33615 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33617         * io/fcntl.h: Move include of <bits/types.h> to the top and
33618         include it unconditionally.
33620 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33622         * wcsmbs/Makefile (tests-ifunc): New variable.
33623         (tests): Add $(tests-ifunc).
33624         * wcsmbs/test-wcschr-ifunc.c: New file.
33625         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33626         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33627         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33628         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33629         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33631         * string/Makefile (tests-ifunc): New variable.
33632         (tests): Add $(tests-ifunc).
33633         * string/test-memccpy.c (TEST_NAME): New macro.
33634         * string/test-memchr.c (TEST_NAME): Likewise.
33635         * string/test-memcmp.c (TEST_NAME): Likewise.
33636         * string/test-memcpy.c (TEST_NAME): Likewise.
33637         * string/test-memmem.c (TEST_NAME): Likewise.
33638         * string/test-memmove.c (TEST_NAME): Likewise.
33639         * string/test-memset.c (TEST_NAME): Likewise.
33640         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33641         * string/test-stpcpy.c (TEST_NAME): Likewise.
33642         * string/test-stpncpy.c (TEST_NAME): Likewise.
33643         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33644         * string/test-strcasestr.c (TEST_NAME): Likewise.
33645         * string/test-strcat.c (TEST_NAME): Likewise.
33646         * string/test-strchr.c (TEST_NAME): Likewise.
33647         * string/test-strcmp.c(TEST_NAME): Likewise.
33648         * string/test-strcpy.c (TEST_NAME): Likewise.
33649         * string/test-strcspn.c (TEST_NAME): Likewise.
33650         * string/test-strlen.c (TEST_NAME): Likewise.
33651         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33652         * string/test-strncmp.c (TEST_NAME): Likewise.
33653         * string/test-strncpy.c (TEST_NAME): Likewise.
33654         * string/test-strnlen.c (TEST_NAME): Likewise.
33655         * string/test-strpbrk.c (TEST_NAME): Likewise.
33656         * string/test-strrchr.c (TEST_NAME): Likewise.
33657         * string/test-strspn.c (TEST_NAME): Likewise.
33658         * string/test-strstr.c (TEST_NAME): Likewise.
33659         * string/test-bcopy-ifunc.c: New file.
33660         * string/test-bzero-ifunc.c: Likewise.
33661         * string/test-memccpy-ifunc.c: Likewise.
33662         * string/test-memchr-ifunc.c: Likewise.
33663         * string/test-memcmp-ifunc.c: Likewise.
33664         * string/test-memcpy-ifunc.c: Likewise.
33665         * string/test-memmem-ifunc.c: Likewise.
33666         * string/test-memmove-ifunc.c: Likewise.
33667         * string/test-mempcpy-ifunc.c: Likewise.
33668         * string/test-memset-ifunc.c: Likewise.
33669         * string/test-rawmemchr-ifunc.c: Likewise.
33670         * string/test-stpcpy-ifunc.c: Likewise.
33671         * string/test-stpncpy-ifunc.c: Likewise.
33672         * string/test-strcasecmp-ifunc.c: Likewise.
33673         * string/test-strcasestr-ifunc.c: Likewise.
33674         * string/test-strcat-ifunc.c: Likewise.
33675         * string/test-strchr-ifunc.c: Likewise.
33676         * string/test-strchrnul-ifunc.c: Likewise.
33677         * string/test-strcmp-ifunc.c: Likewise.
33678         * string/test-strcpy-ifunc.c: Likewise.
33679         * string/test-strcspn-ifunc.c: Likewise.
33680         * string/test-strlen-ifunc.c: Likewise.
33681         * string/test-strncasecmp-ifunc.c: Likewise.
33682         * string/test-strncat-ifunc.c: Likewise.
33683         * string/test-strncmp-ifunc.c: Likewise.
33684         * string/test-strncpy-ifunc.c: Likewise.
33685         * string/test-strnlen-ifunc.c: Likewise.
33686         * string/test-strpbrk-ifunc.c: Likewise.
33687         * string/test-strrchr-ifunc.c: Likewise.
33688         * string/test-strspn-ifunc.c: Likewise.
33689         * string/test-strstr-ifunc.c: Likewise.
33691         * debug/Makefile (tests-ifunc): New variable.
33692         (tests): Add $(tests-ifunc).
33693         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33694         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33695         * debug/test-stpcpy_chk-ifunc.c: New file.
33696         * debug/test-strcpy_chk-ifunc.c: Likewise.
33698 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33700         [BZ #13601]
33701         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33702         header is not read in.
33704 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33706         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33707         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33708         directly.  Pass built executable to script as
33709         $(built-program-cmd).
33710         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33711         $testprogram without using LD_LIBRARY_PATH and $ldso.
33713         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33714         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33715         $(rtld-installed-name).
33716         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33717         (rtld_installed_name): Likewise.
33718         (library_path): Likewise.
33719         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33720         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33721         $(run-program-prefix) to tst-tables.sh.
33722         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33723         it to run tst-table-from and tst-table-to.
33724         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33725         Pass it to tst-table.sh.
33726         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33727         $(run-program-prefix) to tst-gettext.sh.
33728         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33729         tst-translit.sh.
33730         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33731         tst-gettext2.sh.
33732         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33733         to run tst-gettext.
33734         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33735         to run tst-gettext2.
33736         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33737         to run tst-translit.
33738         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33739         $(run-program-prefix) to tst-mtrace.sh.
33740         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33741         to run tst-mtrace.
33742         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33743         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33744         $(rtld-installed-name).
33745         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33746         (rtld_installed_name): Likewise.
33747         (run_program_prefix): New variable.  Use it to run wordexp-test.
33749         * Makeconfig (ARCH): Remove all definitions.
33750         (machine): Likewise.
33751         [ARCH]: Remove conditional code.
33752         [!objdir]: Give error.
33753         [!objdir] (objpfx): Remove.
33754         [!objdir] (common-objpfx): Likewise.
33755         [!objdir] (common-objdir): Likewise.
33756         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33757         AC_CONFIG_FILES call.
33758         * configure: Regenerated.
33760         [BZ #13888]
33761         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33762         or TMPDIR.
33763         (testout): Likewise.
33765         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33766         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33767         $(rtld-installed-name).
33768         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33769         (rtld_installed_name): Likwise.
33770         (runit): Remove function.
33771         (run_getconf): New variable,  Use it for running getconf binary.
33773 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33775         [BZ #14716]
33776         * string/test-memmem.c (check_result): New function.
33777         (do_one_test): Use it.
33778         (check1): New function.
33779         (test_main): Use it.
33781 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33783         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33785 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33787         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33788         (_G_LSEEK64): Likewise.
33789         (_G_MMAP64): Likewise.
33790         (_G_FSTAT64): Likewise.
33791         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33792         (_G_LSEEK64): Likewise.
33793         (_G_MMAP64): Likewise.
33794         (_G_FSTAT64): Likewise.
33795         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33796         unconditional.  Call __mmap64 directly.
33797         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33798         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33799         __lseek64 directly.
33800         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33801         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33802         __mmap64 directly.
33803         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33804         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33805         __lseek64 directly.
33806         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33807         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33808         __lseek64 directly.
33809         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33810         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33811         __lseek64 directly.
33812         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33813         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33814         __fxstat64 directly.
33815         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33816         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33817         unconditional.
33818         (freopen64) [!_G_OPEN64]: Remove conditional code.
33819         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33820         unconditional.
33821         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33822         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33823         unconditional.
33824         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33825         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33826         unconditional.
33827         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33828         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33829         unconditional.
33830         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33831         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33832         unconditional.
33833         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33834         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33835         unconditional.
33836         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33837         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33838         unconditional.
33839         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33841 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33843         [BZ #12140]
33844         * manual/memory.texi (Malloc Tunable Parameters): Add note
33845         about free list pointers overwriting some perturb bytes.
33846         Wording suggested by Roland McGrath.
33848 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33850         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33851         (lgamma_test): Likewise.
33852         (tgamma_test): Likewise.
33854 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33856         [BZ #14700]
33857         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33858         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33860 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33862         * NEWS: Mention BZ #14716.
33863         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33864         when removing AVAILABLE1_USES_J macro.
33866 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33868         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33869         (__bswap_64): __uint64_t for unsigned 64-bit int.
33871 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33873         * include/string.h (memmem): Declare libc hidden alias.
33874         * string/memmem.c (memmem): Define libc hidden alias.
33875         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33876         __read, __close instead of open, read, close.
33878 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33880         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33881         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33882         global and hidden.
33883         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33884         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33885         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33886         Likewise.
33887         (__rawmemchr_sse2): Likewise.
33888         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33889         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33890         (__strchr_sse2): Likewise.
33891         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33892         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33893         (__strcasecmp_sse2): Likewise.
33894         (__strncasecmp_sse2): Likewise.
33895         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33896         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33897         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33898         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33899         (__strrchr_sse2): Likewise.
33900         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33901         ifunc-impl-list.c.
33902         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33903         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33904         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33905         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33906         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33907         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33908         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33909         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33910         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33911         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33912         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33913         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33914         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33915         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33916         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33917         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33918         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33919         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33920         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33921         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33922         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33923         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33924         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33925         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33926         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33927         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33928         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33929         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33930         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33931         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33933         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33934         global and hidden.
33935         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33936         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33937         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33938         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33939         Likewise.
33940         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33941         Likewise.
33942         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33943         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33944         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33945         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33946         ifunc-impl-list.c.
33947         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33948         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33949         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33950         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33951         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33952         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33953         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33954         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33955         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33956         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33957         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33958         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33959         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33960         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33961         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33962         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33963         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33964         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33965         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33966         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33967         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33968         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33969         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33970         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33971         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33972         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33973         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33974         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33975         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33976         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33977         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33978         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33979         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33980         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33981         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33982         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33983         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33984         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33985         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33986         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33987         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33989         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33990         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33991         * include/ifunc-impl-list.h: New file.
33992         * misc/ifunc-impl-list.c: Likewise.
33993         * misc/Makefile (routines): Add ifunc-impl-list.
33994         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33995         * string/test-string.h: Include <ifunc-impl-list.h>.
33996         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33997         TEST_NAME]: New variables.
33998         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33999         are defined.
34000         (test_init): Call __libc_ifunc_impl_list to initialize
34001         func_list if TEST_IFUNC and TEST_NAME are defined.
34003         * string/Makefile (strop-tests): Add bcopy and bzero.
34004         * string/test-bcopy.c: New file.
34005         * string/test-bzero.c: Likewise.
34006         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34007         defined.
34008         * string/test-memset.c: Support bzero test if TEST_BZERO is
34009         defined.
34010         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34011         __libc_memmove.
34012         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34013         __libc_memset.
34014         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34015         of memset.
34017 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34019         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34020         * configure: Regenerated.
34022         * Makeconfig (+link-static-before-libc): Don't include
34023         $(link-static-libc).
34025         * libio/libio.h (_IO_pos_t): Remove.
34027 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34029         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34030         McGrath.
34032 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34034         * crypt/crypt-entry.c: Include fips-private.h.
34035         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34036         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34037         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34038         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34040 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34042         * crypt/crypt-private.h: Include stdbool.h.
34043         (_ufc_setup_salt_r): Return bool.
34044         * crypt/crypt-entry.c: Include errno.h.
34045         (__crypt_r): Return NULL with EINVAL for bad salt.
34046         * crypt/crypt_util.c (bad_for_salt): New.
34047         (_ufc_setup_salt_r): Check that salt is long enough and within
34048         the specified alphabet.
34049         * crypt/badsalttest.c: New file.
34050         * crypt/Makefile (tests): Add it.
34051         ($(objpfx)badsalttest): New.
34053 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34055         * NEWS: Add entry for BZ #14602.
34057 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34059         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34060         type-generic.
34061         * math/libm-test.inc: Update comment listing what functions and
34062         macros are tested.
34063         (isgreater_test): New function.
34064         (isgreaterequal_test): Likewise.
34065         (isless_test): Likewise.
34066         (islessequal_test): Likewise.
34067         (islessgreater_test): Likewise.
34068         (isunordered_test): Likewise.
34069         (main): Call the new functions.
34071 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34073         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34074         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34075         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34076         * sysdeps/i386/configure: Regenerated.
34077         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34078         * sysdeps/mach/configure: Regenerated.
34079         * sysdeps/mach/hurd/configure: Regenerated.
34080         * sysdeps/powerpc/configure: Regenerated.
34081         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34082         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34083         * sysdeps/s390/s390-32/configure: Regenerated.
34084         * sysdeps/s390/s390-64/configure: Regenerated.
34085         * sysdeps/sh/configure: Regenerated.
34086         * sysdeps/sparc/configure: Regenerated.
34087         * sysdeps/unix/sysv/linux/configure: Regenerated.
34088         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34089         * sysdeps/x86_64/configure: Regenerated.
34091         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34092         defined.  Don't check if MAP is NULL.
34094 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34096         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34097         (_G_stat64): Likewise.
34098         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34099         (_G_stat64): Likewise.
34100         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34101         instead of struct _G_stat64.
34102         * libio/fileops.c (mmap_remap_check): Likewise.
34103         (decide_maybe_mmap): Likewise.
34104         (_IO_new_file_seekoff): Likewise.
34105         (_IO_file_stat): Likewise.
34106         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34107         _G_off64_t.
34108         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34109         instead of struct _G_stat64.
34110         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34112 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34114         [BZ #14602]
34115         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34116         Replace with ...
34117         (CHECK_EOL): New macro.
34118         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34119         CHECK_EOL.
34120         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34121         Replace with CHECK_EOL.
34122         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34123         Replace with CHECK_EOL.
34125 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34127         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34128         type-generic.
34129         * math/libm-test.inc: Update comment listing what functions and
34130         macros are tested.
34131         (finite_test): New function.
34132         (isinf_test): Likewise.
34133         (isnan_test): Likewise.
34134         (fpclassify_test): Test subnormal input.
34135         (isfinite_test): Likewise.
34136         (isnormal_test): Likewise.
34137         (main): Call the new functions.
34139 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34141         [BZ #14660]
34142         * Makerules (%.dynsym): Force C locale when running
34143         $(OBJDUMP) --dynamic-syms.
34145 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34147         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34148         <stdint.h>.
34150 2012-10-06  David S. Miller  <davem@davemloft.net>
34152         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34153         upper 32-bits of the length value in %o2 since we use branch-on-register
34154         tests which consider the entire 64-bit register.
34156 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34158         * string/test-strstr.c (check2): Add a test for page boundary.
34160 2012-10-05  David S. Miller  <davem@davemloft.net>
34162         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34163         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34164         file.
34165         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34166         sysdep_routines.
34167         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34168         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34169         and bzero when HWCAP_SPARC_CRYPTO is present.
34171 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34173         [BZ #14602]
34174         * string/test-strstr.c (check2): New function.
34175         (test_main): Call check2.
34177         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34178         and bug-strchr1.
34179         * string/bug-strcasestr1.c (do_test): Moved to ...
34180         * string/test-strcasestr.c (check1): Here.  New function.
34181         (do_one_test): Break out result checking code into ...
34182         (check_result): This.  New function.
34183         (do_one_test): Call check_result.
34184         (test_main): Call check1.
34185         * string/bug-strchr1.c (do_test): Moved to ...
34186         * string/test-strchr.c (check1): Here.  New function.
34187         (do_one_test): Break out result checking code into ...
34188         (check_result): This.  New function.
34189         (do_one_test): Call check_result.
34190         (test_main): Call check1.
34191         * string/bug-strstr1.c (main): Moved to ...
34192         * string/test-strstr.c (check1): Here.  New function.
34193         (do_one_test): Break out result checking code into ...
34194         (check_result): This.  New function.
34195         (do_one_test): Call check_result.
34196         (test_main): Call check1.
34197         * string/bug-strcasestr1.c: Removed.
34198         * string/bug-strchr1.c: Likewise.
34199         * string/bug-strstr1.c: Likewise.
34201         * elf/Makefile (dl-routines): Add hwcaps.
34202         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34203         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34204         (_dl_important_hwcaps): Moved to ...
34205         * elf/dl-hwcaps.c: Here.  New file.
34206         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34208         [BZ #14557]
34209         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34210         if IS_IN_rtld isn't defined.
34212         * elf/dl-support.c (_dl_sysinfo_map): New.
34213         Include "get-dynamic-info.h" and "setup-vdso.h".
34214         (_dl_non_dynamic_init): Call setup_vdso.
34215         * elf/dynamic-link.h: Don't include <assert.h>.
34216         (elf_get_dynamic_info): Moved to ...
34217         * elf/get-dynamic-info.h: Here.  New file.
34218         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34219         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34220         * elf/setup-vdso.h: Here.  New file.
34221         * elf/rtld.c: Include "setup-vdso.h".
34222         (dl_main): Call setup_vdso.
34224 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34226         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34227         creal in comment listing functions tested.  List finite, isinf,
34228         isnan, isless, islessequal, isgreater, isgreaterequal,
34229         islessgreater, isunordered, lgamma_r and pow10 as functions and
34230         macros not tested.  Mention which functions not tested are aliases
34231         for other functions.  Fix typo.  Note that signs of NaNs are not
34232         tested.
34234         * scripts/config.guess: Update from config.git.
34235         * scripts/config.sub: Likewise.
34237 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34239         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34240         * misc/madvise.c (madvise): Renamed to __madvise.
34241         Make madvise a weak alias.
34242         * include/sys/mman.h: Declare __madvise.
34243         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34244         * sysdeps/unix/syscalls.list
34245         (madvise): Make __madvise the strong name, and madvise a weak alias.
34246         * sysdeps/unix/sysv/linux/syscalls.list
34247         (madvise, mmap): Remove redundant entries.
34248         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34249         * malloc/malloc.c (mtrim): Likewise.
34250         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34252 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34254         * sysdeps/mach/hurd/dl-cache.c: File removed.
34255         * config.h.in (USE_LDCONFIG): New #undef.
34256         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34257         * configure: Regenerated.
34258         * elf/Makefile (dl-routines): Add dl-cache only under
34259         [$(use-ldconfig) = yes].
34260         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34261         cache on [USE_LDCONFIG].
34262         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34263         [USE_LDCONFIG].
34264         * elf/rtld.c (dl_main): Likewise.
34266 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34268         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34269         _SC_LEVEL4_CACHE_LINESIZE.
34271 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34273         * sysdeps/unix/bsd/confstr.h: File removed.
34275 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34277         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34278         sys/sdt-config.h.
34280 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34282         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34283         Make 'mapoff' field ElfW(Off) rather than off_t.
34285 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34287         * nscd/Makefile: Remove nscd-cflags and all its users.
34288         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34289         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34291         [BZ #10631]
34292         * malloc.c (malloc_printerr): Clarify error message.
34294 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34296         [BZ #14648]
34297         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34298         Set bit_FMA_Usable if FMA is supported.
34299         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34300         macro.
34301         (bit_FMA4_Usable): Updated.
34302         (index_FMA_Usable): New macro.
34303         (CPUID_FMA): Likewise
34304         (HAS_FMA): Defined with bit_FMA_Usable.
34306 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34308         * bits/types.h (__swblk_t): Type removed.
34309         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34310         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34311         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34312         (__SWBLK_T_TYPE): Likewise.
34313         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34314         (__SWBLK_T_TYPE): Likewise.
34315         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34316         (__SWBLK_T_TYPE): Likewise.
34317         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34318         (__SWBLK_T_TYPE): Likewise.
34320 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34321             Honza Horak <hhorak@redhat.com>
34323         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34324         (xdr_mapname): Use YPMAXMAP as maxsize.
34325         (xdr_peername): Use YPMAXPEER as maxsize.
34326         (xdr_keydat): Use YPAXRECORD as maxsize.
34327         (xdr_valdat): Use YPMAXRECORD as maxsize.
34329 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34331         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34333         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34334         * csu/init-first.c: ... here.
34335         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34336         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34337         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34338         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34339         * sysdeps/i386/init-first.c: File removed.
34340         * sysdeps/sh/init-first.c: File removed.
34342 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34344         [BZ #14645]
34345         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34346         if x * y might underflow to zero and z is zero.
34347         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34348         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34349         * math/libm-test.inc (min_subnorm_value): New variable.
34350         (fma_test): Add more tests.
34351         (fma_test_towardzero): Likewise.
34352         (fma_test_downward): Likewise
34353         (fma_test_upward): Likewise.
34354         (initialize): Set min_subnorm_value.
34356 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34358         [BZ #14638]
34359         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34360         0 + 0.
34361         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34362         mode for addition resulting in exact zero.
34363         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34364         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34365         exact 0 + 0.
34366         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34367         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34368         * math/libm-test.inc (fma_test): Add more tests.
34369         (fma_test_towardzero): New function.
34370         (fma_test_downward): Likewise.
34371         (fma_test_upward): Likewise.
34372         (main): Call the new functions.
34374 2012-09-28  David S. Miller  <davem@davemloft.net>
34376         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34378 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34380         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34381         instead of SIGALRM.
34383         * sysdeps/gnu/_G_config.h: Moved to ...
34384         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34385         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34386         * sysdeps/generic/_G_config.h: ... here.
34388         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34390         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34392         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34393         Conditionalize target on [libnss_test1.so-version].
34395         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34397         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34398         (elfobjdir): Move out of conditionals.
34400         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34401         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34402         (__nss_lookup_function): Conditionalize label remove_from_tree on
34403         [!DO_STATIC_NSS || SHARED], matching its only use.
34405 2012-09-28  David S. Miller  <davem@davemloft.net>
34407         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34408         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34409         file.
34410         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34411         sysdep_routines.
34412         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34413         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34414         when HWCAP_SPARC_CRYPTO is present.
34416 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34418         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34420 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34422         [BZ #6530]
34423         * stdio-common/vfprintf.c (process_string_arg): Revert
34424         2000-07-22 change.
34426 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34428         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34429         for testcase.
34430         * stdio-common/tst-sprintf.c: Include <locale.h>
34431         (main): Test sprintf's handling of incomplete multibyte
34432         characters.
34434 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34436         * elf/dl-runtime.c (VERSYMIDX): Removed.
34437         * elf/dl-version.c (VERSYMIDX): Likewise.
34438         * elf/do-rel.h (VERSYMIDX): Likewise.
34439         (VALIDX): Likewise.
34440         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34441         * elf/rtld.c (VALIDX): Likewise.
34442         (ADDRIDX): Likewise.
34443         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34444         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34445         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34446         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34447         (VALIDX): Likewise.
34448         (ADDRIDX): Likewise.
34450 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34452         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34454 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34456         [BZ #11438]
34457         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34458         to global scope.
34459         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34460         addresses are in the same scope as 192.0.2/24.
34461         * posix/gai.conf: Document new scope table defaults.
34463 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34465         [BZ #5298]
34466         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34467         for ftell.  Compute offsets from write pointers instead.
34468         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34470 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34472         [BZ #14543]
34473         * libio/Makefile (tests): New test case tst-fseek.
34474         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34475         combination works in wide mode.
34476         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34477         state when the external buffer state changes.
34479 2012-09-27  David S. Miller  <davem@davemloft.net>
34481         [BZ #14376]
34482         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34483         pass reloc->r_addend in as the 'high' argument to
34484         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34488 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34490         * rt/tst-aio2.c: Include <pthread.h>.
34491         * rt/tst-aio3.c: Likewise.
34493 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34495         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34497 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34499         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34500         contents on [SHARED].
34502 2012-09-26  Marek Polacek  <polacek@redhat.com>
34504         [BZ #14530]
34505         [BZ #13741]
34506         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34507         for C++ and GCC <4.3 as well as for non GCC compilers.
34509 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34511         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34513 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34515         * Makefile.in (all, install): Declare with .PHONY.
34516         Reported by Michael Hope <michael.hope@linaro.org>.
34518 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34520         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34521         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34522         system header.
34523         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34524         Likewise.
34525         (sydep_routines): Add the new and the internal functions.
34526         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34527         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34529         (GLIBC_2.17): Add the new function.
34530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34531         (GLIBC_2.17): Likewise.
34532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34533         (GLIBC_2.17): Likewise.
34534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34535         (GLIBC_2.17): Likewise.
34536         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34538 2012-09-25  Alan Modra  <amodra@gmail.com>
34540         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34541         Add release barrier before setting once_control to say
34542         initialisation is done.  Add hints on lwarx.  Use macro in
34543         place of isync.
34544         (clear_once_control): Add release barrier.
34546 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34548         [BZ #13629]
34549         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34550         specially.
34551         * math/s_clog10.c (__clog10): Likewise.
34552         * math/s_clog10f.c (__clog10f): Likewise.
34553         * math/s_clog10l.c (__clog10l): Likewise.
34554         * math/s_clogf.c (__clogf): Likewise.
34555         * math/s_clogl.c (__clogl): Likewise.
34556         * math/Makefile (libm-calls): Add x2y2m1.
34557         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34558         (__x2y2m1): Likewise.
34559         (__x2y2m1l): Likewise.
34560         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34561         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34562         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34563         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34564         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34565         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34566         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34567         * sysdeps/i386/fpu/libm-test-ulps: Update.
34568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34570         [BZ #14621]
34571         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34572         int as type of variable DEPTH.
34573         (glob): Use size_t instead of int as type of variables NEWCOUNT
34574         and OLD_PATHC.
34576 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34578         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34579         Add s_sincosf-sse2.
34580         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34581         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34582         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34583         macros for using routine as __sincosf_ia32.
34584         Use macro for function declaration and weak_alias.
34585         * sysdeps/i386/fpu/libm-test-ulps: Update.
34587         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34588         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34590         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34591         subnormal argument.
34592         * math/s_cexpf.c (__cexpf): Likewise.
34593         * math/s_csinf.c (__csinf): Likewise.
34594         * math/s_csinhf.c (__csinhf): Likewise.
34595         * math/s_ctanf.c (__ctanf): Likewise.
34596         * math/s_ctanhf.c (__ctanhf): Likewise.
34597         * math/s_ccosh.c (__ccoshf): Likewise.
34598         * math/s_cexp.c (__cexpl): Likewise.
34599         * math/s_csin.c (__csin): Likewise.
34600         * math/s_csinh.c (__csinh): Likewise.
34601         * math/s_ctan.c (__ctan): Likewise.
34602         * math/s_ctanh.c (ctanh): Likewise.
34603         * math/s_ccoshl.c (__ccoshl): Likewise.
34604         * math/s_cexpl.c (__cexpl): Likewise.
34605         * math/s_csinl.c (__csinl): Likewise.
34606         * math/s_csinhl.c (__csinhl): Likewise.
34607         * math/s_ctanl.c (__ctanl): Likewise.
34608         * math/s_ctanhl.c (__ctanhl): Likewise.
34610 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34612         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34613         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34614         (_IO_off_t): Define to __off_t, not _G_off_t.
34615         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34616         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34617         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34618         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34619         type of __dummy and __dummy2 fields.
34620         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34621         (_G_ssize_t): Likewise.
34622         (_G_off_t): Likewise.
34623         (_G_pid_t): Likewise.
34624         (_G_uid_t): Likewise.
34625         (_G_wchar_t): Likewise.
34626         (_G_wint_t): Likewise.
34627         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34628         (_G_ssize_t): Likewise.
34629         (_G_off_t): Likewise.
34630         (_G_pid_t): Likewise.
34631         (_G_uid_t): Likewise.
34632         (_G_wchar_t): Likewise.
34633         (_G_wint_t): Likewise.
34634         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34635         (_G_ssize_t): Likewise.
34636         (_G_off_t): Likewise.
34637         (_G_pid_t): Likewise.
34638         (_G_uid_t): Likewise.
34639         (_G_wchar_t): Likewise.
34640         (_G_wint_t): Likewise.
34642 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34644         * malloc/arena.c: Include malloc-sysdep.h.
34645         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34646         is sufficient to shrink the heap or an unmap is needed.
34647         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34648         new function check_may_shrink_heap.
34649         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34650         new function check_may_shrink_heap.
34652 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34654         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34655         comments.
34657 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34659         * catgets/test-gencat.sh: Add "set -e".
34660         * elf/tst-pathopt.sh: Likewise.
34661         * grp/tst_fgetgrent.sh: Likewise.
34662         * iconvdata/run-iconv-test.sh: Likewise.
34663         * intl/tst-gettext.sh: Likewise.
34664         * intl/tst-gettext2.sh: Likewise.
34665         * intl/tst-gettext4.sh: Likewise.
34666         * intl/tst-gettext6.sh: Likewise.
34667         * intl/tst-translit.sh: Likewise.
34668         * io/ftwtest-sh: Likewise.
34669         * libio/test-freopen.sh: Likewise.
34670         * malloc/tst-mtrace.sh: Likewise.
34671         * posix/globtest.sh: Likewise.
34672         * posix/tst-getconf.sh: Likewise.
34673         * posix/wordexp-tst.sh: Likewise.
34674         * stdio-common/tst-printf.sh: Likewise.
34675         * stdio-common/tst-unbputc.sh: Likewise.
34676         * stdlib/tst-fmtmsg.sh: Likewise.
34677         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34678         * catgets/Makefile: Do not specify -e option when running
34679         testsuite shell scripts.
34680         * elf/Makefile: Likewise.
34681         * grp/Makefile: Likewise.
34682         * iconvdata/Makefile: Likewise.
34683         * intl/Makefile: Likewise.
34684         * io/Makefile: Likewise.
34685         * libio/Makefile: Likewise.
34686         * malloc/Makefile: Likewise.
34687         * posix/Makefile: Likewise.
34688         * stdio-common/Makefile: Likewise.
34689         * stdlib/Makefile: Likewise.
34690         * sysdeps/x86_64/Makefile: Likewise.
34692         * io/ftwtest-sh: Add copyright header.
34693         * posix/globtest.sh: Likewise.
34694         * posix/tst-getconf.sh: Likewise.
34695         * posix/wordexp-tst.sh: Likewise.
34696         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34698 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34700         [BZ #13679]
34701         * Makeconfig (+link): Defined as $(+link-static) if
34702         $(build-shared) isn't yes.
34703         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34704         isn't yes.
34705         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34707         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34709         [BZ #14562]
34710         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34711         new chunk size with MALLOC_ALIGN_MASK.
34713 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34715         [BZ #5044]
34716         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34717         <rounding-mode.h>.
34718         (__printf_fphex): Determine rounding using get_rounding_mode and
34719         round_away.
34720         * stdio-common/tst-printf-round.c (struct hex_test): New
34721         structure.
34722         (hex_tests): New variable.
34723         (test_hex_in_one_mode): New function.
34724         (do_test): Also run tests for hex float output.
34726 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34728         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34729         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34730         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34731         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34732         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34733         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34734         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34735         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34737 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34739         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34740         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34741         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34742         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34744 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34746         [BZ #14579]
34747         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34748         mode only.
34749         * elf/tst-rtld-load-self.sh: New test.
34750         * elf/Makefile: Run it.
34752 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34754         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34755         (tst-writev-ENV): Remove.
34756         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34758 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34760         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34762 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34764         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34765         unconditional.
34766         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34767         Likewise.
34768         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34769         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34770         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34771         Likewise.
34773 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34775         [BZ #14587]
34776         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34777         * config.make.in (have-cpp-asm-debuginfo): Removed.
34778         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34779         * configure: Regenerated.
34781 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34783         [BZ #5044]
34784         * stdio-common/printf_fp.c: Include <stdbool.h> and
34785         <rounding-mode.h>.
34786         (___printf_fp): Determine rounding using get_rounding_mode and
34787         round_away.
34788         * stdio-common/tst-printf-round.c: New file.
34789         * stdio-common/Makefile (tests): Add tst-printf-round.
34790         (link-libm): New variable.
34791         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34793 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34795         [BZ #14576]
34796         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34797         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34798         Likewise.
34799         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34800         Likewise.
34802 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34804         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34805         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34806         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34807         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34809 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34811         [BZ #14518]
34812         * include/rounding-mode.h: New file.
34813         * sysdeps/generic/get-rounding-mode.h: Likewise.
34814         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34815         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34816         (MAX_VALUE): New macro.
34817         (MIN_VALUE): Likewise.
34818         (overflow_value): New function.
34819         (underflow_value): Likewise.
34820         (round_and_return): Use overflow_value and underflow_value to
34821         determine return values in overflow and underflow cases.  Use
34822         round_away to determine rounding depending on rounding mode.
34823         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34824         determine return values in overflow and underflow cases.
34825         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34826         (struct test_results): New structure.
34827         (struct test): Use struct test_results to store expected results
34828         for all rounding modes.
34829         (TEST): Include expected results for all rounding modes.
34830         (test_in_one_mode): New function.
34831         (do_test): Use test_in_one_mode to compute and check results.
34832         Check results for all rounding modes.
34833         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34834         $(link-libm).
34836 2012-12-09  Allan McRae  <allan@archlinux.org>
34838         * sysdeps/i386/fpu/libm-test-ulps: Update
34840 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34842         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34843         (_G_int32_t): Likewise.
34844         (_G_uint16_t): Likewise.
34845         (_G_uint32_t): Likewise.
34846         (_G_HAVE_BOOL): Likewise.
34847         (_G_HAVE_ATEXIT): Likewise.
34848         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34849         (_G_HAVE_IO_FILE_OPEN): Likewise.
34850         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34851         (_G_int32_t): Likewise.
34852         (_G_uint16_t): Likewise.
34853         (_G_uint32_t): Likewise.
34854         (_G_HAVE_BOOL): Likewise.
34855         (_G_HAVE_ATEXIT): Likewise.
34856         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34857         (_G_HAVE_IO_FILE_OPEN): Likewise.
34858         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34859         (_G_int32_t): Likewise.
34860         (_G_uint16_t): Likewise.
34861         (_G_uint32_t): Likewise.
34862         (_G_HAVE_BOOL): Likewise.
34863         (_G_HAVE_ATEXIT): Likewise.
34864         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34865         (_G_HAVE_IO_FILE_OPEN): Likewise.
34867 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34869         * csu/libc-tls.c: Update copyright years.
34871 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34873         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34874         [!_G_USING_THUNKS]: Remove conditional code.
34875         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34876         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34878         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34879         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34880         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34881         (_G_VTABLE_LABEL_PREFIX): Likewise.
34882         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34883         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34884         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34885         (_G_VTABLE_LABEL_PREFIX): Likewise.
34886         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34887         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34888         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34889         (_G_VTABLE_LABEL_PREFIX): Likewise.
34890         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34892 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34894         * libio/Makefile: Include ../Makeconfig before tests.
34895         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34896         only if $(build-shared) is yes.
34898         * iconv/gconv_db.c: Update copyright years.
34900 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34902         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34903         unwind info if defined PIC. Fix special cases description.
34904         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34906         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34907         DP_HI_MASK entry.
34908         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34910 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34912         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34914         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34915         is NULL.
34917         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34918         (LDLIBS-tst-chk4): This.
34919         (LDFLAGS-tst-chk5): Renamed to ...
34920         (LDLIBS-tst-chk5): This.
34921         (LDFLAGS-tst-chk6): Renamed to ...
34922         (LDLIBS-tst-chk6): This.
34923         (LDFLAGS-tst-lfschk4): Renamed to ...
34924         (LDLIBS-tst-lfschk4): This.
34925         (LDFLAGS-tst-lfschk5): Renamed to ...
34926         (LDLIBS-tst-lfschk5): This.
34927         (LDFLAGS-tst-lfschk6): Renamed to ...
34928         (LDLIBS-tst-lfschk6): This.
34930         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34931         on $(common-objpfx)soversions.mk.
34933 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34935         [BZ #10014]
34936         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34937         example host name.
34939 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34941         * malloc/arena.c (arena_get_retry): New function that gets
34942         another arena for the caller to try its request on.
34943         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34944         current arena cannot fulfill the request.
34945         (__libc_memalign): Likewise.
34946         (__libc_memalign): Likewise.
34947         (__libc_pvalloc): Likewise.
34948         (__libc_calloc): Likewise.
34950 2012-09-05  John Tobey  <john.tobey@gmail.com>
34952         [BZ #13542]
34953         * manual/arith.texi (Operations on Complex): Fix description
34954         of carg branch cut.
34956 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34958         [BZ #10014]
34959         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34960         host name.
34962         [BZ #10038]
34963         * manual/memory.texi (Memory): Make order of menu items match
34964         order of sections.
34966 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34968         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34969         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34970         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34972 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34974         * csu/libc-tls.c (static_dtv): Renamed to ...
34975         (_dl_static_dtv): This.  Make it global.
34976         (_dl_initial_dtv): Removed.
34977         (__libc_setup_tls): Updated.
34978         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34979         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34980         DL_INITIAL_DTV.
34982 2012-09-06  Petr Machata  <pmachata@redhat.com>
34984         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34985         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34986         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34987         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34989 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34991         [BZ #14545]
34992         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34993         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34994         freeing dtv[-1].
34996 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34998         [BZ #14544]
34999         * Makeconfig (link-static-before-libc): Replace $(+prector)
35000         with $(+prectorT).
35001         (link-static-after-libc): Replace $(+postctor) with
35002         $(+postctorT).
35003         (link-bounded): Replace $(+prector)/$(+postctor) with
35004         $(+prectorT)/$(+postctorT).
35005         (+prectorT): New macro.
35006         (+postctorT): Likewise.
35008 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35010         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35011         (round_str): Handle values above the maximum for IBM long double
35012         as inexact.
35013         * stdlib/tst-strtod-round.c (tests): Regenerated.
35015 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35017         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35018         assembler flag.
35019         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35020         zarch_nohighgprs around the zarch optimized routines.
35021         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35022         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35023         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35024         for zarch.
35026 2012-09-05  David S. Miller  <davem@davemloft.net>
35028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35030         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35031         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35032         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35033         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35034         entries.
35036 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35038         * malloc/arena.c: Fold copyright years.
35039         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35041 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35043         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35045 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35047         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35049 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35051         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35052         change internal state upon failure.
35054 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35056         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35057         * malloc/memusage.c (mmap): Likewise.
35058         (mmap64, mremap): Likewise.  Adjust name in comment.
35060 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35062         * libio/fileops.c: Fix typos in comments.
35063         * libio/oldfileops.c: Likewise.
35064         * libio/wfileops.c: Likewise.
35066 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35068         [BZ #1349]
35069         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35070         (tst-malloc-usable-ENV): Set environment for test case.
35071         * malloc/hooks.c (malloc_check_get_size): New function to get
35072         requested size.
35073         * malloc/malloc.c (musable): Use malloc_check_get_size.
35074         * malloc/tst-malloc-usable.c: New test case.
35076 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35078         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35080 2012-09-05  Allan McRae  <allan@archlinux.org>
35082         [BZ #13966]
35083         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35084         determine header location.
35085         * configure: Regenerated.
35087 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35089         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35090         float format.
35091         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35092         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35093         format.
35094         (test): Regenerate.
35096 2012-09-04  David S. Miller  <davem@davemloft.net>
35098         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35099         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35100         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35102 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35104         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35105         failures.
35107         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35109 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35111         [BZ #9914]
35112         * libio/iogetdelim.c: Include <limits.h>.
35113         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35114         + len + 1 would overflow.
35116 2012-09-03  Andreas Jaeger  <aj@suse.de>
35118         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35119         * sysdeps/i386/fpu/libm-test-ulps: Update.
35121 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35123         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35124         Add s_sinf-sse2, s_conf-sse2.
35126         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35127         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35128         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35129         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35131         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35132         for using routine as __sinf_ia32.
35133         Use macro for function declaration and weak_alias.
35134         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35135         for using routine as __cosf_ia32.
35136         Use macro for function declaration and weak_alias.
35138         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35139         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35141         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35142         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35143         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35145         * math/libm-test.inc (cos_test): Add more test cases.
35146         (sin_test): Likewise.
35147         (sincos_test): Likewise.
35149 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35151         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35152         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35153         hidden.
35154         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35156 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35158         [BZ #14538]
35159         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35160         first element of the GOT.
35161         (elf_machine_load_address): Return the difference between
35162         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35164 2012-09-01  Allan McRae  <allan@archlinux.org>
35166         [BZ #13412]
35167         * configure.in (AWK): Require gawk version 3.0 or later.
35168         * configure: Regenerated.
35170 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35172         * sysdeps/unix/sysv/linux/kernel-features.h
35173         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35174         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35175         [__NR_clock_getres]: Make code unconditional.
35176         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35177         (clock_getcpuclockid): Remove code left unreachable by removal of
35178         conditionals.
35179         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35180         code unconditional.
35181         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35182         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35183         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35184         Make code unconditional.
35185         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35186         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35187         * sysdeps/unix/sysv/linux/clock_settime.c
35188         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35189         conditional code.
35190         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35191         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35193 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35195         [BZ #14476]
35196         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35197         scripts/test-installation.pl.
35199         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35200         and $ld_so_version if it is set.
35202 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35204         [BZ #14516]
35205         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35206         failure if reading from procfs failed.
35207         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35209 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35211         * sysdeps/unix/sysv/linux/kernel-features.h
35212         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35213         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35214         Remove conditional code.
35215         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35216         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35217         Remove conditional code.
35218         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35219         * sysdeps/unix/sysv/linux/i386/fxstat.c
35220         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35221         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35222         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35223         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35224         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35225         * sysdeps/unix/sysv/linux/i386/lxstat.c
35226         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35227         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35228         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35229         Remove conditional code.
35230         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35231         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35232         Remove conditional code.
35233         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35234         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35235         <kernel-features.h>.
35236         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35237         Remove.
35238         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35239         Remove conditional code.
35240         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35241         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35242         Remove conditional.
35244 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35246         [BZ #5400]
35247         * NEWS: Add fixed bug number.
35249 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35251         [BZ #14519]
35252         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35253         underflowing exponent in case of negative sign.
35254         * stdlib/tst-strtod-round-data: Add more tests.
35255         * stdlib/tst-strtod-round.c (tests): Regenerated.
35257         [BZ #3479]
35258         * stdlib/strtod_l.c (NDIG): Remove.
35259         (HEXNDIG): Likewise.
35260         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35261         smallest representable value.
35262         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35263         lie within an exact representation of 1/2 ulp of the result.
35264         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35265         unconditionally.
35266         (TENS_P9_IDX): Define unconditionally.
35267         (TENS_P9_SIZE): Likewise.
35268         (TENS_P10_IDX): Likewise.
35269         (TENS_P10_SIZE): Likewise.
35270         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35271         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35272         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35273         entries for 10^2^13 and 10^2^14.
35274         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35275         (TENS_P13_IDX): Define.
35276         (TENS_P13_SIZE): Likewise.
35277         (TENS_P14_IDX): Likewise.
35278         (TENS_P14_SIZE): Likewise.
35279         (_fpioconst_pow10): Change array size to
35280         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35281         unconditional.
35282         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35283         1024]: Add entries for 10^2^13 and 10^2^14.
35284         [LAST_POW10 > _LAST_POW10]: Remove #error.
35285         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35286         (_fpioconst_pow10): Change array size to
35287         FPIOCONST_POW10_ARRAY_SIZE.
35288         * stdlib/gen-fpioconst.c: New file.
35289         * stdlib/gen-tst-strtod-round.c: Likewise.
35290         * stdlib/tst-strtod-round-data: Likewise.
35291         * stdlib/tst-strtod-round.c: Likewise.
35292         * stdlib/Makefile (tests): Add tst-strtod-round.
35294         [BZ #14459]
35295         * stdlib/strtod_l.c: Include <stdint.h>.
35296         (NDEBUG): Do not define.
35297         (round_and_return): Change EXPONENT parameter to type intmax_t.
35298         Rearrange calculations to avoid internal overflow possibilities.
35299         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35300         Rearrange calculations to avoid internal overflow possibilities.
35301         Assert that number fits inside MPNSIZE limbs.
35302         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35303         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35304         calculations and add assertions to avoid internal overflow
35305         possibilities.  Add casts to avoid signed/unsigned operations.
35306         * stdlib/tst-strtod-overflow.c: New file.
35307         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35309 2012-08-25  Marek Polacek  <polacek@redhat.com>
35311         * time/time.h: Fix some typos in comments.
35313 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35315         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35316         * posix/tst-rfc3484-2.c: Likewise.
35317         * posix/tst-rfc3484-3.c: Likewise.
35319 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35321         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35322         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35324 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35326         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35327         #include of fxstatat64.c.
35329 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35331         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35332         * shadow/getspent_r.c: Likewise.
35333         * shadow/getspnam.c: Likewise.
35334         * shadow/getspnam_r.c: Likewise.
35335         * gshadow/getsgent.c: Likewise.
35336         * gshadow/getsgent_r.c: Likewise.
35337         * gshadow/getsgnam.c: Likewise.
35338         * gshadow/getsgnam_r.c: Likewise.
35339         * inet/getnetbyad.c: Likewise.
35340         * inet/getnetbyad_r.c: Likewise.
35341         * inet/getnetbynm.c: Likewise.
35342         * inet/getnetbynm_r.c: Likewise.
35343         * inet/getnetent.c: Likewise.
35344         * inet/getnetent_r.c: Likewise.
35345         * inet/getproto.c: Likewise.
35346         * inet/getproto_r.c: Likewise.
35347         * inet/getprtent.c: Likewise.
35348         * inet/getprtent_r.c: Likewise.
35349         * inet/getprtname.c: Likewise.
35350         * inet/getprtname_r.c: Likewise.
35351         * inet/getrpcbyname.c: Likewise.
35352         * inet/getrpcbyname_r.c: Likewise.
35353         * inet/getrpcbynumber.c: Likewise.
35354         * inet/getrpcbynumber_r.c: Likewise.
35355         * inet/getrpcent.c: Likewise.
35356         * inet/getrpcent_r.c: Likewise.
35357         * inet/getaliasent.c: Likewise.
35358         * inet/getaliasent_r.c: Likewise.
35359         * inet/getaliasname.c: Likewise.
35360         * inet/getaliasname_r.c: Likewise.
35361         * nscd/getgrgid_r.c: Likewise.
35362         * nscd/getgrnam_r.c: Likewise.
35363         * nscd/gethstbyad_r.c: Likewise.
35364         * nscd/gethstbynm3_r.c: Likewise.
35365         * nscd/getpwnam_r.c: Likewise.
35366         * nscd/getpwuid_r.c: Likewise.
35367         * nscd/getsrvbynm_r.c: Likewise.
35368         * nscd/getsrvbypt_r.c: Likewise.
35369         * nscd/gai.c: Likewise.
35371         * configure.in (build_nscd): New substituted variable, set
35372         by --disable-build-nscd and defaults to $use_nscd.
35373         * configure: Regenerated.
35374         * config.make.in (build-nscd): New substituted variable.
35375         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35376         Change conditional to require [$(build-nscd) = yes] as well.
35377         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35379         [BZ# 13696]
35380         * configure.in (use_nscd): New substituted variable, set by
35381         --disable-nscd.  If enabled, define USE_NSCD.
35382         * configure: Regenerated.
35383         * config.h.in: Add USE_NSCD.
35384         * config.make.in (use-nscd): New substituted variable.
35385         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35386         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35387         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35388         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35389         (CFLAGS-getgrnam_r.c): Likewise.
35390         (CFLAGS-initgroups.c): Likewise.
35391         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35392         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35393         Variables removed.
35394         * inet/getnetgrent_r.c
35395         (nscd_setnetgrent): New function, broken out of ...
35396         (setnetgrent): ... here.  Call it.
35397         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35398         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35399         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35400         * nscd/Makefile (routines, aux): Move definitions after include of
35401         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35402         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35403         Conditionalize on [USE_NSCD].
35404         (is_nscd, nscd_init_cb): Likewise.
35405         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35406         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35407         * nss/nss_db/db-init.c: Likewise.
35408         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35409         [USE_NSCD].
35410         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35411         (make_request): Use it.
35412         (cache_valid_p): New function.
35413         (__check_pf): Use it.
35414         * NEWS: Add item for --disable-nscd.
35416 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35418         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35419         to support sed >= 4.2.1-20-ga9bf076.
35420         * configure: Regenerated.
35422 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35424         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35425         Conditionalize whole body on [IREL].
35427 2012-08-22  Jeff Law <law@redhat.com>
35429         [BZ #14505]
35430         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35431         if the family is PF_UNSPEC.
35433 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35435         * Makerules (lib-version): Rename from V.
35436         (install-lib-nosubdir): Change V to lib-version.
35438 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35440         [BZ #14252]
35441         * powerpc32/power6/wcschr.c: New file.
35442         * powerpc32/power6/wcscpy.c: New file.
35443         * powerpc32/power6/wcsrchr.c: New file.
35444         * powerpc64/power6/wcschr.c: New file.
35445         * powerpc64/power6/wcscpy.c: New file.
35446         * powerpc64/power6/wcsrchr.c: New file.
35448 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35450         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35451         (two_way_short_needle): Use it.
35452         * string/strstr.c (AVAILABLE1_USES_J): Define.
35453         * string/strcasestr.c: Likewise.
35455         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35456         array references.
35457         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35459         [BZ #11607]
35460         * NEWS: Add an entry.
35461         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35462         define their defaults.
35463         (two_way_short_needle): Detect end-of-string on-the-fly.
35464         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35465         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35466         * string/bug-strcasestr1.c: New test.
35467         * string/Makefile: Run it.
35469 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35471         [BZ #11607]
35472         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35473         the first character.
35475 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35477         * csu/elf-init.c (__libc_csu_irel): Function removed.
35478         * csu/libc-start.c (apply_irel): New function.
35479         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35481 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35483         * sysdeps/unix/sysv/linux/kernel-features.h
35484         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35485         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35486         <kernel-features.h>.
35487         [__NR_fadvise64_64]: Make code unconditional.
35488         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35489         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35490         !__NR_fadvise64_64)]: Likewise.
35491         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35492         !__NR_fadvise64_64))]: Likewise.
35493         [__NR_fadvise64]: Make code unconditional.
35494         [!__NR_fadvise64]: Remove conditional code.
35495         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35496         <kernel-features.h>.
35497         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35498         unconditional.
35499         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35500         conditional code.
35501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35502         not include <kernel-features.h>.
35503         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35504         unconditional.
35505         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35506         conditional code.
35507         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35508         include <kernel-features.h>.
35509         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35510         unconditional.
35511         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35512         conditional code.
35514 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35516         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35517         slight instruction rearrangements per scrollpipe analysis.
35518         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35520 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35522         * manual/syslog.texi (syslog; vsyslog, closelog):
35523         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35524         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35526         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35527         DSOCAPS to match condition on defining it.
35529 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35531         * sysdeps/unix/sysv/linux/kernel-features.h
35532         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35534         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35535         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35537         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35538         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35540         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35541         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35543         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35544         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35546         * sysdeps/unix/sysv/linux/kernel-features.h
35547         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35548         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35549         unconditional.
35550         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35551         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35552         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35553         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35554         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35555         Make code unconditional.
35556         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35557         (__mmap64) [!__NR_mmap2]: Likewise.
35558         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35559         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35560         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35561         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35562         [__NR_mmap2]: Make code unconditional.
35563         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35564         (__mmap64) [!__NR_mmap2]: Likewise.
35566 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35568         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35570 2012-08-18  Andreas Jaeger  <aj@suse.de>
35572         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35574 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35576         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35577         * include/unistd.h (__have_sock_cloexec): Likewise.
35578         (__have_pipe2): Likewise.
35579         (__have_dup3): Likewise.
35581 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35583         [BZ #9685]
35584         * include/unistd.h (__have_pipe2): Change define into an extern int.
35585         (__have_dup3): Likewise.
35586         * socket/have_sock_cloexec.c: Include fcntl.h.
35587         (__have_pipe2): New variable.
35588         (__have_dup3): Likewise.
35590 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35592         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35594 2012-08-17  Marek Polacek  <polacek@redhat.com>
35596         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35597         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35599 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35601         * configure.in: Add AC_SUBST for sysheaders.
35602         * configure: Regenerated.
35603         * config.make.in (sysheaders): New substituted variable.
35605         * sysdeps/unix/mkfifo.c: Moved ...
35606         * sysdeps/posix/mkfifo.c: ... here.
35607         * sysdeps/unix/mkfifoat.c: Moved ...
35608         * sysdeps/posix/mkfifoat.c: ... here.
35610         * sysdeps/unix/utime.c: Moved ...
35611         * sysdeps/posix/utime.c: ... here.
35613         * sysdeps/unix/time.c: Moved ...
35614         * sysdeps/posix/time.c: ... here.
35615         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35616         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35618         * sysdeps/unix/nice.c: Moved ...
35619         * sysdeps/posix/nice.c: ... here.
35621         * sysdeps/unix/alarm.c: Moved ...
35622         * sysdeps/posix/alarm.c: ... here.
35624         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35626 2012-08-17  Jeff Law <law@redhat.com>
35628         * intl/Makefile (codeset_mo): New variable.
35629         ($(codeset_mo)): New target.
35630         (tst-codeset.out): Depend on that.  Remove explicit rule.
35631         (tst-gettext3.out, tst-gettext5.out): Likewise.
35632         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35633         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35634         * intl/tst-codeset.sh: Remove.
35635         * intl/tst-gettext3.sh: Likewise.
35636         * intl/tst-gettext5.sh: Likewise.
35638 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35640         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35641         * sysdeps/unix/syscalls.list: ... here.
35643         * sysdeps/posix/getaddrinfo.c
35644         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35645         (gaiconf_init, gaiconf_reload): Use them.
35646         [!_STATBUF_ST_NSEC]
35647         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35648         Define using time_t rather than struct timespec.
35650         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35651         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35652         Macros removed.
35653         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35654         [!NO_THREADS].
35655         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35656         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35657         Likewise.
35659         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35660         __libc_cleanup_push argument.
35662         * bits/param.h: New file.
35663         * misc/sys/param.h: New file.
35664         * include/sys/param.h: New file.
35665         * misc/Makefile (headers): Add bits/param.h.
35666         * sysdeps/generic/sys/param.h: File removed.
35667         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35668         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35669         * sysdeps/mach/hurd/bits/param.h: New file.
35670         * sysdeps/mach/hurd/sys/param.h: File removed.
35672         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35673         last change.
35675         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35676         [_IO_MTSAFE_IO].
35677         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35678         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35679         New macros.
35681         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35682         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35683         rather than -D_IO_MTSAFE_IO conditionally.
35684         * stdio-common/Makefile (CPPFLAGS): Likewise.
35685         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35686         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35687         Use $(libio-mtsafe).
35688         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35689         of -D_IO_MTSAFE_IO.
35690         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35691         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35692         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35693         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35694         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35695         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35696         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35697         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35698         (CFLAGS-fread_u_chk.c): Likewise.
35699         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35700         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35701         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35702         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35703         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35704         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35705         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35706         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35707         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35709         * libio/Makefile: Test [$(libc-reentrant) = yes]
35710         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35712         * Makeconfig
35713         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35714         * sysdeps/pthread/configure: File removed.
35715         * sysdeps/pthread/Makeconfig: New file.
35716         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35717         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35719 2012-08-16  Gary Benson  <gbenson@redhat.com>
35721         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35722         unmapping the first object in a namespace.
35724 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35726         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35727         (__internal_setnetgrent): ... this.  Add internal_function to
35728         definition.  Add libc_hidden_def.
35729         (setnetgrent): Update caller.
35730         (internal_endnetgrent): Renamed to ...
35731         (__internal_endnetgrent): ... this.  Add internal_function to
35732         definition.  Add libc_hidden_def.
35733         (endnetgrent): Update caller.
35734         (internal_getnetgrent_r): Renamed to ...
35735         (__internal_getnetgrent_r): ... this.  Add internal_function to
35736         definition.  Add libc_hidden_def.
35737         (__getnetgrent_r): Update caller.
35738         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35740 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35742         * stdlib/longlong.h: Update from GCC.
35744 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35746         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35747         on _QL, which is set by umul_ppmm but never used.
35748         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35749         variables, which are set by GMP macros but never used.
35750         * stdio-common/_itowa.c (_itowa): Likewise.
35751         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35752         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35754 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35756         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35757         struct La_sh_regs is not constant.
35758         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35759         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35760         and struct La_sparc64_regs are not constant.
35762 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35764         * sysdeps/unix/sysv/linux/kernel-features.h
35765         (__ASSUME_POSIX_TIMERS): Remove.
35766         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35767         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35768         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35769         Make code unconditional.
35770         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35771         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35772         Make code unconditional.
35773         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35774         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35775         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35776         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35777         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35778         Make code unconditional.
35779         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35780         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35781         (__libc_missing_posix_timers): Remove.
35783 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35785         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35786         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35788         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35790         * elf/dl-sym.c: Include <stdlib.h>.
35792         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35793         constants, which avoids warnings in 32-bit builds.
35795         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35796         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35798         * misc/lseek.c: File moved to ...
35799         * io/lseek.c: ... here.
35801         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35803         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35804         shifting LEN more than 31 bits at once.
35806 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35808         [BZ #14195]
35809         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35810         segmentation fault for a case of two empty input strings.
35811         * string/test-strncasecmp.c (check1): Renamed to...
35812         (bz12205): ...this.
35813         (bz14195): Add new testcase for two empty input strings and N > 0.
35814         (test_main): Call new testcase, adapt for renamed function.
35816 2012-08-15  Andreas Jaeger  <aj@suse.de>
35818         [BZ #14090]
35819         * crypt/md5test2.c: New test, based on test supplied by Serge
35820         Belyshev <belyshev@depni.sinp.msu.ru>.
35821         * crypt/Makefile (xtests): Add md5test-giant..
35822         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35824 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35826         [BZ #14090]
35827         * crypt/md5.c (md5_process_block): Don't assume the buffer
35828         length is less than 2**32.
35829         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35830         length is less than 2**64.
35832 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35834         * string/str-two-way.h: Include <sys/param.h>.
35835         (MAX): Macro removed.
35837         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35838         Move #define and #undef of memmove to just before and after
35839         including <string.h>.
35841         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35842         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35843         and after including <string.h>.  Move declarations of
35844         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35845         to before #include "string/memmove.c".
35847         * include/dirent.h: Declare __getdirentries.
35849         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35850         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35852 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35854         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35855         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35856         * sysdeps/i386/configure: Regenerated.
35857         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35858         STABS_CURRENT_FILE, and STABS_FUN.
35859         (END): Remove call to STABS_FUN_END.
35860         (STABS_CURRENT_FILE1): Delete.
35861         (STABS_CURRENT_FILE): Likewise.
35862         (STABS_FUN): Likewise.
35863         (STABS_FUN_END): Likewise.
35864         (STABS_FUN2): Likewise.
35865         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35866         * sysdeps/x86_64/configure: Regenerated.
35868 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35870         * elf/dl-open.c: Include <atomic.h>.
35871         * elf/dl-lookup.c: Likewise.
35873 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35875         * sysdeps/unix/sysv/linux/kernel-features.h
35876         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35877         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35878         unconditionally.
35879         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35880         unconditionally.
35881         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35882         condition on __ASSUME_CLONE_THREAD_FLAGS.
35884 2012-08-14  Andreas Jaeger  <aj@suse.de>
35886         * sysdeps/i386/fpu/libm-test-ulps: Update.
35888 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35890         * include/atomic.h (atomic_exchange_and_add): Split into ...
35891         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35892         New atomic macros.
35894 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35896         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35898 2012-08-13  Jeff Law <law@redhat.com>
35900         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35901         null byte in the output string.
35903 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35905         * sysdeps/unix/sysv/linux/kernel-features.h
35906         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35907         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35908         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35909         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35910         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35911         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35912         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35914 2012-08-09  Jeff Law <law@redhat.com>
35916         [BZ #13939]
35917         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35918         When avoid_arena is set, don't retry in the that arena.  Pick the
35919         next one, whatever it might be.
35920         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35921         (arena_lock): Pass in new parameter to arena_get2.
35922         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35923         arena_get2.
35924         (__libc_malloc): Unify retrying after main arena failure with
35925         __libc_memalign version.
35926         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35928 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35930         [BZ #14166]
35931         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35932         to __redirect_strstr.
35933         (__strstr_sse42): Use typeof __redirect_strstr.
35934         (__strstr_ia32): Likewise.
35935         (__libc_strstr): New prototype.
35936         (strstr): Renamed to ...
35937         (__libc_strstr): This.
35938         (strstr): New strong alias of __libc_strstr.
35939         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35940         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35941         __redirect_time.
35942         Include <time.h>.
35943         (__libc_time): New prototype.
35944         (time_ifunc): Replace time with __libc_time.
35945         (time): New strong alias and hidden definition of __libc_time.
35946         (__GI_time): Remove strong alias.
35947         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35948         Include <stddef.h>.
35949         (memmove): Redefined to __redirect_memmove.
35950         (__memmove_sse2): Use typeof __redirect_memmove.
35951         (__memmove_ssse3): Likewise.
35952         (__memmove_ssse3_back): Likewise.
35953         (__libc_memmove): New prototype.
35954         (memmove): Renamed to ...
35955         (__libc_memmove): This.
35956         (memmove): New strong alias of __libc_memmove.
35958 2012-08-08  Mark Salter  <msalter@redhat.com>
35960         * elf/elf.h
35961         (R_MN10300_TLS_GD): Define.
35962         (R_MN10300_TLS_LD): Likewise.
35963         (R_MN10300_TLS_LDO): Likewise.
35964         (R_MN10300_TLS_GOTIE): Likewise.
35965         (R_MN10300_TLS_IE): Likewise.
35966         (R_MN10300_TLS_LE): Likewise.
35967         (R_MN10300_TLS_DTPMOD): Likewise.
35968         (R_MN10300_TLS_DTPOFF): Likewise.
35969         (R_MN10300_TLS_TPOFF): Likewise.
35970         (R_MN10300_SYM_DIFF): Likewise.
35971         (R_MN10300_ALIGN): Likewise.
35972         (R_MN10300_NUM): Update.
35974 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35976         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35977         Remove.
35979 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35981         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35983         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35984         sysdeps/unix -> sysdeps/posix move.
35985         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35987 2012-08-07      Allan McRae     <allan@archlinux.org>
35989         [BZ #14303]
35990         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35991         (SUNOS_CPP): Likewise.
35992         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35993         not found.
35994         (open_input): Call CPP using execvp.
35996 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35998         * sysdeps/unix/sysv/linux/kernel-features.h
35999         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36000         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36001         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36002         (__ASSUME_WAITID_SYSCALL): Likewise.
36003         * sysdeps/unix/sysv/linux/dl-execstack.c
36004         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36005         code unconditional.
36006         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36007         conditional code.
36008         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36009         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36010         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36011         code.
36012         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36013         unconditional.
36014         [__ASSUME_WAITID_SYSCALL]: Likewise.
36015         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36017 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36019         * sysdeps/unix/closedir.c: Renamed to ...
36020         * sysdeps/posix/closedir.c: ... here.
36021         * sysdeps/unix/dirfd.c: Renamed to ...
36022         * sysdeps/posix/dirfd.c: ... here.
36023         * sysdeps/unix/dirstream.h: Renamed to ...
36024         * sysdeps/posix/dirstream.h: ... here.
36025         * sysdeps/unix/fdopendir.c: Renamed to ...
36026         * sysdeps/posix/fdopendir.c: ... here.
36027         * sysdeps/unix/opendir.c: Renamed to ...
36028         * sysdeps/posix/opendir.c: ... here.
36029         * sysdeps/unix/readdir.c: Renamed to ...
36030         * sysdeps/posix/readdir.c: ... here.
36031         * sysdeps/unix/readdir_r.c: Renamed to ...
36032         * sysdeps/posix/readdir_r.c: ... here.
36033         * sysdeps/unix/rewinddir.c: Renamed to ...
36034         * sysdeps/posix/rewinddir.c: ... here.
36035         * sysdeps/unix/seekdir.c: Renamed to ...
36036         * sysdeps/posix/seekdir.c: ... here.
36037         * sysdeps/unix/telldir.c: Renamed to ...
36038         * sysdeps/posix/telldir.c: ... here.
36039         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36040         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36041         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36042         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36044         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36045         * bits/fcntl.h: ... here.
36047         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36048         not 0.
36049         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36050         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36051         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36052         (struct flock): Move l_start, l_len to the beginning.
36053         Use __pid_t for l_pid.
36054         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36055         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36056         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36057         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36058         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36059         [__USE_LARGEFILE64] (struct flock64): New type.
36060         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36062         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36063         * bits/dirent.h: ... here.
36065         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36066         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36068 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36070         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36071         Change from 2.6.0 to 2.6.16.
36072         * sysdeps/unix/sysv/linux/configure: Regenerated.
36073         * sysdeps/unix/sysv/linux/kernel-features.h
36074         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36075         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36076         version.
36077         (__ASSUME_UTIMES): Likewise.
36078         (__ASSUME_CLONE_STOPPED): Remove.
36079         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36080         architectures, not kernel version.
36081         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36082         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36083         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36084         (__ASSUME_WAITID_SYSCALL): Likewise.
36085         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36086         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36087         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36088         refer to older versions.
36090 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36092         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36093         Define alphasort64 as an alias.
36094         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36095         Define versionsort64 as an alias.
36096         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36097         Define scandir64 as an alias.
36098         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36099         Define scandirat64 as an alias.
36100         * dirent/alphasort64.c (alphasort64):
36101         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36102         * dirent/versionsort64.c: Likewise.
36103         * dirent/scandir64.c: Likewise.
36104         * dirent/scandirat64.c: Likewise.
36105         * sysdeps/wordsize-64/alphasort.c: File removed.
36106         * sysdeps/wordsize-64/alphasort64.c: File removed.
36107         * sysdeps/wordsize-64/scandir.c: File removed.
36108         * sysdeps/wordsize-64/scandir64.c: File removed.
36109         * sysdeps/wordsize-64/scandirat.c: File removed.
36110         * sysdeps/wordsize-64/scandirat64.c: File removed.
36111         * sysdeps/wordsize-64/versionsort.c: File removed.
36112         * sysdeps/wordsize-64/versionsort64.c: File removed.
36113         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36114         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36115         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36116         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36117         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36118         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36119         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36120         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36122         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36123         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36124         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36125         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36126         [defined __arch64__ || defined __sparcv9]
36127         (__INO_T_MATCHES_INO64_T): New macro.
36128         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36129         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36130         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36131         * sysdeps/unix/sysv/linux/bits/dirent.h
36132         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36133         (_DIRENT_MATCHES_DIRENT64): New macro.
36135         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36136         Define lockf64 as an alias.
36137         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36138         Define fseeko64 as an alias.
36139         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36140         Define ftello64 as an alias.
36141         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36142         Define _IO_fgetpos64 and fgetpos64 as aliases.
36143         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36144         Define _IO_fsetpos64 and fsetpos64 as aliases.
36145         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36146         Conditionalize body on this.
36147         * libio/fseeko64.c: Likewise.
36148         * libio/ftello64.c: Likewise.
36149         * libio/iofgetpos64.c: Likewise.
36150         * libio/iofsetpos64.c: Likewise.
36151         * sysdeps/wordsize-64/lockf.c: File removed.
36152         * sysdeps/wordsize-64/lockf64.c: File removed.
36153         * sysdeps/wordsize-64/fseeko.c: File removed.
36154         * sysdeps/wordsize-64/fseeko64.c: File removed.
36155         * sysdeps/wordsize-64/ftello.c: File removed.
36156         * sysdeps/wordsize-64/ftello64.c: File removed.
36157         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36158         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36159         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36160         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36161         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36162         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36163         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36164         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36165         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36166         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36167         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36168         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36169         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36170         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36172         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36173         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36174         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36175         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36176         [defined __arch64__ || defined __sparcv9]
36177         (__OFF_T_MATCHES_OFF64_T): New macro.
36178         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36179         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36180         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36181         (__OFF_T_MATCHES_OFF64_T): New macro.
36183 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36185         * stdlib/secure-getenv.c (__secure_getenv): Replace
36186         GLIBC_2_16 with GLIBC_2_17.
36188 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36190         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36191         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36193 2012-08-03  David S. Miller  <davem@davemloft.net>
36195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36197 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36199         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36200         Remove.
36201         (__ASSUME_CORRECT_SI_PID): Likewise.
36202         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36203         (__ASSUME_TMPFS_NAME): Likewise.
36204         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36205         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36206         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36207         (HAVE_AUX_SECURE): Make definition unconditional.
36208         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36209         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36211 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36213         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36214         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36215         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36216         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36217         __eloop_threshold instead of SYMLOOP_MAX.
36219         * sysdeps/generic/eloop-threshold.h: New file.
36220         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36221         of MAXSYMLINKS.
36222         * elf/chroot_canon.c (chroot_canon): Likewise.
36224 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36226         [BZ #13717]
36227         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36228         Change to 2.6.0 everywhere.
36229         * sysdeps/unix/sysv/linux/configure: Regenerated.
36230         * sysdeps/unix/sysv/linux/kernel-features.h
36231         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36232         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36233         kernel versions.
36234         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36235         (__ASSUME_FUTEX_REQUEUE): Remove.
36236         (__ASSUME_STATFS64): Define unconditionally.
36237         (__ASSUME_AT_SECURE): Likewise.
36238         (__ASSUME_CORRECT_SI_PID): Likewise.
36239         (__ASSUME_TGKILL): Define without depending on kernel version for
36240         i386.
36241         (__ASSUME_UTIMES): Likewise.
36242         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36243         kernel version.
36244         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36245         (__ASSUME_TMPFS_NAME): Likewise.
36246         * README: Update reference to Linux kernel versions.
36248 2012-08-02  Marek Polacek  <polacek@redhat.com>
36250         [BZ# 14150]
36251         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36252         libc_cv_asm_type_prefix with %.
36253         * configure: Regenerated.
36254         * include/libc-symbols.h: Remove comment about
36255         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36256         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36257         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36258         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36259         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36260         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36261         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36262         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36263         * elf/tst-unique2mod1.c: Likewise.
36264         * elf/tst-unique1mod2.c: Likewise.
36265         * elf/tst-unique1mod1.c: Likewise.
36266         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36267         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36268         Replace ASM_TYPE_DIRECTIVE with .type.
36269         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36270         * sysdeps/i386/sysdep.h: Likewise.
36271         * sysdeps/x86_64/sysdep.h: Likewise.
36272         * sysdeps/sh/sysdep.h: Likewise.
36273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36274         Do not define ASM_TYPE_DIRECTIVE.
36275         * sysdeps/powerpc/sysdep.h: Likewise.
36276         * sysdeps/powerpc/powerpc32/sysdep.h:
36277         Replace ASM_TYPE_DIRECTIVE with .type.
36278         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36279         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36280         * sysdeps/i386/fpu/e_powf.S: Likewise.
36281         * sysdeps/i386/fpu/e_expl.S: Likewise.
36282         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36283         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36284         * sysdeps/i386/fpu/e_pow.S: Likewise.
36285         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36286         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36287         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36288         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36289         * sysdeps/i386/fpu/e_log2.S: Likewise.
36290         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36291         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36292         * sysdeps/i386/fpu/e_powl.S: Likewise.
36293         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36294         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36295         * sysdeps/i386/fpu/e_logl.S: Likewise.
36296         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36297         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36298         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36299         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36300         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36301         * sysdeps/i386/fpu/e_log.S: Likewise.
36302         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36303         * sysdeps/i386/fpu/e_logf.S: Likewise.
36304         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36305         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36306         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36307         * sysdeps/i386/fpu/e_log10.S: Likewise.
36308         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36309         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36310         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36311         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36312         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36313         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36314         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36315         * sysdeps/i386/i686/strtok.S: Likewise.
36316         * sysdeps/i386/i386-mcount.S: Likewise.
36317         * sysdeps/i386/strtok.S: Likewise.
36318         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36319         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36320         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36321         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36322         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36323         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36324         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36325         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36326         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36327         * sysdeps/x86_64/_mcount.S: Likewise.
36328         * sysdeps/x86_64/strtok.S: Likewise.
36329         * sysdeps/sh/_mcount.S: Likewise.
36331 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36333         * libio/iofopen.c: Include <fcntl.h>.
36334         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36335         (_IO_fopen64, fopen64): Define as aliases.
36336         * libio/iofopen64.c: Include <fcntl.h>.
36337         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36338         Conditionalize body on this.
36339         * sysdeps/wordsize-64/iofopen.c: File removed.
36340         * sysdeps/wordsize-64/iofopen64.c: File removed.
36342 2012-08-01  Marek Polacek  <polacek@redhat.com>
36344         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36345         Use dlfcn directly instead of a variable.
36346         (binfmt-subdir): Do not define.
36347         (dlfcn): Likewise.
36349 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36351         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36352         Remove all definitions.
36353         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36354         <kernel-features.h>.
36355         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36356         (miss_F_GETOWN_EX): Remove all definitions.
36357         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36358         macro definition.
36359         [!__ASSUME_FCNTL64]: Remove conditional code.
36360         [__ASSUME_FCNTL64]: Make code unconditional.
36361         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36362         <kernel-features.h>.
36363         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36364         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36365         (lockf64) [__NR_fcntl64]: Make code unconditional.
36366         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36368         * sysdeps/unix/sysv/linux/kernel-features.h
36369         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36370         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36371         Make code unconditional.
36372         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36373         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36375         [__NR_vfork]: Make code unconditional.
36376         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36377         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36379         [__NR_vfork]: Make code unconditional.
36380         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36381         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36383 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36385         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36386         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36388         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36389         Define mkstemp64 as an alias.
36390         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36391         Define mkstemps64 as an alias.
36392         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36393         Define mkostemp64 as an alias.
36394         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36395         Define mkostemps64 as an alias.
36396         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36397         Conditionalize body on this.
36398         * misc/mkostemp64.c: Likewise.
36399         * misc/mkostemps64.c: Likewise.
36400         * misc/mkstemps64.c: Likewise.
36401         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36402         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36403         * sysdeps/wordsize-64/mkostemp.c: File removed.
36404         * sysdeps/wordsize-64/mkstemp.c: File removed.
36405         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36406         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36407         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36408         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36410         [BZ #14138]
36411         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36412         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36413         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36414         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36416         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36417         compat_symbol macros from <shlib-compat.h> rather than the underlying
36418         default_symbol_version and symbol_version macros, so that DEFAULT
36419         lines in shlib-versions are respected.
36420         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36422 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36424         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36425         Declare with warn_unused_result.
36426         (setgid, setregid, setegid, setresgid): Likewise.
36427         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36428         Likewise.
36429         * WUR-REPORT: Remove set*id functions.
36431 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36433         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36435 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36437         [BZ #10191]
36438         * include/sys/socket.h (__libc_accept, __libc_accept4):
36439         Add attribute_hidden.
36440         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36442         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36443         use of PTR_MANGLE.
36444         * inet/getnetgrent_r.c (setup): Likewise.
36446         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36448 2012-07-31  David S. Miller  <davem@davemloft.net>
36450         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36452 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36454         [BZ #13629]
36455         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36456         value between 1.0 and 2.0 and smaller part has absolute value less
36457         than 1.0.
36458         * math/s_clog10.c (__clog10): Likewise.
36459         * math/s_clog10f.c (__clog10f): Likewise.
36460         * math/s_clog10l.c (__clog10l): Likewise.
36461         * math/s_clogf.c (__clogf): Likewise.
36462         * math/s_clogl.c (__clogl): Likewise.
36463         * math/libm-test.inc (clog_test): Add more tests.
36464         (clog10_test): Likewise.
36465         * sysdeps/i386/fpu/libm-test-ulps: Update.
36466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36468 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36470         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36471         Exit with zero in case no suitable GID is found, and write a
36472         message to standard error.
36474 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36476         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36477         rather than to 1.
36478         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36479         (MAXPATHLEN): Removed.
36480         (NOGROUP, NODEV): New macros.
36481         (setbit, clrbit, isset, isclr): New macros.
36482         (howmany, roundup, powerof2): New macros.
36483         (DEV_BSIZE): New macro.
36485         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36486         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36488         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36489         definition on [!__NO_LONG_DOUBLE_MATH].
36491         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36492         PTR_MANGLE and PTR_DEMANGLE.
36494         * socket/accept4.c (accept4): Rename to __libc_accept4.
36495         Define accept4 as a weak alias.
36497         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36498         on [_DIRENT_HAVE_D_TYPE].
36499         * io/ftw.c (ftw_dir): Likewise.
36501         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36503         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36505         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36506         Use the BSD numbers rather than the arbitrary ones we had.
36507         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36508         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36509         (SIGXCPU, SIGXFSZ): New macros.
36510         (_NSIG): Now 32.
36512         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36513         initializer on [_LIBC_REENTRANT].
36515         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36516         definitions inside [_POSIX_MAPPED_FILES].
36518         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36520         * dirent/opendir.c: Include <fcntl.h>.
36522         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36523         (__libc_getspecific): Likewise.
36524         (__libc_key_create): Likewise.
36526         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36527         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36528         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36529         (tmpfile64): Define as alias.
36530         * sysdeps/wordsize-64/tmpfile.c: File removed.
36531         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36532         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36533         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36535         * stdio-common/vfscanf.c: Include <stdbool.h>.
36536         * nss/makedb.c: Likewise.
36537         * stdio-common/_i18n_number.h: Likewise.
36538         * argp/argp-help.c: Likewise.
36539         * posix/wordexp.c: Likewise.
36540         * sysdeps/posix/spawni.c: Likewise.
36541         * nss/nss_files/files-initgroups.c: Likewise.
36542         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36543         * nss/nss_files/files-initgroups.c: Likewise.
36544         * nss/nss_db/db-netgrp.c: Likewise.
36545         * nss/nss_db/db-initgroups.c: Likewise.
36546         * io/fchmodat.c: Include <sys/stat.h>.
36548         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36549         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36551         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36552         [HAVE_MMAP].
36554         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36555         Add multiple inclusion protection.
36557 2012-07-27  David S. Miller  <davem@davemloft.net>
36559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36561 2012-07-27  Gary Benson  <gbenson@redhat.com>
36563         [BZ #14298]
36564         * elf/rtld.c: Include <stap-probe.h>.
36565         (dl_main): Added static probes "init_start" and "init_complete".
36566         * elf/dl-load.c: Include <stap-probe.h>.
36567         (lose): Take new parameter "nsid".
36568         Added static probe "map_failed".
36569         (_dl_map_object_from_fd): Pass namespace id to lose.
36570         Added static probe "map_start".
36571         (open_verify): Pass namespace id to lose.
36572         * elf/dl-open.c: Include <stap-probe.h>.
36573         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36574         and "reloc_complete".
36575         * elf/dl-close.c: Include <stap-probe.h>.
36576         (_dl_close_worker): Added static probes "unmap_start" and
36577         "unmap_complete".
36578         * elf/rtld-debugger-interface.txt: New file documenting the above.
36580 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36582         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36583         rather than a string variable.
36584         * sunrpc/rpc_main.c (h_output): Likewise.
36585         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36587 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36589         * inet/check_native.c: New file.
36591 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36593         [BZ #13629]
36594         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36595         if larger part has absolute value 1.0.
36596         * math/s_clog10.c (__clog10): Likewise.
36597         * math/s_clog10f.c (__clog10f): Likewise.
36598         * math/s_clog10l.c (__clog10l): Likewise.
36599         * math/s_clogf.c (__clogf): Likewise.
36600         * math/s_clogl.c (__clogl): Likewise.
36601         * math/libm-test.inc (clog_test): Add more tests.
36602         (clog10_test): Likewise.
36603         * sysdeps/i386/fpu/libm-test-ulps: Update.
36604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36606         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36607         (pltexit): Likewise.
36608         (La_regs): Likewise.
36609         (La_retval): Likewise.
36610         (int_retval): Likewise.
36611         Update #error for removed macros to refer only to definitions in
36612         tst-audit.h.
36613         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36614         macro.
36615         (pltexit): Likewise.
36616         (La_regs): Likewise.
36617         (La_retval): Likewise.
36618         (int_retval): Likewise.
36619         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36620         macro.
36621         (pltexit): Likewise.
36622         (La_regs): Likewise.
36623         (La_retval): Likewise.
36624         (int_retval): Likewise.
36625         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36626         macro.
36627         (pltexit): Likewise.
36628         (La_regs): Likewise.
36629         (La_retval): Likewise.
36630         (int_retval): Likewise.
36631         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36632         macro.
36633         (pltexit): Likewise.
36634         (La_regs): Likewise.
36635         (La_retval): Likewise.
36636         (int_retval): Likewise.
36637         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36638         macro.
36639         (pltexit): Likewise.
36640         (La_regs): Likewise.
36641         (La_retval): Likewise.
36642         (int_retval): Likewise.
36643         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36644         macro.
36645         (pltexit): Likewise.
36646         (La_regs): Likewise.
36647         (La_retval): Likewise.
36648         (int_retval): Likewise.
36649         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36650         macro definitions in tst-audit.h.
36651         * sysdeps/i386/tst-audit.h: New file.
36652         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36653         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36654         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36655         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36656         * sysdeps/sh/tst-audit.h: Likewise.
36657         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36658         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36659         * sysdeps/x86_64/tst-audit.h: Likewise.
36661 2012-07-26  Andreas Jaeger  <aj@suse.de>
36663         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36664         ptrace.
36666         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36667         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36668         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36669         PTRACE_O_MASK.
36670         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36671         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36672         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36674         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36675         value.
36677         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36678         _sigsys.
36679         (si_call_addr, si_syscall, si_arch): Define new macro.
36680         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36681         _sigsys.
36682         (si_call_addr, si_syscall, si_arch): Define new marcro.
36683         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36684         _sigsys.
36685         (si_call_addr, si_syscall, si_arch): Define new macro.
36686         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36687         _sigsys.
36688         (si_call_addr, si_syscall, si_arch): Define new macro.
36690 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36692         [BZ #13717]
36693         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36694         Change to 2.4.21 where previously 2.4.1.
36695         * sysdeps/unix/sysv/linux/configure: Regenerated.
36696         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36697         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36698         Linux kernel version.
36699         (__ASSUME_STD_AUXV): Remove.
36700         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36701         kernel version.
36702         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36703         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36704         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36705         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36706         (__ASSUME_NETLINK_SUPPORT): Likewise.
36707         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36708         (__no_netlink_support): Remove conditional definition.
36709         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36710         Remove.
36711         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36712         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36713         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36714         (if_nameindex_ioctl): Remove.
36715         (if_nameindex_netlink): Do not handle __no_netlink_support.
36716         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36717         code.
36718         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36719         Remove conditional code.
36720         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36721         code.
36722         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36723         unconditional.
36724         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36725         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36726         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36727         Remove.
36728         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36729         [!__ASSUME_STD_AUXV]: Remove conditional code.
36730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36731         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36732         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36734         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36735         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36736         code.
36737         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36739         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36740         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36741         conditional code.
36742         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36744         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36745         code.
36746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36747         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36748         conditional code.
36749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36750         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36751         code unconditional.
36752         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36753         conditional code.
36754         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36755         unconditional.
36756         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36757         conditional code.
36758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36759         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36760         unconditional.
36761         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36762         conditional code.
36763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36764         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36765         code unconditional.
36766         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36767         conditional code.
36768         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36769         unconditional.
36770         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36771         conditional code.
36772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36773         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36774         code unconditional.
36775         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36776         conditional code.
36777         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36778         unconditional.
36779         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36780         conditional code.
36782 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36784         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36785         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36786         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36787         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36788         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36789         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36790         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36791         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36792         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36793         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36794         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36795         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36796         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36797         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36798         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36799         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36800         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36801         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36802         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36803         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36804         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36805         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36806         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36808 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36810         * Versions.def: Add GLIBC_2.17.
36811         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36812         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36813         Introduce __libc_secure_getenv.
36814         * stdlib/Versions (2.17): Add secure_getenv
36815         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36816         * stdlib/secure-getenv.c: Rename __secure_getenv to
36817         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36818         symbol __secure_getenv for GLIBC_2.0.
36819         * stdlib/tst-secure-getenv.c: New.
36820         * stdlib/Makefile (tests): Add testcase.
36821         * manual/startup.texi (Environment Access): Document
36822         secure_getenv.
36823         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36824         __libc_secure_getenv.
36825         * inet/ruserpass.c (ruserpass): Likewise.
36826         * malloc/mtrace.c (mtrace): Likewise.
36827         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36828         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36829         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36830         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36831         HAVE_SECURE_GETENV.
36832         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36833         __secure_getenv to __libc_secure_getenv.
36834         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36836         Likewise.
36837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36838         Likewise.
36839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36841         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36843         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36844         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36847 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36849         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36850         (struct La_i86_retval): Likewise.
36851         (struct La_x86_64_regs): Likewise.
36852         (struct La_x86_64_retval): Likewise.
36853         (struct La_x32_regs): Likewise.
36854         (struct La_x32_retval): Likewise.
36855         (struct La_ppc32_regs): Likewise.
36856         (struct La_ppc32_retval): Likewise.
36857         (struct La_ppc64_regs): Likewise.
36858         (struct La_ppc64_retval): Likewise.
36859         (struct La_sh_regs): Likewise.
36860         (struct La_sh_retval): Likewise.
36861         (struct La_s390_32_regs): Likewise.
36862         (struct La_s390_32_retval): Likewise.
36863         (struct La_s390_64_regs): Likewise.
36864         (struct La_s390_64_retval): Likewise.
36865         (struct La_sparc32_regs): Likewise.
36866         (struct La_sparc32_retval): Likewise.
36867         (struct La_sparc64_regs): Likewise.
36868         (struct La_sparc64_retval): Likewise.
36869         (struct audit_ifaces): Remove architecture-specific pltenter and
36870         pltexit members.
36871         * sysdeps/i386/ldsodefs.h: New file.
36872         * sysdeps/powerpc/ldsodefs.h: Likewise.
36873         * sysdeps/s390/ldsodefs.h: Likewise.
36874         * sysdeps/sh/ldsodefs.h: Likewise.
36875         * sysdeps/sparc/ldsodefs.h: Likewise.
36876         * sysdeps/x86_64/ldsodefs.h: Likewise.
36878 2012-07-25  Marek Polacek  <polacek@redhat.com>
36880         [BZ #6808]
36881         * math/libm-test.inc (yn_test): Add another test.
36882         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36883         to ERANGE when the result is +-Inf.
36884         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36885         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36886         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36887         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36889 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36891         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36892         equal to 0.
36893         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36894         clock_t.
36895         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36897 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36899         * configure.in <sysdeps resolving>: Correct printing
36900         Implies_before.
36901         * configure: Regenerate.
36903 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36905         * math/w_ilogb.c: Include <limits.h>.
36906         * math/w_ilogbl.c: Likewise.
36908 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36910         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36911         va_copy.  Document allowing for unavailable va_copy only as
36912         pre-C99 compatibility.
36913         * manual/string.texi (Copying and Concatenation): Use va_copy
36914         instead of __va_copy in concat example.
36916 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36918         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36919         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36920         it if not null.
36922         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36923         with O_NOLINK passed to __file_name_lookup.
36925         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36926         with O_NOLINK passed to __file_name_lookup.
36928         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36929         negative N or less than NGIDS.
36931         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36932         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36933         enough.  Use memcpy instead of strncpy.
36935 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36937         * elf/Makefile (check-data): Remove.
36938         (localplt.data): New vpath directive.
36939         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36940         instead of $(check-data).
36941         * scripts/data/localplt-generic.data: Move to ...
36942         * sysdeps/generic/localplt.data: ... here.
36943         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36944         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36945         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36947         ... here.
36948         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36950         ... here.
36951         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36952         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36953         ... here.
36954         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36956         ... here.
36957         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36958         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36959         ... here.
36960         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36961         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36962         ... here.
36964 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36966         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36967         PPC32 and PPC64 files.
36968         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36969         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36971 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36973         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36974         __makecontext_ret to ...
36975         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36976         ... here and call exit if uc_link is NULL.  New file.
36977         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36978         __makecontext_ret.S.
36979         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36980         __makecontext_ret to ...
36981         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36982         ... here and call exit if uc_link is NULL.  New file.
36983         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36984         __makecontext_ret.S.
36986 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36988         * elf/elf.h (R_390_IRELATIVE): New definition.
36989         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36990         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36991         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36992         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36993         (elf_machine_lazy_rel): Likewise.
36994         * sysdeps/s390/dl-irel.h: New file.
36995         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36996         * sysdeps/s390/s390-64/memset.S: New asm code.
36997         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36998         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36999         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37000         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37001         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37002         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37003         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37004         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37005         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37006         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37007         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37008         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37009         * sysdeps/s390/s390-32/memset.S: New asm code.
37010         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37012 2012-07-17  Marek Polacek  <polacek@redhat.com>
37014         [BZ #14349]
37015         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37016         * sysdeps/s390/s390-64/configure.in: Likewise.
37017         * sysdeps/sparc/configure.in: Likewise.
37018         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37019         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37020         * sysdeps/i386/configure.in: Likewise.
37021         * sysdeps/x86_64/configure.in: Likewise.
37022         * sysdeps/sh/configure.in: Likewise.
37023         * sysdeps/s390/s390-32/configure: Regenerated.
37024         * sysdeps/s390/s390-64/configure: Likewise.
37025         * sysdeps/x86_64/configure: Likewise.
37026         * sysdeps/sh/configure: Likewise.
37027         * sysdeps/powerpc/powerpc64/configure: Likewise.
37028         * sysdeps/powerpc/powerpc32/configure: Likewise.
37029         * sysdeps/sparc/configure: Likwise.
37030         * sysdeps/i386/configure: Likewise.
37032         * elf/dl-open.c: Comment fixes.
37034 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37036         * Makefile [CXX] (check-data): Remove.
37037         [CXX] (c++-types.data): New vpath directive.
37038         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37039         vpath.  Do not allow for C++ type data being missing.
37040         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37041         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37042         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37043         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37044         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37045         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37046         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37048         ... here.
37049         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37051         ... here.
37052         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37054         ... here.
37055         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37057         ... here.
37058         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37060         ... here.
37061         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37062         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37063         ... here.
37064         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37066         ... here.
37067         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37068         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37070         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37071         definitions to architecture-specific files.
37072         (TLS_IE): Likewise.
37073         (TLS_LD): Likewise.
37074         (TLS_GD): Likewise.
37075         * sysdeps/i386/tls-macros.h: New file.
37076         * sysdeps/powerpc/tls-macros.h: Likewise.
37077         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37078         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37079         * sysdeps/sh/tls-macros.h: Likewise.
37080         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37081         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37082         * sysdeps/x86_64/tls-macros.h: Likewise.
37084 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37086         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37087         zero value for regular exit case.
37089         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37090         (__start_context): Preserve zero value for regular exit case.
37092 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37093             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37095         * manual/setjmp.texi (setcontext): Clarify normal process
37096         termination when uc_link is the null pointer.
37097         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37098         exit call.
37100 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37102         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37103         preprocessor.  Test for each exception mask separately.
37105 2012-07-16  Andreas Jaeger  <aj@suse.de>
37107         * po/ru.po: Update from translation team.
37109 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37111         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37112         equal to 0.
37113         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37114         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37115         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37116         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37117         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37119 2012-07-13  Andreas Jaeger  <aj@suse.de>
37121         * po/fr.po: Update from translation team.
37123 2012-07-12  Marek Polacek  <polacek@redhat.com>
37125         [BZ #14173]
37126         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37127         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37128         loop condition.
37130 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37132         [BZ #13717]
37133         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37134         Change to 2.4.1 where previously 2.4.0.
37135         * sysdeps/unix/sysv/linux/configure: Regenerated.
37136         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37137         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37138         version.
37139         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37140         (__ASSUME_AT_CLKTCK): Remove.
37141         (__ASSUME_AT_PAGESIZE): Likewise.
37142         (__ASSUME_AT_XID): Likewise.
37143         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37144         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37145         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37146         unconditionally.
37147         (HAVE_AUX_PAGESIZE): Likewise.
37148         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37149         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37150         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37152 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37154         [BZ #14307]
37155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37156         the temporary buffer used to invoke __gethostbyname2_r,
37157         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37158         host_data / struct gaih_addrtuple.
37159         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37160         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37161         header file nss/nsswitch.h.
37162         * nss/nsswitch.h (global scope): Add definition of implementation
37163         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37164         resolv/nss_dns/dns-host.c).
37166 2012-07-11  Andreas Jaeger  <aj@suse.de>
37168         * po/fr.po: Update from translation team.
37170         * po/sv.po: Update from translation team
37171         * po/fr.po: Another update from translation team.
37173 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37175         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37176         for subnormals or multiply small sinh result by itself.
37177         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37180 2012-07-11  David S. Miller  <davem@davemloft.net>
37182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37184 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37186         [BZ #14347]
37187         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37188         (INTERNAL_MARK): Shift it here.
37190 2012-07-10  Marek Polacek  <polacek@redhat.com>
37192         [BZ #14151]
37193         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37194         libc_cv_asm_global_directive with .globl.
37195         * configure: Regenerated.
37196         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37197         with .globl.
37198         * sysdeps/i386/configure: Regenerated.
37199         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37200         with .globl.
37201         * sysdeps/x86_64/configure: Regenerated.
37202         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37203         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37204         * elf/tst-unique2mod2.c: Likewise.
37205         * elf/tst-unique2mod1.c: Likewise.
37206         * elf/tst-unique1mod2.c: Likewise.
37207         * elf/tst-unique1mod1.c: Likewise.
37208         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37209         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37210         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37211         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37212         * sysdeps/mach/sysdep.h: Likewise.
37213         * sysdeps/i386/sysdep.h: Likewise.
37214         * sysdeps/i386/i386-mcount.S: Likewise.
37215         * sysdeps/x86_64/_mcount.S: Likewise.
37216         * sysdeps/x86_64/sysdep.h: Likewise.
37217         * sysdeps/sh/_mcount.S: Likewise.
37218         * sysdeps/sh/sysdep.h: Likewise.
37219         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37220         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37221         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37222         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37223         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37224         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37225         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37226         * locale/localeinfo.h: Likewise.
37227         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37228         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37230 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37232         [BZ #14336]
37233         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37234         system".
37235         * manual/message.texi (The Uniforum approach): Likewise.
37236         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37237         (glibc iconv Implementation): Likewise.
37239 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37241         [BZ #14337]
37242         * math/s_clog.c (__clog): Avoid scaling a value down where that
37243         could result in underflow.
37244         * math/s_clog10.c (__clog10): Likewise.
37245         * math/s_clog10f.c (__clog10f): Likewise.
37246         * math/s_clog10l.c (__clog10l): Likewise.
37247         * math/s_clogf.c (__clogf): Likewise.
37248         * math/s_clogl.c (__clogl): Likewise.
37249         * math/libm-test.inc (clog_test): Add more tests.
37250         (clog10_test): Likewise.
37251         * sysdeps/i386/fpu/libm-test-ulps: Update.
37252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37254 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37256         [BZ #14283]
37257         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37258         by 7 not 8 to examine high bit of fractional part.
37260         [BZ #14042]
37261         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37262         for call to __mcount_internal.
37263         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37264         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37265         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37267 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37269         [BZ #14154]
37270         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37271         approximation for values within 0x1p-13f of an odd multiple of
37272         pi/4.
37273         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37274         exception.  Add more tests.
37275         * sysdeps/i386/fpu/libm-test-ulps: Update.
37277         [BZ #6778]
37278         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37279         inputs and return -1 for them.  Do not check for +Inf in case not
37280         reachable for +Inf.
37281         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37282         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37283         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37284         and return -1 for them.  Do not check for +Inf in case not
37285         reachable for +Inf.
37286         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37287         define.
37288         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37289         and return -1 for them.  Do not check for +Inf in case not
37290         reachable for +Inf.
37291         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37292         spurious underflow.
37293         * sysdeps/i386/fpu/libm-test-ulps: Update.
37294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37296 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37298         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37300 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37302         [BZ #14157]
37303         [BZ #14331]
37304         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37305         could result in spurious underflow.  Scale down values above
37306         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37307         * math/s_csqrtf.c (__csqrtf): Likewise.
37308         * math/s_csqrtl.c (__csqrtl): Likewise.
37309         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37310         spurious underflow.
37311         * sysdeps/i386/fpu/libm-test-ulps: Update.
37312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37314 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37316         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37317         xopen-msg.sed.
37318         * catgets/xopen-msg.awk: New file.
37319         * catgets/xopen-msg.sed: Removed.
37321         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37322         po2text.sed.
37323         * intl/po2test.awk: New file.
37324         * intl/po2test.sed: Removed.
37326 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37328         [BZ #14328]
37329         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37330         or multiply small sinh result by itself.
37331         * math/s_ctanf.c (__ctanf): Likewise.
37332         * math/s_ctanh.c (__ctanh): Likewise.
37333         * math/s_ctanhf.c (__ctanhf): Likewise.
37334         * math/s_ctanhl.c (__ctanhl): Likewise.
37335         * math/s_ctanl.c (__ctanl): Likewise.
37336         * math/libm-test.inc (ctan_test_tonearest): New function.
37337         (ctan_test_towardzero): Likewise.
37338         (ctan_test_downward): Likewise.
37339         (ctan_test_upward): Likewise.
37340         (ctanh_test_tonearest): Likewise.
37341         (ctanh_test_towardzero): Likewise.
37342         (ctanh_test_downward): Likewise.
37343         (ctanh_test_upward): Likewise.
37344         (main): Call these new functions.
37345         * sysdeps/i386/fpu/libm-test-ulps: Update.
37346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37348 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37350         * .gitignore: Delete /ports entry.
37352 2012-07-03  Andreas Jaeger  <aj@suse.de>
37354         * po/bg.po: Update from translation team.
37355         * po/cs.po: Likewise.
37356         * po/de.po: Likewise.
37357         * po/hr.po: Likewise.
37358         * po/nl.pl: Likewise.
37359         * po/pl.po: Likewise.
37360         * po/vi.po: Likewise.
37362 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37364         * Makeconfig [!+link] (+link-before-libc): New variable.
37365         [!+link] (+link-after-libc): Likewise.
37366         [!+link] (+link-tests): Likewise.
37367         [!+link] (+link): Define in terms of $(+link-before-libc) and
37368         $(+link-after-libc).
37369         [!+link-static] (+link-static-before-libc): New variable.
37370         [!+link-static] (+link-static-after-libc): Likewise.
37371         [!+link-static] (+link-static-tests): Likewise.
37372         [!+link-static] (+link-static): Define in terms of
37373         $(+link-static-before-libc) and $(+link-static-after-libc).
37374         [build-shared] (link-libc-before-gnulib): New variable.
37375         [build-shared] (link-libc-tests): Likewise.
37376         [build-shared] (link-libc): Define in terms of
37377         $(link-libc-before-gnulib).
37378         [!build-shared] (link-libc-tests): New variable.
37379         (link-libc-static-tests): New variable.
37380         [!gnulib] (gnulib-arch): New variable.
37381         [!gnulib] (gnulib-tests): Likewise.
37382         [!gnulib] (static-gnulib-arch): Likewise.
37383         [!gnulib] (static-gnulib-tests): Likewise.
37384         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37385         Define with "=" instead of ":=".
37386         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37387         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37388         * Rules (binaries-all-notests): New variable.
37389         (binaries-all-tests): Likewise.
37390         (binaries-static-notests): Likewise.
37391         (binaries-static-tests): Likewise.
37392         (binaries-all): Define using $(binaries-all-notests) and
37393         $(binaries-all-tests).
37394         (binaries-static): Define using $(binaries-static-notests) and
37395         $(binaries-static-tests).
37396         (binaries-shared-tests): New variable.
37397         (binaries-shared-notests): Likewise.
37398         (binaries-shared): Remove variable.
37399         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37400         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37401         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37402         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37403         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37404         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37405         * elf/Makefile (sln-modules): New variable.
37406         (extra-objs): Add $(sln-modules:=.o).
37407         (ldconfig-modules): Add static-stubs.
37408         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37409         * elf/static-stubs.c: New file.
37411         [BZ #14283]
37412         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37413         by 7 not 8 to examine high bit of fractional part.  Use volatile
37414         variables when splitting into final array of floats if
37415         __FLT_EVAL_METHOD__ != 0.
37416         * math/libm-test.inc (cos_test): Add another test.
37417         (sin_test): Likewise.
37418         * sysdeps/i386/fpu/libm-test-ulps: Update.
37420         [BZ #14273]
37421         * math/libm-test.inc (cosh_test): Add more tests.
37423         * version.h (RELEASE): Set to "development".
37424         (VERSION): Set to "2.16.90".
37426 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37428         * NEWS: Update copyright. Remove last-updated date.
37429         Mention math library bug fixes and timezone data changes.
37430         * README: Mention GNU/Hurd, x32, and HPPA support status.
37432 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37434         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37436 2012-06-27  Andreas Jaeger  <aj@suse.de>
37438         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37440 2012-06-25  Andreas Jaeger  <aj@suse.de>
37442         * sysdeps/s390/fpu/libm-test-ulps: Update.
37444 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37445             Thomas Schwinge  <thomas@codesourcery.com>
37447         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37448         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37449         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37450         fanotify_mark.
37452 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37454         * sysdeps/mach/start.c: Remove file.
37455         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37456         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37457         * sysdeps/sh/init-first.c: Likewise.
37459         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37460         registers for frame unwinding purposes, add CFI directives.
37461         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37462         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37463         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37464         Likewise.
37466         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37467         __fortify_fail returning.
37468         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37470         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37471         sysdeps/sh/____longjmp_chk.S.
37472         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37473         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37474         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37475         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37477         * sysdeps/sh/abort-instr.h: New file.
37478         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37479         process in case exit returns.
37481         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37482         initialize the GOT register before use.
37484         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37485         calculation of ARGC > 4.
37487         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37488         meaningful names to some local labels.
37490 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37491             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37493         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37494         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37495         (__arch_compare_and_exchange_val_16_acq): Likewise.
37496         (__arch_compare_and_exchange_val_32_acq): Likewise.
37497         (atomic_exchange_and_add): Fix gUSA sequence.
37498         (atomic_add): Likewise.
37499         (atomic_add_negative): Likewise.
37500         (atomic_add_zero): Likewise.
37501         (atomic_bit_test_set): Likewise.
37503 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37505         [BZ #13579]
37506         * include/link.h (struct link_map): Add l_free_initfini.
37507         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37508         l_initfini.
37509         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37510         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37511         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37512         set.
37514 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37516         * configure.in: Use AC_LANG_SOURCE.
37517         * configure: Regenerate.
37519 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37521         * configure.in (libc_cv_localstatedir): New substituted variable.
37522         * configure: Regenerated.
37523         * config.make.in (localstatedir): New variable, substituted from
37524         libc_cv_localstatedir.
37525         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37526         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37527         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37528         * sysdeps/gnu/configure: Regenerated.
37530 2012-06-21  Jeff Law  <law@redhat.com>
37532         [BZ #14277]
37533         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37534         free.  Simplify list management for _LIBC case.
37536 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37538         [BZ #14273]
37539         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37540         Clear sign bit of 64-bit integer value before comparing against
37541         overflow value.
37543         * sysdeps/mach/configure: Regenerated.
37545 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37547         [BZ #14278]
37548         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37550 2012-06-21  Jeff Law  <law@redhat.com>
37552         [BZ #13882]
37553         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37554         uint16_t for elements in the "seen" array to avoid char overflows.
37555         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37556         * elf/dl-open.c (dl_open_worker): Likewise.
37558 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37560         * scripts/list-sources.sh: Scan PORTS for translations.
37561         * po/libc.pot: Regenerated.
37563 2012-06-21  Andreas Jaeger  <aj@suse.de>
37565         [BZ #12194]
37566         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37567         warning.
37568         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37569         * bits/byteswap-16.h (__bswap_16): Likewise.
37570         * bits/byteswap.h (__bswap_constant_16): Likewise.
37572 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37574         [BZ #14117]
37575         * sysdeps/i386/fpu_control.h: Removed.
37576         * sysdeps/x86_64/fpu_control.h: Moved to ...
37577         * sysdeps/x86/fpu_control.h: Here.
37579         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37580         (_FPU_SETCW): Likewise.
37582 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37584         [BZ #14117]
37585         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37586         * sysdeps/x86/fpu/bits/mathinline.h: This.
37587         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37589         [BZ #14050]
37590         [BZ #14117]
37591         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37592         functions if __x86_64__ is defined.
37594 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37596         * string/endian.h: Add !__ASSEMBLER__ condition for including
37597         conversion interfaces.
37599 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37601         [BZ #14241]
37602         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37603         of ABS(x) in calculating zero to negative powers other than odd
37604         integers.
37605         * math/libm-test.inc (pow_test): Add more tests.
37607 2012-06-15  Andreas Jaeger  <aj@suse.de>
37609         * manual/contrib.texi (Contributors): Update entry of Liubov
37610         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37611         Machado Filho.
37613 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37615         * string/string.h: Add __wur to GNU version of strerror_r.
37617 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37619         [BZ #14229]
37620         * string/Makefile (tests): Add tst-strtok_r.
37621         * string/tst-strtok_r.c: New file.
37622         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37623         RAX_LP/RDX_LP on SAVE_PTR.
37625 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37627         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37629 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37631         * libm_test.inc (csqrt_test): Allow more spurious underflow
37632         exceptions.
37633         (j0_test): Likewise.
37634         (j1_test): Likewise.
37635         (y0_test): Likewise.
37636         (y1_test): Likewise.
37638 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37640         * po/Makefile (libc.pot): Use UTF-8 charset.
37642 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37644         [BZ #14210]
37645         Suppress sign-conversion warning from FD_SET.
37646         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37647         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37648         not unsigned long int.
37649         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37651 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37653         [BZ #14050]
37654         [BZ #14117]
37655         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37656         __extern_always_inline instead of __extern_inline.
37657         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37658         (__signbit): Likewise.
37659         (__signbitl): Support C++ namespace.
37660         (lrintf): New inline function.
37661         (lrint): Likewise.
37662         (llrintf): Likewise.
37663         (llrint): Likewise.
37664         (fmaxf): Likewise.
37665         (fmax): Likewise.
37666         (fminf): Likewise.
37667         (fmin): Likewise.
37668         (rint): Likewise.
37669         (rintf): Likewise.
37670         (ceil): Likewise.
37671         (ceilf): Likewise.
37672         (floor): Likewise.
37673         (floorf): Likewise.
37674         (nearbyint): Likewise.
37675         (nearbyintf): Likewise.
37677 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37679         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37680         non-default versions.
37682 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37684         [BZ #14218]
37685         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37687 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37689         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37690         (FE_UPWARD, FE_DOWNWARD): Don't define.
37691         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37692         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37694         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37695         reading it.
37696         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37697         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37699 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37701         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37702         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37703         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37704         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37706 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37708         [BZ #14117]
37709         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37710         * sysdeps/i386/fpu/Implies: New file.
37711         * sysdeps/x86_64/fpu/Implies: Likewise.
37712         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37713         * sysdeps/x86/fpu/bits/fenv.h: This.
37715         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37716         __SSE_MATH__.
37718 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37720         [BZ #14134]
37721         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37722         character 0xffff that matches the last element of the
37723         conversion table.
37725 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37727         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37728         fmodl commit.
37730 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37732         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37733         values higher than 25.6283.
37735 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37737         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37738         subnormal exponent extraction and add some __builtin_expect.
37739         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37740         Fix for subnormal mantissa calculation.
37742 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37744         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37745         cpu2 is -1 and errno is not ENOSYS.
37747 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37749         [BZ #14117]
37750         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37751         * sysdeps/x86/bits/string.h: This.
37752         * sysdeps/x86_64/bits/string.h: Removed.
37754         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37755         if not compiling for x86-64, but compiling for >= i486.
37757         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37758         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37760         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37761         New macro from Linux kernel 3.4.0.
37762         (FP_XSTATE_MAGIC2): Likewise.
37763         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37764         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37765         (struct _fpx_sw_bytes): New struct.
37766         (struct _xsave_hdr): Likewise.
37767         (struct _ymmh_state): Likewise.
37768         (struct _xstate): Likewise.
37770         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37771         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37772         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37773         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37774         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37775         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37777         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37778         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37779         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37780         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37781         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37782         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37784 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37786         [BZ #13743]
37787         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37788         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37789         (sysdep_headers): Include sys/platform/ppc.h.
37790         * sysdeps/powerpc/test-gettimebase.c: Test for
37791         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37792         * manual/Makefile (appendices): Include platform.texi.
37793         * manual/contrib.texi (Contributors): Update @node pointers.
37794         * manual/maint.texi (Maintenance): Likewise.
37795         (Platform): New node.
37796         * manual/platform.texi: New file.  Document the new features.
37798 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37799             Jakub Jelinek  <jakub@redhat.com>
37801         [BZ #14188]
37802         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37803         where __builtin_expect is unavailable.
37805 2012-06-03  David S. Miller  <davem@davemloft.net>
37807         * stdlib/longlong.h: Updated from GCC.
37809 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37811         [BZ #14042]
37812         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37813         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37814         __mcount_internal.
37815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37816         (GLIBC_2.16): Likewise.
37818 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37820         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37822 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37825         (default-abi): New variable.
37826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37827         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37828         variable.
37829         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37830         Likewise.
37831         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37832         Likewise.
37833         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37834         Likewise.
37836         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37837         definition.  Document in comment.
37839 2012-06-01  David S. Miller  <davem@davemloft.net>
37841         * stdlib/longlong.h: Updated from GCC.
37843 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37845         [BZ #14117]
37846         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37847         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37848         sys/debugreg.h sys/io.h here.
37849         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37850         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37851         sys/io.h.
37852         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37853         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37854         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37855         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37856         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37857         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37859         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37860         Define only if __x86_64__ is defined.
37862 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37864         [BZ #14048]
37865         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37866         Use int64_t for variable i.
37867         * math/libm-test.inc (fmod_test): Add more tests.
37869         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37870         z computation is not scheduled after fetestexcept.
37871         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37872         Use math_force_eval instead of asm to ensure calculation scheduled
37873         before exception test.
37874         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37875         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37877 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37879         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37880         computation is not scheduled after fetestexcept.
37882 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37884         [BZ #14117]
37885         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37886         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37888 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37890         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37891         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37893 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37895         [BZ #14117]
37896         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37897         <bits/wordsize.h>.
37898         (__WCHAR_MIN): Support __WORDSIZE == 64.
37899         (__WCHAR_MAX): Likewise.
37901         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37902         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37904         [BZ #14183]
37905         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37906         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37908         [BZ #14117]
37909         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37910         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37912         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37913         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37915         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37916         Defined to 1 if __x86_64__ isn't defined.
37917         (_STAT_VER_LINUX_OLD): New.
37918         (st_atime): Remove duplicate.
37919         (st_mtime): Likewise.
37920         (st_ctime): Likewise.
37922 2012-05-31  David S. Miller  <davem@davemloft.net>
37924         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37925         entries.
37927 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37929         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37930         gen-libm-test.pl.
37932         [BZ #14132]
37933         * elf/dl-reloc.c: Include <_itoa.h>.
37934         (_dl_reloc_bad_type): Remove use of INTUSE.
37935         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37936         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37937         * stdio-common/psiginfo.c (psiginfo): Likewise.
37938         * stdio-common/psignal.c (psignal): Likewise.
37939         * string/strsignal.c (strsignal): Likewise.
37940         * include/signal.h (_sys_siglist): Declare hidden proto.
37941         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37942         INTVARDEF with libc_hidden_data_def.
37943         * stdio-common/itoa-udigits.c: Likewise.
37944         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37945         (_itoa_lower_digits_internal): Remove declaration.
37946         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37947         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37948         (_sys_sigabbrev_internal): Remove aliases.
37949         (_sys_siglist): Define hidden alias.
37951 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37953         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37954         bits/sysctl.h.
37956 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37958         [BZ #14117]
37959         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37960         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37962         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37963         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37964         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37965         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37966         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37967         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37969         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37970         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37971         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37973         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37974         with __addr.
37975         (insw): Likewise.
37976         (insl): Likewise.
37977         (outsb): Likewise.
37978         (outsw): Likewise.
37979         (outsl): Likewise.
37981         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37982         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37983         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37985         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37986         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37987         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37988         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37989         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37990         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37992         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37993         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37995         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37996         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37998         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37999         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38000         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38002         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38003         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38004         to ...
38005         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38007         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38008         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38009         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38011         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38012         for x86-64.
38013         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38015 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38017         * math/math.h (M_El): Use two more decimal places.
38018         (M_LOG2El): Likewise.
38019         (M_LOG10El): Likewise.
38020         (M_LN2l): Likewise.
38021         (M_LN10l): Likewise.
38022         (M_PIl): Likewise.
38023         (M_PI_2l): Likewise.
38024         (M_PI_4l): Likewise.
38025         (M_1_PIl): Likewise.
38026         (M_2_PIl): Likewise.
38027         (M_2_SQRTPIl): Likewise.
38028         (M_SQRT2l): Likewise.
38029         (M_SQRT1_2l): Likewise.
38031 2012-05-31  David S. Miller  <davem@davemloft.net>
38033         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38034         values between float registers.
38035         * sysdeps/sparc/sparc64/memset.S: Likewise.
38036         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38038 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38040         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38041         -D_FORTIFY_SOURCE=1.
38042         (CPPFLAGS-tst-longjmp_chk.c): Define.
38043         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38044         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38045         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38046         CFLAGS-tst-wchar-h.c.
38048 2012-05-31  Marek Polacek  <polacek@redhat.com>
38050         [BZ #14132]
38051         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38052         __endmntent_internal): Remove declaration.
38053         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38054         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38055         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38057 2012-05-30  David S. Miller  <davem@davemloft.net>
38059         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38060         (___Q_simulate_exceptions): Use real FP ops rather than writing
38061         into the %fsr.
38062         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38063         Likewise.
38065 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38067         [BZ #14117]
38068         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38069         * sysdeps/x86/bits/xtitypes.h: This.
38071         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38072         * sysdeps/x86/bits/wordsize.h: This.
38074         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38075         * sysdeps/x86/bits/huge_vall.h: This.
38077         * sysdeps/i386/bits/select.h: Removed.
38078         * sysdeps/x86_64/bits/select.h: Renamed to ...
38079         * sysdeps/x86/bits/select.h: This.
38081         * sysdeps/i386/bits/setjmp.h: Removed.
38082         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38083         * sysdeps/x86/bits/setjmp.h: This.
38085         * sysdeps/i386/bits/mathdef.h: Removed.
38086         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38087         * sysdeps/x86/bits/mathdef.h: This.
38089 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38091         [BZ #14132]
38092         * include/sys/socket.h (__connect_internal)
38093         (__libc_sa_len_internal): Remove declaration.
38094         (__connect, __libc_sa_len): Declare hidden_proto.
38095         (SA_LEN): Remove use of INTUSE.
38096         * socket/connect.c: Add libc_hidden_def.
38097         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38098         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38099         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38100         alias.
38101         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38102         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38103         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38104         of adding _internal alias.
38106 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38108         [BZ #14117]
38109         * sysdeps/i386/bits/link.h: Removed.
38110         * sysdeps/i386/bits/linkmap.h: Likewise.
38111         * sysdeps/x86_64/bits/link.h: Renamed to ...
38112         * sysdeps/x86/bits/link.h: This.
38113         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38114         * sysdeps/x86/bits/linkmap.h: This.
38116         * sysdeps/i386/bits/endian.h: Removed.
38117         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38118         * sysdeps/x86/bits/endian.h: This.
38120         * sysdeps/i386/bits/byteswap.h: Removed.
38121         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38122         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38123         * sysdeps/x86/bits/byteswap.h: This.
38124         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38125         * sysdeps/x86/bits/byteswap-16.h: This.
38126         * sysdeps/i386/Implies: Add x86.
38127         * sysdeps/x86_64/Implies: Likewise.
38129 2012-05-30  David S. Miller  <davem@davemloft.net>
38131         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38132         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38133         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38134         (FP_TRAPPING_EXCEPTIONS): Define.
38135         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38136         (FP_TRAPPING_EXCEPTIONS): Define.
38137         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38138         subnormals only when inexact has been signalled or underflow
38139         exceptions are enabled.
38140         (_FP_PACK_CANONICAL): Likewise.
38142 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38144         [BZ #14183]
38145         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38146         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38148 2012-05-30  Richard Henderson  <rth@twiddle.net>
38150         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38151         with #ifndef NOT_IN_libc.
38153         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38154         marked to avoid plt entry.
38156 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38158         [BZ #14112]
38159         * Makeconfig (default-abi): New macro.
38160         (abi-includes): Likewise.
38161         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38162         $(abi-$(default-abi)-lib-soname) for soname if defined.
38163         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38164         abi-variants.
38165         * Makefile (installed-stubs): Likewise.
38166         * include/stubs-biarch.h: Removed.
38167         * scripts/lib-names.awk: Only handle one library at a time.
38168         * scripts/soversions.awk: Remove WORDSIZE support.
38169         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38170         entries.
38171         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38172         Removed.
38173         (syscall-list-default-condition): Likewise.
38174         (syscall-list-default-condition): Likewise.
38175         (syscall-list-includes): Likewise.
38176         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38177         syscall-list-* with abi-*.  Handle undefined abi-variants.
38178         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38179         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38180         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38181         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38182         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38183         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38184         Removed.
38185         (syscall-list-32-options): Likewise.
38186         (syscall-list-32-condition): Likewise.
38187         (syscall-list-64-options): Likewise.
38188         (syscall-list-64-condition): Likewise.
38189         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38190         macro.
38191         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38192         Renamed to ...
38193         (abi-*): This.
38194         (abi-64-ld-soname): New macro.
38195         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38196         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38197         Renamed to ...
38198         (abi-*): This.
38199         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38200         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38202 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38204         * sysdeps/unix/sysv/linux/kernel-features.h
38205         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38206         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38207         include <kernel-features.h>.
38208         [!__NR_ftruncate64]: Remove conditional code.
38209         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38210         [__NR_ftruncate64]: Make code unconditional.
38211         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38212         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38213         include <kernel-features.h>.
38214         [!__NR_ftruncate64]: Remove conditional code.
38215         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38216         [__NR_ftruncate64]: Make code unconditional.
38217         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38219         include <kernel-features.h>.
38220         [!__NR_ftruncate64]: Remove conditional code.
38221         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38222         [__NR_ftruncate64]: Make code unconditional.
38223         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38225         include <kernel-features.h>.
38226         [!__NR_ftruncate64]: Remove conditional code.
38227         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38228         [__NR_ftruncate64]: Make code unconditional.
38229         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38231         * configure.in (libc_cv_fpie): Weaken to a compile test using
38232         LIBC_TRY_CC_OPTION.
38233         * configure: Regenerated.
38235 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38239         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38241         Refreshed.
38242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38244         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38245         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38246         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38247         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38248         Refreshed.
38250 2012-05-27  David S. Miller  <davem@davemloft.net>
38252         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38253         (___Q_zero): New.
38254         (__Q_simulate_exceptions): Return void.  Change to simulate
38255         exceptions by writing into the %fsr.
38256         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38257         (__Qp_handle_exceptions): Likewise.
38258         (numbers): Delete.
38259         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38260         __Qp_handle_exceptions.
38261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38262         __Qp_handle_exceptions.
38263         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38264         as unused and give dummy FP_RND_NEAREST initializer.
38265         (FP_INHIBIT_RESULTS): Define.
38266         (___Q_simulate_exceptions): Update declaration.
38267         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38268         formatting.
38269         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38270         as unused and give dummy FP_RND_NEAREST initializer.
38271         (__Qp_handle_exceptions): Update declaration.
38272         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38273         formatting.
38275 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38277         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38278         the temporary FPU control word.
38279         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38280         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38281         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38282         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38283         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38284         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38285         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38286         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38287         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38288         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38289         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38291 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38293         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38294         fields.
38296 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38298         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38299         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38300         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38301         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38302         Likewise.
38303         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38304         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38305         Likewise.
38307 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38309         * po/h.po: Update from translation team.
38311 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38313         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38315         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38316         handling of denormals.
38317         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38318         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38319         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38320         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38321         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38322         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38323         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38324         Likewise.
38326 2012-05-26  Marek Polacek  <polacek@redhat.com>
38328         [BZ #14152]
38329         * math/libm-test.inc (fma_test): Don't always expect underflow
38330         exception.
38332 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38334         [BZ #12416]
38335         * elf/tst-execstack.c: Include stackinfo.h.
38336         (do_test): Adjust test case to ensure that pthread_getattr_np
38337         behaviour remains the same after marking stack executable.
38339 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38341         * sysdeps/unix/sysv/linux/kernel-features.h
38342         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38343         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38344         kernel-features.h.
38345         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38346         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38347         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38348         kernel-features.h.
38349         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38350         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38352 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38354         * configure.in: Define the default includes to being none.
38355         * configure: Regenerated.
38357 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38359         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38360         * sysdeps/x86_64/setjmp.S: Likewise.
38361         * sysdeps/i386/bsd-setjmp.S: Likewise.
38362         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38363         * sysdeps/i386/setjmp.S: Likewise.
38364         * sysdeps/i386/__longjmp.S: Likewise.
38365         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38366         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38368         * include/stap-probe.h: New file.
38369         * configure.in: Handle --enable-systemtap.
38370         * configure: Regenerated.
38371         * config.h.in (USE_STAP_PROBE): New #undef.
38372         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38373         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38374         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38376 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38378         [BZ #13717]
38379         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38380         to 2.4.0 where earlier.
38381         * sysdeps/unix/sysv/linux/configure: Regenerated.
38382         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38383         <kernel-features.h>.
38384         [__ASSUME_32BITUIDS]: Make code unconditional.
38385         [!__ASSUME_32BITUIDS]: Remove conditional code.
38386         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38387         <kernel-features.h>.
38388         [__ASSUME_32BITUIDS]: Make code unconditional.
38389         [!__ASSUME_32BITUIDS]: Remove conditional code.
38390         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38391         [__ASSUME_32BITUIDS]: Make code unconditional.
38392         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38393         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38394         <kernel-features.h>.
38395         [__ASSUME_32BITUIDS]: Make code unconditional.
38396         [!__ASSUME_32BITUIDS]: Remove conditional code.
38397         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38398         <kernel-features.h>.
38399         [__ASSUME_32BITUIDS]: Make code unconditional.
38400         [!__ASSUME_32BITUIDS]: Remove conditional code.
38401         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38402         <kernel-features.h>.
38403         [__ASSUME_32BITUIDS]: Make code unconditional.
38404         [!__ASSUME_32BITUIDS]: Remove conditional code.
38405         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38406         <kernel-features.h>.
38407         [__ASSUME_32BITUIDS]: Make code unconditional.
38408         [!__ASSUME_32BITUIDS]: Remove conditional code.
38409         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38410         <kernel-features.h>.
38411         [__ASSUME_32BITUIDS]: Make code unconditional.
38412         [!__ASSUME_32BITUIDS]: Remove conditional code.
38413         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38414         <kernel-features.h>.
38415         [__ASSUME_32BITUIDS]: Make code unconditional.
38416         [!__ASSUME_32BITUIDS]: Remove conditional code.
38417         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38418         <kernel-features.h>.
38419         [__ASSUME_32BITUIDS]: Make code unconditional.
38420         [!__ASSUME_32BITUIDS]: Remove conditional code.
38421         * sysdeps/unix/sysv/linux/i386/lchown.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/msgctl.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/semctl.c: Do not include
38430         <kernel-features.h>.
38431         [__ASSUME_32BITUIDS]: Make code unconditional.
38432         [!__ASSUME_32BITUIDS]: Remove conditional code.
38433         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38434         <kernel-features.h>.
38435         [__NR_setresgid] (__setresgid): Do not declare.
38436         [__ASSUME_32BITUIDS]: Make code unconditional.
38437         [!__ASSUME_32BITUIDS]: Remove conditional code.
38438         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38439         <kernel-features.h>.
38440         [__NR_setresuid] (__setresuid): Do not declare.
38441         [__ASSUME_32BITUIDS]: Make code unconditional.
38442         [!__ASSUME_32BITUIDS]: Remove conditional code.
38443         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38444         <kernel-features.h>.
38445         [__ASSUME_32BITUIDS]: Make code unconditional.
38446         [!__ASSUME_32BITUIDS]: Remove conditional code.
38447         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38448         <kernel-features.h>.
38449         [__ASSUME_32BITUIDS]: Make code unconditional.
38450         [!__ASSUME_32BITUIDS]: Remove conditional code.
38451         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38452         <kernel-features.h>.
38453         [__ASSUME_32BITUIDS]: Make code unconditional.
38454         [!__ASSUME_32BITUIDS]: Remove conditional code.
38455         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38456         <kernel-features.h>.
38457         [__ASSUME_32BITUIDS]: Make code unconditional.
38458         [!__ASSUME_32BITUIDS]: Remove conditional code.
38459         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38460         <kernel-features.h>.
38461         [__ASSUME_32BITUIDS]: Make code unconditional.
38462         [!__ASSUME_32BITUIDS]: Remove conditional code.
38463         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38464         <kernel-features.h>.
38465         [__ASSUME_32BITUIDS]: Make code unconditional.
38466         [!__ASSUME_32BITUIDS]: Remove conditional code.
38467         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38468         <kernel-features.h>.
38469         [__ASSUME_32BITUIDS]: Make code unconditional.
38470         [!__ASSUME_32BITUIDS]: Remove conditional code.
38471         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38472         <kernel-features.h>.
38473         [__ASSUME_32BITUIDS]: Make code unconditional.
38474         [!__ASSUME_32BITUIDS]: Remove conditional code.
38475         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38476         <kernel-features.h>.
38477         [__ASSUME_32BITUIDS]: Make code unconditional.
38478         [!__ASSUME_32BITUIDS]: Remove conditional code.
38479         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38480         <kernel-features.h>.
38481         [__ASSUME_32BITUIDS]: Make code unconditional.
38482         [!__ASSUME_32BITUIDS]: Remove conditional code.
38483         * sysdeps/unix/sysv/linux/kernel-features.h
38484         (__ASSUME_SETRESUID_SYSCALL): Remove.
38485         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38486         (__ASSUME_32BITUIDS): Likewise.
38487         (__ASSUME_LDT_WORKS): Likewise.
38488         (__ASSUME_O_DIRECTORY): Likewise.
38489         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38490         architecture but not kernel version.
38491         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38492         (__ASSUME_MMAP2_SYSCALL): Likewise.
38493         (__ASSUME_STAT64_SYSCALL): Likewise.
38494         (__ASSUME_IPC64): Likewise.
38495         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38496         <kernel-features.h>.
38497         [__ASSUME_32BITUIDS]: Make code unconditional.
38498         [!__ASSUME_32BITUIDS]: Remove conditional code.
38499         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38500         <kernel-features.h>.
38501         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38502         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38503         132096]: Remove conditional code.
38504         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38505         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38506         <kernel-features.h>.
38507         [__ASSUME_32BITUIDS]: Make code unconditional.
38508         [!__ASSUME_32BITUIDS]: Remove conditional code.
38509         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38510         <kernel-features.h>.
38511         [__ASSUME_32BITUIDS]: Make code unconditional.
38512         [!__ASSUME_32BITUIDS]: Remove conditional code.
38513         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38514         <kernel-features.h>.
38515         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38516         unconditional.
38517         (__setresgid): Do not declare.
38518         [__ASSUME_32BITUIDS]: Make code unconditional.
38519         [!__ASSUME_32BITUIDS]: Remove conditional code.
38520         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38521         <kernel-features.h>.
38522         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38523         unconditional.
38524         (__setresuid): Do not declare.
38525         [__ASSUME_32BITUIDS]: Make code unconditional.
38526         [!__ASSUME_32BITUIDS]: Remove conditional code.
38527         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38528         <kernel-features.h>.
38529         [__ASSUME_32BITUIDS]: Make code unconditional.
38530         [!__ASSUME_32BITUIDS]: Remove conditional code.
38531         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38532         <kernel-features.h>.
38533         [__ASSUME_32BITUIDS]: Make code unconditional.
38534         [!__ASSUME_32BITUIDS]: Remove conditional code.
38536 2012-05-25  Richard Henderson  <rth@twiddle.net>
38538         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38539         dl_hwcap to ifunc resolver.
38540         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38541         elf_ifunc_invoke.
38542         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38543         dl_hwcap to ifunc resolver.
38544         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38546 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38548         [BZ #14153]
38549         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38550         for |x| <= 2**-26, not 2**-57.
38551         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38552         exception.
38554 2012-05-24  Jeff Law  <law@redhat.com>
38556         * stdio-common/Makefile (tests): Add bug25.
38557         * stdio-common/bug25.c: New test.
38559 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38561         [BZ #13576]
38562         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38563         multiple of MALLOC_ALIGNMENT in size.
38564         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38566 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38568         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38569         Require >= 256.
38570         (FILENAME_MAX): Use macro-int-constant.
38571         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38572         (_IOFBF): Use macro-int-constant.
38573         (_IOLBF): Likewise.
38574         (_IONBF): Likewise.
38575         (SEEK_CUR): Likewise.
38576         (SEEK_END): Likewise.
38577         (SEEK_SET): Likewise.
38578         (TMP_MAX): Likewise.
38579         (EOF): Use macro-int-constant.  Require < 0.
38580         (NULL): Use macro-constant.  Require == 0.
38581         (stdin): Require type to be FILE *.
38582         (stdout): Likewise.
38583         (stderr): Likewise.
38584         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38585         macro-int-constant.
38586         (EXIT_SUCCESS): Likewise.
38587         (NULL): Use macro-constant.  Require == 0.
38588         (RAND_MAX): Use macro-int-constant.
38589         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38590         [C99-based standards] (strtof): Require function.
38591         [C99-based standards] (strtold): Likewise.
38592         [C99-based standards] (strtoll): Likewise.
38593         [C99-based standards] (strtoull): Likewise.
38594         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38595         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38596         [ISO || ISO99 || ISO11] (math.h): Likewise.
38597         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38598         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38599         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38601 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38603         [BZ #14132]
38604         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38605         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38606         * intl/dgettext.c (DCGETTEXT): Likewise.
38607         * intl/gettext.c (DCGETTEXT): Likewise.
38608         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38609         * posix/regex_internal.h (gettext): Likewise.
38610         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38611         Remove declaration.
38612         * include/argz.h (__argz_count_internal)
38613         (__argz_stringify_internal): Remove declaration.
38614         (__argz_count, __argz_stringify): Declare hidden proto.
38615         * intl/dcgettext.c: Remove use of INTDEF.
38616         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38617         * string/argz-stringify.c: Likewise.
38618         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38619         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38620         Declare hidden proto.
38621         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38622         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38623         Declare hidden proto.
38624         * include/stdio.h (__asprintf_internal): Don't declare.
38625         (__asprintf): Don't define as macro.  Declare hidden proto.
38626         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38627         (__fsetlocking): Declare hidden proto.
38628         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38629         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38630         hidden proto.
38631         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38632         (_IO_setlinebuf): Remove use of INTUSE.
38633         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38634         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38635         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38636         Remove declaration.
38637         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38638         (_IO_do_flush): Remove use of INTUSE.
38639         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38640         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38641         (_IO_adjust_column, _IO_least_wmarker)
38642         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38643         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38644         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38645         (_IO_default_doallocate, _IO_wdefault_doallocate)
38646         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38647         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38648         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38649         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38650         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38651         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38652         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38653         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38654         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38655         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38656         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38657         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38658         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38659         proto.
38660         (_IO_flush_all_internal, _IO_adjust_column_internal)
38661         (_IO_default_uflow_internal, _IO_default_finish_internal)
38662         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38663         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38664         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38665         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38666         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38667         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38668         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38669         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38670         (_IO_file_close_internal, _IO_file_close_it_internal)
38671         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38672         (_IO_file_init_internal, _IO_file_attach_internal)
38673         (_IO_file_fopen_internal, _IO_file_read_internal)
38674         (_IO_file_sync_internal, _IO_file_seek_internal)
38675         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38676         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38677         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38678         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38679         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38680         (_IO_list_all_internal, _IO_link_in_internal)
38681         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38682         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38683         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38684         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38685         (_IO_do_write_internal, _IO_padn_internal)
38686         (_IO_getline_info_internal, _IO_getline_internal)
38687         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38688         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38689         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38690         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38691         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38692         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38693         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38694         with libc_hidden_ver, remove use of INTUSE.
38695         * libio/genops.c: Likewise.
38696         * libio/freopen.c: Likewise.
38697         * libio/freopen64.c: Likewise.
38698         * libio/iofclose.c: Likewise.
38699         * libio/iofdopen.c: Likewise.
38700         * libio/iofflush.c: Likewise.
38701         * libio/iofflush_u.c: Likewise.
38702         * libio/iofgets.c: Likewise.
38703         * libio/iofgets_u.c: Likewise.
38704         * libio/iofopen.c: Likewise.
38705         * libio/iofopncook.c: Likewise.
38706         * libio/iofread.c: Likewise.
38707         * libio/iofread_u.c: Likewise.
38708         * libio/ioftell.c: Likewise.
38709         * libio/iofwrite.c: Likewise.
38710         * libio/iogetline.c: Likewise.
38711         * libio/iogets.c: Likewise.
38712         * libio/iogetwline.c: Likewise.
38713         * libio/iopadn.c: Likewise.
38714         * libio/iopopen.c: Likewise.
38715         * libio/ioseekoff.c: Likewise.
38716         * libio/ioseekpos.c: Likewise.
38717         * libio/iosetbuffer.c: Likewise.
38718         * libio/iosetvbuf.c: Likewise.
38719         * libio/ioungetc.c: Likewise.
38720         * libio/ioungetwc.c: Likewise.
38721         * libio/iovdprintf.c: Likewise.
38722         * libio/iovsprintf.c: Likewise.
38723         * libio/iovsscanf.c: Likewise.
38724         * libio/memstream.c: Likewise.
38725         * libio/obprintf.c: Likewise.
38726         * libio/oldfileops.c: Likewise.
38727         * libio/oldiofclose.c: Likewise.
38728         * libio/oldiofdopen.c: Likewise.
38729         * libio/oldiofopen.c: Likewise.
38730         * libio/oldiopopen.c: Likewise.
38731         * libio/oldstdfiles.c: Likewise.
38732         * libio/putc.c: Likewise.
38733         * libio/setbuf.c: Likewise.
38734         * libio/setlinebuf.c: Likewise.
38735         * libio/stdfiles.c: Likewise.
38736         * libio/strops.c: Likewise.
38737         * libio/vasprintf.c: Likewise.
38738         * libio/vscanf.c: Likewise.
38739         * libio/vsnprintf.c: Likewise.
38740         * libio/vswprintf.c: Likewise.
38741         * libio/wfiledoalloc.c: Likewise.
38742         * libio/wfileops.c: Likewise.
38743         * libio/wgenops.c: Likewise.
38744         * libio/wmemstream.c: Likewise.
38745         * libio/wstrops.c: Likewise.
38746         * libio/__fpurge.c: Likewise.
38747         * libio/__fsetlocking.c: Likewise.
38748         * assert/assert.c: Likewise.
38749         * debug/fgets_chk.c: Likewise.
38750         * debug/fgets_u_chk.c: Likewise.
38751         * debug/fread_chk.c: Likewise.
38752         * debug/fread_u_chk.c: Likewise.
38753         * debug/gets_chk.c: Likewise.
38754         * debug/obprintf_chk.c: Likewise.
38755         * debug/vasprintf_chk.c: Likewise.
38756         * debug/vdprintf_chk.c: Likewise.
38757         * debug/vsnprintf_chk.c: Likewise.
38758         * debug/vsprintf_chk.c: Likewise.
38759         * malloc/mtrace.c: Likewise.
38760         * misc/error.c: Likewise.
38761         * misc/syslog.c: Likewise.
38762         * stdio-common/asprintf.c: Likewise.
38763         * stdio-common/fxprintf.c: Likewise.
38764         * stdio-common/getw.c: Likewise.
38765         * stdio-common/isoc99_fscanf.c: Likewise.
38766         * stdio-common/isoc99_scanf.c: Likewise.
38767         * stdio-common/isoc99_vfscanf.c: Likewise.
38768         * stdio-common/isoc99_vscanf.c: Likewise.
38769         * stdio-common/isoc99_vsscanf.c: Likewise.
38770         * stdio-common/printf-prs.c: Likewise.
38771         * stdio-common/printf_fp.c: Likewise.
38772         * stdio-common/printf_fphex.c: Likewise.
38773         * stdio-common/printf_size.c: Likewise.
38774         * stdio-common/putw.c: Likewise.
38775         * stdio-common/scanf.c: Likewise.
38776         * stdio-common/sprintf.c: Likewise.
38777         * stdio-common/tmpfile.c: Likewise.
38778         * stdio-common/vfprintf.c: Likewise.
38779         * stdio-common/vfscanf.c: Likewise.
38780         * stdlib/strfmon_l.c: Likewise.
38781         * sunrpc/openchild.c: Likewise.
38782         * sunrpc/xdr_stdio.c: Likewise.
38783         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38784         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38786 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38788         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38790         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38791         in the third column, to generate for the shared library an IFUNC
38792         that uses _dl_vdso_vsym.
38793         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38794         * Makeconfig (object-suffixes-noshared): New variable.
38796         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38797         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38798         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38799         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38801         [BZ #14132]
38802         * include/sys/time.h (__gettimeofday): Remove macro.
38803         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38804         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38805         Remove INTDEF.
38806         (__gettimeofday): Add libc_hidden_def.
38807         (gettimeofday): Add libc_hidden_weak.
38808         * sysdeps/mach/gettimeofday.c: Likewise.
38809         * sysdeps/posix/gettimeofday.c: Likewise.
38810         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38811         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38812         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38813         (__gettimeofday_internal): Remove strong_alias.
38814         (__gettimeofday): Add libc_hidden_def.
38815         (gettimeofday): Add libc_hidden_weak.
38816         * sysdeps/unix/syscalls.list (gettimeofday):
38817         Remove __gettimeofday_internal alias.
38819 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38820             H.J. Lu  <hongjiu.lu@intel.com>
38822         [BZ #12495]
38823         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38824         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38825         (largebin_index_32_big): New.
38826         (largebin_index): Use it for 16-byte alignment.
38827         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38828         correction with front_misalign.
38830 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38832         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38834         Likewise.
38835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38836         Likewise.
38837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38838         Likewise.
38839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38840         Likewise.
38841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38842         Likewise.
38843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38844         Likewise.
38845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38846         Likewise.
38847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38848         Likewise.
38849         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38850         Likewise.
38851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38852         Likewise.
38853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38854         Likewise.
38855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38856         Likewise.
38858         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38859         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38861 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38863         [BZ #10846]
38864         [BZ #14036]
38865         * math/libm-test.inc (exp_test): Add test from bug 14036.
38866         (pow_test): Add test from bug 10846.
38868         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38869         and other flags.
38870         (special_function): Do not include flags in test name.
38871         (parse_args): Likewise.
38872         * sysdeps/i386/fpu/libm-test-ulps: Update.
38873         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38874         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38875         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38878         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38879         exceptions.
38880         * math/libm-test.inc ("Philosophy"): Update comment about
38881         exception testing.
38882         (UNDERFLOW_EXCEPTION): New macro.
38883         (UNDERFLOW_EXCEPTION_OK): Likewise.
38884         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38885         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38886         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38887         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38888         (INVALID_EXCEPTION_OK): Update value.
38889         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38890         (OVERFLOW_EXCEPTION_OK): Likewise.
38891         (IGNORE_ZERO_INF_SIGN): Likewise.
38892         (test_exceptions): Handle underflow exceptions.
38893         (acos_test): Update for underflow exception expectations.
38894         (cexp_test): Likewise.
38895         (clog_test): Likewise.
38896         (clog10_test): Likewise.
38897         (csqrt_test): Likewise.
38898         (ctan_test): Likewise.
38899         (ctanh_test): Likewise.
38900         (exp_test): Likewise.
38901         (exp10_test): Likewise.
38902         (exp2_test): Likewise.
38903         (expm1_test): Likewise.
38904         (fma_test): Likewise.
38905         (j0_test): Likewise.
38906         (jn_test): Likewise.
38907         (nexttoward_test): Likewise.
38908         (pow_test): Likewise.
38909         (scalbn_test): Likewise.
38910         (scalbln_test): Likewise.
38911         (tan_test): Likewise.
38912         (y1_test): Likewise.
38913         * sysdeps/i386/fpu/libm-test-ulps: Update.
38914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38916 2012-05-23  David S. Miller  <davem@davemloft.net>
38918         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38919         (__libc_sigaction): Remove unused local variables.
38921 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38923         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38925 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38927         mktime: avoid signed integer overflow
38928         * time/mktime.c (__mktime_internal): Do not mishandle the case
38929         where diff == INT_MIN.
38931         mktime: simplify computation of average
38932         * time/mktime.c (ranged_convert): Use new time_t_avg function
38933         instead of rolling our own (probably-slower) code.
38935         mktime: do not assume signed right shift propagates sign bit
38936         * time/mktime.c (isdst_differ): New static function.
38937         (__mktime_internal): No need to normalize tm_isdst now.
38938         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38939         tm_isdst values.
38941         mktime: merge another wrapv change from gnulib
38942         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38943         from some compilers.
38945         mktime: remove incorrect attempt at unusual arithmetics
38946         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38947         The code didn't really work on such machines anyway.
38948         (TYPE_MINIMUM): Assume two's complement.
38949         (twos_complement_arithmetic): Verify that long_int and time_t
38950         are two's complement (or unsigned, in the latter case).
38952         mktime: check signed shifts on long_int and time_t, too
38953         * time/mktime.c (SHR): Check that shifts work as desired
38954         on the types long_int and time_t too, as SHR is used on
38955         such types.
38957         mktime: do not assume 'long' is wide enough
38958         * time/mktime.c (verify): Move decl up.
38959         (long_int): New type.
38960         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38961         to remove assumption in the code that 'long' is wide enough to
38962         store year values.  This assumption is not true on x32 and on
38963         some non-glibc platforms.
38965         mktime: merge wrapv change from gnulib
38966         * time/mktime.c (WRAPV): New macro.
38967         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38968         (guess_time_tm, __mktime_internal): Do not assume that signed
38969         integer overflow wraps around; modern compilers generate code
38970         where this assumption is no longer valid.
38972 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38974         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38975         Replace "jmp L(pseudo_end)" with "ret".
38976         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38977         Likewise.
38979 2012-05-23  Andreas Jaeger  <aj@suse.de>
38981         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38982         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38984 2012-05-23  Andreas Jaeger  <aj@suse.de>
38985             Maximilian Attems  <max@stro.at>
38987         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38988         New macros.
38990 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38992         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38993         code so that pseudo_end is just ret and the stack pointer is
38994         correct also for static library in error case.
38996 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38998         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38999         move to syscalls.list.
39000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39005         * manual/install.texi (Running make install): Do not mention Linux
39006         kernel version for which pt_chown is not needed.
39007         (Linux): Do not mention problems with nscd with 2.0 kernels.
39008         * INSTALL: Regenerated.
39010 2012-05-23  Andreas Jaeger  <aj@suse.de>
39012         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39013         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39014         macro.
39015         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39016         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39017         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39018         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39019         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39020         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39021         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39022         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39023         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39024         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39025         * sysdeps/unix/sysv/linux/bits/in.h
39026         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39028 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39030         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39031         (PREPARE_VERSION): Just use assert instead, it will be elided
39032         under [NDEBUG] anyway.
39034 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39036         * sysdeps/unix/sysv/linux/Makefile: Include
39037         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39038         (sysdep_routines): Remove sysctl.
39039         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39040         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39041         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39042         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39043         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39045 2012-05-22  Andreas Jaeger  <aj@suse.de>
39047         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39048         that pseudo_end is just ret and the stack pointer is correct also
39049         for static library in error case.
39051 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39053         [BZ #14122]
39054         * nss/nsswitch.c (defconfig_entries): New variable.
39055         (__nss_database_lookup): Don't leak defconfig entries.
39056         (nss_parse_service_list): Don't leak on error paths.
39057         (free_database_entries): New function.
39058         (free_defconfig): New function.
39059         (free_mem): Move common code to free_database_entries.
39061 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39063         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39064         Add arch_prctl.
39065         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39067         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39068         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39069         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39070         New macro.
39071         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39072         (INTERNAL_SYSCALL_TYPES): Likewise.
39073         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39074         (LOAD_REGS_TYPES_[1-6]): Likewise.
39075         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39076         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39078 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39080         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39081         copysignl for GLIBC_2_0.
39082         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39083         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39084         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39085         logbl for GLIBC_2_0.
39086         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39087         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39089 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39091         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39092         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39094         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39095         Use "neg %eax".
39097         * time/mktime.c: Update copyright years.
39099 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39101         mktime: merge comment-quoting-style change from gnulib
39102         * time/mktime.c: Quote 'like this' in comments.
39103         The GNU coding standards suggest that we no longer quote `like this',
39104         as "`" and "'" are typically rendered asymmetrically nowadays.
39105         The typical gnulib style is to quote 'like this' when quoting
39106         code, and "like this" when quoting English.
39108         * time/mktime.c (compile-command): Add "-I.".
39110         mktime: merge mktime-internal.h change from gnulib
39111         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39113         mktime: merge time_r change from gnulib
39114         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39116         mktime: merge DEBUG change from gnulib
39117         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39118         case system <time.h> has a #define.
39120         mktime: merge <sys/types.h> change from gnulib
39121         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39122         since <time.t> is now guaranteed to define time_t.
39124         mktime: merge HAVE_CONFIG_H change from gnulib
39125         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39127 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39129         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39130         Use "neg %eax".
39132         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39133         __rlim_t cast.
39134         (struct rusage): Use anonymous union to pad each field to
39135         __syscall_slong_t.
39137 2012-05-21  David S. Miller  <davem@davemloft.net>
39139         * Makefules (o-iterator): Remove .s cases.
39140         (compile-command.s): Delete.
39141         (COMPILE.s): Delete.
39142         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39144 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39146         * configure.in (libc_cv_predef_stack_protector): Only consider
39147         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39148         * configure: Regenerated.
39150 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39153         New macro.  Use R*LP on int and pointer.
39154         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39155         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39156         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39157         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39159         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39160         [__WORDSIZE_TIME64_COMPAT32] instead of
39161         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39162         (struct utmp): Likewise.
39163         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39164         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39165         Renamed to ...
39166         (__WORDSIZE_TIME64_COMPAT32): This.
39167         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39168         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39169         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39170         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39171         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39172         (__WORDSIZE_TIME64_COMPAT32): New macro.
39174 2012-05-21  Andreas Jaeger  <aj@suse.de>
39176         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39177         only if [SHARED]. Add prototype for __wcschr_ia32.
39179 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39181         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39182         of %rbp unmolested in the jmp_buf while mangling the low bits.
39183         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39184         unmolested high bits of %rbp while demangling the low bits.
39185         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39187 2012-05-21  Andreas Jaeger  <aj@suse.de>
39189         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39190         * sunrpc/svc_simple.c: Use it for registerrpc.
39191         * sunrpc/xcrypt.c: Use it for passwd2des.
39193         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39195 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39197         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39198         Don't define if [__SYSCALL_WORDSIZE != 32].
39199         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39200         New macro.
39202 2012-05-21  Bruno Haible  <bruno@clisp.org>
39203             Andreas Jaeger  <aj@suse.de>
39205         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39206         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39207         inptr and inend for must_buffer_ch.
39208         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39209         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39210         * stdio-common/Makefile (tests): Remove bug15.
39211         (bug15-ENV): Remove macro.
39212         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39213         anymore.
39215 2012-05-19  Andreas Jaeger  <aj@suse.de>
39216             Roland McGrath  <roland@hack.frob.com>
39218         * manual/contrib.texi: Completely rewritten. It contains now an
39219         alphabetical list of contributors and their contributions.
39221 2012-05-21  Richard Henderson  <rth@twiddle.net>
39223         * misc/getauxval.c (__getauxval): Use unsigned long int.
39224         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39225         (getauxval): Use unsigned long int.
39227 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39229         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39231 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39233         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39234         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39235         __alignof__ (long double).
39237 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39241 2012-05-20  Richard Henderson  <rth@twiddle.net>
39243         * misc/getauxval.c: New file.
39244         * misc/sys/auxv.h: New file.
39245         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39246         (routines): Add getauxval.
39247         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39248         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39249         * elf/dl-sysdep.c (_dl_auxv): Remove.
39250         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39251         * elf/dl-support.c (_dl_auxv): New variable.
39252         (_dl_aux_init): Initialize it.
39253         * manual/startup.texi (Auxiliary Vector): New node.
39254         * sysdeps/generic/bits/hwcap.h: New file.
39255         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39256         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39257         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39258         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39259         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39260         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39262         Update.
39263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39266         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39269         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39270         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39272 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39276 2012-05-19  David S. Miller  <davem@davemloft.net>
39278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39280 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39282         [BZ #14123]
39283         * math/s_ccosh.c: Include <float.h>
39284         (__ccosh): Avoid internal overflow calculating sinh and cosh
39285         values before multiplying by sin and cos values.
39286         * math/s_ccoshf.c: Likewise.
39287         * math/s_ccoshl.c: Likewise.
39288         * math/s_csin.c: Likewise.
39289         * math/s_csinf.c: Likewise.
39290         * math/s_csinl.c: Likewise.
39291         * math/s_csinh.c: Likewise.
39292         * math/s_csinhf.c: Likewise.
39293         * math/s_csinhl.c: Likewise.
39294         * math/libm-test.inc (ccos_test): Add more tests.
39295         (ccosh_test): Likewise.
39296         (csin_test): Likewise.
39297         (csinh_test): Likewise.
39298         * sysdeps/i386/fpu/libm-test-ulps: Update.
39299         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39301 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39303         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39304         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39306         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39308 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39310         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39311         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39312         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39313         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39314         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39315         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39316         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39317         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39318         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39319         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39320         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39321         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39322         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39323         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39324         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39325         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39326         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39327         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39328         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39329         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39330         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39331         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39332         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39333         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39334         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39335         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39336         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39337         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39338         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39339         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39340         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39342 2012-05-18  Andreas Jaeger  <aj@suse.de>
39344         * csu/.gitignore: Delete.
39346 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39348         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39349         (timex): Use __syscall_slong_t.
39351 2012-05-18  Andreas Jaeger  <aj@suse.de>
39352             Carlos O'Donell  <carlos_odonell@mentor.com>
39354         * manual/install.texi (Configuring and compiling): Update
39355         description about files modified in the source directory.
39356         * INSTALL: Regenerated.
39358 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39360         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39361         value.  Use "or" to set return value to -1.
39362         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39363         negate return value.
39365 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39367         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39368         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39369         failure if the compiler has Graphite support disabled.
39370         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39371         Likewise.
39372         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39373         (CFLAGS-memmove.c): Likewise.
39374         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39375         Likewise.
39377 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39379         * sysdeps/x86_64/x32/_itoa.h: New file.
39381         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39382         getdents system call only if kernel and user dirents have the
39383         same d_ino and d_off.
39385         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39386         LLONG_MAX != LONG_MAX.
39387         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39388         (_fitoa_word): Likewise.
39390         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39391         years.
39392         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39393         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39394         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39396         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39397         include <bits/wordsize.h>.  Check __x86_64__ instead of
39398         __WORDSIZE.
39399         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39400         if __x86_64__ is defined.  Use anonymous union on fpstate.
39402         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39403         anonymous union.
39405 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39407         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39408         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39409         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39410         Refer to _rtld_local_ro instead of _rtld_global_ro.
39411         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39412         Likewise.
39413         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39414         Likewise.
39415         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39416         Likewise.
39417         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39418         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39419         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39421         * sysdeps/powerpc/powerpc32/dl-machine.c
39422         (__elf_machine_runtime_setup) [PROF]: Don't reference
39423         _dl_prof_resolve.
39425 2012-05-18  Andreas Jaeger  <aj@suse.de>
39427         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39428         function only available for GCCs before 3.4 since GCC 3.4
39429         introduced a builtin.
39430         (lrint): Likewise.
39431         (llrintf): Likewise.
39432         (llrint): Likewise.
39433         (fmaxf): Likewise.
39434         (fmax): Likewise.
39435         (fminf): Likewise.
39436         (fmin): Likewise.
39437         (rint): Likewise.
39438         (rintf): Likewise.
39439         (nearbyint): Likewise.
39440         (nearbyintf): Likewise.
39441         (ceil): Likewise.
39442         (ceilf): Likewise.
39443         (floor): Likewise.
39444         (floorf): Likewise.
39446 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39448         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39449         on both fields and cast pointer to __syscall_ulong_t.
39451         * bits/types.h (__fsword_t): New type.
39452         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39453         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39454         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39455         (__FSWORD_T_TYPE): Likewise.
39456         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39457         (__FSWORD_T_TYPE): Likewise.
39458         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39459         (__FSWORD_T_TYPE): Likewise.
39460         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39461         (__FSWORD_T_TYPE): Likewise.
39462         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39463         __SWORD_TYPE with __fsword_t.
39464         (statfs64): Likewise.
39466 2012-05-17  David S. Miller  <davem@davemloft.net>
39468         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39470 2012-05-17  Andreas Jaeger  <aj@suse.de>
39472         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39473         warning.
39475 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39477         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39479 2012-05-17  Andreas Jaeger  <aj@suse.de>
39481         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39482         when it is used.
39484 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39486         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39488 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39490         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39491         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39493 2012-05-17  Andreas Jaeger  <aj@suse.de>
39494             Carlos O'Donell  <carlos_odonell@mentor.com>
39496         [BZ #14059]
39497         * sysdeps/x86_64/multiarch/init-arch.h
39498         (bit_YMM_Usable): Rename to...
39499         (bit_AVX_Usable): ... this.
39500         (bit_FMA4_Usable): New macro.
39501         (bit_XMM_state): New macro.
39502         (bit_YMM_state): New macro.
39503         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39504         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39505         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39506         (CPUID_OSXSAVE): New macro.
39507         (CPUID_AVX): New macro.
39508         (CPUID_FMA4): New macro.
39509         (index_YMM_Usable): Rename to...
39510         (index_AVX_Usable): ... this.
39511         (HAS_AVX): Use HAS_ARCH_FEATURE.
39512         (HAS_FMA4): Likewise.
39513         (HAS_YMM_USABLE): Remove.
39514         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39515         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39516         are present.
39517         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39518         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39519         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39520         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39521         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39523 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39525         * math/libm-test.c: Support platforms without multiple rounding modes.
39526         * math/bug-nextafter.c: Support platforms without FP exceptions.
39527         * math/bug-nexttoward.c: Likewise.
39528         * math/test-fenv.c: Likewise.
39529         * math/test-misc.c: Likewise.
39530         * stdlib/bug-getcontext.c: Likewise.
39532 2012-05-17  Andreas Jaeger  <aj@suse.de>
39534         * manual/examples/search.c (critter_cmp): Change signature to
39535         avoid warnings.
39536         * manual/string.texi (Collation Functions): Likewise.
39538 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39540         * bits/types.h: Fold copyright years.
39541         * bits/typesizes.h: Likewise.
39542         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39543         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39544         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39545         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39546         * time/time.h: Likewise.
39548 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39550         [BZ #208]
39551         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39552         in instead of returning them.  Return void.
39553         (__libc_mallinfo): Accumulate over all arenas.
39554         (__malloc_stats): Adjust for change in int_mallinfo interface.
39556 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39558         [BZ #10375]
39559         * configure.in (NM): Add AC_CHECK_TOOL for it.
39560         (libc_extra_cflags): New substituted variable.
39561         Check for -fstack-protector being used implicitly.
39562         * configure: Regenerated.
39563         * config.make.in (config-extra-cflags): New variable,
39564         gets @libc_extra_cflags@.
39565         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39567         [BZ #10375]
39568         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39569         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39570         * configure: Regenerated.
39571         * config.make.in (CPPUNDEFS): New substituted variable.
39572         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39573         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39574         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39576 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39578         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39579         (mq_attr): Use __syscall_slong_t.
39581 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39583         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39584         Check __x86_64__ instead of __WORDSIZE.
39585         (_STAT_VER_LINUX): Likewise.
39586         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39587         __syscall_ulong_t and __syscall_slong_t.
39588         (stat64): Likewise.
39590 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39592         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39594 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39596         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39598 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39600         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39601         __syscall_ulong_t.
39603         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39604         include <bits/wordsize.h>.  Check __x86_64__ instead of
39605         __WORDSIZE.
39606         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39607         defined.
39608         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39610         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39611         include <bits/wordsize.h>.  Check __x86_64__ instead of
39612         __WORDSIZE.
39613         (user_regs_struct): Use "__extension__ unsigned long long"
39614         instead of "unsigned long" if __x86_64__ is defined.
39615         (user): Likewise.  Pad after pointer field if __ILP32__ is
39616         defined.
39618 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39620         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39621         versions 5 to 9.
39622         * configure: Regenerated.
39623         * manual/install.texi (texinfo): Increase version requirement to
39624         4.5 or later.
39625         * INSTALL: Regenerated.
39627         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39629 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39631         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39633         * sysdeps/x86_64/x32/ffs.c: New file.
39635         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39636         __syscall_ulong_t.
39637         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39638         defined.  Use __syscall_ulong_t.
39639         (shminfo): Use __syscall_ulong_t.
39640         (shm_info): Likewise.
39642         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39643         __syscall_ulong_t.
39645         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39646         <bits/wordsize.h>.
39647         (msgqnum_t): Use __syscall_ulong_t.
39648         (msglen_t): Likewise.
39649         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39650         __syscall_ulong_t.
39652         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39653         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39655         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39657         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39658         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39660         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39661         __syscall_slong_t.
39663         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39664         include <bits/wordsize.h>.  Check __x86_64__ instead of
39665         __WORDSIZE.
39667         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39668         "unsigned long long int" if __x86_64__ is defined.
39669         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39671         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39672         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39673         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39675         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39676         <stdint.h>.
39677         (GET_PC): Cast to uintptr_t first.
39678         (GET_FRAME): Likewise.
39679         (GET_STACK): Likewise.
39681         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39682         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39683         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39684         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39685         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39686         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39687         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39688         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39689         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39690         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39691         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39692         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39693         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39694         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39695         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39696         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39697         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39698         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39699         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39700         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39701         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39702         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39703         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39704         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39705         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39706         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39707         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39708         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39709         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39711 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39713         * Makerules (+depfiles): Also collect depfiles from .oS in
39714         $(extra-objs).
39715         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39716         .oS, $(libnldbl-routines)).
39718         * Makerules (native-compile-mkdep-flags): Define.
39719         * sunrpc/Makefile (extra-objs): Add $(addprefix
39720         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39721         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39722         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39723         calling $(make-target-directory).
39725 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39727         * bits/types.h (__snseconds_t): Removed.
39728         * time/time.h (struct timespec): Replace __snseconds_t with
39729         __syscall_slong_t.
39730         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39731         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39732         Likewise.
39733         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39734         (__SNSECONDS_T_TYPE): Likewise.
39735         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39736         (__SNSECONDS_T_TYPE): Likewise.
39737         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39738         (__SNSECONDS_T_TYPE): Likewise.
39740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39742         * sysdeps/mach/hurd/bits/typesizes.h
39743         (__SYSCALL_SLONG_TYPE): New macro.
39744         (__SYSCALL_ULONG_TYPE): Likewise.
39746 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39748         * bits/types.h (__syscall_slong_t): New type.
39749         (__syscall_ulong_t): Likewise.
39751         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39752         (__SYSCALL_ULONG_TYPE): Likewise.
39753         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39754         (__SYSCALL_SLONG_TYPE): Likewise.
39755         (__SYSCALL_ULONG_TYPE): Likewise.
39756         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39757         (__SYSCALL_SLONG_TYPE): Likewise.
39758         (__SYSCALL_ULONG_TYPE): Likewise.
39759         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39760         (__SYSCALL_SLONG_TYPE): Likewise.
39761         (__SYSCALL_ULONG_TYPE): Likewise.
39763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39765         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39766         Add sigaltstack-offsets.sym.
39767         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39768         <sigaltstack-offsets.h>.
39769         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39770         longjmp_msg pointer.
39771         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39772         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39773         signal stack.
39774         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39776 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39778         * elf/stackguard-macros.h: Remove file.
39779         * sysdeps/generic/stackguard-macros.h: New file.
39780         * sysdeps/i386/stackguard-macros.h: Likewise.
39781         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39782         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39783         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39784         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39785         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39786         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39787         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39788         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39789         <elf/stackguard-macros.h>.
39791         [BZ #14109]
39792         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39793         __aligned__ in attribute.
39794         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39795         (gregset_t): Likewise.
39797 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39799         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39800         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39801         * sysdeps/x86_64/x32/Implies-after: New file.
39803 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39805         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39806         and access return value for _dl_profile_fixup.  Use R10_LP to
39807         load frame size.
39809 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39811         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39813 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39815         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39816         * sysdeps/x86_64/x32/sysdep.h: New file.
39818 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39820         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39821         * sysdeps/x86_64/setjmp.S: Likewise.
39823 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39825         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39826         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39827         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39828         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39829         remove unused global constant.
39831 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39833         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39834         include of <not-cancel.h>.
39836 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39838         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39840 2012-05-15  Jeff Law  <law@redhat.com>
39841             Andreas Jaeger  <aj@suse.de>
39843         [BZ #13594]
39844         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39845         out from...
39846         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39847         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39848         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39849         code changing __hst_map_handle.map.
39851 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39853         * configure.in (sysnames): Look for Implies-before and Implies-after
39854         files.
39855         * configure: Regenerated.
39857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39859         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39860         8-byte data alignment with LP_SIZE alignment.
39862 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39864         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39865         into R10_LP.
39867 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39869         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39871 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39873         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39874         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39875         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39876         Likewise.
39877         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39879 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39881         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39882         (stackinfo_sub_sp): Likewise.
39884 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39886         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39887         RAX_LP.
39889 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39891         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39892         into R*_LP.
39894 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39896         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39897         sizes into R*_LP.
39899 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39901         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39903 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39905         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39906         into R11_LP and load __x86_64_shared_cache_size_half into
39907         R8_LP.
39909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39911         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39912         R8_LP.
39914 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39916         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39917         logb for POWER7.
39918         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39919         logbf for POWER7.
39920         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39921         logbl for POWER7.
39922         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39923         powerpc32/power7/fpu/s_logb.c via #include.
39924         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39925         powerpc32/power7/fpu/s_logbf.c via #include.
39926         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39927         powerpc32/power7/fpu/s_logbl.c via #include.
39929 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39931         * README.libm: Remove file.
39933 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39935         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39936         count for x32.  Use R*_LP and omit operand-size suffix.
39938 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39940         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39941         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39942         * sysdeps/x86_64/x32/shlib-versions: New file.
39944 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39946         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39947         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39948         Use _dl_fatal_printf instead.
39950 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39952         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39953         set if not set by the user.  Do not allow for being unset.
39954         * sysdeps/unix/sysv/linux/configure: Regenerated.
39956 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39958         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39959         the `q' suffix from lea and replace .quad with ASM_ADDR.
39961 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39963         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39964         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39965         instead of $17.
39966         (PTR_DEMANGLE): Likewise.
39968 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39970         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39971         (LP_OP): Likewise.
39972         (ASM_ADDR): Likewise.
39973         (RAX_LP): Likewise.
39974         (RBP_LP): Likewise.
39975         (RBX_LP): Likewise.
39976         (RCX_LP): Likewise.
39977         (RDI_LP): Likewise.
39978         (RSI_LP): Likewise.
39979         (RSP_LP): Likewise.
39980         (R8_LP): Likewise.
39981         (R9_LP): Likewise.
39982         (R10_LP): Likewise.
39983         (R10_LP): Likewise.
39984         (R11_LP): Likewise.
39985         (R12_LP): Likewise.
39986         (R13_LP): Likewise.
39987         (R14_LP): Likewise.
39988         (R15_LP): Likewise.
39990 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39992         * sysdeps/x86_64/x32/dl-machine.h: New file.
39994 2012-05-14  Andreas Jaeger  <aj@suse.de>
39996         * manual/Makefile (subdir): Remove export of subdir.
39997         (all): Remove target.
39998         (.PHONY): Remove all from list.
39999         (mkinstalldirs): Remove.
40000         (.PHONY): Remove installdirs from list.
40001         ($(inst_infodir)/libc.info): Use make-target-directory.
40002         (installdirs): Remove.
40003         (subdir_%): Remove.
40004         (glibc-targets): Remove.
40005         (lib): Remove.
40006         (stubs): Remove.
40007         ($(objpfx)stubs ../po/manual.pot): Remove.
40008         ($(objpfx)stamp%): Remove.
40009         (make-target-directory): Remove.
40010         (subdir_install): Remove.
40011         (routines): Remove.
40012         (aux): Remove.
40013         (sources): Remove.
40014         (objects): Remove.
40015         (headers): Remove.
40017         [BZ #13750]
40018         * manual/.gitignore: Remove, it's not needed anymore.
40019         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40020         all files in it.
40021         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40022         directory.
40023         (texis): Renamed to $(objpfx)texis.
40024         (texis-path): New, contains path to generated files.
40025         (chapters.%): Use texis-path for complete path, add extra argument
40026         libc-texinfo.sh.
40027         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40028         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40029         (summary,texi, stamp-summary): Use complete path of
40030         files. Generate files in build dir.
40031         (dir-add.texi): Build in build dir.
40032         (libm-err.texi,stamp-libm-err): Likewise.
40033         (version.texi, stamp-version): Likewise.
40034         (.%c.texi): Likewise.
40035         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40036         (mostlyclean): Remove target.
40037         (realclean): Remove target.
40038         (generated): Add new variable with contents from mostlyclean and
40039         realclean, remove entries duplicated in common-mostlyclean, add
40040         stamp-libm-err and stamp-version.
40041         (generated-dirs): Add libc directory.
40042         ($(inst_infodir)/libc.info): Install files from build dir.
40044         * manual/install.texi (Configuring and compiling): Adjust since
40045         the info files are not part of the tar ball anymore.
40047 2012-05-14  Andreas Jaeger  <aj@suse.de>
40049         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40050         variable.
40052 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40054         [BZ #13717]
40055         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40056         to 2.2.0 where earlier.
40057         * sysdeps/unix/sysv/linux/configure: Regenerated.
40058         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40059         Remove conditional code.
40060         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40061         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40062         Remove conditional code.
40063         [!__NR_lchown]: Likewise.
40064         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40065         [__NR_lchown]: Likewise.
40066         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40067         comment referencing __ASSUME_LCHOWN_SYSCALL.
40068         * sysdeps/unix/sysv/linux/i386/sigaction.c
40069         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40070         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40071         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40072         Remove conditional code.
40073         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40074         (__protocol_available): Remove #if 0 code.
40075         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40076         conditional code.
40077         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40078         * sysdeps/unix/sysv/linux/kernel-features.h
40079         (__ASSUME_GETCWD_SYSCALL): Don't define.
40080         (__ASSUME_REALTIME_SIGNALS): Likewise.
40081         (__ASSUME_PREAD_SYSCALL): Likewise.
40082         (__ASSUME_PWRITE_SYSCALL): Likewise.
40083         (__ASSUME_POLL_SYSCALL): Likewise.
40084         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40085         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40086         non-SPARC.
40087         (__ASSUME_SIOCGIFNAME): Don't define.
40088         (__ASSUME_MSG_NOSIGNAL): Likewise.
40089         (__ASSUME_SENDFILE): Define unconditionally.
40090         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40091         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40092         conditional code.
40093         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40094         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40095         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40096         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40097         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40098         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40099         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40101         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40102         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40104         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40105         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40107         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40108         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40110         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40111         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40113         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40114         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40116         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40117         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40119         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40120         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40122         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40123         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40124         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40125         Remove conditional code.
40126         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40127         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40128         Remove conditional code.
40129         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40130         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40131         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40132         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40133         Remove conditional code.
40134         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40135         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40136         Remove conditional code.
40137         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40138         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40139         Remove conditional code.
40140         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40141         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40142         Remove conditional code.
40143         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40144         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40145         Remove conditional code.
40146         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40147         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40148         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40149         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40150         * sysdeps/unix/sysv/linux/sigaction.c
40151         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40152         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40153         * sysdeps/unix/sysv/linux/sigpending.c
40154         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40155         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40156         * sysdeps/unix/sysv/linux/sigprocmask.c
40157         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40158         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40159         * sysdeps/unix/sysv/linux/sigsuspend.c
40160         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40161         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40162         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40163         (__libc_missing_rt_sigs): Remove.
40164         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40165         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40166         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40167         Remove conditional code.
40168         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40169         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40170         return 1.
40171         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40172         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40173         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40174         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40176 2012-05-14  Andreas Jaeger  <aj@suse.de>
40178         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40179         it's not used in glibc.
40180         (__coshm1): Likewise.
40181         (__acosh1p): Likewise.
40182         (__sgn): Likewise.
40184         * manual/string.texi (Copying and Concatenation): Add missing
40185         variable in concat example.
40186         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40188 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40190         [BZ #14103]
40191         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40192         __builtin_clzl with __builtin_clzll.
40194 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40196         [BZ #14104]
40197         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40198         libc_freeres_ptr.
40200 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40202         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40203         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40204         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40205         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40207 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40209         * NEWS: Update ia64 info.
40211 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40213         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40214         used as bcopy.
40216 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40218         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40219         * sysdeps/unix/syscalls.list (dup3): Likewise.
40220         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40221         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40223 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40225         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40226         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40228 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40230         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40231         thread pointer.
40232         (TLS_IE): Use mov/add instead of movq/addq to load thread
40233         pointer.
40234         (TLS_GD_PREFIX): New.
40235         (TLS_GD): Use it.
40237 2012-05-11  David S. Miller  <davem@davemloft.net>
40239         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40240         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40241         (_FPU_SETCW): Likewise.
40243 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40245         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40246         is 32-byte aligned.
40248 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40250         [BZ #11837]
40251         * iconvdata/gb18030.c: Update tables.
40252         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40253         characters specially.
40254         (BODY for TO_LOOP): Add encoding of missing ranges.
40256 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40258         [BZ #13673]
40259         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40260         * sysdeps/mach/hurd/dup3.c: Likewise.
40261         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40262         * sysdeps/powerpc/memmove.c:: Likewise.
40264 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40266         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40267         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40269 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40271         * elf/elf.h (R_X86_64_RELATIVE64): New.
40272         (R_X86_64_NUM): Updated.
40273         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40274         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40275         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40276         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40277         tst-quad1pie tst-quad2pie
40278         (modules-names): Add tst-quadmod1 tst-quadmod2.
40279         ($(objpfx)tst-quad1): New dependency.
40280         ($(objpfx)tst-quad2): Likewise.
40281         ($(objpfx)tst-quad1pie): Likewise.
40282         ($(objpfx)tst-quad2pie): Likewise.
40283         * sysdeps/x86_64/tst-quad1.c: New file.
40284         * sysdeps/x86_64/tst-quad1pie.c: New file.
40285         * sysdeps/x86_64/tst-quad2.c: Likewise.
40286         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40287         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40288         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40289         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40290         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40292 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40294         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40295         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40296         * streams/stropts.h (t_scalar_t): Define type.
40298         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40299         (_PATH_PRESERVE): Set to "/var/lib".
40300         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40302         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40303         instead of int.
40305         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40306         if __dir_mkfile succeeded.
40308         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40309         checking for _hurd_dtablesize.  Unlock it right after having
40310         finished _hurd_dtable allocation.
40312 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40314         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40315         * sysdeps/mach/hurd/configure: Regenerated.
40316         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40317         special-casing to...
40318         * sysdeps/gnu/configure.in: ... this new file.
40319         * sysdeps/unix/sysv/linux/configure: Regenerated.
40320         * sysdeps/gnu/configure: New generated file.
40322         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40323         for Linux: use nsec instead of usec, as well as:
40324         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40325         members of type struct timespec.
40326         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40327         New macros.
40328         (struct stat64): Likewise.
40329         (_STATBUF_ST_NSEC): New macro.
40330         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40332         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40333         __strtoul_internal rather than strtoul.
40335 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40337         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40338         and reject them.
40340 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40342         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40343         which preserves existing values.
40344         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40346 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40348         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40349         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40350         greater than FD_SETSIZE.
40352 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40354         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40355         allocated, call __vm_protect to finish enabling the existing space, and
40356         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40357         allocate the remainder.
40359 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40361         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40362         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40364 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40366         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40367         sysdeps/mach/hurd/readlink.c.
40369         * posix/tst-sysconf.c (posix_options): Only use
40370         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40371         _POSIX_SYNCHRONIZED_IO when they are defined
40372         * sysdeps/mach/hurd/bits/posix_opt.h:
40373         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40374         (_XOPEN_REALTIME): Undefine macro.
40375         (_XOPEN_REALTIME_THREADS): Undefine macro.
40376         (_XOPEN_SHM): Undefine macro.
40377         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40378         macro to -1.
40379         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40380         macro to -1.
40381         (_POSIX_ASYNC_IO): Undefine macro.
40382         (_POSIX_PRIORITIZED_IO): Undefine macro.
40383         (_POSIX_SPIN_LOCKS): Define macro to -1.
40385         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40386         SA_NODEFER, SA_RESETHAND.
40387         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40388         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40389         F_DUPFD_CLOEXEC.
40391 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40393         * elf/Makefile (pldd-modules): Define unconditionally.
40395 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40397         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40399 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40401         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40402         Return ENOENT when name is empty.
40403         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40405 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40407         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40409         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40411 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40413         Fix mlock in all cases except non-readable pages.
40414         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40415         instead of VM_PROT_ALL as parameter to __vm_wire function.
40417         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40418         (__mkdir): When path is `/', just fail with EEXIST.
40419         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40421 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40423         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40424         <sys/uio.h> (for writev).
40425         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40426         and <sys/param.h> (for MIN).
40428 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40430         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40431         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40432         if interrupted.
40434 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40436         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40437         Depend on against $(link-rpcuserlibs).
40439 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40441         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40442         (__libc_stack_end): Do not use attribute_relro.
40443         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40444         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40445         to libthread-provided value.
40446         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40447         attribute_relro.
40449 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40451         [BZ #3748]
40452         * bits/libc-lock.h (__libc_once_get): New macro.
40453         * sysdeps/mach/bits/libc-lock.h: Likewise.
40454         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40455         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40456         instead of using implementation details.
40458         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40459         * libio/freopen.c: Likewise.
40460         * libio/freopen64.c: Likewise.
40461         * misc/syslog.c: Likewise.
40462         * nscd/connections.c: Likewise.
40463         * nscd/netgroupcache.c: Likewise.
40464         * sysdeps/posix/getcwd.c: Likewise.
40466 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40468         * math/w_ilogbf.c: Add #include <limits.h>.
40470 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40472         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40473         path instead of returning without unlocking.
40475         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40476         immediate-write ioctls.
40477         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40479 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40481         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40482         __builtin_frame_address instead of making assumptions about the
40483         location of the return address relative to DATA.  Force early load of
40484         the return address.
40485         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40486         __builtin_frame_address.
40488         dup3 for GNU Hurd.
40489         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40490         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40491         implement dup3 and do some further code clean-ups.
40492         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40493         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40495 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40497         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40499         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40500         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40501         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40502         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40503         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40504         d->port.lock.
40506         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40507         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40508         when handler == SIG_ERR, not when handler != SIG_ERR.
40510 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40512         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40513         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40514         definitions.
40516         accept4 for GNU Hurd.
40517         * include/sys/socket.h (__libc_accept4): New prototype.
40518         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40519         to implement __libc_accept4.
40520         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40521         __libc_accept4.
40522         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40524         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40525         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40526         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40527         signal-defines.sym.
40529 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40531         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40533 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40535         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40536         assertion on O_CLOEXEC flag.
40537         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40538         * hurd/intern-fd.c: Likewise.
40539         * hurd/port2fd.c: Likewise.
40541 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40543         [BZ #3906]
40544         * bits/in.h (IPV6_PKTINFO): Define new macro.
40545         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40547 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40549         [BZ #13954]
40550         [BZ #13955]
40551         [BZ #13956]
40552         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40553         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40554         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40555         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40556         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40557         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40558         * math/libm-test.inc (logb_test) : Additional logb tests.
40560 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40561             Andreas Jaeger  <aj@suse.de>
40563         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40564         * configure: Regenerated.
40565         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40566         * config.make.in (link-obsolete-rpc): New substituted variable.
40567         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40568         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40569         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40570         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40571         so that libc.a contains the symbols.
40572         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40573         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40574         * sunrpc/auth_none.c: Likewise.
40575         * sunrpc/auth_unix.c: Likewise.
40576         * sunrpc/authdes_prot.c: Likewise.
40577         * sunrpc/authuxprot.c: Likewise.
40578         * sunrpc/clnt_gen.c: Likewise.
40579         * sunrpc/clnt_perr.c: Likewise.
40580         * sunrpc/clnt_raw.c: Likewise.
40581         * sunrpc/clnt_simp.c: Likewise.
40582         * sunrpc/clnt_tcp.c: Likewise.
40583         * sunrpc/clnt_udp.c: Likewise.
40584         * sunrpc/clnt_unix.c: Likewise.
40585         * sunrpc/des_crypt.c: Likewise.
40586         * sunrpc/des_soft.c: Likewise.
40587         * sunrpc/get_myaddr.c: Likewise.
40588         * sunrpc/key_call.c: Likewise.
40589         * sunrpc/key_prot.c: Likewise.
40590         * sunrpc/netname.c: Likewise.
40591         * sunrpc/pm_getmaps.c: Likewise.
40592         * sunrpc/pm_getport.c: Likewise.
40593         * sunrpc/pmap_clnt.c: Likewise.
40594         * sunrpc/pmap_prot.c: Likewise.
40595         * sunrpc/pmap_prot2.c: Likewise.
40596         * sunrpc/pmap_rmt.c: Likewise.
40597         * sunrpc/publickey.c: Likewise.
40598         * sunrpc/rpc_cmsg.c: Likewise.
40599         * sunrpc/rpc_common.c: Likewise.
40600         * sunrpc/rpc_dtable.c: Likewise.
40601         * sunrpc/rpc_prot.c: Likewise.
40602         * sunrpc/rpc_thread.c: Likewise.
40603         * sunrpc/rtime.c: Likewise.
40604         * sunrpc/svc.c: Likewise.
40605         * sunrpc/svc_auth.c: Likewise.
40606         * sunrpc/svc_raw.c: Likewise.
40607         * sunrpc/svc_run.c: Likewise.
40608         * sunrpc/svc_tcp.c: Likewise.
40609         * sunrpc/svc_udp.c: Likewise.
40610         * sunrpc/svc_unix.c: Likewise.
40611         * sunrpc/svcauth_des.c: Likewise.
40612         * sunrpc/xcrypt.c: Likewise.
40613         * sunrpc/xdr.c: Likewise.
40614         * sunrpc/xdr_array.c: Likewise.
40615         * sunrpc/xdr_float.c: Likewise.
40616         * sunrpc/xdr_intXX_t.c: Likewise.
40617         * sunrpc/xdr_mem.c: Likewise.
40618         * sunrpc/xdr_rec.c: Likewise.
40619         * sunrpc/xdr_ref.c: Likewise.
40620         * sunrpc/xdr_sizeof.c: Likewise.
40621         * sunrpc/xdr_stdio.c: Likewise.
40623 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40625         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40626         change.  Update copyright years.
40628 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40630         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40632 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40633             Joseph Myers  <joseph@codesourcery.com>
40634             Paul Pluzhnikov  <ppluzhnikov@google.com>
40636         [BZ #14012]
40637         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40638         requiring rpcgen.
40639         [cross-compiling] (extra-libs): Likewise.
40640         [cross-compiling] (extra-libs-others): Likewise.
40641         [cross-compiling] (librpcsvc-routines): Likewise.
40642         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40643         [cross-compiling] (omit-deps): Likewise.
40644         (sunrpc-CPPFLAGS): New variable.
40645         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40646         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40647         (cross-rpcgen-objs): New variable.
40648         (extra-objs): Append $(cross-rpcgen-objs).
40649         ($(cross-rpcgen-objs)): New rule.
40650         ($(objpfx)cross-rpcgen): Likewise.
40651         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40652         comment.
40653         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40654         ($(objpfx)x%.stmp): Likewise.
40655         * sunrpc/proto.h [IS_IN_build] (_): Define.
40656         [IS_IN_build] (_libc_intl_domainname): Likewise.
40658 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40660         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40661         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40662         and R_X86_64_TPOFF64.
40664 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40666         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40667         sysdeps/unix/sysv/syscalls.list.
40668         (stime): Likewise.
40669         (utime): Likewise.
40670         * sysdeps/unix/sysv/syscalls.list: Remove file.
40672 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40674         [BZ #3440]
40675         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40676         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40677         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40678         (__LC_IDENTIFICATION): Make these macros useful in #if
40679         expressions, as required by C99.
40681 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40683         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40684         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40685         after this.
40687 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40689         * stdlib/longlong.h: Updated from GCC.
40691 2012-05-09  Andreas Jaeger  <aj@suse.de>
40693         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40694         default is first entry.
40695         (run_mode): Set type.
40696         (main): Remove informal message about syslog.
40697         (options): Fix typo.
40699         [BZ #14053]
40700         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40701         to asm.
40702         (lrint): Likewise.
40703         (llrintf): Likewise.
40704         (llrint): Likewise.
40705         (rint): Likewise.
40706         (rintf): Likewise.
40707         (nearbyint): Likewise.
40708         (nearbyintf): Likewise.
40710 2012-05-09  Andreas Jaeger  <aj@suse.de>
40711             Pedro Alves  <palves@redhat.com>
40713         * nscd/nscd.c (run_mode): Use enum.
40714         (main): Cleanup coding style issue.
40716 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40717             Andreas Jaeger  <aj@suse.de>
40719         * nscd/nscd.c (go_background): Replaced with...
40720         (run_mode): ... this.
40721         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40722         (options): Add -F --foreground.
40723         (main): Implement it.
40724         (parse_opt): Parse it.
40726 2012-05-09  Andreas Jaeger  <aj@suse.de>
40728         [BZ #14083]
40729         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40730         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40731         -Wconversion warning.
40732         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40733         Likewise.
40735 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40737         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40738         == 0.
40739         (LC_ALL): Use macro-int-constant.
40740         (LC_COLLATE): Likewise.
40741         (LC_CTYPE): Likewise.
40742         (LC_MESSAGES): Likewise.
40743         (LC_MONETARY): Likewise.
40744         (LC_NUMERIC): Likewise.
40745         (LC_TIME): Likewise.
40746         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40747         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40748         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40749         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40750         Specify type.
40751         [C99-based standards] (float_t): Expect type.
40752         [C99-based standards] (double_t): Expect type.
40753         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40754         type.
40755         [C99-based standards] (HUGE_VALL): Likewise.
40756         [C99-based standards] (INFINITY): Likewise.
40757         [C99-based standards] (NAN): Likewise.
40758         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40759         [C99-based standards] (FP_NAN): Likewise.
40760         [C99-based standards] (FP_NORMAL): Likewise.
40761         [C99-based standards] (FP_SUBNORMAL): Likewise.
40762         [C99-based standards] (FP_ZERO): Likewise.
40763         [C99-based standards] (FP_FAST_FMA): Use
40764         optional-macro-int-constant.  Specify type.  Require == 1.
40765         [C99-based standards] (FP_FAST_FMAF): Likewise.
40766         [C99-based standards] (FP_FAST_FMAL): Likewise.
40767         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40768         [C99-based standards] (FP_ILOGBNAN): Likewise.
40769         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40770         Specify type.
40771         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40772         [C99-based standards] (math_errhandling): Specify type.
40773         [ISO99 || ISO11] (signgam): Do not allow.
40774         [non-C99-based standards] (copysignf): Do not allow.
40775         [non-C99-based standards] (exp2f): Likewise.
40776         [non-C99-based standards] (log2f): Likewise.
40777         [non-C99-based standards] (modff): Allow.
40778         [non-C99-based standards] (erff): Do not allow.
40779         [non-C99-based standards] (erfcf): Likewise.
40780         [non-C99-based standards] (gammaf): Likewise.
40781         [non-C99-based standards] (hypotf): Likewise.
40782         [non-C99-based standards] (j0f): Likewise.
40783         [non-C99-based standards] (j1f): Likewise.
40784         [non-C99-based standards] (jnf): Likewise.
40785         [non-C99-based standards] (lgammaf): Likewise.
40786         [non-C99-based standards] (tgammaf): Likewise.
40787         [non-C99-based standards] (y0f): Likewise.
40788         [non-C99-based standards] (y1f): Likewise.
40789         [non-C99-based standards] (ynf): Likewise.
40790         [non-C99-based standards] (isnanf): Likewise.
40791         [non-C99-based standards] (acoshf): Likewise.
40792         [non-C99-based standards] (asinhf): Likewise.
40793         [non-C99-based standards] (atanhf): Likewise.
40794         [non-C99-based standards] (cbrtf): Likewise.
40795         [non-C99-based standards] (expm1f): Likewise.
40796         [non-C99-based standards] (ilogbf): Likewise.
40797         [non-C99-based standards] (log1pf): Likewise.
40798         [non-C99-based standards] (logbf): Likewise.
40799         [non-C99-based standards] (nextafterf): Likewise.
40800         [non-C99-based standards] (remainderf): Likewise.
40801         [non-C99-based standards] (rintf): Likewise.
40802         [non-C99-based standards] (scalbf): Likewise.
40803         [non-C99-based standards] (copysignl): Likewise.
40804         [non-C99-based standards] (exp2l): Likewise.
40805         [non-C99-based standards] (log2l): Likewise.
40806         [non-C99-based standards] (modfl): Allow.
40807         [non-C99-based standards] (erfl): Do not allow.
40808         [non-C99-based standards] (erfcl): Likewise.
40809         [non-C99-based standards] (gammal): Likewise.
40810         [non-C99-based standards] (hypotl): Likewise.
40811         [non-C99-based standards] (j0l): Likewise.
40812         [non-C99-based standards] (j1l): Likewise.
40813         [non-C99-based standards] (jnl): Likewise.
40814         [non-C99-based standards] (lgammal): Likewise.
40815         [non-C99-based standards] (tgammal): Likewise.
40816         [non-C99-based standards] (y0l): Likewise.
40817         [non-C99-based standards] (y1l): Likewise.
40818         [non-C99-based standards] (ynl): Likewise.
40819         [non-C99-based standards] (isnanl): Likewise.
40820         [non-C99-based standards] (acoshl): Likewise.
40821         [non-C99-based standards] (asinhl): Likewise.
40822         [non-C99-based standards] (atanhl): Likewise.
40823         [non-C99-based standards] (cbrtl): Likewise.
40824         [non-C99-based standards] (expm1l): Likewise.
40825         [non-C99-based standards] (ilogbl): Likewise.
40826         [non-C99-based standards] (log1pl): Likewise.
40827         [non-C99-based standards] (logbl): Likewise.
40828         [non-C99-based standards] (nextafterl): Likewise.
40829         [non-C99-based standards] (remainderl): Likewise.
40830         [non-C99-based standards] (rintl): Likewise.
40831         [non-C99-based standards] (scalbl): Likewise.
40832         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40833         [non-C99-based standards] (FP_*): Do not allow.
40834         [C99-based standards] (FP_*): Change to
40835         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40836         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40837         allow.
40838         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40839         (SIG_ERR): Likewise.
40840         [X/Open-based standards] (SIG_HOLD): Likewise.
40841         (SIG_IGN): Likewise.
40842         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40843         positive value.
40844         (SIGFPE): Likewise.
40845         (SIGILL): Likewise.
40846         (SIGINT): Likewise.
40847         (SIGSEGV): Likewise.
40848         (SIGTER): Likewise.
40849         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40850         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40851         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40852         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40853         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40854         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40855         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40856         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40857         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40858         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40859         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40860         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40861         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40862         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40863         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40864         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40865         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40866         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40867         [X/Open-based standards] (SIGTRAP): Likewise.
40868         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40869         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40870         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40871         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40872         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40873         allow.
40875 2012-05-08  Ian Wienand  <ianw@vmware.com>
40877         [BZ #14080]
40878         * time/tzset.c (__tzset_parse_tz): Update default rules for
40879         daylight time changes in the Energy Policy Act of 2005.
40881 2012-05-09  Andreas Jaeger  <aj@suse.de>
40883         [BZ #13983]
40884         * elf/ldconfig.c (parse_conf): Change string to make clear that
40885         ldconfig only issued a warning if ld.so.conf does not exist.
40887 2012-05-08  David S. Miller  <davem@davemloft.net>
40889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40890         movxtod instead of popping the value on the stack.
40892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40894 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40896         * config.h.in: Add HAVE_ARM_PCS_VFP.
40898 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40900         [BZ #13979]
40901         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40902         checking but the checks are disabled for any reason.
40904 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40906         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40907         and ELF64_R_TYPE with ELFW(R_TYPE).
40909 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40911         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40912         (ulimit): Likewise.
40914         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40915         (settimeofday): Likewise.
40917 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40919         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40920         a struct th_u2 inside the union, and move tu_block/tu_code into
40921         a new th_u3 union of tu_block/tu_code inside of that.  Move
40922         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40923         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40924         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40925         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40926         (th_stuff): Change to th_u1.tu_stuff.
40927         (th_data): Define.
40928         (th_msg): Change to th_u1.th_u2.tu_data.
40930 2012-05-07  David S. Miller  <davem@davemloft.net>
40932         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40934         [BZ #14074]
40935         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40936         (SETUP_PIC_REG): Use it.
40937         (SETUP_PIC_REG_LEAF): Use it.
40939 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40941         [BZ #13885]
40942         [BZ #13923]
40943         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40944         USE_AS_EXPM1L.
40945         (EXPL_FINITE): Likewise.
40946         (FLDLOG): Likewise.
40947         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40948         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40949         e_expl.S.
40950         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40951         USE_AS_EXPM1L.
40952         (EXPL_FINITE): Likewise.
40953         (FLDLOG): Likewise.
40954         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40955         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40956         e_expl.S.
40957         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40958         test of -max_value argument for long double.
40959         * sysdeps/i386/fpu/libm-test-ulps: Update.
40960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40962 2012-05-06  David S. Miller  <davem@davemloft.net>
40964         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40965         quad soft-float symbols whose references which are compiler
40966         generated.
40967         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40969 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40971         [BZ #13884]
40972         [BZ #13914]
40973         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40974         USE_AS_EXP10L.
40975         (EXPL_FINITE): Likewise.
40976         (FLDLOG): Likewise.
40977         (c0): Likewise.
40978         (c1): Likewise.
40979         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40980         Adjust comments for base varying.
40981         (__expl_finite): Change alias to EXPL_FINITE.
40982         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40983         e_expl.S.
40984         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40985         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40986         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40987         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40988         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40989         USE_AS_EXP10L.
40990         (EXPL_FINITE): Likewise.
40991         (FLDLOG): Likewise.
40992         (c0): Likewise.
40993         (c1): Likewise.
40994         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40995         Adjust comments for base varying.
40996         (__expl_finite): Change alias to EXPL_FINITE.
40997         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40998         tests for bugs.
40999         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41001         [BZ #14064]
41002         * math/libm-test.inc (check_float_internal): Correct ulp
41003         calculation for subnormal expected results.
41005 2012-05-06  Andreas Jaeger  <aj@suse.de>
41007         * Makeconfig (+math-flags): New, set to -frounding-math.
41008         (+cflags): Add +math-flags so that all of glibc gets compiled with
41009         it.
41011         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41013 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41015         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41016         Disable one test.
41018         [BZ #13787]
41019         [BZ #13922]
41020         [BZ #14036]
41021         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41022         (__ieee754_expl): Allow for and saturate large arguments.
41023         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41024         (u_threshold): Likewise.
41025         (__exp): Call __ieee754_exp before checking for overflow and
41026         underflow.
41027         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41028         (u_threshold): Likewise.
41029         (__expf): Call __ieee754_expf before checking for overflow and
41030         underflow.
41031         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41032         (u_threshold): Likewise.
41033         (__expl): Call __ieee754_expl before checking for overflow and
41034         underflow.
41035         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41036         (__ieee754_expl): Allow for and saturate large arguments.
41037         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41038         missing overflow exception on overflow.
41039         (expm1_test): Do not allow missing overflow exception on overflow.
41041         * sysdeps/i386/fpu/e_expl.c: Move to ...
41042         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41043         rather than using inline asm.
41044         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41045         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41046         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41048         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41049         (nice): Likewise.
41050         (poll): Likewise.
41051         (signal): Likewise.
41052         (time): Likewise.
41053         (times): Likewise.
41055 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41057         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41058         sysdeps/unix/common/syscalls.list.
41059         (fchmod): Likewise.
41060         (fchown): Likewise.
41061         (ftruncate): Likewise.
41062         (getrusage): Likewise.
41063         (gettimeofday): Likewise.
41064         (setpgid): Likewise.
41065         (setregid): Likewise.
41066         (setreuid): Likewise.
41067         (sigaction): Likewise.
41068         (truncate): Likewise.
41069         (vhangup): Likewise.
41070         * sysdeps/unix/common/syscalls.list: Remove file.
41071         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41072         * sysdeps/unix/sysv/linux/Implies: Likewise.
41074 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41076         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41078         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41079         Moved to ...
41080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41081         Here.
41082         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41083         to ...
41084         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41085         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41086         to ...
41087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41088         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41089         to ...
41090         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41091         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41092         to ...
41093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41094         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41095         to ...
41096         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41097         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41098         to ...
41099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41100         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41101         to ...
41102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41103         Here.
41104         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41105         to ...
41106         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41107         Here.
41108         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41109         to ...
41110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41111         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41112         Moved to ...
41113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41114         Here.
41115         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41116         to ...
41117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41119 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41121         * sysdeps/unix/common/bits/dirent.h: Remove file.
41122         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41124         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41125         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41126         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41127         * sysdeps/unix/bsd/isatty.c: Likewise.
41128         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41129         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41130         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41132 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41134         [BZ #13563]
41135         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41136         long double comparison inaccuracies.
41137         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41140 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41142         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41143         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41145 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41147         [BZ #14049]
41148         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41149         nonzero digits before rounding a hex value.
41150         * stdlib/tst-strtod.c (tests): Add another test.
41152 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41154         * sysdeps/s390/fpu/libm-test-ulps: Update.
41156 2012-05-03  Andreas Jaeger  <aj@suse.de>
41158         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41159         does not get optimized out.
41160         (malloc_opt_barrier): New.
41162 2012-05-03  Andreas Jaeger  <aj@suse.de>
41163             Roland McGrath  <roland@hack.frob.com>
41165         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41166         intermediate file deletion.
41167         (generated): Add .symlist files.
41169 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41171         [BZ #13775]
41172         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41173         Redirect under this condition.
41174         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41175         [__USE_GNU] (__dprintf_chk): Not under this condition.
41176         [__USE_GNU] (__vdprintf_chk): Likewise.
41177         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41178         under this condition.
41179         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41180         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41181         [__USE_XOPEN2K8] (vdprintf): Likewise.
41182         [__USE_GNU] (__dprintf_chk): Not under this condition.
41183         [__USE_GNU] (__vdprintf_chk): Likewise.
41184         [__USE_GNU] (dprintf): Likewise.
41185         [__USE_GNU] (vdprintf): Likewise.
41187 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41189         * elf/Makefile (common-generated): Set this instead of generated for
41190         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41191         $(all-built-dso)-derived lists.
41193 2012-05-03  Andreas Jaeger  <aj@suse.de>
41195         * sysdeps/i386/fpu/libm-test-ulps: Update.
41197         * FAQ: Removed.
41198         * FAQ.in: Likewise.
41199         * scripts/gen-FAQ.pl: Likewise.
41200         * manual/install.texi (Installation): Point to online location of
41201         FAQ.
41202         * Makefile (files-for-dist): Remove FAQ.
41203         (FAQ): Remove.
41205 2012-05-02  Allan McRae  <allan@archlinux.org>
41207         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41208         (LDFLAGS-reldepmod5.so): Likewise.
41209         (LDFLAGS-reldep6mod1.so): Likewise.
41210         (LDFLAGS-reldep6mod4.so): Likewise.
41211         (LDFLAGS-reldep8mod3.so): Likewise.
41212         (LDFLAGS-unload4mod1.so): Likewise.
41213         (LDFLAGS-unload4mod2.so): Likewise.
41214         (LDFLAGS-tst-initorder): Likewise.
41215         (LDFLAGS-tst-initordera2.so): Likewise.
41216         (LDFLAGS-tst-initordera3.so): Likewise.
41217         (LDFLAGS-tst-initordera4.so): Likewise.
41218         (LDFLAGS-tst-initorderb2.so): Likewise.
41219         (LDFLAGS-noload): Likewise.
41220         (LDFLAGS-next): Likewise.
41221         (LDFLAGS-order2mod1.so): Likewise.
41222         (LDFLAGS-order2mod2.so): Likewise.
41223         (LDFLAGS-tst-initorder2): Likewise.
41224         (LDFLAGS-tst-initorder2a.so): Likewise.
41225         (LDFLAGS-tst-initorder2b.so): Likewise.
41226         (LDFLAGS-tst-initorder2c.so): Likewise.
41227         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41229 2012-05-02  David S. Miller  <davem@davemloft.net>
41231         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41233 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41235         [BZ #14055]
41236         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41238 2012-05-02  Andreas Jaeger  <aj@suse.de>
41240         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41241         since we manipulate rounding mode.
41242         (CPPFLAGS-test-idouble.c): Likewise.
41243         (CPPFLAGS-test-ifloat.c): Likewise.
41244         (CFLAGS-test-ldouble.c): Likewise.
41245         (CFLAGS-test-double.c): Likewise.
41246         (CFLAGS-test-float.c): Likewise.
41247         (CFLAGS-test-misc.c): Likewise.
41248         (CFLAGS-test-test-fenv.c): Likewise.
41250 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41252         [BZ #2550]
41253         [BZ #2570]
41254         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41255         comparisons to determine direction to adjust input.
41257 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41259         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41260         output to the target.
41262         * scripts/localplt.awk: New file.
41263         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41264         (check-localplt-CFLAGS): Variable removed.
41265         ($(all-built-dso:=.jmprel)): New static pattern rule.
41266         (generated): Add those targets.
41267         (localplt-built-dso): New variable.
41268         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41270         * elf/check-localplt.c: File removed.
41272         * scripts/check-execstack.awk: New file.
41273         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41274         (check-execstack-CFLAGS): Variable removed.
41275         ($(objpfx)check-execstack.h): Target removed.
41276         ($(objpfx)execstack-default): New target.
41277         (generated): Add that instead of check-execstack.h.
41278         ($(all-built-dso:=.phdr)): New static pattern rule.
41279         (generated): Add those targets.
41280         * elf/check-execstack.c: File removed.
41282         * scripts/check-textrel.awk: New file.
41283         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41284         (check-textrel-CFLAGS): Variable removed.
41285         (all-built-dso): Use := to define.o
41286         ($(all-built-dso:=.dyn)): New static pattern rule.
41287         (generated): Add those targets.
41288         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41289         * config.make.in (READELF): New substituted variable.
41290         * elf/check-textrel.c: File removed.
41292 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41294         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41295         allow.
41296         * conform/data/ctype.h-data [C99-based standards] (isblank):
41297         Expect function.
41298         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41299         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41300         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41301         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41302         Specify type.  Require positive value.
41303         (EILSEQ): Likewise.
41304         (ERANGE): Likewise.
41305         [ISO || POSIX] (EILSEQ): Do not expect.
41306         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41307         Specify type.  Require positive value.
41308         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41309         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41310         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41311         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41312         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41313         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41314         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41315         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41316         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41317         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41318         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41319         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41320         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41321         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41322         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41323         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41324         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41325         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41326         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41327         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41328         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41329         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41330         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41331         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41332         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41333         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41334         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41335         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41336         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41337         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41338         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41339         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41340         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41341         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41342         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41343         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41344         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41345         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41346         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41347         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41348         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41349         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41350         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41351         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41352         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41353         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41354         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41355         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41356         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41357         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41358         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41359         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41360         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41361         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41362         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41363         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41364         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41365         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41366         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41367         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41368         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41369         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41370         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41371         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41372         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41373         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41374         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41375         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41376         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41377         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41378         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41379         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41380         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41381         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41382         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41383         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41384         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41385         Require >= 2.
41386         (FLT_ROUNDS): Expect as macro, not constant.
41387         (FLT_MANT_DIG): Use macro-int-constant.
41388         (DBL_MANT_DIG): Likewise.
41389         (LDBL_MANT_DIG): Likewise.
41390         (FLT_DIG): Likewise.
41391         (DBL_DIG): Likewise.
41392         (LDBL_DIG): Likewise.
41393         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41394         (DBL_MIN_EXP): Likewise.
41395         (LDBL_MIN_EXP): Likewise.
41396         (FLT_MAX_EXP): Use macro-int-constant.
41397         (DBL_MAX_EXP): Likewise.
41398         (LDBL_MAX_EXP): Likewise.
41399         (FLT_MAX_10_EXP): Likewise.
41400         (DBL_MAX_10_EXP): Likewise.
41401         (LDBL_MAX_10_EXP): Likewise.
41402         (FLT_MAX): Use macro-constant.
41403         (DBL_MAX): Likewise.
41404         (LDBL_MAX): Likewise.
41405         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41406         (DBL_EPSILON): Likewise.
41407         (LDBL_EPSILON): Likewise.
41408         (FLT_MIN): Likewise.
41409         (DBL_MIN): Likewise.
41410         (LDBL_MIN): Likewise.
41411         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41412         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41413         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41414         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41415         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41416         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41417         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41418         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41419         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41420         [ISO11] (FLT_TRUE_MIN): Likewise.
41421         [ISO11] (LDBL_TRUE_MIN): Likewise.
41422         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41423         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41424         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41425         (SCHAR_MAX): Likewise.
41426         (UCHAR_MAX): Likewise.
41427         (CHAR_MIN): Likewise.
41428         (CHAR_MAX): Likewise.
41429         (MB_LEN_MAX): Use macro-int-constant.
41430         (SHRT_MIN): Use macro-int-constant.  Specify type.
41431         (SHRT_MAX): Likewise.
41432         (USHRT_MAX): Likewise.
41433         (INT_MAX): Likewise.
41434         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41435         bound negative.
41436         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41437         bound with "U".
41438         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41439         bound with "L".
41440         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41441         bound negative.  Suffix upper bound with "L".
41442         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41443         bound with "UL".
41444         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41445         Specify type.
41446         [C99-based standards] (LLONG_MAX): Likewise.
41447         [C99-based standards] (ULLONG_MAX): Likewise.
41448         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41449         == 0.
41450         [ISO11] (max_align_t): Require type.
41451         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41453         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41454         from $CFLAGS, without defining away __attribute__ calls.
41455         (checknamespace): Use $CFLAGS_namespace.
41457         * conform/conformtest.pl (@keywords): Only include C99 keywords
41458         for standards based on C99 or C11.
41460         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41461         Disable tests.
41462         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41463         UNIX98]: Likewise.
41465         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41466         usability of symbols in #if.
41468         * conform/conformtest.pl: If macro or constant types start
41469         "promoted:", expect the symbol to be of the following type
41470         promoted by the integer promotions.
41472         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41473         in one place.  Also handle "macro-constant".
41475         * conform/conformtest.pl: Only accept expected macro values with
41476         "==".  Parse all "macro" lines in one place.
41477         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41479         * conform/conformtest.pl: Handle braced types on "constant" lines
41480         instead of handling "typed-constant".
41481         * conform/data/signal.h-data: Use "constant" instead of
41482         "typed-constant".
41484         * conform/conformtest.pl: Handle "optional-" at start of lines in
41485         one place rather than duplicating several cases.  Handle each
41486         format of "macro" line with initial "optional-".
41488         * conform/conformtest.pl: Only accept expected constant or
41489         optional-constant values with "==".  Parse all "constant" lines in
41490         one place.  Parse all "optional-constant" lines in one place.
41491         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41492         * conform/data/fmtmsg.h-data: Likewise.
41493         * conform/data/netinet/in.h-data: Likewise.
41494         * conform/data/tar.h-data: Likewise.
41495         * conform/data/limits.h-data: Use "==" form on "constant" and
41496         "optional-constant" lines.
41498         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41499         Use -std=c99 for XOPEN2K.
41500         (@knownproblems): Remove.
41501         (newtoken): Don't check %isknown.
41503         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41504         Do not expect macro.
41505         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41506         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41507         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41508         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41509         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41510         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41511         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41512         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41513         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41514         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41515         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41516         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41517         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41518         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41519         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41520         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41521         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41522         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41523         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41524         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41525         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41526         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41527         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41528         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41529         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41530         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41531         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41532         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41533         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41534         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41535         [XPG3] (acosh): Likewise.
41536         [XPG3] (asinh): Likewise.
41537         [XPG3] (atanh): Likewise.
41538         [XPG3] (cbrt): Likewise.
41539         [XPG3] (expm1): Likewise.
41540         [XPG3] (ilogb): Likewise.
41541         [XPG3] (log1p): Likewise.
41542         [XPG3] (logb): Likewise.
41543         [XPG3] (nextafter): Likewise.
41544         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41545         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41546         [XPG3] (remainder): Likewise.
41547         [XPG3] (rint): Likewise.
41548         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41549         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41550         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41551         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41552         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41553         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41554         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41555         [UNIX98 || XOPEN2K] (scalb): Expect.
41556         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41557         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41558         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41559         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41560         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41561         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41562         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41563         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41564         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41565         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41566         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41567         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41568         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41569         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41570         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41571         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41572         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41573         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41574         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41575         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41576         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41577         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41578         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41579         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41580         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41581         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41582         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41583         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41584         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41585         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41586         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41587         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41588         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41589         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41590         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41591         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41592         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41593         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41594         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41595         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41596         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41597         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41598         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41599         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41600         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41601         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41602         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41603         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41604         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41605         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41606         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41607         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41608         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41609         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41610         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41611         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41612         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41613         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41614         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41615         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41616         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41617         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41618         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41619         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41620         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41621         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41622         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41623         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41624         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41625         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41626         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41627         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41628         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41629         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41630         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41631         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41632         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41633         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41634         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41635         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41636         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41637         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41638         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41639         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41640         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41641         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41642         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41643         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41644         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41645         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41646         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41647         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41648         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41649         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41650         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41651         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41652         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41653         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41654         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41655         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41656         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41657         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41658         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41659         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41660         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41661         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41662         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41664         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41665         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41666         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41667         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41668         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41669         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41670         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41671         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41673         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41674         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41675         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41676         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41677         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41678         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41679         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41680         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41681         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41682         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41683         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41684         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41685         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41686         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41687         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41688         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41689         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41690         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41691         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41692         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41694         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41695         _XOPEN_SOURCE_EXTENDED for XPG4.
41697         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41699         * Makeconfig (localtime): Remove variable.
41700         (inst_localtime-file): Likewise.
41702 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41705         Update.
41706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41707         Update.
41708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41709         Update.
41710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41711         Update.
41712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41713         Update.
41714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41715         Update.
41716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41717         Update.
41718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41719         Update.
41720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41721         Update.
41723 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41725         [BZ #2550]
41726         [BZ #2570]
41727         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41728         comparisons to determine direction to adjust input.
41729         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41730         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41731         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41732         Likewise.
41733         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41734         Likewise.
41735         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41736         Likewise.
41737         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41738         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41739         Likewise.
41740         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41741         Likewise.
41742         * math/libm-test.inc (nexttoward_test): Add more tests.
41744 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41746         [BZ #14040]
41747         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41748         in version GLIBC_2.1, not GLIBC_2.0.
41749         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41750         Likewise.
41752 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41754         [BZ #13942]
41755         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41756         (1 - x) * (1 + x).
41757         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41758         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41759         * math/libm-test.inc (acos_test): Add more tests.
41760         (asin_test): Likewise.
41761         * sysdeps/i386/fpu/libm-test-ulps: Update.
41762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41764         [BZ #14034]
41765         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41766         of square root.
41767         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41768         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41769         * math/libm-test.inc (acos_test_tonearest): New function.
41770         (acos_test_towardzero): Likewise.
41771         (acos_test_downward): Likewise.
41772         (acos_test_upward): Likewise.
41773         (asin_test_tonearest): Likewise.
41774         (asin_test_towardzero): Likewise.
41775         (asin_test_downward): Likewise.
41776         (asin_test_upward): Likewise.
41777         (main): Call the new functions.
41778         * sysdeps/i386/fpu/libm-test-ulps: Update.
41779         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41781         [BZ #13884]
41782         [BZ #13924]
41783         * math/e_exp10.c: Include <float.h>.
41784         (__ieee754_exp10): Handle underflow here rather than multiplying
41785         large negative argument by M_LN10.
41786         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41787         of __ieee754_expf.
41788         * math/e_exp10l.c: Include <float.h>.
41789         (__ieee754_exp10l): Handle underflow here rather than multiplying
41790         large negative argument by M_LN10l.
41791         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41792         spurious overflow exception on underflow.
41794 2012-04-29  Marek Polacek  <polacek@redhat.com>
41796         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41797         (__fortify_function): New macro.
41798         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41799         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41800         __extern_always_inline.
41801         * libio/bits/stdio2.h: Likewise.
41802         * libio/bits/stdio.h: Likewise.
41803         * string/string.h: Likewise.
41804         * string/bits/string3.h: Likewise.
41805         * include/stdio.h: Likewise.
41806         * stdlib/bits/stdlib.h: Likewise.
41807         * stdlib/stdlib.h: Likewise.
41808         * rt/bits/mqueue2.h: Likewise.
41809         * rt/mqueue.h: Likewise.
41810         * posix/bits/unistd.h: Likewise.
41811         * posix/unistd.h: Likewise.
41812         * io/bits/poll2.h: Likewise.
41813         * io/bits/fcntl2.h: Likewise.
41814         * io/fcntl.h: Likewise.
41815         * io/sys/poll.h: Likewise.
41816         * misc/bits/syslog.h: Likewise.
41817         * misc/bits/syslog-ldbl.h: Likewise.
41818         * misc/sys/syslog.h: Likewise.
41819         * socket/bits/socket2.h: Likewise.
41820         * socket/sys/socket.h: Likewise.
41821         * debug/tst-chk1.c: Likewise.
41822         * wcsmbs/bits/wchar2.h: Likewise.
41823         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41824         * wcsmbs/wchar.h: Likewise.
41826 2012-04-29  Andreas Jaeger  <aj@suse.de>
41828         * Makerules (tests): Remove enable-check-abi protection.
41829         (check-abi-warn): Remove.
41830         (check-abi-%): Remove check-abi-warn usage.
41832         * configure.in: Remove check-abi configure option.
41833         * configure: Regenerated.
41834         * config.make.in (enable-check-abi): Remove.
41836 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41838         [BZ #14033]
41839         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41840         double functions to double *_finite functions.
41842         [BZ #13941]
41843         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41844         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41845         LDBL_MIN_EXP.
41846         * stdio-common/Makefile (tests): Add tst-sprintf3.
41847         * stdio-common/tst-sprintf3.c: New file.
41849         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41850         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41852 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41854         * conform/conformtest.pl: Remove duplicate typed-constant
41855         handling.
41857 2012-04-28  David S. Miller  <davem@davemloft.net>
41859         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41860         (check-abi-%): Remove AWK script prerequisite and explicit
41861         abilist directory.
41862         (check-abi): Rewrite to just diff the symlist with the abilist.
41863         (config-tls, config-abi-config): Delete, no longer used.
41864         (update-abi-%): Remove AWK script and explicit abilist directory.
41865         (update-abi): Rewrite to simply compare and conditionally copy the
41866         symlist and the sysdep abilist file.  Remove update-abi-config
41867         checks.
41868         * abilist/ld.abilist: Remove.
41869         * abilist/libBrokenLocale.abilist: Remove.
41870         * abilist/libanl.abilist: Remove.
41871         * abilist/libcrypt.abilist: Remove.
41872         * abilist/libdl.abilist: Remove.
41873         * abilist/librt.abilist: Remove.
41874         * abilist/libthread_db.abilist: Remove.
41875         * abilist/libutil.abilist: Remove.
41876         * scripts/extract-abilist.awk: Remove.
41877         * scripts/merge-abilist.awk: Remove.
41878         * sysdeps/generic/libcidn.abilist: New file.
41879         * sysdeps/generic/libnss_compat.abilist: New file.
41880         * sysdeps/generic/libnss_db.abilist: New file.
41881         * sysdeps/generic/libnss_dns.abilist: New file.
41882         * sysdeps/generic/libnss_files.abilist: New file.
41883         * sysdeps/generic/libnss_hesiod.abilist: New file.
41884         * sysdeps/generic/libnss_nis.abilist: New file.
41885         * sysdeps/generic/libnss_nisplus.abilist: New file.
41886         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41887         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41888         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41889         file.
41890         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41891         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41892         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41893         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41894         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41895         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41896         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41897         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41898         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41899         file.
41900         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41901         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41902         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41903         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41904         file.
41905         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41906         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41907         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41908         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41909         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41910         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41911         file.
41912         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41913         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41914         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41915         file.
41916         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41917         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41918         New file.
41919         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41920         New file.
41921         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41922         New file.
41923         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41924         New file.
41925         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41926         New file.
41927         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41928         New file.
41929         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41930         New file.
41931         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41932         New file.
41933         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41934         New file.
41935         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41936         New file.
41937         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41938         New file.
41939         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41940         New file.
41941         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41942         New file.
41943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41944         file.
41945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41946         New file.
41947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41948         New file.
41949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41950         file.
41951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41952         New file.
41953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41954         New file.
41955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41956         file.
41957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41958         New file.
41959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41960         New file.
41961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41962         New file.
41963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41964         New file.
41965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41966         New file.
41967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41968         New file.
41969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41971         file.
41972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41973         New file.
41974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41975         file.
41976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41977         file.
41978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41979         file.
41980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41981         file.
41982         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41983         file.
41984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41985         New file.
41986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41987         file.
41988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41989         file.
41990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41991         New file.
41992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41993         file.
41994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41996         file.
41997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41998         New file.
41999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42000         file.
42001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42002         file.
42003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42004         file.
42005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42006         file.
42007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42008         file.
42009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42010         New file.
42011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42012         file.
42013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42014         file.
42015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42016         New file.
42017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42018         file.
42019         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42020         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42021         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42022         file.
42023         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42024         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42025         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42026         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42027         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42028         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42029         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42030         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42031         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42032         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42033         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42035         file.
42036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42037         New file.
42038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42039         file.
42040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42041         file.
42042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42043         file.
42044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42045         file.
42046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42047         file.
42048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42049         New file.
42050         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42051         New file.
42052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42053         file.
42054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42055         New file.
42056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42057         file.
42058         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42060         file.
42061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42062         New file.
42063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42064         file.
42065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42066         file.
42067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42068         file.
42069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42070         file.
42071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42072         file.
42073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42074         New file.
42075         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42076         New file.
42077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42078         file.
42079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42080         New file.
42081         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42082         file.
42084 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42086         * conform/conformtest.pl: Fix typo in handling typed-constant from
42087         allow-header.
42089 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42091         * README: Cut down references to pre-2.6 Linux kernels and
42092         Linuxthreads.  Update lists of configurations in libc and ports
42093         and sort alphabetically.  Say "or newer" with Linux kernel version
42094         requirements.
42096         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42098 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42100         [BZ #887]
42101         * math/libm-test.inc (logb_test_downward): New test to expose
42102         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42103         rounding mode.
42105 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42107         [BZ #14027]
42108         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42109         to be done.
42110         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42111         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42113 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42115         * sysdeps/unix/i386/brk.S: Remove file.
42116         * sysdeps/unix/i386/dl-brk.S: Likewise.
42117         * sysdeps/unix/i386/pipe.S: Likewise.
42118         * sysdeps/unix/i386/sigreturn.S: Likewise.
42119         * sysdeps/unix/i386/syscall.S: Likewise.
42120         * sysdeps/unix/i386/vfork.S: Likewise.
42121         * sysdeps/unix/i386/wait.S: Likewise.
42123         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42124         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42126         * configure.in (arm*-none*): Do not allow without
42127         --enable-hacker-mode.
42128         (netbsd*): Remove case setting base_os.
42129         (386bsd*): Likewise.
42130         (freebsd*): Likewise.
42131         (bsdi*): Likewise.
42132         (osf*): Likewise.
42133         (sunos*): Likewise.
42134         (ultrix*): Likewise.
42135         (newsos*): Likewise.
42136         (dynix*): Likewise.
42137         (*bsd*): Likewise.
42138         (sysv*): Likewise.
42139         (isc*): Likewise.
42140         (esix*): Likewise.
42141         (sco*): Likewise.
42142         (minix*): Likewise.
42143         (irix4*): Likewise.
42144         (irix6*): Likewise.
42145         (solaris[2-9]*): Likewise.
42146         (none): Likewise.
42147         * configure: Regenerated.
42149 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42151         [BZ #11521]
42152         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42153         overflow or cancellation in calculating denominator.
42154         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42155         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42156         down expression to avoid unexpected rounding in newer GCCs.
42157         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42159 2012-04-26  David S. Miller  <davem@davemloft.net>
42161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42162         long-double compat symbols.
42163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42169         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42170         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42171         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42177 2012-04-25  David S. Miller  <davem@davemloft.net>
42179         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42180         HWCAP_* values only after the memory barriers have been defined.
42181         (atomic_full_barrier): Define.
42182         (atomic_read_barrier): Define.
42183         (atomic_write_barrier): Define.
42185 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42187         * shlib-versions: Add libgcc_s version information.
42188         * sysdeps/generic/libgcc_s.h: Remove.
42189         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42190         libgcc_s.h.
42191         * sysdeps/gnu/unwind-resume.c: Likewise.
42192         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42194 2012-04-25  David S. Miller  <davem@davemloft.net>
42196         * sysdeps/unix/sparc/brk.S: Delete.
42197         * sysdeps/unix/sparc/dl-brk.S: Delete.
42198         * sysdeps/unix/sparc/pipe.S: Delete.
42199         * sysdeps/unix/sparc/sysdep.S: Delete.
42200         * sysdeps/unix/sparc/sysdep.h: Delete.
42201         * sysdeps/unix/sparc/vfork.S: Delete.
42202         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42203         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42204         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42205         (ret_ERRVAL, r0, r1, MOVE): Define.
42206         (JUMPTARGET): Remove.
42207         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42208         sysdeps/unix/sparc/sysdep.h
42209         (ENTRY, END): Remove.
42210         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42212 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42214         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42215         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42216         -DIS_IN_build.
42218         * timezone/README: Update upstream location and email address for
42219         tzcode and tzdata.
42220         * timezone/zdump.c: Update from tzcode 2012b.
42221         * timezone/zic.c: Likewise.
42223         * configure.in (libc_cv_as_needed): Remove test.
42224         * configure: Regenerated.
42225         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42226         conditional definition.
42227         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42228         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42229         * config.make.in (have-as-needed): Remove variable.
42231 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42232             Paul Pluzhnikov  <ppluzhnikov@google.com>
42234         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42235         strings correctly.
42237 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42239         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42240         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42241         * sysdeps/sh/strlen.S: Likewise.
42243 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42245         * sysdeps/unix/fork.S: Remove file.
42246         * sysdeps/unix/i386/fork.S: Likewise.
42247         * sysdeps/unix/sparc/fork.S: Likewise.
42249         * sysdeps/unix/system.c: Remove file.
42250         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42252         * sysdeps/unix/getegid.S: Remove file.
42253         * sysdeps/unix/geteuid.S: Likewise.
42255 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42257         * scripts/check-localplt.awk: New file.
42258         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42259         of diff.
42260         * scripts/data/localplt-generic.data: Add a comment.
42262         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42263         NODE when __dir_mkfile failed.
42264         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42265         Reported by Ludovic Courtès <ludo@gnu.org>.
42267 2012-04-24  Andreas Jaeger  <aj@suse.de>
42269         * Makerules (common-clean): Also remove gen-as-const-headers
42270         files.
42272 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42274         * Makerules (native-compile): Do not change working directory for
42275         build.  Use $(OUTPUT_OPTION) in command.
42276         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42278 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42280         [BZ #13886]
42281         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42282         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42283         * math/libm-test.inc (floor_test): Add more tests.
42284         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42286 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42288         * sysdeps/unix/getdents.c: Remove file.
42289         * sysdeps/unix/sysv/getdents.c: Likewise.
42290         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42292         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42293         sysdeps/unix/mman/syscalls.list.
42294         (mmap): Likewise.
42295         (mprotect): Likewise.
42296         (msync): Likewise.
42297         (munmap): Likewise.
42298         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42299         * sysdeps/unix/mman/syscalls.list: Remove.
42300         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42302         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42303         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42304         * configure: Regenerated.
42305         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42306         $(libgcc_s_suffix).
42307         * config.make.in (libgcc_s_suffix): Remove variable.
42309 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42311         * sysdeps/unix/sysv/gethostname.c: Move to ...
42312         * sysdeps/posix/gethostname.c: ... here.
42314         * sysdeps/unix/execve.S: Remove file.
42316         * sysdeps/unix/_exit.S: Remove file.
42318 2012-04-23  Andreas Jaeger  <aj@suse.de>
42320         [BZ #13739]
42321         * manual/Makefile: Remove make dist support, there's no
42322         need for a stand-alone documentation tar ball.
42323         (TEXI2DVI): Define always, it's not in Makeconfig.
42324         (dist): Removed.
42325         (tar-it): Removed.
42326         (edition): Removed.
42327         (glibc-doc-$(edition).tar): Removed
42328         (%.Z): Removed.
42329         (%.gz): Removed.
42330         (%.uu): Removed.
42331         (ETAGS): Remove, it's in Makeconfig.
42332         (move-if-change): Remove, it's in Makeconfig.
42334 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42336         [BZ #13970]
42337         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42338         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42339         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42340         (strtod_l, strtof_l, strtold_l): Remove __wur.
42341         It is not necessarily an error to ignore strtol's return value.
42342         One can reliably look at the stored endptr to decide whether
42343         the number had valid syntax.
42345 2012-04-21  Andreas Jaeger  <aj@suse.de>
42347         [BZ #13739]
42348         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42350 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42352         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42353         * sysdeps/unix/sysv/Versions: Remove file.
42355 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42357         [BZ #13927]
42358         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42360 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42362         [BZ #7064]
42363         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42364         version from __vm86.
42366 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42368         * sysdeps/unix/common/lxstat.c: Remove file.
42369         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42371         * sysdeps/unix/sysv/Makefile: Remove file.
42373         * sysdeps/unix/sysv/direct.h: Remove file.
42375         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42376         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42377         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42378         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42379         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42380         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42381         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42383         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42385         * sysdeps/unix/xmknod.c: Remove file.
42386         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42388         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42390         * sysdeps/unix/sysv/i386/time.S: Remove file.
42392         * sysdeps/unix/fxstat.c: Remove file.
42393         * sysdeps/unix/xstat.c: Likewise.
42394         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42396         * sysdeps/unix/sysv/sigaction.c: Remove file.
42398         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42399         (sysdep_headers): Remove variable.
42400         [termio.h not in sysdep_headers] (generated): Likewise.
42401         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42402         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42403         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42404         * sysdeps/unix/sysv/tcflow.c: Likewise.
42405         * sysdeps/unix/sysv/tcflush.c: Likewise.
42406         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42407         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42408         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42409         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42410         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42412         * sysdeps/unix/siglist.c: Remove file.
42414         * sysdeps/unix/getppid.S: Remove file.
42416         * sysdeps/unix/mkdir.c: Remove file.
42417         * sysdeps/unix/rmdir.c: Likewise.
42419 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42421         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42422         ERR_MAX value.
42423         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42424         errlist-compat value.
42426 2012-04-18  David S. Miller  <davem@davemloft.net>
42428         * sysdeps/generic/memcopy.h (reg_char): Delete.
42429         * debug/strcat_chk.c: Use char, not reg_char.
42430         * debug/strcpy_chk.c: Likewise.
42431         * debug/strncat_chk.c: Likewise.
42432         * debug/strncpy_chk.c: Likewise.
42433         * string/memchr.c: Likewise.
42434         * string/memrchr.c: Likewise.
42435         * string/rawmemchr.c: Likewise.
42436         * string/strcat.c: Likewise.
42437         * string/strchr.c: Likewise.
42438         * string/strchrnul.c: Likewise.
42439         * string/strcmp.c: Likewise.
42440         * string/strcpy.c: Likewise.
42441         * string/strncat.c: Likewise.
42442         * string/strncmp.c: Likewise.
42443         * string/strncpy.c: Likewise.
42445 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42447         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42448         __builtin_memcopy is called when src and dest ranges are known to not
42449         overlap.
42451 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42453         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42454         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42455         fwd_align_merge macro call.
42456         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42457         bwd_align_merge macro call.
42458         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42460 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42462         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42463         bwd_align_merge macros.
42464         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42465         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42466         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42468 2012-04-18  David S. Miller  <davem@davemloft.net>
42470         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42472 2012-04-18  Andreas Jaeger  <aj@suse.de>
42474         [BZ# 6794]
42475         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42476         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42477         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42479         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42480         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42481         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42483         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42484         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42485         Adjust for changed ldbl-128 files.
42487         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42488         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42489         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42491 2012-04-17  David S. Miller  <davem@davemloft.net>
42493         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42495 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42497         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42498         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42499         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42500         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42501         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42502         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42504 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42506         [BZ #6794]
42507         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42508         * math/libm-test.inc: Add ilogb errno and exception tests.
42509         * math/w_ilogb.c: New file: ilogb wrapper.
42510         * math/w_ilogbf.c: New file: ilogbf wrapper.
42511         * math/w_ilogbl.c: New file: ilogbl wrapper.
42512         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42513         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42514         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42515         exception being thrown with 0.0 as argument.
42516         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42517         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42518         exception being thrown with 0.0 as argument.
42519         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42520         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42521         exception being thrown with 0.0 as argument.
42522         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42523         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42524         exception being thrown with 0.0 as argument.
42525         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42526         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42527         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42528         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42529         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42530         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42531         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42532         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42533         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42535 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42537         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42538         with altivec.
42540 2012-04-16  Marek Polacek  <polacek@redhat.com>
42542         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42544 2012-04-16  Marek Polacek  <polacek@redhat.com>
42546         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42547         operands of fdivp instruction.
42549 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42551         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42552         * elf/tst-auditmod3b.c: Likewise.
42553         * elf/tst-auditmod4b.c: Likewise.
42554         * elf/tst-auditmod5b.c: Likewise.
42555         * elf/tst-auditmod6b.c: Likewise.
42556         * elf/tst-auditmod6c.c: Likewise.
42557         * elf/tst-auditmod7b.c: Likewise.
42558         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42559         * sysdeps/x86_64/preconfigure.in: Likewise.
42560         * sysdeps/x86_64/preconfigure: Regenerated.
42562 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42564         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42565         __ILP32__.
42567 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42569         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42570         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42572 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42574         [BZ #13973]
42575         * locale/iso-639.def: Fix gl language name. Spotted by
42576         Yaron Shahrabani.
42578 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42580         [BZ #2074]
42581         * libio/libio.h (__io_write_fn): Update comment.
42583 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42585         [BZ #2074]
42586         * stdio.texi (Hook Functions): The user provided writer function
42587         is not allowed to return -1.
42589 2012-04-11  David S. Miller  <davem@davemloft.net>
42591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42593 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42595         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42596         Add a leading slash to rtkaio.
42598 2012-04-11  Jim Meyering  <meyering@redhat.com>
42600         [BZ #11959]
42601         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42602         It is not necessarily an error to ignore fwrite's return
42603         value.  One can reliably use ferror to test for errors after
42604         the fact.
42606 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42608         * bits/types.h (__snseconds_t): New type.
42609         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42611         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42612         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42613         (__SNSECONDS_T_TYPE): Likewise.
42614         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42615         (__SNSECONDS_T_TYPE): Likewise.
42616         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42617         (__SNSECONDS_T_TYPE): Likewise.
42619 2012-04-10  Andreas Jaeger  <aj@suse.de>
42621         [BZ #2636]
42622         * manual/time.texi (Processor Time): Return type of times is
42623         elapsed real time since an arbitrary point in the past.
42624         (CPU Time): Move CLK_TCK from here...
42625         (Processor Time): ...to here.  Correct description.
42626         * manual/conf.texi (Constants for Sysconf): Correct description of
42627         _SC_CLK_TCK.
42629 2012-04-10  David S. Miller  <davem@davemloft.net>
42631         [BZ #13967]
42632         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42633         where the is a gap between DT_REL(A) and DT_JMPREL.
42635 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42637         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42638         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42639         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42641 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42643         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42644         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42645         (dl_main): Handle --inhibit-cache.
42646         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42647         _dl_inhibit_cache.
42648         * elf/dl-load.c (_dl_map_object): Use it.
42649         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42651 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42653         [BZ #13872]
42654         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42655         (__ieee754_powl): Saturate large exponents rather than testing for
42656         overflow of y*log2(x).
42657         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42658         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42659         exceptions.
42661         [BZ #11521]
42662         * math/s_ctan.c: Include <float.h>.
42663         (__ctan): Avoid internal overflow or cancellation in calculating
42664         denominator.
42665         * math/s_ctanf.c: Likewise.
42666         * math/s_ctanl.c: Likewise.
42667         * math/s_ctanh.c: Likewise.
42668         * math/s_ctanhf.c: Likewise.
42669         * math/s_ctanhl.c: Likewise.
42670         * math/libm-test.inc (ctan_test): Add more tests.
42671         (ctanh_test): Likewise.
42672         * sysdeps/i386/fpu/libm-test-ulps: Update.
42673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42675 2012-04-09  Andreas Jaeger  <aj@suse.de>
42677         [BZ #6894]
42678         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42679         is an optional BSD extension.
42681         [BZ #10254]
42682         * manual/stdio.texi (Opening Streams): Document additional fopen
42683         parameters.
42685 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42687         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42688         %eax without telling the compiler.
42690 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42692         [BZ # 13963]
42693         * manual/install.texi: Use sourceware.org.
42695 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42697         [BZ #13873]
42698         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42699         (__ieee754_pow): Generate overflow and underflow using huge*huge
42700         and tiny*tiny rather than just returning constant infinity or zero
42701         for large exponents.
42702         * math/libm-test.inc (pow_test): Require overflow exceptions for
42703         applicable cases of large exponents.
42705         [BZ #706]
42706         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42707         (__ieee754_pow): Use iterative multiplication algorithm only for
42708         integer exponents with absolute value below 1024.  Check for odd
42709         integer exponents when using algorithm for real exponents.
42710         * math/libm-test.inc (pow_test): Add more tests.
42711         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42713 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42715         [BZ #13705]
42716         * math/libm-test.inc (exp_test): Do not allow overflow exception
42717         on underflow test.
42719 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42721         [BZ #13705]
42722         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42723         instead of __kernel_standard_f.
42725 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42727         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42728         * sysdeps/x86_64/memset_chk.S: Likewise.
42730 2012-04-08  Andreas Jaeger  <aj@suse.de>
42732         [BZ #10153]
42733         * manual/startup.texi (Environment Access): Describe return value
42734         for putenv and setenv.
42736         [BZ #6895]
42737         * manual/filesys.texi (Directory Entries): Add description for
42738         DT_LNK.
42740         [BZ #6890]
42741         * manual/filesys.texi (Directory Entries): Clarify that it's file
42742         system not operating system in the description of DT_UNKNOWN.
42744         [BZ #6578]
42745         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42747 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42749         [BZ #6649]
42750         * manual/llio.texi (Opening and Closing Files): Add cross
42751         reference to explain mode argument.
42753 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42755         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42756         * sysdeps/x86_64/memset_chk.S: Likewise.
42758 2012-04-07  David S. Miller  <davem@davemloft.net>
42760         * elf/elf.h (R_SPARC_WDISP10): Define.
42761         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42762         R_SPARC_SIZE32.
42763         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42764         R_SPARC_SIZE64 and R_SPARC_H34.
42766 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42768         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42769         conditions and remove no longer applicable assertion.
42771 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42773         * bits/byteswap.h: Include <features.h>.
42774         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42775         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42777 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42779         * bits/byteswap.h (__bswap_16): Removed.
42780         Include <bits/byteswap-16.h> to get __bswap_16.
42781         * sysdeps/i386/bits/byteswap.h: Likewise.
42782         * sysdeps/s390/bits/byteswap.h: Likewise.
42783         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42784         * bits/byteswap-16.h: New file.
42785         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42786         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42787         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42788         * string/Makefile (headers): Add bits/byteswap-16.h.
42790 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42792         [BZ #13895]
42793         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42794         extra indirection.
42795         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42796         * nss/tst-nss-static.c: New.
42798 2012-04-06  Robert Millan  <rmh@gnu.org>
42800         [BZ #6486]
42801         * manual/llio.texi (File Position Primitive): lseek
42802         refers to WHENCE when it really means OFFSET.
42804 2012-04-06  Andreas Jaeger  <aj@suse.de>
42806         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42807         strncmp declarations.
42809         * abilist/libc.abilist: Add __poll and __ppoll.
42811 2012-04-05  David S. Miller  <davem@davemloft.net>
42813         * scripts/check-local-headers.sh: Accept a host triplet in the
42814         path matched by the exclude regexp.
42816         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42817         definition.
42818         * sysdeps/powerpc/powerpc32/dl-machine.h
42819         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42820         * sysdeps/s390/s390-32/dl-machine.h
42821         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42822         * sysdeps/sparc/sparc32/dl-machine.h
42823         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42824         * sysdeps/sparc/sparc64/dl-machine.h
42825         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42827         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42828         lazy binding.
42829         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42830         undefined symbol errors.
42832         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42833         DT_NEEDED entries.
42835 2012-04-05  Michael Matz  <matz@suse.de>
42837         [BZ #13592]
42838         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42840 2012-04-05  Andreas Jaeger  <aj@suse.de>
42842         [BZ #13908]
42843         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42844         comment.
42846 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42848         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42849         which ROUND is no valid rounding mode.
42851 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42853         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42854         read again.
42855         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42857 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42859         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42860         an exception using FPU order intentionally.
42862 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42864         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42865         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42866         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42867         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42869 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42871         [BZ #12340]
42872         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42873         EINVAL when BUFLEN is too smal.
42875 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42877         [BZ #13553]
42878         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42879         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42881 2012-04-03  Andreas Jaeger  <aj@suse.de>
42883         [BZ #13938]
42884         * manual/setjmp.texi (System V contexts): Fix sentence.
42886         [BZ #13926]
42887         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42888         New macro for this case.
42889         [!__GNUC__] (__bswap_64): New inline function for this case.
42890         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42891         * bits/byteswap.h: Likewise.
42892         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42893         ull, guard with __GLIBC_HAVE_LONG_LONG.
42895         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42896         __GLIBC_HAVE_LONG_LONG.
42898         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42899         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42901 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42903         [BZ #13691]
42904         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42905         inptr and inend, rather than using last_ch.
42907 2012-04-02  David S. Miller  <davem@davemloft.net>
42909         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42910         * stdio-common/printf-parse.h (read_int): Change return type to
42911         'int', return -1 on INT_MAX overflow.
42912         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42913         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42914         overflows INT_MAX.  Check for overflow of in-format-string precision
42915         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42916         SIZE_MAX not INT_MAX for integer overflow test.
42917         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42918         skip the construct in the format string but do not record anything.
42919         * stdio-common/bug22.c: Adjust to test both width/prevision
42920         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42921         explicitly for proper errno values.
42923 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42925         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42926         CHAR_MAX.
42927         * string/test-strcmp.c [! WIDE]: Likewise.
42928         * time/tst-mktime2.c: Likewise for INT_MAX.
42929         * string/test-string.h: #include <sys/param.h> for MIN.
42931         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42932         * sysdeps/i386/init-first.c (init): Likewise.
42933         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42934         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42935         * sysdeps/sh/init-first.c (init): Likewise.
42937 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42939         * po/ru.po: Update from translation team.
42940         * po/vi.po: Likewise.
42942 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42944         * resolv/nss_dns/dns-host.c: Merge copyright years.
42946 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42948         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42949         Optimize memcpy with prefetch if
42950         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42951         src, dst pointers have unequal 16 byte alignments.
42953 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42955         [BZ #13928]
42956         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42957         from a CNAME entry and return the minimum ttl for the query.
42958         (gaih_getanswer_slice): Likewise.
42960 2012-03-30  Jeff Law  <law@redhat.com>
42962         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42963         due to long keys.
42964         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42965         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42967         * resolv/nss_dns/dns-host.c: Update copyright year.
42969 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42971         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42972         requests to save a system call.  Fix check that all bytes are sent.
42974         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42975         comments for sendmmsg.
42977 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42979         [BZ #13691]
42980         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42981         with only 1 character between 0x0041 and 0x01b0.
42982         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42983         * wcsmbs/tst-mbsnrtowcs.c: New file.
42985 2012-03-29  David S. Miller  <davem@davemloft.net>
42987         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42988         small copies by hand.
42990 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42992         [BZ #13761]
42993         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42994         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42995         group memberships.
42997 2012-03-28  David S. Miller  <davem@davemloft.net>
42999         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43000         that branches into memcpy.
43001         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43002         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43003         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43004         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43005         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43006         bits.
43007         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43008         implementation too.
43009         * sysdeps/sparc/mempcpy.S: New file.
43011         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43012         the IFUNC routine in the libc case.
43013         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43015         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43016         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43017         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43018         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43019         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43020         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43021         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43022         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43024         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43025         loop to 256 bytes instead of 64 bytes and fix test signedness.
43027         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43028         * sysdeps/sparc/sparc32/Makefile: rather than here...
43029         * sysdeps/sparc/sparc64/Makefile: and here.
43031 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43033         * malloc/mallocbug.c: Avoid warnings about unused variables.
43035 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43037         [BZ #13760]
43038         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43039         in the right place. Discard and retry query if response is
43040         larger than input buffer size.
43042 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43044         [BZ #369]
43045         [BZ #2678]
43046         [BZ #3866]
43047         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43048         x for large integer exponent.
43049         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43050         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43051         sign of result as needed afterwards.
43052         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43053         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43054         result for underflowing pow the same as for overflow.
43055         (__kernel_standard_l): Handle powl overflow and underflow here
43056         rather than calling __kernel_standard.
43057         * math/libm-test.inc (pow_test): Add more tests.
43059         [BZ #3868]
43060         [BZ #13879]
43061         [BZ #13910]
43062         [BZ #13911]
43063         [BZ #13912]
43064         [BZ #13913]
43065         [BZ #13915]
43066         [BZ #13916]
43067         [BZ #13917]
43068         [BZ #13918]
43069         [BZ #13919]
43070         [BZ #13920]
43071         [BZ #13921]
43072         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43073         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43074         (__kernel_standard_l): New function.
43075         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43076         __kernel_standard.
43077         * math/w_acosl.c (__acosl): Likewise.
43078         * math/w_asinl.c (__asinl): Likewise.
43079         * math/w_atan2l.c (__atan2l): Likewise.
43080         * math/w_atanhl.c (__atanhl): Likewise.
43081         * math/w_coshl.c (__coshl): Likewise.
43082         * math/w_exp10l.c (__exp10l): Likewise.
43083         * math/w_exp2l.c (__exp2l): Likewise.
43084         * math/w_fmodl.c (__fmodl): Likewise.
43085         * math/w_hypotl.c (__hypotl): Likewise.
43086         * math/w_j0l.c (__j0l, __y0l): Likewise.
43087         * math/w_j1l.c (__j1l, __y1l): Likewise.
43088         * math/w_jnl.c (__jnl, __ynl): Likewise.
43089         * math/w_lgammal.c (__lgammal): Likewise.
43090         * math/w_log10l.c (__log10l): Likewise.
43091         * math/w_log2l.c (__log2l): Likewise.
43092         * math/w_logl.c (__logl): Likewise.
43093         * math/w_powl.c (__powl): Likewise.
43094         * math/w_remainderl.c (__remainderl): Likewise.
43095         * math/w_scalbl.c (sysv_scalbl): Likewise.
43096         * math/w_sinhl.c (__sinhl): Likewise.
43097         * math/w_sqrtl.c (__sqrtl): Likewise.
43098         * math/w_tgammal.c (__tgammal): Likewise.
43099         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43100         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43101         * math/libm-test.inc (acos_test): Add more tests.
43102         (acosh_test): Likewise.
43103         (asin_test): Likewise.
43104         (atanh_test): Likewise.
43105         (exp_test): Likewise.
43106         (exp10_test): Likewise.
43107         (exp2_test): Likewise.
43108         (expm1_test): Likewise.
43109         (lgamma_test): Likewise.
43110         (log_test): Likewise.
43111         (log10_test): Likewise.
43112         (log1p_test): Likewise.
43113         (log2_test): Likewise.
43114         (pow_test): Do not allow some spurious overflow exceptions.
43115         (sqrt_test): Add more tests.
43116         (tgamma_test): Likewise.
43117         (y0_test): Likewise.
43118         (y1_test): Likewise.
43119         (yn_test): Likewise.
43121 2012-03-27  Anton Blanchard  <anton@samba.org>
43123         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43124         MAP_HUGETLB.
43125         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43126         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43127         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43129 2012-03-27  David S. Miller  <davem@davemloft.net>
43131         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43133         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43134         have-as-vis3 check.
43136 2012-03-27  Andreas Jaeger  <aj@suse.de>
43138         * sysdeps/x86_64/elf/configure.in: Moved to ...
43139         * sysdeps/x86_64/configure.in: ... here.
43140         * sysdeps/x86_64/elf/start.S: Moved to ...
43141         * sysdeps/x86_64/start.S: ... here.
43142         * sysdeps/x86_64/elf/configure: Delete.
43144         * sysdeps/x86_64/configure.in: Merge contents from
43145         sysdeps/i386/configure.in (without i686 check).
43147         * sysdeps/i386/elf/Versions: Merge into ...
43148         * sysdeps/i386/Versions: ... this.
43149         * sysdeps/i386/elf/Versions: Delete file.
43150         * sysdeps/i386/elf/start.S: Moved to ...
43151         * sysdeps/i386/start.S: ...here.
43152         * sysdeps/i386/elf/configure.in: Merge into...
43153         * sysdeps/i386/configure.in: ...here.
43154         * sysdeps/i386/elf/configure.in: Delete file.
43155         * sysdeps/i386/elf/configure: Delete file.
43157         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43158         * debug/backtracesyms.c: ... here.
43159         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43160         * debug/backtracesymsfd.c: ... here.
43161         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43162         * sysdeps/generic/ifunc-sel.h: ... here.
43164         * sysdeps/unix/i386/start.c: Delete file.
43165         * sysdeps/unix/sparc/start.c: Delete file.
43166         * sysdeps/unix/start.c: Delete file.
43168         * sysdeps/sh/elf/configure.in: Moved to ...
43169         * sysdeps/sh/configure.in: ... here.
43170         * sysdeps/sh/elf/start.S: Moved to ...
43171         * sysdeps/sh/start.S: ... here.
43172         * sysdeps/sh/elf/configure: Delete file.
43174         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43175         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43176         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43177         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43178         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43179         * sysdeps/powerpc/powerpc64/start.S: here.
43180         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43181         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43182         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43183         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43184         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43186         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43187         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43188         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43189         * sysdeps/powerpc/powerpc32/start.S: ... here.
43190         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43191         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43192         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43194         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43195         * sysdeps/powerpc/ifunc-sel.h: ... here.
43196         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43197         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43199         * sysdeps/sparc/elf/configure.in: Moved to ...
43200         * sysdeps/sparc/configure.in: ... here.
43201         * sysdeps/sparc/elf/configure: Delete file.
43202         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43203         * sysdeps/sparc/sparc32/start.S: ... here.
43204         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43205         * sysdeps/sparc/sparc64/start.S: ... here.
43206         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43207         * sysdeps/sparc/sparc32/Makefile: ... this.
43208         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43209         * sysdeps/sparc/sparc64/Makefile: ... this.
43211         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43212         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43213         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43214         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43215         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43216         * sysdeps/s390/s390-32/setjmp.S: ... here.
43217         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43218         * sysdeps/s390/s390-32/configure.in: ... here.
43219         * sysdeps/s390/s390-32/elf/configure: Delete file.
43220         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43221         * sysdeps/s390/s390-32/start.S: ... here.
43223         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43224         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43225         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43226         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43227         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43228         * sysdeps/s390/s390-64/setjmp.S: ... here.
43229         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43230         * sysdeps/s390/s390-64/configure.in: ... here
43231         * sysdeps/s390/s390-64/elf/configure: Delete file.
43232         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43233         * sysdeps/s390/s390-64/start.S: ... here.
43234         * sysdeps/s390/s390-64/elf/configure: Delete.
43236         * configure.in: Remove support for elf directories in sysdeps.
43238         * configure: Regenerated.
43239         * sysdeps/i386/configure: Regenerated.
43240         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43241         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43242         * sysdeps/s390/s390-32/configure: Regenerated.
43243         * sysdeps/s390/s390-64/configure: Regenerated.
43244         * sysdeps/sh/configure: Regenerated.
43245         * sysdeps/sparc/configure: Regenerated.
43246         * sysdeps/x86_64/configure: Regenerated.
43248 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43252         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43253         denormal result into account.
43255 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43257         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43258         Reported by Allan McRae <allan@archlinux.org>.
43260 2012-03-23  Jeff Law  <law@redhat.com>
43262         * nss/getnssent.c (__nss_getent): Fix typo.
43264 2012-03-23  David S. Miller  <davem@davemloft.net>
43266         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43268 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43270         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43271         to pad to uint64_t for each field.
43272         (dl_tls_index): Replace unsigned long with uint64_t.
43274 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43275         Paul Pluzhnikov  <ppluzhnikov@google.com>
43277         [BZ #6528]
43278         * grp/Makefile (otherlibs): Don't set it.
43279         * inet/Makefile (otherlibs): Likewise.
43280         * login/Makefile (otherlibs): Likewise.
43281         * nscd/Makefile (otherlibs): Likewise.
43282         * posix/Makefile (otherlibs): Likewise.
43283         * pwd/Makefile (otherlibs): Likewise.
43284         * rt/Makefile (otherlibs): Likewise.
43285         * sunrpc/Makefile (otherlibs): Likewise.
43286         * nss/Makefile (otherlibs): Likewise.
43287         Add libnss_files to routines and static-only-routines.
43288         ($(objpfx)getent): Remove rule.
43289         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43290         static-only-routines.
43292 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43294         [BZ #13892]
43295         * math/s_cexp.c: Include <float.h>.
43296         (__cexp): Handle exp result overflowing not necessarily
43297         overflowing both real and imaginary parts of result.
43298         * math/s_cexpf.c: Likewise.
43299         * math/s_cexpl.c: Likewise.
43300         * math/libm-test.inc (cexp_test): Add more tests.
43301         * sysdeps/i386/fpu/libm-test-ulps: Update.
43302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43304 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43306         * include/link.h (ELFW): New macro.
43307         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43308         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43310 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43312         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43313         with uint64_t.
43315 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43317         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43318         declaration.
43319         (struct La_x32_retval): Likewise.
43321 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43323         * sysdeps/x86_64/preconfigure.in: New file.
43324         * sysdeps/x86_64/preconfigure: New generated file.
43326 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43328         [BZ #13824]
43329         * math/e_exp2l.c: Include <float.h>.
43330         (__ieee754_exp2l): Handle overflow and underflow cases
43331         separately.  Only pass fractional part of argument to
43332         __ieee754_expl.
43333         * math/libm-test.inc (exp2_test): Add more tests.
43335         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43336         negating x to take absolute value.
43337         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43338         Likewise.
43339         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43340         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43341         Likewise.
43342         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43343         computing low part if x was negated.
43344         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43346 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43348         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43349         la_x32_gnu_pltexit.
43350         (pltexit): Cast int_retval to ptrdiff_t.
43351         * elf/tst-auditmod3b.c: Likewise.
43352         * elf/tst-auditmod4b.c: Likewise.
43353         * elf/tst-auditmod5b.c: Likewise.
43354         * elf/tst-auditmod6b.c: Likewise.
43355         * elf/tst-auditmod6c.c: Likewise.
43356         * elf/tst-auditmod7b.c: Likewise.
43358         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43359         and x32_gnu_pltexit.
43361         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43362         __ELF_NATIVE_CLASS.
43363         (La_x32_regs): New macro.
43364         (La_x32_retval): Likewise.
43365         (la_x32_gnu_pltenter): New function prototype.
43366         (la_x32_gnu_pltexit): Likewise.
43368 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43370         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43371         exponent.
43373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43375         * configure.in (libc_cv_cc_nofma): Check for option to disable
43376         generation of FMA instructions.
43377         * configure: Regenerate.
43378         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43379         * sysdeps/ieee754/dbl-64/Makefile: New file.
43380         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43381         Remove brandred-fma4.
43382         (CFLAGS-brandred-fma4.c): Remove.
43383         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43384         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43385         define.
43386         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43387         define.
43389 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43391         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43392         LLONG_MAX != LONG_MAX.
43393         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43394         (_fitoa_word): Likewise.
43395         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43396         LLONG_MAX != LONG_MAX.
43397         * stdio-common/_itowa.h: Include <_itoa.h>.
43398         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43399         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43400         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43401         only if not defined.
43402         (_ITOA_WORD_TYPE): Likewise.
43403         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43404         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43406 2012-03-21  David S. Miller  <davem@davemloft.net>
43408         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43410 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43412         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43413         of x86_64 when setting libc_cv_slibdir, libdir and
43414         libc_cv_localedir.
43415         * sysdeps/unix/sysv/linux/configure: Regenerated.
43417 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43419         * manual/lang.texi (Old Varargs): Remove section.
43420         (How Variadic): Update menu.
43421         (va_start): Do not mention varargs.h.
43423 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43424             Joseph Myers  <joseph@codesourcery.com>
43426         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43427         link test.
43428         * configure: Regenerated.
43430 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43432         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43433         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43434         conformtest.pl
43436 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43438         * NOTES: Remove.
43439         * Makefile (files-for-dist): Remove NOTES.
43440         (NOTES): Remove rule.
43441         * README: Don't refer to NOTES.
43442         * manual/creature.texi: Don't include macros.texi.
43443         * manual/intro.texi (creature.texi): Remove comment referring to
43444         NOTES.
43446         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43447         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43448         * configure: Regenerated.
43449         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43450         LIBC_TRY_CC_OPTION.
43451         (libc_cv_as_i686): Likewise.
43452         (libc_cv_cc_avx): Likewise.
43453         (libc_cv_cc_sse2avx): Likewise.
43454         (libc_cv_cc_fma4): Likewise.
43455         (libc_cv_cc_novzeroupper): Likewise.
43456         * sysdeps/i386/configure: Regenerated.
43458         [BZ #13883]
43459         * sysdeps/i386/fpu/s_cexp.S: Remove.
43460         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43461         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43462         * math/libm-test.inc (cexp_test): Add more tests.
43463         * sysdeps/i386/fpu/libm-test-ulps: Update.
43464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43466 2012-03-21  Allan McRae  <allan@archlinux.org>
43468         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43470 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43472         [BZ #13871]
43473         * math/w_exp2.c: Do not include <float.h>.
43474         (o_threshold, u_threshold): Remove.
43475         (__exp2): Calculate result before checking finiteness and calling
43476         __kernel_standard.
43477         * math/w_exp2f.c: Likewise.
43478         * math/w_exp2l.c: Likewise.
43479         * math/libm-test.inc (exp2_test): Require overflow exception for
43480         1e6 input.
43482         [BZ #3866]
43483         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43484         range of signed 64-bit integers before using fistpll.  Remove
43485         checks for whether integers fit in mantissa bits.
43486         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43487         the range of signed 32-bit integers before using fistpl.  Remove
43488         checks for whether integers fit in mantissa bits.
43489         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43490         (__ieee754_powl): Test for y outside the range of signed 64-bit
43491         integers before using fistpll.  Reduce 64-bit values to 63-bit
43492         ones as needed.
43493         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43494         divide-by-zero is raised for zero to large negative powers.
43495         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43496         (__ieee754_powl): Test for y outside the range of signed 64-bit
43497         integers before using fistpll.  Reduce 64-bit values to 63-bit
43498         ones as needed.
43499         * math/libm-test.inc (pow_test): Add more tests.
43501 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43503         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43504         <stdio-common/_itoa.h>.
43505         * debug/segfault.c: Likewise.
43506         * elf/dl-cache.c: Likewise.
43507         * elf/dl-minimal.c: Likewise.
43508         * elf/dl-misc.c: Likewise.
43509         * elf/dl-sysdep.c: Likewise.
43510         * elf/dl-version.c: Likewise.
43511         * elf/rtld.c: Likewise.
43512         * hurd/hurdsock.c: Likewise.
43513         * hurd/lookup-retry.c: Likewise.
43514         * malloc/malloc.c: Likewise.
43515         * malloc/mtrace.c: Likewise.
43516         * nscd/nscd_getgr_r.c: Likewise.
43517         * nscd/nscd_getpw_r.c: Likewise.
43518         * nscd/nscd_getserv_r.c: Likewise.
43519         * posix/getopt_init.c: Likewise.
43520         * posix/wordexp.c: Likewise.
43521         * stdio-common/_itoa.c: Likewise.
43522         * stdio-common/printf_fphex.c: Likewise.
43523         * stdio-common/vfprintf.c: Likewise.
43524         * string/_strerror.c: Likewise.
43525         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43526         * sysdeps/i386/i686/hp-timing.h: Likewise.
43527         * sysdeps/mach/_strerror.c: Likewise.
43528         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43529         * sysdeps/mach/hurd/sethostid.c: Likewise.
43530         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43531         * sysdeps/mach/xpg-strerror.c: Likewise.
43532         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43533         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43534         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43535         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43536         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43537         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43538         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43539         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43540         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43541         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43542         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43543         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43544         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43545         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43546         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43547         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43548         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43549         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43550         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43551         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43552         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43554         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43556         * stdio-common/_itoa.h: Moved to ...
43557         * sysdeps/generic/_itoa.h: Here.
43559         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43561         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43562         instead of "_itoa.h" and "_itowa.h".
43563         * stdio-common/vfprintf.: Likewise.
43565 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43567         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43568         <bits/wordsize.h>.
43569         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43570         (__signbit): Likwise.
43571         (llrintf): Likwise.
43572         (llrint): Likwise.
43574 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43576         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43577         __WORDSIZE != 64.
43579 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43581         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43582         OVERFLOW_EXCEPTION_OK.
43583         * math/libm-test.inc ("Philosophy"): Update comment about
43584         exception testing.
43585         (OVERFLOW_EXCEPTION): Define.
43586         (OVERFLOW_EXCEPTION_OK): Likewise.
43587         (INVALID_EXCEPTION_OK): Renumber.
43588         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43589         (IGNORE_ZERO_INF_SIGN): Likewise.
43590         (test_exceptions): Handle FE_OVERFLOW.
43591         (exp10_test): Expect overflow exceptions.
43592         (exp2_test): Likewise.
43593         (expm1_test): Likewise.
43594         (nextafter_test): Likewise.
43595         (pow_test): Likewise.
43596         (scalbn_test): Likewise.
43597         (scalbln_test): Likewise.
43599 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43601         * sysdeps/x86_64/bits/atomic.h
43602         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43603         64bit integer.
43604         (atomic_exchange_acq): Likewise.
43605         (__arch_exchange_and_add_body): Likewise.
43606         (__arch_add_body): Likewise.
43607         (atomic_add_negative): Likewise.
43608         (atomic_add_zero): Likewise.
43610 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43612         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43613         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43615 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43617         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43618         Check __x86_64__ instead of __WORDSIZE.
43620 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43622         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43624 2012-03-19  David S. Miller  <davem@davemloft.net>
43626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43628         * sysdeps/sparc/fpu/fenv_private.h: New file.
43629         * sysdeps/sparc/fpu/math_private.h: Use it.
43630         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43631         Remove.
43632         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43633         (libc_feholdexcept_setroundl): Remove.
43634         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43635         Remove.
43636         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43637         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43639 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43641         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43642         int64_t instead of long int.
43643         (INSERT_WORDS64): Likwise.
43645 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43647         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43648         _Unwind_GetCFA return to _Unwind_Ptr first.
43650 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43652         [BZ #13629]
43653         * math/s_clog.c: Include <float.h>.
43654         (__clog): Scale large or subnormal inputs.
43655         * math/s_clogf.c: Likewise.
43656         * math/s_clogl.c: Likewise.
43657         * math/s_clog10.c: Include <float.h>.
43658         (M_LOG10_2): Define.
43659         (__clog10): Scale large or subnormal inputs.
43660         * math/s_clog10f.c: Likewise.
43661         * math/s_clog10l.c: Likewise.
43662         * math/libm-test.inc (clog_test): Add more tests.
43663         (clog10_test): Likewise.
43664         * sysdeps/i386/fpu/libm-test-ulps: Update.
43665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43667         [BZ #11451]
43668         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43669         x and y.
43670         * math/libm-test.inc (atan2_test): Add another test.
43672         * Makerules (common-objdir-compile): Remove.
43673         * sysdeps/unix/Makefile (config-generated): Do not add
43674         $(unix-generated) to variable.
43675         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43676         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43677         Remove rule.
43678         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43679         Likewise.
43680         [generic bits/local_lim.h] (before-compile): Do not append to
43681         variable.
43682         [generic bits/local_lim.h] (common-generated): Likewise.
43683         [generic sys/param.h] (before-compile): Do not append to variable.
43684         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43685         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43686         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43687         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43688         include.
43689         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43690         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43691         [generic sys/param.h] ($(addprefix
43692         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43693         [generic sys/param.h] (common-generated): Do not append to
43694         variable.
43695         [generic sys/param.h] (sysdep_headers): Likewise.
43696         [generic bits/errno.h] (before-compile): Do not append to
43697         variable.
43698         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43699         rule.
43700         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43701         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43702         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43703         [generic bits/errno.h] (common-generated): Do not append to
43704         variable.
43705         [generic bits/ioctls.h] (before-compile): Do not append to
43706         variable.
43707         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43708         rule.
43709         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43710         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43711         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43712         rule.
43713         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43714         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43715         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43716         [generic bits/ioctls.h] (common-generated): Do not append to
43717         variable.
43718         [generic sys/syscall.h] (syscall.h): Remove variable.
43719         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43720         rule.
43721         [generic sys/syscall.h] (before-compile): Do not append to
43722         variable.
43723         [generic sys/syscall.h] (common-generated): Likewise.
43724         * sysdeps/unix/errnos-tmpl.c: Remove file.
43725         * sysdeps/unix/errnos.awk: Likewise.
43726         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43727         * sysdeps/unix/ioctls.awk: Likewise.
43728         * sysdeps/unix/mk-local_lim.c: Likewise.
43729         * sysdeps/unix/snarf-ioctls: Likewise.
43731 2012-03-19  Richard Henderson  <rth@twiddle.net>
43733         * sysdeps/i386/fpu/fenv_private.h: New file.
43734         * sysdeps/i386/fpu/math_private.h: Use it.
43735         (math_opt_barrier, math_force_eval): Remove.
43736         (libc_feholdexcept_setround_53bit): Remove.
43737         (libc_feupdateenv_53bit): Remove.
43738         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43739         (math_opt_barrier, math_force_eval): Remove.
43740         (libc_feholdexcept): Remove.
43741         (libc_feholdexcept_setround): Remove.
43742         (libc_fetestexcept, libc_fesetenv): Remove.
43743         (libc_feupdateenv_test): Remove.
43744         (libc_feupdateenv, libc_feholdsetround): Remove.
43745         (libc_feresetround): Remove.
43747         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43748         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43750         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43751         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43752         (libc_feupdateenv_testl): New.
43753         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43754         (libc_feupdateenv_testf): New.
43755         (libc_feupdateenv): Use libc_feupdateenv_test.
43756         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43757         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43759         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43760         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43761         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43762         (libc_feresetround_noex): New.
43763         (libc_feresetround_noexf): New.
43764         (libc_feresetround_noexl): New.
43765         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43766         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43767         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43768         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43769         SET_RESTORE_ROUND.
43770         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43771         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43772         (__cos): Likewise.
43773         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43774         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43775         SET_RESTORE_ROUND_NOEX.
43776         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43777         SET_RESTORE_ROUND_NOEXF.
43778         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43779         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43780         (libc_feholdsetroundf): New.
43781         (libc_feresetround, libc_feresetroundf): New.
43783         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43784         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43785         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43787         * sysdeps/generic/math_private.h: Include <fenv.h>.
43788         (default_libc_feholdexcept): New.
43789         (default_libc_feholdexcept_setround): New.
43790         (default_libc_fesetenv, default_libc_feupdateenv): New.
43791         (libc_feholdexcept): Only define if undefined.
43792         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43793         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43794         (libc_feholdexcept_setroundl): Likewise.
43795         (libc_feholdexcept_setround_53bit): Likewise.
43796         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43797         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43798         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43799         (libc_feupdateenv_53bit): Likewise.
43800         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43801         (libc_feholdexcept): Convert from macro to inline function.
43802         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43803         (libc_fesetenv, libc_feupdateenv): Likewise.
43805         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43806         not previously defined.
43807         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43808         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43809         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43810         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43811         * sysdeps/ieee754/flt-32/math_private.h: New file.
43812         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43813         math_private.h below SET_FLOAT_WORD.
43814         (__isnan, __isinf_ns, __finite): Remove.
43815         (__isnanf, __isinf_nsf, __finitef): Remove.
43817 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43819         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43821 2012-03-17  David S. Miller  <davem@davemloft.net>
43823         [BZ #6471]
43824         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43825         for 2.16.
43827 2012-03-16  David S. Miller  <davem@davemloft.net>
43829         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43830         warnings.
43832         [BZ #6471]
43833         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43834         properly.
43835         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43836         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43837         sysdep_routines when subdir is sysvipc.
43838         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43839         __getshmlba helper.
43841         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43843 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43845         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43846         [__LP64__].
43848 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43850         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43851         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43852         (__lround): Renamed to ...
43853         (__llround): This.  Replace long int with long long int.
43854         Define lround functions as aliases of llround functions.
43855         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43857 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43859         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43860         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43861         adresses to uintptr_t.  Replace "long int" and "unsigned long
43862         int" with "greg_t" on va_arg.
43864 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43866         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43867         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43869         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43870         Move e_machine check before EI_CLASS check.  Handle x32
43871         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43872         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43873         SKIP_EM_IA_64 and include
43874         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43876         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43877         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43878         (add_system_dir): New macro.
43880         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43881         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43883 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43885         [BZ #2551]
43886         [BZ #2552]
43887         [BZ #2553]
43888         [BZ #2554]
43889         [BZ #2562]
43890         [BZ #2563]
43891         [BZ #2565]
43892         [BZ #2566]
43893         [BZ #2576]
43894         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43895         (y0): Likewise.
43896         * math/w_j0f.c (j0f): Likewise.
43897         (y0f): Likewise.
43898         * math/w_j0l.c (__j0l): Likewise.
43899         (__y0l): Likewise.
43900         * math/w_j1.c (j1): Likewise.
43901         (y1): Likewise.
43902         * math/w_j1f.c (j1f): Likewise.
43903         (y1f): Likewise.
43904         * math/w_j1l.c (__j1l): Likewise.
43905         (__y1l): Likewise.
43906         * math/w_jn.c (jn): Likewise.
43907         (yn): Likewise.
43908         * math/w_jnf.c (jnf): Likewise.
43909         (ynf): Likewise.
43910         * math/w_jnl.c (__jnl): Likewise.
43911         (__ynl): Likewise.
43912         * math/libm-test.inc (j0_test): Add more tests.
43913         (j1_test): Likewise.
43914         (jn_test): Likewise.  Add trailing semicolon to existing test.
43915         (y0_test): Likewise.
43916         (y1_test): Likewise.
43917         * sysdeps/i386/fpu/libm-test-ulps: Update.
43918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43920         [BZ #13851]
43921         [BZ #13854]
43922         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43923         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43924         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43925         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43926         (__tanl): Set errno for infinite argument.
43927         * sysdeps/i386/fpu/mptan.c: Remove.
43928         * sysdeps/i386/fpu/s_tan.S: Likewise.
43929         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43930         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43931         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43932         * math/libm-test.inc (tan_test): Add more tests and enable more
43933         tests for double and long double.
43934         * sysdeps/i386/fpu/libm-test-ulps: Update.
43935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43937 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43939         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43940         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43942 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43944         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43945         * configure.in: Use it for both main tree and add-ons.
43946         * configure: Regenerated.
43948 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43950         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43952 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43954         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43955         in comment.
43957         [BZ #13851]
43958         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43959         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43960         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43961         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43962         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43963         infinite argument.
43964         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43965         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43966         != 0 for prec == 2.
43967         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43968         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43969         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43970         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43971         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43972         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43973         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43974         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43975         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43976         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43977         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43978         * math/libm-test.inc (cos_test): Add more tests and enable more
43979         tests for long double.
43980         (sin_test): Likewise.
43981         (sincos_test): Likewise.
43982         * sysdeps/i386/fpu/libm-test-ulps: Update.
43983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43985 2012-03-16  David S. Miller  <davem@davemloft.net>
43987         * sysdeps/sparc/fpu/math_private.h: New file.
43989 2012-03-15  David S. Miller  <davem@davemloft.net>
43991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43992         file.
43993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43995         file.
43996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43997         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43998         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43999         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44000         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44001         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44002         sysdep routines.
44003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44005         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44006         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44008         * sysdeps/sparc/sparc-ifunc.h: New file.
44009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44010         sparc-ifunc.h
44011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44013         Likewise.
44014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44015         Likewise.
44016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44020         Likewise.
44021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44026         Likewise.
44027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44028         Likewise.
44029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44033         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44034         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44035         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44036         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44037         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44038         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44039         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44040         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44041         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44042         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44043         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44044         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44045         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44046         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44047         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44048         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44049         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44050         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44051         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44052         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44054 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44056         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44057         scaling.
44058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44060 2012-03-15  Andreas Jaeger  <aj@suse.de>
44062         [BZ #13852]
44063         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44064         ieee754/flt-32 implementation for sin, cos and sincos.
44065         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44066         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44067         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44068         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44069         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44070         ieee754/flt-32 implementation for tan.
44072         * math/libm-test.inc (cos_test): Enable some large input tests for
44073         float as well
44074         (sin_test): Likewise.
44075         (sincos_test): Likewise.
44076         (tan_test): Add tests for large input.
44078         * sysdeps/i386/fpu/libm-test-ulps: Update.
44080 2012-03-15  Andreas Jaeger  <aj@suse.de>
44082         [BZ #13658]
44083         * math/libm-test.inc (cos_test): Add more test cases.
44084         (sin_test): Likewise.
44085         (sincos_test): Likewise.
44087 2012-03-15  Andreas Jaeger  <aj@suse.de>
44089         [BZ #13837]
44090         * math/libm-test.inc (cos_test): Add a test case for large input
44091         value.
44092         (sin_test): Likewise.
44093         (sincos_test): Likewise.
44095 2012-03-15  Andreas Jaeger  <aj@suse.de>
44096             Joseph Myers  <joseph@codesourcery.com>
44098         [BZ #13658]
44099         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44100         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44101         * sysdeps/i386/fpu/branred.c: Likewise.
44102         * sysdeps/i386/fpu/dosincos.c: Likewise.
44103         * sysdeps/i386/fpu/mpa.c: Likewise.
44104         * sysdeps/i386/fpu/s_cos.S: Likewise.
44105         * sysdeps/i386/fpu/s_sin.S: Likewise.
44106         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44107         * sysdeps/i386/fpu/sincos32.c: Likewise.
44109         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44110         Define.
44111         (libc_feupdateenv_53bit): Define.
44112         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44113         Define.
44114         (libc_feupdateenv_53bit): Define.
44116         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44117         53 bit (without extend i386 double precision).
44119         * math/libm-test.inc (sincos_test): Add tests for large input.
44120         (sin): Likewise.
44121         (cos): Likewise.
44123         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44125 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44129 2012-03-15  David S. Miller  <davem@davemloft.net>
44131         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44132         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44133         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44134         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44139         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44140         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44141         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44142         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44143         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44144         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44145         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44147         file.
44148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44150         file.
44151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44153         file.
44154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44156         file.
44157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44158         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44159         fmin/fmax sysdep routines.
44160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44162 2012-03-14  David S. Miller  <davem@davemloft.net>
44164         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44165         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44166         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44167         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44168         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44169         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44170         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44171         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44172         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44173         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44174         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44175         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44176         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44177         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44178         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44179         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44180         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44181         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44182         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44183         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44184         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44185         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44186         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44187         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44188         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44189         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44190         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44191         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44192         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44193         routines.
44194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44195         file.
44196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44198         file.
44199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44201         file.
44202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44204         file.
44205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44207         file.
44208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44210         file.
44211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44212         file.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44214         file.
44215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44216         file.
44217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44218         New file.
44219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44220         file.
44221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44222         file.
44223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44225         file.
44226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44228         file.
44229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44231         file.
44232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44234         VIS3 routines.
44236         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44237         New file.
44239         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44241         * sysdeps/sparc/configure.in: New file.
44242         * sysdeps/sparc/configure: Generate.
44243         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44244         * configure: Regenerate.
44245         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44246         * config.make.in (have-as-vis3): New.
44247         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44248         available use -Av9d instead of -Av9a.
44249         * sysdeps/sparc/sparc64/Makefile: Likewise.
44250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44252         New file.
44253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44254         file.
44255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44256         New file.
44257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44258         file.
44259         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44260         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44261         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44262         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44263         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44265         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44266         fzeros/fnegs to load 0x80000000 into a float register instead of
44267         using the stack.
44268         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44270 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44272         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44273         bits/syscall.h.
44274         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44275         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44276         ($(inst_includedir)/bits/syscall.h): Remove rule.
44277         ($(objpfx)bits/syscall.d): Include instead of
44278         $(objpfx)syscall-list.d.
44279         (generated): Change syscall-list.h and syscall-list.d to
44280         bits/syscall.h and bits/syscall.d.
44282 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44284         [BZ #13846]
44285         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44287 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44289         [BZ #13841]
44290         * math/s_csqrt.c: Include <float.h>.
44291         (__csqrt): Scale large or subnormal inputs.
44292         * math/s_csqrtf.c: Likewise.
44293         * math/s_csqrtl.c: Likewise.
44294         * math/libm-test.inc (csqrt_test): Add more tests.
44295         * sysdeps/i386/fpu/libm-test-ulps: Update.
44296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44298         [BZ #13840]
44299         * math/libm-test.inc (hypot_test): Add more tests.
44301 2012-03-13  David S. Miller  <davem@davemloft.net>
44303         [BZ #13840]
44304         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44305         double-precision for the calculation instead of scaling.
44307 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44309         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44310         manipulate bits before adding and subtracting TWO52[sx].
44311         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44312         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44313         Likewise.
44314         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44316 2012-03-13  David S. Miller  <davem@davemloft.net>
44318         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44319         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44320         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44321         rtld-global-offsets.h
44322         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44324         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44325         large parameters.
44327         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44329         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44330         'err' in the ifdef scope in which it is actually used.
44332         * nss/nss_db/db-init.c: Include string.h
44334 2012-03-12  David S. Miller  <davem@davemloft.net>
44336         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44337         masking out of the most significant byte of random value used.
44338         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44339         Fix coding style in previous change.
44341         * sysdeps/unix/sysv/linux/kernel-features.h
44342         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44343         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44344         expression.
44345         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44346         later.
44348 2012-03-11  David S. Miller  <davem@davemloft.net>
44350         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44351         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44352         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44353         for 'resultvar' otherwise things get truncated on 64-bit.
44355         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44356         Fix masking out of the most significant byte of random value used.
44358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44360 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44364 2012-03-09  David S. Miller  <davem@davemloft.net>
44366         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44367         variables with appropriate CPP guards.
44368         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44369         from the frame pointer, not the stack pointer.  Correct layout
44370         comments.  Fix test on resulting framesize and the management of
44371         the outregs buffer for pltexit.  Preserve floating point return
44372         values across _dl_call_pltexit call.
44373         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44374         framesize and the management of the outregs buffer for pltexit.
44375         Preserve floating point return values across _dl_call_pltexit
44376         call.
44377         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44378         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44379         (la_sparc64_gnu_pltexit): New functions.
44380         (print_exit): Fix format string for return register value.
44382 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44384         * sunrpc/Makefile (others): Add rpcgen.
44385         ($(objpfx)rpcgen): Remove special build rule and dependency on
44386         libc.
44387         * sunrpc/rpcgen.c: New file.
44389 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44391         [BZ #13673]
44392         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44393         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44394         * sysdeps/i386/crti.S: Likewise.
44395         * sysdeps/i386/crtn.S: Likewise.
44396         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44397         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44398         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44399         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44400         * sysdeps/sh/crti.S: Likewise.
44401         * sysdeps/sh/crtn.S: Likewise.
44402         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44404         [BZ #13673]
44405         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44406         with URL.
44407         * locale/programs/locfile-kw.gperf: Likewise.
44408         * locale/programs/charmap-kw.h: Regenerated.
44409         * locale/programs/locfile-kw.h: Likewise.
44411         [BZ #13673]
44412         * intl/plural.y: Replace FSF snail mail address with URL.
44413         * intl/plural.c: Regenerated.
44415 2012-03-09  Richard Henderson  <rth@twiddle.net>
44417         * include/math_private.h: Remove file.
44418         * math/math_private.h: Move file ...
44419         * sysdeps/generic/math_private.h: ... here.
44421         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44422         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44423         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44425         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44426         and <math_private.h>.
44427         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44428         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44429         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44430         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44431         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44432         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44433         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44434         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44435         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44436         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44437         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44438         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44439         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44440         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44441         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44442         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44443         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44444         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44445         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44446         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44447         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44448         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44449         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44450         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44451         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44452         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44453         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44454         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44455         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44456         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44457         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44458         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44460         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44461         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44462         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44463         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44464         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44465         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44466         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44467         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44468         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44469         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44470         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44471         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44472         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44473         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44474         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44475         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44476         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44477         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44478         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44479         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44480         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44481         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44482         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44483         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44488         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44496         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44497         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44498         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44499         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44500         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44501         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44502         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44503         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44504         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44505         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44506         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44507         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44508         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44509         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44510         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44511         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44512         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44513         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44514         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44515         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44516         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44517         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44518         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44519         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44520         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44521         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44522         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44523         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44524         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44525         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44526         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44527         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44528         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44529         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44530         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44531         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44532         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44533         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44534         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44535         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44536         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44537         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44538         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44539         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44540         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44541         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44542         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44543         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44544         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44545         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44546         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44547         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44548         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44549         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44550         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44551         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44552         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44553         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44554         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44555         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44556         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44557         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44558         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44559         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44560         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44561         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44562         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44563         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44564         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44565         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44566         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44567         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44568         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44569         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44570         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44571         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44572         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44573         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44574         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44575         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44576         * sysdeps/ieee754/k_standard.c: Likewise.
44577         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44578         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44579         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44580         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44581         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44582         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44583         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44584         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44585         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44586         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44587         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44588         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44589         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44590         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44591         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44592         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44593         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44594         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44595         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44596         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44597         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44598         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44599         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44600         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44601         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44602         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44603         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44604         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44605         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44606         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44607         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44608         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44609         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44610         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44611         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44612         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44613         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44614         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44615         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44616         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44617         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44618         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44619         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44620         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44621         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44622         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44623         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44624         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44625         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44626         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44627         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44628         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44629         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44630         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44631         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44632         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44633         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44634         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44635         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44636         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44637         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44638         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44639         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44640         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44641         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44642         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44643         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44644         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44645         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44646         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44647         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44648         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44649         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44650         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44651         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44652         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44653         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44654         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44655         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44656         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44657         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44658         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44659         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44660         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44661         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44662         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44663         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44664         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44665         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44666         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44667         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44668         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44669         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44670         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44671         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44672         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44673         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44674         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44675         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44676         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44677         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44678         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44679         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44680         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44681         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44682         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44683         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44684         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44685         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44686         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44687         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44688         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44689         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44690         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44691         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44692         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44693         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44694         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44695         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44696         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44697         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44698         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44699         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44700         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44701         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44702         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44703         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44704         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44705         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44706         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44707         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44708         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44709         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44710         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44711         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44712         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44713         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44714         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44715         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44716         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44717         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44718         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44719         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44720         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44721         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44722         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44723         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44724         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44725         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44726         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44727         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44728         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44729         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44730         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44731         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44732         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44733         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44734         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44735         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44736         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44737         * sysdeps/ieee754/s_lib_version.c: Likewise.
44738         * sysdeps/ieee754/s_matherr.c: Likewise.
44739         * sysdeps/ieee754/s_signgam.c: Likewise.
44740         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44741         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44742         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44743         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44744         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44745         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44746         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44747         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44748         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44749         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44750         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44751         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44752         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44753         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44754         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44755         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44756         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44757         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44758         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44759         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44760         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44762 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44764         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44765         * sunrpc/rpc_main.c: Likewise.
44766         * sunrpc/rpc_svcout.c: Likewise.
44768 2012-03-09  David S. Miller  <davem@davemloft.net>
44770         * include/math_private.h: New file.
44772 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44774         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44775         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44776         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44777         from <bits/socket_type.h>.
44778         (enum __socket_type): Don't define here.
44779         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44780         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44781         bits/socket_type.h.
44783         [BZ #13566]
44784         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44785         checking __USE_GNU.
44787         * Makerules ($(inst_includedir)/%.h): New rule.
44788         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44789         (install-others): Remove variable setting.
44790         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44792 2012-03-08  Richard Henderson  <rth@twiddle.net>
44794         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44795         from macro to inline function; merge with the
44796         !__LIBC_INTERNAL_MATH_INLINES version.
44797         (__ieee754_sqrtf): Likewise.
44799         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44800         to inline function.
44801         (__rintf, __floor, __floorf): Likewise.
44803         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44804         macro to inline function.
44805         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44807         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44808         not <math/math_private.h>.
44810 2012-03-08  David S. Miller  <davem@davemloft.net>
44812         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44813         copyright year.
44814         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44816 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44818         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44819         normalization.
44820         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44821         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44823 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44825         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44826         be defined individually, they must be defined as a block.  Define
44827         S for printing a string instead of hidint the different by using a
44828         macro for adding the 'l'.
44829         * stdio-common/tst-fphex-wide.c: Adjust.
44831 2012-03-07  Marek Polacek  <polacek@redhat.com>
44833         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44835 2012-03-08  Marek Polacek  <polacek@redhat.com>
44837         [BZ #13806]
44838         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44839         * stdio-common/tst-fphex.c: Define a few macros to make the
44840         test reusable.  Use them.
44841         * stdio-common/tst-fphex-wide.c: New file.
44843 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44845         [BZ #6911]
44846         * manual/macros.texi (gnusystems): New macro.
44847         (nongnusystems): Likewise.
44848         (gnulinuxhurdsystems): Likewise.
44849         (gnuhurdsystems): Likewise..
44850         (gnulinuxsystems): Likewise.
44851         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44852         variants of the GNU system, not "GNU system".
44853         * manual/conf.texi: Likewise.
44854         * manual/errno.texi: Likewise.  Update example of errno macro
44855         expansion.
44856         * manual/filesys.texi: Likewise.
44857         (getumask): Document as specific to GNU/Hurd.
44858         * manual/install.texi: Likewise.  Reword some references to
44859         GNU/Linux.
44860         * manual/intro.texi: Likewise.
44861         * manual/io.texi: Likewise.
44862         (File Name Portability): Detail which constraints are inapplicable
44863         to all GNU systems and which are only inapplicable to GNU/Hurd.
44864         * manual/job.texi: Likewise.
44865         * manual/llio.texi: Likewise.
44866         (O_NOCTTY): Document as present on GNU/Linux.
44867         * manual/maint.texi: Likewise.
44868         * manual/memory.texi: Likewise.
44869         * manual/pattern.texi: Likewise.
44870         * manual/pipe.texi: Likewise.
44871         * manual/process.texi: Likewise.
44872         * manual/resource.texi: Likewise.
44873         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44874         child on GNU/Hurd.
44875         * manual/setjmp.texi: Likewise.
44876         * manual/signal.texi: Likewise.
44877         * manual/startup.texi: Likewise.
44878         * manual/stdio.texi: Likewise.
44879         * manual/terminal.texi: Likewise.
44880         (ONLCR): Document as POSIX.
44881         (OXTABS): Document availability on GNU/Linux as XTABS.
44882         (ONOEOT): Document availability separately from other bits.
44883         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44884         * manual/time.texi: Likewise.
44885         * manual/users.texi: Likewise.
44886         * INSTALL: Regenerated.
44887         * sysdeps/gnu/errlist.c: Regenerated.
44889         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44890         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44891         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44892         puts.
44893         * configure: Regenerated.
44895 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44897         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44898         default includes instead of AC_HEADER_CHECK.
44899         * sysdeps/i386/configure: Regenerated.
44901         [BZ #10716]
44902         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44903         * math/s_cacoshf.c (__cacoshf): Likewise.
44904         * math/s_cacoshl.c (__cacoshl): Likewise.
44905         * math/s_casinh.c (__casinh): Set signs of result from argument.
44906         * math/s_casinhf.c (__casinhf): Likewise.
44907         * math/s_casinhl.c (__casinhl): Likewise.
44908         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44909         (casinh_test): Add more tests.
44910         * sysdeps/i386/fpu/libm-test-ulps: Update.
44911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44913 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44915         * po/zh_TW.po: Update from translation team.
44917         * login/Makefile (distribute): Remove variable.
44918         * catgets/Makefile: Likewise.
44919         * mach/Makefile: Likewise.
44920         * malloc/Makefile: Likewise.
44921         * misc/Makefile: Likewise.
44922         * iconv/Makefile: Likewise.
44923         * nscd/Makefile: Likewise.
44924         * hurd/Makefile: Likewise.
44925         * manual/Makefile: Likewise.
44926         * locale/Makefile: Likewise.
44927         * intl/Makefile: Likewise.
44928         * conform/Makefile: Likewise.
44929         * nss/Makefile: Likewise.
44930         * time/Makefile: Likewise.
44931         * soft-fp/Makefile: Likewise.
44932         * dirent/Makefile: Likewise.
44933         * gmon/Makefile: Likewise.
44934         * po/Makefile: Likewise.
44935         * rt/Makefile: Likewise.
44936         * socket/Makefile: Likewise.
44937         * math/Makefile: Likewise.
44938         * signal/Makefile: Likewise.
44939         * debug/Makefile: Likewise.
44940         * elf/Makefile: Likewise.
44941         * timezone/Makefile: Likewise.
44942         * stdlib/Makefile: Likewise.
44943         * iconvdata/Makefile: Likewise.
44944         * sunrpc/Makefile: Likewise.
44945         * io/Makefile: Likewise.
44946         * argp/Makefile: Likewise.
44947         * inet/Makefile: Likewise.
44948         * hesiod/Makefile: Likewise.
44949         * grp/Makefile: Likewise.
44950         * csu/Makefile: Likewise.
44951         * wctype/Makefile: Likewise.
44952         * crypt/Makefile: Likewise.
44953         * libio/Makefile: Likewise.
44954         * string/Makefile: Likewise.
44955         * nis/Makefile: Likewise.
44956         * resolv/Makefile: Likewise.
44957         * stdio-common/Makefile: Likewise.
44958         * wcsmbs/Makefile: Likewise.
44959         * dlfcn/Makefile: Likewise.
44960         * posix/Makefile: Likewise.
44962         [BZ #6959]
44963         * timezone/Makefile: Don't install timezone files, just the programs
44964         and scripts.
44966 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44968         * nss/databases.def: Add missing gshadow entry.
44970         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44972 2012-03-06  Marek Polacek  <polacek@redhat.com>
44974         [BZ #13726]
44975         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44976         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44977         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44978         * stdio-common/tst-long-dbl-fphex.c: New file.
44980 2012-03-06  David S. Miller  <davem@davemloft.net>
44982         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44983         (set_obp_int): New function.
44984         (get_obp_int): New function.
44985         (__get_clockfreq_via_dev_openprom): Likewise.
44986         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44987         Avoid unused variable warnings on 'val' and use builtin_expect.
44988         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44989         __builtin_expect.
44990         (INLINE_CLONE_SYSCALL): Likewise.
44992 2012-03-05  David S. Miller  <davem@davemloft.net>
44994         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44996 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45000         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45001         only for |x| >= 40.
45002         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45004 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45006         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45007         Replace gettimeofday with __vdso_gettimeofday.
45009         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45010         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45011         __vdso_clock_gettime and __vdso_getcpu.
45013         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45014         time with __vdso_time.
45016 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45018         * manual/lang.texi (size_t): Note types to which size_t may be
45019         equivalent with the GNU C Library, but do not describe when
45020         differences between them are significant.
45022 2012-03-05  Andreas Jaeger  <aj@suse.de>
45024         * sysdeps/i386/fpu/libm-test-ulps: Update.
45026 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45028         [BZ #3976]
45029         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45030         (__ieee754_pow): Save and restore rounding mode and use
45031         round-to-nearest for main computations.
45032         * math/libm-test.inc (pow_test_tonearest): New function.
45033         (pow_test_towardzero): Likewise.
45034         (pow_test_downward): Likewise.
45035         (pow_test_upward): Likewise.
45036         (main): Call the new functions.
45037         * sysdeps/i386/fpu/libm-test-ulps: Update.
45038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45040         [BZ #3976]
45041         * math/libm-test.inc (cosh_test_tonearest): New function.
45042         (cosh_test_towardzero): Likewise.
45043         (cosh_test_downward): Likewise.
45044         (cosh_test_upward): Likewise.
45045         (sinh_test_tonearest): Likewise.
45046         (sinh_test_towardzero): Likewise.
45047         (sinh_test_downward): Likewise.
45048         (sinh_test_upward): Likewise.
45049         (main): Call the new functions.
45050         * sysdeps/i386/fpu/libm-test-ulps: Update.
45051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45053 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45055         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45056         default stack guard is set in last bytes.
45057         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45059 2012-03-05  Kees Cook  <keescook@chromium.org>
45061         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45063         [BZ #13656]
45064         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45065         possibly allocate from heap instead of stack.
45066         * stdio-common/bug-vfprintf-nargs.c: New file.
45067         * stdio-common/Makefile (tests): Add nargs overflow test.
45069 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45073 2012-03-03  Marek Polacek  <polacek@redhat.com>
45075         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45076         * math/math_private.h: Likewise.
45077         * stdlib/tst-strtod.c: Likewise.
45078         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45079         * sysdeps/x86_64/bits/atomic.h: Likewise.
45081 2012-03-02  David S. Miller  <davem@davemloft.net>
45083         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45084         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45087         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45088         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45089         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45090         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45092 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45094         [BZ #13792]
45095         * manual/examples/README: New file, says the example source files
45096         can be used under GPL>=2.
45097         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45098         line containing just "*/".
45099         * manual/examples/add.c: Add copyright header (GPL>=2).
45100         * manual/examples/argp-ex1.c: Likewise.
45101         * manual/examples/argp-ex2.c: Likewise.
45102         * manual/examples/argp-ex3.c: Likewise.
45103         * manual/examples/argp-ex4.c: Likewise.
45104         * manual/examples/atexit.c: Likewise.
45105         * manual/examples/db.c: Likewise.
45106         * manual/examples/dir.c: Likewise.
45107         * manual/examples/dir2.c: Likewise.
45108         * manual/examples/execinfo.c: Likewise.
45109         * manual/examples/filecli.c: Likewise.
45110         * manual/examples/filesrv.c: Likewise.
45111         * manual/examples/fmtmsgexpl.c: Likewise.
45112         * manual/examples/genpass.c: Likewise.
45113         * manual/examples/inetcli.c: Likewise.
45114         * manual/examples/inetsrv.c: Likewise.
45115         * manual/examples/isockad.c: Likewise.
45116         * manual/examples/longopt.c: Likewise.
45117         * manual/examples/memopen.c: Likewise.
45118         * manual/examples/memstrm.c: Likewise.
45119         * manual/examples/mkfsock.c: Likewise.
45120         * manual/examples/mkisock.c: Likewise.
45121         * manual/examples/mygetpass.c: Likewise.
45122         * manual/examples/pipe.c: Likewise.
45123         * manual/examples/popen.c: Likewise.
45124         * manual/examples/rprintf.c: Likewise.
45125         * manual/examples/search.c: Likewise.
45126         * manual/examples/select.c: Likewise.
45127         * manual/examples/setjmp.c: Likewise.
45128         * manual/examples/sigh1.c: Likewise.
45129         * manual/examples/sigusr.c: Likewise.
45130         * manual/examples/stpcpy.c: Likewise.
45131         * manual/examples/strdupa.c: Likewise.
45132         * manual/examples/strftim.c: Likewise.
45133         * manual/examples/strncat.c: Likewise.
45134         * manual/examples/subopt.c: Likewise.
45135         * manual/examples/swapcontext.c: Likewise.
45136         * manual/examples/termios.c: Likewise.
45137         * manual/examples/testopt.c: Likewise.
45138         * manual/examples/testpass.c: Likewise.
45139         * manual/examples/timeval_subtract.c: Likewise.
45141         [BZ #13792]
45142         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45143         function to ...
45144         * manual/timeval_subtract.c.texi: ... here, new file.
45146 2012-03-02  David S. Miller  <davem@davemloft.net>
45148         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45150 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45152         [BZ #3976]
45153         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45154         (__sin): Save and restore rounding mode and use round-to-nearest
45155         for all computations.
45156         (__cos): Save and restore rounding mode and use round-to-nearest
45157         for all computations.
45158         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45159         <fenv.h>.
45160         (tan): Save and restore rounding mode and use round-to-nearest for
45161         all computations.
45162         * math/libm-test.inc (cos_test_tonearest): New function.
45163         (cos_test_towardzero): Likewise.
45164         (cos_test_downward): Likewise.
45165         (cos_test_upward): Likewise.
45166         (sin_test_tonearest): Likewise.
45167         (sin_test_towardzero): Likewise.
45168         (sin_test_downward): Likewise.
45169         (sin_test_upward): Likewise.
45170         (tan_test_tonearest): Likewise.
45171         (tan_test_towardzero): Likewise.
45172         (tan_test_downward): Likewise.
45173         (tan_test_upward): Likewise.
45174         (main): Call the new functions.
45175         * sysdeps/i386/fpu/libm-test-ulps: Update.
45176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45178         [BZ #10135]
45179         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45180         small n, then large n, before computing and testing k+n.
45181         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45182         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45183         Likewise.
45184         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45185         Likewise.
45186         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45187         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45188         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45189         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45190         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45191         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45192         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45193         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45194         * math/libm-test.inc (scalbn_test): Add more tests.
45195         (scalbln_test): Likewise.
45197         * manual/filesys.texi (mode_t): Describe constraints on size and
45198         signedness, not exact equivalence to a particular type.
45199         (ino_t): Likewise.
45200         (ino64_t): Likewise.
45201         (dev_t): Likewise.
45202         (nlink_t): Likewise.
45203         (blkcnt_t): Likewise.
45204         (blkcnt64_t): Likewise.
45205         * manual/llio.texi (off_t): Likewise.
45207         [BZ #3976]
45208         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45209         (__ieee754_exp): Save and restore rounding mode and use
45210         round-to-nearest for all computations.
45211         * math/libm-test.inc (exp_test_tonearest): New function.
45212         (exp_test_towardzero): Likewise.
45213         (exp_test_downward): Likewise.
45214         (exp_test_upward): Likewise.
45215         (main): Call the new functions.
45216         * sysdeps/i386/fpu/libm-test-ulps: Update.
45217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45219 2012-03-01  Chris Demetriou  <cgd@google.com>
45221         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45222         have predictable order.
45224 2012-03-01  David S. Miller  <davem@davemloft.net>
45226         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45228         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45229         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45230         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45231         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45233         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45234         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45235         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45236         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45237         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45238         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45239         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45240         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45241         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45243         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45245         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45246         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45247         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45249         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45250         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45251         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45252         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45253         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45254         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45255         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45256         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45257         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45258         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45259         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45260         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45261         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45262         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45263         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45264         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45265         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45266         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45267         * sysdeps/sparc/elf/configure: Regenerated.
45269 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45271         * configure.in (AS, LD): Require binutils 2.20 or later.
45272         * configure: Regenerated.
45273         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45274         as required minimum version.
45275         * INSTALL: Regenerated.
45277         [BZ #2541]
45278         [BZ #4108]
45279         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45280         before squaring exponent.
45281         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45282         bottom long double and 27 bits of top long double before squaring
45283         exponent.
45284         * math/libm-test.inc (erfc_test): Add more tests.
45285         * sysdeps/i386/fpu/libm-test-ulps: Update.
45286         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45289 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45291         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45292         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45293         containing bit-fields.
45294         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45295         * soft-fp/single.h (_FP_UNION_S): Likewise.
45296         * soft-fp/double.h (_FP_UNION_D): Likewise.
45298 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45300         [BZ #13786]
45301         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45302         not include ../strcmp.S.
45303         [USE_AS_STRNCASECMP_L]: Likewise.
45304         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45305         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45306         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45307         (__strncasecmp_l_ia32): Define as alias to
45308         __strncasecmp_l_nonascii.
45310         [BZ #5794]
45311         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45312         * sysdeps/i386/fpu/libm-test-ulps: Update.
45313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45315         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45318 2012-02-29  Jeff Law  <law@redhat.com>
45320         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45321         out of bounds read.
45323 2012-02-29  Marek Polacek  <polacek@redhat.com>
45325         [BZ #13706]
45326         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45327         * elf/Makefile: Add rules to run tst-unused-dep.out.
45329 2012-02-28  David S. Miller  <davem@davemloft.net>
45331         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45332         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45333         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45334         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45335         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45336         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45338 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45340         * math/libm-test.inc (llround_test): Move one test from
45341         lround_test.  Use TEST_f_L in moved test.
45342         (lround_test): Move misplaced test to llround_test.  Add testcase
45343         from bug 2561.
45345 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45347         * sysdeps/x86_64/fpu/e_expf.S: New file.
45348         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45350 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45352         [BZ #13637]
45353         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45354         of remain_len that may cause incomplete multi-byte character and
45355         false match.
45356         * posix/bug-regex33.c: New file.
45357         * posix/Makefile (tests): Add bug-regex33.
45359 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45361         * manual/macros.texi: New file.
45362         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45363         * manual/libc.texinfo: Include macros.texi.
45364         * manual/creatute.texi: Likewise.
45365         * manual/install.texi: Likewise.
45366         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45367         @glibcadj{} in references to the GNU C Library.
45368         * manual/charset.texi: Likewise.
45369         * manual/conf.texi: Likewise.
45370         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45371         when not using those macros.
45372         * manual/creature.texi: Likewise.
45373         * manual/crypt.texi: Likewise.
45374         * manual/errno.texi: Likewise.
45375         * manual/filesys.texi: Likewise.
45376         * manual/header.texi: Likewise.
45377         * manual/install.texi: Likewise.
45378         * manual/intro.texi: Likewise.
45379         * manual/io.texi: Likewise.
45380         * manual/job.texi: Likewise.
45381         * manual/lang.texi: Likewise.
45382         * manual/libc.texiinfo: Likewise.
45383         * manual/llio.texi: Likewise.
45384         * manual/locale.texi: Likewise.
45385         * manual/maint.texi: Likewise.
45386         * manual/math.texi: Likewise.
45387         * manual/memory.texi: Likewise.
45388         * manual/message.texi: Likewise.
45389         * manual/nss.texi: Likewise.
45390         * manual/pattern.texi: Likewise.
45391         * manual/process.texi: Likewise.
45392         * manual/resource.texi: Likewise.
45393         * manual/search.texi: Likewise.
45394         * manual/setjmp.texi: Likewise.
45395         * manual/signal.texi: Likewise.
45396         * manual/socket.texi: Likewise.
45397         * manual/startup.texi: Likewise.
45398         * manual/stdio.texi: Likewise.
45399         * manual/string.texi: Likewise.
45400         * manual/sysinfo.texi: Likewise.
45401         * manual/syslog.texi: Likewise.
45402         * manual/terminal.texi: Likewise.
45403         * manual/time.texi: Likewise.
45404         * manual/users.texi: Likewise.
45405         * INSTALL: Regenerated.
45406         * NOTES: Regenerated.
45407         * sysdeps/gnu/errlist.c: Regenerated.
45409 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45411         * include/dirent.h: Include <dirstream.h> before
45412         <dirent/dirent.h>.
45414 2012-02-28  David S. Miller  <davem@davemloft.net>
45416         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45417         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45418         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45419         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45421 2012-02-27  David S. Miller  <davem@davemloft.net>
45423         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45424         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45425         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45426         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45428         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45429         frame pointer instead of stack pointer relative arg slot.
45430         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45431         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45432         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45434 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45436         [BZ #3992]
45437         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45439 2012-02-27  David S. Miller  <davem@davemloft.net>
45441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45444         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45445         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45446         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45447         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45448         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45450 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45452         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45453         later.  Allow versions 5-9.
45454         * configure: Regenerated.
45455         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45456         required minimum version and 4.6 as recommended version.  Do not
45457         mention bugs in GCC 2.7 and 2.8.
45458         * INSTALL: Regenerated.
45460 2012-02-27  David S. Miller  <davem@davemloft.net>
45462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45465         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45466         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45467         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45468         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45469         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45471         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45472         manipulate bits before adding and subtracting TWO112[sx].
45473         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45475 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45477         [BZ #13775]
45478         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45479         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45480         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45481         being in POSIX, because they are in 1003.1-2008.
45483         * rt/tst-aio.c: Include <fcntl.h>.
45484         * rt/tst-aio7.c: Likewise.
45485         * rt/tst-aio64.c: Likewise.
45487         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45489 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45491         * manual/install.texi (--with-headers): Describe headers as
45492         interface headers, not private headers.
45493         (Specific advice for GNU/Linux systems): Describe use of headers
45494         from "make headers_install", not private headers from older
45495         kernels.
45496         * INSTALL: Regenerated.
45497         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45498         Change to 2.6.19.
45499         * sysdeps/unix/sysv/linux/configure: Regenerated.
45501         * manual/llio.texi (fclean): Remove documentation.
45503         * manual/Makefile (libc-texi-generated): New variable.  Include
45504         version.texi.
45505         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45506         $(libc-texi-generated), not duplicated list of files.
45507         (version.texi, stamp-version): New rules.
45508         (realclean): Remove $(libc-texi-generated), not individual files
45509         from that list.  Do not remove dir-add.texinfo.
45510         * manual/libc.texinfo: Comment out uses of edition numbers and
45511         references to printed manual.  Remove last-updated dates.
45512         (EDITION): Comment out.
45513         (ISBN): Likewise.
45514         (VERSION, UPDATED): Remove.
45515         (version.texi): Include.
45517 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45519         * sysdeps/posix/spawni.c: Include <signal.h>.
45520         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45521         * sysdeps/pthread/aio_fsync.c: Likewise.
45523 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45525         * conform/Makefile (tests): Run only when not cross-compiling and
45526         when fast-check is not defined.
45528         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45529         * conform/data/limits.h-data: Fixes for POSIX2008.
45530         * conform/run-conformtest.sh: Run all tests.
45531         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45532         headers.
45533         * include/bits/dlfcn.h: Likewise.
45534         * include/langinfo.h: Likewise.
45535         * include/monetary.h: Likewise.
45536         * include/sys/poll.h: Likewise.
45538         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45539         for __USE_GNU.
45540         * posix/spawn.h: Define __need_sigset_t.
45541         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45542         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45543         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45544         to get sigevent_t only.
45545         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45546         only for __USE_GNU.
45547         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45548         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45549         process_vm_writev only for __USE_GNU.
45550         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45552         * conform/Makefile: For now ignore errors from run-conformtest.
45553         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45554         POSIX to avoid namespace pollution.  Don't prepend headers.
45555         * conform/data/aio.h-data: Fixes for POSIX testing.
45556         * conform/data/fcntl.h-data: Likewise.
45557         * conform/data/glob.h-data: Likewise.
45558         * conform/data/grp.h-data: Likewise.
45559         * conform/data/pthread.h-data: Likewise.
45560         * conform/data/pwd.h-data: Likewise.
45561         * conform/data/signal.h-data: Likewise.
45562         * conform/data/spawn.h-data: Likewise.
45563         * conform/data/stdio.h-data: Likewise.
45564         * conform/data/stdlib.h-data: Likewise.
45565         * conform/data/stropts.h-data: Likewise.
45566         * conform/data/sys/mman.h-data: Likewise.
45567         * conform/data/sys/stat.h-data: Likewise.
45568         * conform/data/sys/types.h-data: Likewise.
45569         * conform/data/sys/wait.h-data: Likewise.
45570         * conform/data/time.h-data: Likewise.
45571         * conform/data/unistd.h-data: Likewise.
45572         * conform/data/utime.h-data: Likewise.
45574         * io/sys/stat.h: fchmod was always in POSIX.
45575         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45576         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45577         * rt/aio.h: Define __need_timespec before including <time.h>.
45578         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45579         struct.  Add forward declaration of pthread_attr_t and use it in
45580         sigevent.
45581         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45582         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45583         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45584         always remove CLK_TCK definition.
45586 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45588         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45590 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45592         * conform/run-conformtest.sh: New file.
45593         * conform/Makefile: Run run-conformtest for tests.
45594         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45595         support.
45597         * conform/data/uchar.h-data: New file.
45598         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45599         * conform/data/arpa/inet.h-data: Likewise.
45600         * conform/data/assert.h-data: Likewise.
45601         * conform/data/complex.h-data: Likewise.
45602         * conform/data/cpio.h-data: Likewise.
45603         * conform/data/ctype.h-data: Likewise.
45604         * conform/data/dirent.h-data: Likewise.
45605         * conform/data/dlfcn.h-data: Likewise.
45606         * conform/data/errno.h-data: Likewise.
45607         * conform/data/fcntl.h-data: Likewise.
45608         * conform/data/float.h-data: Likewise.
45609         * conform/data/fmtmsg.h-data: Likewise.
45610         * conform/data/fnmatch.h-data: Likewise.
45611         * conform/data/ftw.h-data: Likewise.
45612         * conform/data/glob.h-data: Likewise.
45613         * conform/data/grp.h-data: Likewise.
45614         * conform/data/iconv.h-data: Likewise.
45615         * conform/data/inttypes.h-data: Likewise.
45616         * conform/data/langinfo.h-data: Likewise.
45617         * conform/data/libgen.h-data: Likewise.
45618         * conform/data/limits.h-data: Likewise.
45619         * conform/data/locale.h-data: Likewise.
45620         * conform/data/math.h-data: Likewise.
45621         * conform/data/monetary.h-data: Likewise.
45622         * conform/data/mqueue.h-data: Likewise.
45623         * conform/data/ndbm.h-data: Likewise.
45624         * conform/data/net/if.h-data: Likewise.
45625         * conform/data/netdb.h-data: Likewise.
45626         * conform/data/netinet/in.h-data: Likewise.
45627         * conform/data/nl_types.h-data: Likewise.
45628         * conform/data/poll.h-data: Likewise.
45629         * conform/data/pthread.h-data: Likewise.
45630         * conform/data/pwd.h-data: Likewise.
45631         * conform/data/regex.h-data: Likewise.
45632         * conform/data/sched.h-data: Likewise.
45633         * conform/data/search.h-data: Likewise.
45634         * conform/data/semaphore.h-data: Likewise.
45635         * conform/data/setjmp.h-data: Likewise.
45636         * conform/data/signal.h-data: Likewise.
45637         * conform/data/spawn.h-data: Likewise.
45638         * conform/data/stdarg.h-data: Likewise.
45639         * conform/data/stdio.h-data: Likewise.
45640         * conform/data/stdlib.h-data: Likewise.
45641         * conform/data/string.h-data: Likewise.
45642         * conform/data/strings.h-data: Likewise.
45643         * conform/data/stropts.h-data: Likewise.
45644         * conform/data/sys/ipc.h-data: Likewise.
45645         * conform/data/sys/mman.h-data: Likewise.
45646         * conform/data/sys/msg.h-data: Likewise.
45647         * conform/data/sys/resource.h-data: Likewise.
45648         * conform/data/sys/select.h-data: Likewise.
45649         * conform/data/sys/sem.h-data: Likewise.
45650         * conform/data/sys/shm.h-data: Likewise.
45651         * conform/data/sys/socket.h-data: Likewise.
45652         * conform/data/sys/stat.h-data: Likewise.
45653         * conform/data/sys/statvfs.h-data: Likewise.
45654         * conform/data/sys/time.h-data: Likewise.
45655         * conform/data/sys/timeb.h-data: Likewise.
45656         * conform/data/sys/times.h-data: Likewise.
45657         * conform/data/sys/types.h-data: Likewise.
45658         * conform/data/sys/uio.h-data: Likewise.
45659         * conform/data/sys/un.h-data: Likewise.
45660         * conform/data/sys/utsname.h-data: Likewise.
45661         * conform/data/sys/wait.h-data: Likewise.
45662         * conform/data/syslog.h-data: Likewise.
45663         * conform/data/tar.h-data: Likewise.
45664         * conform/data/termios.h-data: Likewise.
45665         * conform/data/utime.h-data: Likewise.
45666         * conform/data/utmpx.h-data: Likewise.
45667         * conform/data/varargs.h-data: Likewise.
45668         * conform/data/wchar.h-data: Likewise.
45669         * conform/data/wctype.h-data: Likewise.
45670         * conform/data/wordexp.h-data: Likewise.
45672         * include/stropts.h: New file.
45673         * include/uchar.h: New file.
45674         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45675         * include/assert.h: Likewise.
45676         * include/ctype.h: Likewise.
45677         * include/dirent.h: Likewise.
45678         * include/dlfcn.h: Likewise.
45679         * include/fcntl.h: Likewise.
45680         * include/fnmatch.h: Likewise.
45681         * include/glob.h: Likewise.
45682         * include/grp.h: Likewise.
45683         * include/libio.h: Likewise.
45684         * include/locale.h: Likewise.
45685         * include/math.h: Likewise.
45686         * include/net/if.h: Likewise.
45687         * include/netdb.h: Likewise.
45688         * include/netinet/in.h: Likewise.
45689         * include/pthread.h: Likewise.
45690         * include/pwd.h: Likewise.
45691         * include/regex.h: Likewise.
45692         * include/sched.h: Likewise.
45693         * include/search.h: Likewise.
45694         * include/setjmp.h: Likewise.
45695         * include/signal.h: Likewise.
45696         * include/stdio.h: Likewise.
45697         * include/stdlib.h: Likewise.
45698         * include/string.h: Likewise.
45699         * include/sys/cdefs.h: Likewise.
45700         * include/sys/mman.h: Likewise.
45701         * include/sys/msg.h: Likewise.
45702         * include/sys/resource.h: Likewise.
45703         * include/sys/select.h: Likewise.
45704         * include/sys/socket.h: Likewise.
45705         * include/sys/stat.h: Likewise.
45706         * include/sys/statvfs.h: Likewise.
45707         * include/sys/time.h: Likewise.
45708         * include/sys/times.h: Likewise.
45709         * include/sys/uio.h: Likewise.
45710         * include/sys/utsname.h: Likewise.
45711         * include/sys/wait.h: Likewise.
45712         * include/termios.h: Likewise.
45713         * include/time.h: Likewise.
45714         * include/ulimit.h: Likewise.
45715         * include/unistd.h: Likewise.
45716         * include/utime.h: Likewise.
45717         * include/wchar.h: Likewise.
45718         * include/wctype.h: Likewise.
45719         * include/wordexp.h: Likewise.
45721         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45723         * time/time.h: TIME_UTC must be a macro.
45724         Make timespec_get available for ISO C11 only as well.
45726 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45728         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45729         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45731 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45733         * configure.in: Use -o not -a in test for unsupported multi-arch.
45735 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45737         * manual/texinfo.tex: Update to version 2012-01-19.16.
45739 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45741         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45743 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45745         [BZ #13738]
45746         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45747         * manual/fdl-1.3.texi: New file.
45748         * manual/fdl-1.1.texi: File removed.
45750         [BZ #13738]
45751         * manual/libc.texinfo (FDL_VERSION): New @set.
45752         Use it for mention of FDL in cover text.
45753         (Documentation License): Use it in @include file name.
45755 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45756             Roland McGrath  <roland@hack.frob.com>
45758         [BZ #5461]
45759         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45760         (not LONG_LONG_MAX and LONG_LONG_MIN.
45761         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45762         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45763         name.
45764         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45766 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45768         [BZ #2547]
45769         [BZ #11365]
45770         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45771         manipulate bits before adding and subtracting TWO23[sx].
45772         * math/libm-test.inc (nearbyint_test): Add more tests.
45774 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45776         [BZ #2548]
45777         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45778         bits before adding and subtracting TWO23[sx].
45779         * math/libm-test.inc (rint_test): Add more tests.
45780         (rint_test_tonearest): Likewise.
45781         (rint_test_towardzero): Likewise.
45782         (rint_test_downward): Likewise.
45783         (rint_test_upward: Likewise.
45785 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45787         [BZ #10110]
45788         * include/stdc-predef.h: New file.  Extracted from features.h.
45789         * include/features.h: Include stdc-predef.h.
45790         * Makefile (headers): Add stdc-predef.h.
45791         * CONFORMANCE (Compiler limitations): Update.
45793 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45795         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45797 2012-02-21  David S. Miller  <davem@davemloft.net>
45799         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45800         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45802 2012-02-20  David S. Miller  <davem@davemloft.net>
45804         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45805         using a normal save/restore sequence, rather than allocating a
45806         dummy stack frame just to store a frame pointer and restore.
45807         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45809 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45811         * manual/install.texi: Fix stray word in line-wrapped comment.
45813 2012-02-20  David S. Miller  <davem@davemloft.net>
45815         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45816         both binutils and gcc support GOTDATA.
45818         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45819         "rd %pc" in the PIC register setup sequences.
45821         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45822         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45823         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45824         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45825         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45826         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45827         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45828         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45829         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45830         (SYSCALL_ERROR_HANDLER): Likewise.
45831         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45832         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45833         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45834         (SYSCALL_ERROR_HANDLER): Likewise.
45836         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45837         (HAVE_GCC_GOTDATA): New.
45838         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45839         relocation support in both binutils and gcc.
45840         * sysdeps/sparc/elf/configure: Regenerate.
45842         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45843         * sysdeps/sparc/sparc32/elf/configure: Delete.
45844         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45845         * sysdeps/sparc/sparc64/elf/configure: Delete.
45846         * sysdeps/sparc/elf/configure.in: New file.
45847         * sysdeps/sparc/elf/configure: Generate.
45849         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45850         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45851         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45852         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45853         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45855 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45857         * manual/install.texi: Do not mention specific glibc version
45858         numbers.
45859         * manual/libc.texinfo (VERSION, UPDATED): Update.
45860         (@copying): Use @copyright{} and range of years.
45862 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45864         [BZ #13695]
45865         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45866         [crti.S not in sysdirs] (generated): Do not append.
45867         [crti.S not in sysdirs] (omit-deps): Likewise.
45868         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45869         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45870         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45871         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45872         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45873         Likewise.
45874         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45875         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45876         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45877         * csu/defs.awk: Remove file.
45878         * sysdeps/generic/initfini.c: Likewise.
45879         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45880         variable.
45881         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45882         Likewise.
45884 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45886         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45887         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45888         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45889         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45890         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45891         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45892         <bits/epoll.h>.
45893         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45894         (__EPOLL_PACKED): Define to empty if not defined by
45895         <bits/epoll.h>.
45896         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45897         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45898         bits/epoll.h.
45900 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45902         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45903         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45904         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45905         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45906         <bits/timerfd.h>.
45907         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45908         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45909         bits/timerfd.h.
45911 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45913         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45914         in C locale.
45915         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45916         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45917         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45920 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45922         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45923         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45925 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45927         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45928         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45929         defined.
45930         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45931         Likewise.
45932         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45933         entry for 2.16.
45935 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45937         * math/w_acos.c: Use non-signaling floating-point comparisons.
45938         * math/w_acosf.c: Likewise.
45939         * math/w_acosh.c: Likewise.
45940         * math/w_acoshf.c: Likewise.
45941         * math/w_acoshl.c: Likewise.
45942         * math/w_acosl.c: Likewise.
45943         * math/w_asin.c: Likewise.
45944         * math/w_asinf.c: Likewise.
45945         * math/w_asinl.c: Likewise.
45946         * math/w_atanh.c: Likewise.
45947         * math/w_atanhf.c: Likewise.
45948         * math/w_atanhl.c: Likewise.
45949         * math/w_exp2.c: Likewise.
45950         * math/w_exp2f.c: Likewise.
45951         * math/w_exp2l.c: Likewise.
45952         * math/w_j0.c: Likewise.
45953         * math/w_j0f.c: Likewise.
45954         * math/w_j0l.c: Likewise.
45955         * math/w_j1.c: Likewise.
45956         * math/w_j1f.c: Likewise.
45957         * math/w_j1l.c: Likewise.
45958         * math/w_jn.c: Likewise.
45959         * math/w_jnf.c: Likewise.
45960         * math/w_log.c: Likewise.
45961         * math/w_log10.c: Likewise.
45962         * math/w_log10f.c: Likewise.
45963         * math/w_log10l.c: Likewise.
45964         * math/w_log2.c: Likewise.
45965         * math/w_log2f.c: Likewise.
45966         * math/w_log2l.c: Likewise.
45967         * math/w_logf.c: Likewise.
45968         * math/w_logl.c: Likewise.
45969         * math/w_sqrt.c: Likewise.
45970         * math/w_sqrtf.c: Likewise.
45971         * math/w_sqrtl.c: Likewise.
45972         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45973         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45974         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45975         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45976         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45978 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45980         [BZ #9739]
45981         * manual/string.texi (strnlen): Use correct parameter name in
45982         equivalent expression.
45984 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45986         [BZ #11174]
45987         * manual/users.texi (seteuid): Consistently use neweuid for
45988         argument name.
45990 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45992         [BZ #13704]
45993         * manual/nss.texi (Services in the NSS configuration): Correct
45994         list of services in example configuration file.
45996 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45998         [BZ #11322]
45999         * manual/arith.texi: Remove statements about negative zero
46000         behaving identically to zero.
46002 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46004         [BZ #5993]
46005         * manual/install.texi: Do not document upgrading from libc5.
46007 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46009         [BZ #4596]
46010         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46012 2012-02-18  David S. Miller  <davem@davemloft.net>
46014         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46015         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46016         %o7 across the call.
46017         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46018         instead.
46019         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46020         SETUP_PIC_REG_LEAF.
46021         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46022         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46023         * sysdeps/sparc/crtn.S: Likewise.
46025 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46027         * aout/Makefile: Remove.
46029 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46031         [BZ #13058]
46032         * manual/examples/argp-ex1.c (main): Format definition in GNU
46033         style.
46034         * manual/examples/argp-ex2.c (main): Likewise.
46035         * manual/examples/argp-ex3.c (main): Likewise.
46036         * manual/examples/argp-ex4.c (main): Likewise.
46037         * manual/examples/longopt.c (main): Use new-style prototype
46038         definition.
46039         * manual/examples/strncat.c (main): Specify return type and use
46040         (void) for arguments.
46041         * manual/examples/subopt.c (main): Use char **argv argument.
46043 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46045         [BZ #5077]
46046         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46047         rounding modes.
46049 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46051         [BZ #6907]
46052         * manual/string.texi (strchr): Change when strchrnul is
46053         recommended.
46055 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46057         [BZ #174]
46058         * manual/locale.texi (setlocale): Document LOCPATH.
46060 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46062         [BZ #10210]
46063         * manual/process.texi (execle): Move @dots{} before last argument.
46065 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46067         [BZ #12047]
46068         * manual/charset.texi (Generic Charset Conversion): Fix typo
46069         (LC_TYPE -> LC_CTYPE).
46071 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46073         [BZ #5805]
46074         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46075         (scalbnf): Likewise.
46076         (scalbnl): Likewise.
46077         (scalbln): Likewise.
46078         (scalblnf): Likewise.
46079         (scalblnl): Likewise.
46080         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46081         (vwarnx): Likewise.
46082         (verr): Likewise.
46083         (verrx): Likewise.
46084         * manual/filesys.texi (telldir): Use braces around return type.
46085         * manual/llio.texi (mmap): Add space after comma.
46086         (mmap64): Likewise.
46087         * manual/math.texi (jn): Use @var{} on parameter names.
46088         (jnf): Likewise.
46089         (jnl): Likewise.
46090         (yn): Likewise.
46091         (ynf): Likewise.
46092         (ynl): Likewise.
46093         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46094         line.
46095         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46096         "...".
46097         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46098         (sched_get_priority_max): Likewise.
46099         * manual/signal.texi (sigvec): Add space after comma.
46100         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46101         names.
46102         (if_indextoname): Likewise.
46103         (if_freenameindex): Likewise.
46104         (sendto): Use ',' instead of '.' in prototype.
46105         * manual/startup.texi (syscall): Use @dots{} instead of literal
46106         "...".
46107         * manual/stdio.texi (__fpending): Separate initial words of
46108         paragraph from @deftypefun line.
46109         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46110         "...".
46111         (vsyslog): Use @var{} on parameter names.
46112         * manual/terminal.texi (stty): Use @var{} on parameter names.
46113         * manual/users.texi (getutmp): Use @var{} on parameter names.
46114         (getutmpx): Likewise.
46116 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46118         [BZ #6884]
46119         * manual/stdio.texi (fopen): Fix typos in description of
46120         ",ccs=STRING".
46122 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46124         [BZ #4026]
46125         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46126         get clock_id definition.
46128 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46130         [BZ #4822]
46131         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46132         (madvise): Cast every argument to void on its own.
46134 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46136         [BZ #9902]
46137         * manual/startup.texi (Exit Status): Fix typo.
46139 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46141         [BZ #10140]
46142         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46143         * manual/examples/argp-ex2.c: Likewise.
46144         * manual/examples/argp-ex3.c: Likewise.
46146 2012-02-16  Richard Henderson  <rth@redhat.com>
46148         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46149         * sysdeps/s390/s390-32/initfini.c: Remove.
46150         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46151         * sysdeps/s390/s390-64/initfini.c: Remove.
46153 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46155         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46156         compiler output for sysdeps/generic/initfini.c.
46157         * sysdeps/sh/elf/initfini.c: Remove file.
46159 2012-02-16  David S. Miller  <davem@davemloft.net>
46161         [BZ #11494]
46162         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46164         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46165         * sysdeps/sparc/crti.S: New file.
46166         * sysdeps/sparc/crtn.S: New file.
46167         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46168         * sysdeps/sparc/sparc64/Makefile: Likewise.
46170 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46172         [BZ #3335]
46173         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46175 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46177         [BZ #4822]
46178         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46180         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46181         (write, read, close): Likewise.
46182         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46184 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46186         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46187         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46188         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46189         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46190         <bits/signalfd.h>.
46191         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46192         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46193         bits/signalfd.h.
46195 2012-02-14  Marek Polacek  <polacek@redhat.com>
46197         * sysdeps/x86_64/crti.S: New file.
46198         * sysdeps/x86_64/crtn.S: New file.
46199         * sysdeps/x86_64/elf/initfini.c: Remove file.
46201 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46203         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46204         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46205         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46206         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46207         <bits/inotify.h>.
46208         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46209         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46210         bits/inotify.h.
46212 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46214         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46215         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46216         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46217         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46218         <bits/eventfd.h>.
46219         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46220         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46221         bits/eventfd.h.
46223 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46225         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46226         __feraiseexcept instead of feraiseexcept.
46228         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46229         nanosleep invocations.
46230         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46231         strings, and add error checking for a nanosleep invocations.
46233 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46235         Replace FSF snail mail address with URLs, as per GNU coding standards.
46236         Most of the snail mail addresses were wrong anyway, and omitting
46237         them makes the source code easier to maintain.  Almost all of the
46238         changes are to license notices and to locale LC_IDENTIFICATION
46239         addresses, except for this one:
46240         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46241         not its snail mail address.
46243 2012-02-09  Richard Henderson  <rth@twiddle.net>
46245         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46246         of kernel-features.h.
46248         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46250 2012-02-08  Marek Polacek  <polacek@redhat.com>
46252         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46253         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46254         * sysdeps/gnu/_G_config.h: Likewise.
46255         * sysdeps/generic/_G_config.h: Likewise.
46257 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46259         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46260         tests.
46261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46263         * sysdeps/powerpc/powerpc32/crti.S: New file.
46264         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46265         * sysdeps/powerpc/powerpc64/crti.S: New file.
46266         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46268         * Makeconfig (have-initfini): Don't set.
46269         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46270         * configure.in (nopic_initfini): Don't substitute.
46271         * config.h.in (HAVE_INITFINI): Don't #undef.
46272         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46273         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46275 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46277         Support crti.S and crtn.S provided directly by architectures.
46278         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46279         [crti.S in sysdirs] (omit-deps): Likewise.
46280         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46281         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46282         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46283         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46284         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46285         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46286         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46287         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46288         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46289         compiler output for sysdeps/generic/initfini.c.
46290         * sysdeps/i386/elf/Makefile: Remove file.
46291         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46293 2012-02-07  Marek Polacek  <polacek@redhat.com>
46295         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46296         * sysdeps/gnu/_G_config.h: Likewise.
46297         * sysdeps/mach/hurd/_G_config.h: Likewise.
46299 2012-02-07  Marek Polacek  <polacek@redhat.com>
46301         * math/Makefile (tests): Add tst-CMPLX2.
46302         * math/tst-CMPLX2.c: New file.
46304 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46306         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46308         * math/libm-test.inc (jn_test): Add missing L suffix.
46310 2012-02-06  Marek Polacek  <polacek@redhat.com>
46312         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46313         * sysdeps/i386/fpu/e_powf.S: Likewise.
46314         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46315         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46316         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46317         * sysdeps/i386/fpu/e_pow.S: Likewise.
46318         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46319         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46320         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46321         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46322         * sysdeps/i386/fpu/e_log2.S: Likewise.
46323         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46324         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46325         * sysdeps/i386/fpu/e_powl.S: Likewise.
46326         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46327         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46328         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46329         * sysdeps/i386/fpu/e_logl.S: Likewise.
46330         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46331         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46332         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46333         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46334         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46335         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46336         * sysdeps/i386/fpu/e_log.S: Likewise.
46337         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46338         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46339         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46340         * sysdeps/i386/fpu/e_logf.S: Likewise.
46341         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46342         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46343         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46344         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46345         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46346         * sysdeps/i386/fpu/e_log10.S: Likewise.
46347         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46348         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46349         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46350         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46351         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46352         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46353         * sysdeps/i386/asm-syntax.h: Likewise.
46354         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46355         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46356         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46357         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46358         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46359         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46360         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46361         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46362         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46363         * sysdeps/powerpc/sysdep.h: Likewise.
46364         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46365         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46367 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46369         [BZ #411]
46370         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46372 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46374         * sysdeps/i386/sysdep.h: Include <features.h>.
46375         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46376         version.
46378 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46380         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46381         Define.
46382         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46383         LOAD_PIC_REG_STR.
46385 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46387         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46388         (SETUP_PIC_REG): Use GET_PC_THUNK.
46389         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46390         macro.
46392 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46394         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46395         for non-PIC compilation.
46396         (SETUP_PIC_REG): Add .p2align directive.
46397         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46398         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46399         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46400         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46401         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46402         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46403         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46404         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46405         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46406         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46407         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46408         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46409         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46410         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46411         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46412         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46413         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46414         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46415         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46416         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46417         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46418         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46419         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46420         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46421         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46422         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46423         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46424         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46425         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46426         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46427         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46428         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46429         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46430         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46431         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46432         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46433         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46434         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46435         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46436         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46437         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46439 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46441         * math/tst-CMPLX.c: Include <stdio.h>.
46443 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46445         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46446         float.
46447         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46448         * sysdeps/sparc/bits/mathdef.h: Likewise.
46450 2012-01-31  Marek Polacek  <polacek@redhat.com>
46452         * libio/libio.h: Don't define _PARAMS.
46453         * locale/programs/config.h: Don't define PARAMS.
46454         * stdlib/strtol_l.c: Likewise.
46455         (__strtol_l): Remove PARAMS from the prototype.
46457 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46459         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46460         names.  Just use the correct names.  Remove unnecessary wrapper
46461         functions.
46462         * malloc/arena.c: Likewise.
46463         * malloc/hooks.c: Likewise.
46465         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46466         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46467         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46469 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46471         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46472         into tail calls.
46473         (update_get_addr): New function.
46474         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46475         GET_ADDR_MODULE parameter.
46477 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46479         * crypt/cert.c: Remove __STDC__ conditionals.
46480         * crypt/crypt-entry.c: Likewise.
46481         * crypt/crypt_util.c: Likewise.
46482         * libio/filedoalloc.c: Likewise.
46483         * libio/fileops.c: Likewise.
46484         * libio/genops.c: Likewise.
46485         * libio/iofclose.c: Likewise.
46486         * libio/iofdopen.c: Likewise.
46487         * libio/iofopen.c: Likewise.
46488         * libio/iofopen64.c: Likewise.
46489         * libio/iogetdelim.c: Likewise.
46490         * libio/iopopen.c: Likewise.
46491         * libio/obprintf.c: Likewise.
46492         * libio/oldfileops.c: Likewise.
46493         * libio/oldiofclose.c: Likewise.
46494         * libio/oldiofdopen.c: Likewise.
46495         * libio/oldiofopen.c: Likewise.
46496         * libio/oldiopopen.c: Likewise.
46497         * libio/wfiledoalloc.c: Likewise.
46498         * libio/wgenops.c: Likewise.
46499         * locale/programs/xmalloc.c: Likewise.
46500         * misc/syslog.c: Likewise.
46501         * stdio-common/xbug.c: Likewise.
46502         * string/memchr.c: Likewise.
46503         * string/memcmp.c: Likewise.
46504         * string/memrchr.c: Likewise.
46505         * string/rawmemchr.c: Likewise.
46506         * sysdeps/posix/getcwd.c: Likewise.
46507         * time/strftime_l.c: Likewise.
46509 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46511         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46512         * config.make.in (config-cflags-sse2avx): Define.
46513         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46514         Fix typo.
46516 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46518         * scripts/config.guess: Update from upstream config git repository.
46519         * scripts/config.sub: Likewise.
46521 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46523         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46524         (EM_NUM): Update.
46525         (R_TILEPRO_*, R_TILEGX_*): New macros.
46527         * scripts/firstversions.awk: Fix bug in version range handling.
46529         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46531         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46533         * include/sys/epoll.h: New file.
46534         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46535         libc_hidden_def.
46537 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46539         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46540         Avoid unnecessary __WORDSIZE == 64 test.
46541         (fmaxf): Use VEX format if possible.
46542         (fmax): Likewise.
46543         (fminf): Likewise.
46544         (fmin): Likewise.
46546         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46547         * math/math_private.h: Remove libc_fegetround* and
46548         libc_fesetround*.
46549         * sysdeps/i386/configure.in: Check for -msse2avx.
46550         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46551         also if SSE2AVX is defined.
46552         Remove libc_fegetround* and libc_fesetround*.
46553         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46554         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46555         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46556         of HAS_YMM_USABLE.
46557         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46558         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46559         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46560         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46561         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46563         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46565 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46567         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46568         size is not set.
46569         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46571 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46573         [BZ #13618]
46574         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46575         relocation.
46576         * Makeconfig (libm): Define.
46577         * elf/Makefile: Add rules to build and run tst-relsort1.
46578         * elf/tst-relsort1.c: New file.
46579         * elf/tst-relsort1mod1.c: New file.
46580         * elf/tst-relsort1mod2.c: New file.
46582 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46584         * math/s_ldexp.c: Remove __STDC__ conditionals.
46585         * math/s_ldexpf.c: Likewise.
46586         * math/s_ldexpl.c: Likewise.
46587         * math/s_nextafter.c: Likewise.
46588         * math/s_nexttowardf.c: Likewise.
46589         * math/s_significand.c: Likewise.
46590         * math/s_significandf.c: Likewise.
46591         * math/s_significandl.c: Likewise.
46592         * math/w_jnl.c: Likewise.
46593         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46594         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46595         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46596         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46597         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46598         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46599         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46600         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46601         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46602         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46603         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46604         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46605         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46606         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46607         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46608         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46609         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46610         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46611         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46612         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46613         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46614         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46615         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46616         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46617         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46618         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46619         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46620         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46621         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46622         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46623         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46624         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46625         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46626         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46627         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46628         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46629         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46630         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46631         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46632         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46633         * sysdeps/ieee754/k_standard.c: Likewise.
46634         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46635         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46636         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46637         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46638         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46639         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46640         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46641         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46642         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46643         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46644         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46645         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46646         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46647         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46648         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46649         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46650         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46651         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46652         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46653         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46654         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46655         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46656         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46657         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46658         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46659         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46660         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46661         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46662         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46663         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46666         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46667         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46668         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46669         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46670         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46671         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46672         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46673         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46674         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46675         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46676         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46677         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46678         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46679         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46680         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46681         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46682         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46683         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46684         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46685         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46686         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46687         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46688         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46689         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46690         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46691         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46692         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46693         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46694         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46695         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46696         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46697         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46698         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46699         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46700         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46701         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46702         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46703         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46704         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46705         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46706         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46707         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46708         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46709         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46710         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46711         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46712         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46713         * sysdeps/ieee754/s_matherr.c: Likewise.
46714         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46715         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46716         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46717         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46719 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46721         * crypt/md5.h: Remove __STDC__ conditionals.
46722         * libio/libioP.h: Likewise.
46723         * locale/programs/config.h: Likewise.
46724         * sysdeps/generic/sysdep.h: Likewise.
46725         * sysdeps/i386/asm-syntax.h: Likewise.
46726         * sysdeps/s390/asm-syntax.h: Likewise.
46727         * sysdeps/unix/sysdep.h: Likewise.
46728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46731 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46733         * libio/libio.h: Remove __STDC__ conditionals.
46734         * malloc/obstack.h: Likewise.
46735         * math/complex.h: Likewise.
46736         * math/math.h: Likewise.
46737         * sysdeps/generic/_G_config.h: Likewise.
46738         * sysdeps/gnu/_G_config.h: Likewise.
46739         * sysdeps/mach/hurd/_G_config.h: Likewise.
46740         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46741         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46742         * sysdeps/sparc/bits/mathdef.h: Likewise.
46744 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46746         [BZ #13583]
46747         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46748         Clean up HAS_* macros.
46749         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46750         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46751         possible.
46752         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46753         HAS_AVX.
46754         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46755         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46756         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46757         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46758         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46760 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46762         * elf/tst-unique3.cc (gets): Remove declaration.
46763         * elf/tst-unique3lib.cc (gets): Likewise.
46764         * elf/tst-unique3lib2.cc (gets): Likewise.
46765         * elf/tst-unique4.cc (gets): Likewise.
46767 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46769         * include/stdio.h: Add C++ protection.  Add gets declarations and
46770         definitions.
46771         * debug/tst-chk1.c: Don't declare gets here.
46772         * stdio-common/tst-gets.c: Likewise.
46774 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46776         * posix/glob: Remove directory.
46778 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46780         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46782 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46784         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46785         of the non-standard EPFNOSUPPORT.
46787 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46789         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46790         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46791         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46793 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46795         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46797 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46799         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46800         transient errors.
46801         * nscd/grpcache.c (cache_addgr): Likewise.
46802         * nscd/hstcache.c (cache_addhst): Likewise.
46803         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46804         * nscd/pwdcache.c (cache_addpw): Likewise.
46805         * nscd/servicescache.c (cache_addserv): Likewise.
46807 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46809         * malloc/malloc.c: Various cleanups.
46810         * malloc/hooks.c: Likewise.
46812         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46813         * stdlib/bug-fmtmsg1.c: New file.
46815         * stdlib/fmtmsg.c (init): Add missing unlock.
46816         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46818 2012-01-12  Marek Polacek  <polacek@redhat.com>
46820         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46821         and _GNU_SOURCE.
46823 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46825         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46826         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46827         macro to ensure uniqueness of label name.
46828         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46829         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46831 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46833         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46835         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46836         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46837         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46838         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46840 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46842         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46844         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46845         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46846         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46848         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46850         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46851         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46852         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46853         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46855         * math/bits/math-finite.h: Add ldexp support.
46857 2012-01-10  Marek Polacek  <polacek@redhat.com>
46859         * locale/programs/localedef.h (show_archive_content): Add noreturn
46860         attribute.
46862 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46864         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46866 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46868         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46870         * io/Makefile (headers): Add bits/poll2.h.
46872 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46875         typo #include statement.
46877 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46879         * include/sys/cdefs.h: Define __attribute_alloc_size.
46880         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46881         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46882         * elf/pldd.c: Likewise.
46883         * iconv/iconv_charmap.c: Likewise.
46884         * iconv/iconvconfig.c: Likewise.
46885         * iconv/strtab.c: Likewise.
46886         * locale/programs/locale.c: Likewise.
46887         * locale/programs/localedef.h: Likewise.
46888         * locale/programs/simple-hash.c: Likewise.
46889         * nscd/nscd.h: Likewise.
46890         * nss/makedb.c: Likewise.
46891         * sysdeps/generic/ldconfig.h: Likewise.
46892         * locale/programs/localedef.c: Remove xmalloc prototype.
46893         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46895 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46897         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46898         appropriate.
46900 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46902         * math/Makefile (tests): Add tst-CMPLX.
46903         * math/tst-CMPLX.c: New file.
46905         * math/complex.h (CMPLXL): Fix typo.
46907         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46908         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46909         GLIBC_2.16.
46910         * debug/tst-chk1.c: Add poll and ppoll tests.
46911         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46912         * include/sys/poll.h: Add hidden proto for ppoll.
46913         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46914         * sysdeps/mach/hurd/ppoll.c: Likewise.
46915         * io/ppoll.c: Likewise.
46916         * debug/poll_chk.c: New file.
46917         * debug/ppoll_chk.c: New file.
46918         * include/bits/poll2.h: New file.
46919         * io/bits/poll2.h: New file.
46921         [BZ #1350]
46922         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46924         * configure.in: static is always set to yes.  Remove.
46925         * config.make.in: Don't set build-static.
46926         * Makeconfig: Remove use of build-static.
46927         * dlfcn/Makefile: Likewise.
46928         * elf/Makefile: Likewise.
46929         * math/Makefile: Likewise.
46930         * misc/Makefile: Likewise.
46931         * nptl/Makefile: Likewise.
46932         * sysdeps/mach/hurd/Makefile: Likewise.
46934         * configure.in: PWD_P is not used anymore.
46935         * config.make.in: Remove PWD_P entry.
46937         * configure.in: Remove last remnants of RANLIB.
46938         No need to check for signed size_t anymore.
46939         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46940         and IA-64.
46941         Remove __builtin_expect test because we require at least gcc 3.4.
46942         * aclocal.m4: Likewise.
46944         * wcsmbs/mbrtoc16.c: Implement using towc function.
46945         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46946         * wcsmbs/wcsmbsload.c: Likewise.
46947         * iconv/gconv_simple.c: Likewise.
46948         * iconv/gconv_int.h: Likewise.
46949         * iconv/gconv_builtin.h: Likewise.
46950         * iconv/iconv_prog.c: Remove CHAR16 handling.
46952         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46954         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46956         * configure.in: Remove --with-elf and --enable-bounded options.
46957         Dont set base_machine for ia64.  More non-ELF conditions removed.
46958         Remove testing and setting of leading underscore information.
46959         * config.make.in (build-bounded): Set to no.
46960         * config.h.in: Remove NO_UNDERSCORES entry.
46961         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46962         them.
46963         * csu/start.c: Remove !NO_UNDERSCORE code.
46964         * locale/localeinfo.h: Likewise.
46965         * sysdeps/generic/machine-gmon.h: Likewise.
46966         * sysdeps/generic/sysdep.h: Likewise.
46967         * sysdeps/i386/sysdep.h: Likewise.
46968         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46969         * sysdeps/mach/sysdep.h: Likewise.
46970         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46971         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46972         * sysdeps/sh/sysdep.h: Likewise.
46973         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46974         * sysdeps/unix/i386/sysdep.S: Likewise.
46975         * sysdeps/unix/sparc/start.c: Likewise.
46976         * sysdeps/unix/sparc/sysdep.S: Likewise.
46977         * sysdeps/unix/sparc/sysdep.h: Likewise.
46978         * sysdeps/unix/start.c: Likewise.
46979         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46980         * sysdeps/x86_64/sysdep.h: Likewise.
46982 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46984         [BZ #13553]
46985         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46986         for non-gcc.
46987         * argp/argp-fmtstream.h: Use const instead __const.
46988         * argp/argp.h: Likewise.
46989         * assert/assert.h: Likewise.
46990         * bits/fenv.h: Likewise.
46991         * bits/sched.h: Likewise.
46992         * bits/sigset.h: Likewise.
46993         * bits/sigthread.h: Likewise.
46994         * catgets/nl_types.h: Likewise.
46995         * conform/data/pthread.h-data: Likewise.
46996         * crypt/crypt-private.h: Likewise.
46997         * crypt/crypt.h: Likewise.
46998         * crypt/crypt_util.c: Likewise.
46999         * ctype/ctype.h: Likewise.
47000         * debug/execinfo.h: Likewise.
47001         * debug/mbsnrtowcs_chk.c: Likewise.
47002         * debug/mbsrtowcs_chk.c: Likewise.
47003         * debug/wcsnrtombs_chk.c: Likewise.
47004         * debug/wcsrtombs_chk.c: Likewise.
47005         * debug/wcstombs_chk.c: Likewise.
47006         * dirent/dirent.h: Likewise.
47007         * dlfcn/dlfcn.h: Likewise.
47008         * elf/neededtest4.c: Likewise.
47009         * grp/grp.h: Likewise.
47010         * gshadow/gshadow.h: Likewise.
47011         * iconv/gconv.h: Likewise.
47012         * iconv/gconv_int.h: Likewise.
47013         * iconv/gconv_simple.c: Likewise.
47014         * iconv/iconv.h: Likewise.
47015         * iconv/loop.c: Likewise.
47016         * iconv/skeleton.c: Likewise.
47017         * include/aio.h: Likewise.
47018         * include/aliases.h: Likewise.
47019         * include/argz.h: Likewise.
47020         * include/arpa/inet.h: Likewise.
47021         * include/assert.h: Likewise.
47022         * include/dirent.h: Likewise.
47023         * include/dlfcn.h: Likewise.
47024         * include/execinfo.h: Likewise.
47025         * include/fcntl.h: Likewise.
47026         * include/fenv.h: Likewise.
47027         * include/glob.h: Likewise.
47028         * include/grp.h: Likewise.
47029         * include/libintl.h: Likewise.
47030         * include/mntent.h: Likewise.
47031         * include/netdb.h: Likewise.
47032         * include/pwd.h: Likewise.
47033         * include/rpc/netdb.h: Likewise.
47034         * include/sched.h: Likewise.
47035         * include/search.h: Likewise.
47036         * include/shadow.h: Likewise.
47037         * include/signal.h: Likewise.
47038         * include/stdio.h: Likewise.
47039         * include/stdlib.h: Likewise.
47040         * include/string.h: Likewise.
47041         * include/sys/socket.h: Likewise.
47042         * include/sys/stat.h: Likewise.
47043         * include/sys/statfs.h: Likewise.
47044         * include/sys/statvfs.h: Likewise.
47045         * include/sys/syslog.h: Likewise.
47046         * include/sys/time.h: Likewise.
47047         * include/sys/uio.h: Likewise.
47048         * include/time.h: Likewise.
47049         * include/unistd.h: Likewise.
47050         * include/utmp.h: Likewise.
47051         * include/wchar.h: Likewise.
47052         * include/wctype.h: Likewise.
47053         * inet/aliases.h: Likewise.
47054         * inet/arpa/inet.h: Likewise.
47055         * inet/netinet/ether.h: Likewise.
47056         * inet/netinet/in.h: Likewise.
47057         * intl/libintl.h: Likewise.
47058         * io/bits/fcntl2.h: Likewise.
47059         * io/fcntl.h: Likewise.
47060         * io/ftw.h: Likewise.
47061         * io/sys/poll.h: Likewise.
47062         * io/sys/stat.h: Likewise.
47063         * io/sys/statfs.h: Likewise.
47064         * io/sys/statvfs.h: Likewise.
47065         * io/utime.h: Likewise.
47066         * libio/bits/stdio.h: Likewise.
47067         * libio/bits/stdio2.h: Likewise.
47068         * libio/libio.h: Likewise.
47069         * libio/libioP.h: Likewise.
47070         * libio/stdio.h: Likewise.
47071         * locale/lc-ctype.c: Likewise.
47072         * locale/locale.h: Likewise.
47073         * login/utmp.h: Likewise.
47074         * malloc/arena.c: Likewise.
47075         * malloc/malloc.c: Likewise.
47076         * malloc/malloc.h: Likewise.
47077         * malloc/mcheck.c: Likewise.
47078         * malloc/mtrace.c: Likewise.
47079         * math/bits/mathcalls.h: Likewise.
47080         * math/fenv.h: Likewise.
47081         * math/math_private.h: Likewise.
47082         * misc/bits/error.h: Likewise.
47083         * misc/bits/syslog.h: Likewise.
47084         * misc/err.h: Likewise.
47085         * misc/error.h: Likewise.
47086         * misc/fstab.h: Likewise.
47087         * misc/mntent.h: Likewise.
47088         * misc/regexp.h: Likewise.
47089         * misc/search.h: Likewise.
47090         * misc/sgtty.h: Likewise.
47091         * misc/sys/mman.h: Likewise.
47092         * misc/sys/syslog.h: Likewise.
47093         * misc/sys/uio.h: Likewise.
47094         * misc/sys/xattr.h: Likewise.
47095         * misc/ttyent.h: Likewise.
47096         * nis/rpcsvc/ypclnt.h: Likewise.
47097         * nss/nss.h: Likewise.
47098         * posix/bits/unistd.h: Likewise.
47099         * posix/fnmatch.h: Likewise.
47100         * posix/glob.h: Likewise.
47101         * posix/sched.h: Likewise.
47102         * posix/spawn.h: Likewise.
47103         * posix/sys/wait.h: Likewise.
47104         * posix/unistd.h: Likewise.
47105         * posix/wordexp.h: Likewise.
47106         * pwd/pwd.h: Likewise.
47107         * resolv/netdb.h: Likewise.
47108         * resource/sys/resource.h: Likewise.
47109         * rt/aio.h: Likewise.
47110         * rt/bits/mqueue2.h: Likewise.
47111         * rt/mqueue.h: Likewise.
47112         * shadow/shadow.h: Likewise.
47113         * signal/signal.h: Likewise.
47114         * socket/send.c: Likewise.
47115         * socket/sendto.c: Likewise.
47116         * socket/sys/socket.h: Likewise.
47117         * stdio-common/printf.h: Likewise.
47118         * stdlib/bits/stdlib.h: Likewise.
47119         * stdlib/fmtmsg.h: Likewise.
47120         * stdlib/monetary.h: Likewise.
47121         * stdlib/stdlib.h: Likewise.
47122         * stdlib/ucontext.h: Likewise.
47123         * streams/stropts.h: Likewise.
47124         * string/argz.h: Likewise.
47125         * string/bits/string2.h: Likewise.
47126         * string/string.h: Likewise.
47127         * string/strings.h: Likewise.
47128         * sunrpc/rpc/auth.h: Likewise.
47129         * sunrpc/rpc/auth_des.h: Likewise.
47130         * sunrpc/rpc/clnt.h: Likewise.
47131         * sunrpc/rpc/netdb.h: Likewise.
47132         * sunrpc/rpc/pmap_clnt.h: Likewise.
47133         * sunrpc/rpc/xdr.h: Likewise.
47134         * sysdeps/generic/inttypes.h: Likewise.
47135         * sysdeps/generic/net/if.h: Likewise.
47136         * sysdeps/generic/sys/swap.h: Likewise.
47137         * sysdeps/gnu/net/if.h: Likewise.
47138         * sysdeps/gnu/utmpx.h: Likewise.
47139         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47140         * sysdeps/i386/i486/bits/string.h: Likewise.
47141         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47142         * sysdeps/s390/bits/string.h: Likewise.
47143         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47144         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47145         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47146         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47147         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47148         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47149         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47150         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47151         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47152         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47153         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47154         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47155         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47156         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47157         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47158         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47159         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47160         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47161         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47162         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47163         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47164         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47165         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47166         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47167         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47168         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47169         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47170         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47171         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47172         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47173         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47174         * sysvipc/sys/ipc.h: Likewise.
47175         * sysvipc/sys/msg.h: Likewise.
47176         * sysvipc/sys/sem.h: Likewise.
47177         * sysvipc/sys/shm.h: Likewise.
47178         * termios/termios.h: Likewise.
47179         * time/sys/time.h: Likewise.
47180         * time/time.h: Likewise.
47181         * wcsmbs/bits/wchar2.h: Likewise.
47182         * wcsmbs/uchar.h: Likewise.
47183         * wcsmbs/wchar.h: Likewise.
47184         * wctype/wctype.h: Likewise.
47186         [BZ #13551]
47187         * Makeconfig: Remove all but ELF support including AIX support.
47188         * Makerules: Likewise.
47189         * config.h.in: Likewise.
47190         * config.make.in: Likewise.
47191         * configure: Likewise.
47192         * configure.in: Likewise.
47193         * csu/Makefile: Likewise.
47194         * csu/version.c: Likewise.
47195         * debug/Makefile: Likewise.
47196         * dlfcn/Makefile: Likewise.
47197         * elf/Makefile: Likewise.
47198         * extra-lib.mk: Likewise.
47199         * iconv/Makefile: Likewise.
47200         * include/libc-symbols.h: Likewise.
47201         * include/shlib-compat.h: Likewise.
47202         * resolv/Makefile: Likewise.
47203         * resolv/res_libc.c: Likewise.
47204         * rt/Makefile: Likewise.
47205         * sysdeps/i386/asm-syntax.h: Likewise.
47206         * sysdeps/i386/sysdep.h: Likewise.
47207         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47208         * sysdeps/mach/sysdep.h: Likewise.
47209         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47210         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47211         * sysdeps/s390/asm-syntax.h: Likewise.
47212         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47213         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47214         * sysdeps/sh/sysdep.h: Likewise.
47215         * sysdeps/unix/sparc/sysdep.h: Likewise.
47216         * sysdeps/wordsize-32/divdi3.c: Likewise.
47217         * sysdeps/x86_64/sysdep.h: Likewise.
47219         * argp/Versions: Remove _argp_unlock_xxx.
47221         [BZ #13559]
47222         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47223         * abilist/libBrokenLocale.abilist: Likewise.
47224         * abilist/libanl.abilist: Likewise.
47225         * abilist/libc.abilist: Likewise.
47226         * abilist/libcrypt.abilist: Likewise.
47227         * abilist/libdl.abilist: Likewise.
47228         * abilist/libm.abilist: Likewise.
47229         * abilist/libnsl.abilist: Likewise.
47230         * abilist/libpthread.abilist: Likewise.
47231         * abilist/libresolv.abilist: Likewise.
47232         * abilist/librt.abilist: Likewise.
47233         * abilist/libthread_db.abilist: Likewise.
47234         * abilist/libutil.abilist: Likewise.
47235         * abilist/libnss_db.abilist: New file.
47237         * scripts/abilist.awk: Add support for indirect functions.
47239         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47241         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47243         * shlib-versions: Remove entries for ports architectures.
47245         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47246         files in ports.
47247         * elf/stackguard-macros.h: Remove support for IA-64.
47248         * elf/tst-auditmod1.c: Likewise.
47249         * sysdeps/generic/ldsodefs.h: Likewise.
47251         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47252         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47253         configure files.
47255         [BZ #13552]
47256         * configure.in: Remove --enable-omitfp support.
47257         * FAQ.in: Adjust.
47258         * config.make.in: Likewise.
47259         * Makeconfig: Likewise.
47260         * manual/install.texi: Likewise.
47262         In case anyone cares, the IA-64 architecture could move to ports.
47263         * sysdeps/ia64/*: Removed.
47264         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47265         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47267         [BZ #13555]
47268         * configure.in: Remove entries for unsupported architectures.
47270         [BZ #13533]
47271         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47272         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47273         routines.
47274         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47275         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47276         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47277         fall back to using wcrtomb.
47278         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47279         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47280         renaming.
47281         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47282         * wcsmbs/tst-c16c32-1.c: New file.
47284         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47285         local variable.
47287         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47289         * elf/tst-unique3.cc: Add explicit declaration of gets.
47290         * elf/tst-unique3lib.cc: Likewise.
47291         * elf/tst-unique3lib2.cc: Likewise.
47292         * elf/tst-unique4.cc: Likewise.
47294         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47296 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47298         [BZ #13566]
47299         * assert/assert.h (static_assert): Don't define for C++.
47300         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47301         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47303 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47305         * iconv/loop.c (single loop): Fix assertion in storing of
47306         remaining bytes.
47308         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47310 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47312         * posix/getconf.c: Update copyright year.
47313         * nss/getent.c: Likewise.
47314         * nss/makedb.c: Likewise.
47315         * iconv/iconvconfig.c: Likewise.
47316         * iconv/iconv_prog.c: Likewise.
47317         * elf/ldconfig.c: Likewise.
47318         * elf/pldd.c: Likewise.
47319         * elf/sotruss.ksh: Likewise.
47320         * catgets/gencat.c: Likewise.
47321         * csu/version.c: Likewise.
47322         * elf/ldd.bash.in: Likewise.
47323         * elf/sprof.c (print_version): Likewise.
47324         * locale/programs/locale.c: Likewise.
47325         * locale/programs/localedef.c: Likewise.
47326         * login/programs/pt_chown.c: Likewise.
47327         * nscd/nscd.c (print_version): Likewise.
47328         * debug/xtrace.sh: Likewise.
47329         * malloc/memusage.sh: Likewise.
47330         * malloc/mtrace.pl: Likewise.
47331         * debug/catchsegv.sh: Likewise.
47333 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47335         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47336         pure attribute.
47338 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47340         [BZ #13533]
47341         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47342         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47343         transformations.
47344         * iconv/gconv_int.h: Likewise.
47345         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47346         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47347         from libc for GLIBC_2.16.
47348         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47349         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47350         * wcsmbs/uchar.h: Really define mbstate_t.
47351         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47352         * wcsmbs/c16rtomb.c: New file.
47353         * wcsmbs/mbrtoc16.c: New file.
47354         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47355         for C/POSIX locale.
47356         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47357         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47359         * wcsmbs/wchar.h: Add missing __restrict.
47361 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47363         [BZ #13532]
47364         * time/Makefile (routines): Add timespec_get.
47365         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47366         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47367         timespec for ISO C11.
47368         * time/timespec_get.c: New file.
47369         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47370         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47372         [BZ #13531]
47373         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47374         * stdlib/stdlib.h: Declare aligned_alloc.
47375         * Versions.def: Add GLIBC_2.16 for libc.
47376         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47378         [BZ 13527]
47379         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47380         ISO C11.
47382         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47383         code.
47385         [BZ #13528]
47386         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47388         [BZ #13529]
47389         * assert/assert.h (static_assert): Define.
47391         * version.h: Update for 2.16 development version.
47393         [BZ #13526]
47394         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47395         _ISOC11_SOURCE.
47397         * version.h (RELEASE): Bump for 2.15 release.
47398         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47400         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47401         Patch by Marek Polacek <mpolacek@redhat.com>.
47403         * bits/byteswap.h: Protect long long constants with __extension__.
47404         * sysdeps/i386/bits/byteswap.h: Likewise.
47405         * sysdeps/ia64/bits/byteswap.h: Likewise.
47406         * sysdeps/s390/bits/byteswap.h: Likewise.
47407         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47409 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47411         [BZ #13540]
47412         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47413         destination buffer.
47414         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47416 2011-12-23  Marek Polacek  <polacek@redhat.com>
47418         * elf/dl-addr.c (determine_info): Add inline keyword.
47419         * elf/tst-auditmod4b.c (check_avx): Likewise.
47420         * elf/tst-auditmod6b.c (check_avx): Likewise.
47421         * elf/tst-auditmod6c.c (check_avx): Likewise.
47422         * elf/tst-auditmod7b.c (check_avx): Likewise.
47424 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47426         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47427         !__SSE_MATH__.
47429 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47431         [BZ #13540]
47432         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47433         processing for last bytes.
47435 2011-08-06  Bruno Haible  <bruno@clisp.org>
47437         [BZ #13061]
47438         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47439         U+0385, not to U+1FEE.
47441         [BZ #13062]
47442         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47443         entry for U+00A5 U+0301.
47445 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47447         [BZ #13166]
47448         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47449         buffer for the output is too small.
47451         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47452         optimization.
47454         [BZ #13185]
47455         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47456         SSE flags if possible.
47458 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47460         [BZ #13540]
47461         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47462         processing for last bytes.
47464 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47466         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47467         (syscall-list-default-options, syscall-list-default-condition)
47468         (syscall-list-includes): Define.
47469         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47470         list of ABIs and options and #if conditions for each ABI.  Do not
47471         handle common syscalls between ABIs specially.
47472         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47473         Remove.
47474         (syscall-list-variants, syscall-list-32bit-options)
47475         (syscall-list-32bit-condition, syscall-list-64bit-options)
47476         (syscall-list-64bit-condition): Define.
47477         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47478         (syscall-list-variants, syscall-list-32bit-options)
47479         (syscall-list-32bit-condition, syscall-list-64bit-options)
47480         (syscall-list-64bit-condition): Define.
47481         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47482         Remove.
47483         (syscall-list-variants, syscall-list-32bit-options)
47484         (syscall-list-32bit-condition, syscall-list-64bit-options)
47485         (syscall-list-64bit-condition): Define.
47486         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47487         Remove.
47488         (syscall-list-variants, syscall-list-32bit-options)
47489         (syscall-list-32bit-condition, syscall-list-64bit-options)
47490         (syscall-list-64bit-condition): Define.
47492 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47494         * locale/iso-639.def: Add brx entry.
47496         [BZ #13328]
47497         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47498         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47500         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47501         __feraiseexcept_renamed.
47503 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47505         [BZ #13538]
47506         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47507         EPOLLET with unsigned values.
47508         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47509         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47511         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47512         to large cancellation.
47513         * math/s_cacoshf.c: Likewise.
47514         * math/s_cacoshl.c: Likewise.
47516 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47518         [BZ #13305]
47519         [BZ #12786]
47520         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47521         * math/s_cacoshf.c: Likewise.
47522         * math/s_cacoshl.c: Likewise.
47524 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47526         [BZ #13439]
47527         * iconv/gconv.h: Define __GCONV_SWAP.
47528         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47529         * iconvdata/utf-16.c: Likewise.
47530         * iconvdata/utf-32.c: Likewise.
47532 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47534         [BZ #13524]
47535         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47536         numerator after shifting it by one limb.
47538 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47540         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47541         under [__USE_EXTERN_INLINES].
47543 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47545         [BZ #13446]
47546         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47548 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47550         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47551         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47552         optimized code.
47553         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47554         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47555         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47556         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47557         for strncasecmp/strncasecmp_l compilation.
47558         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47559         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47561 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47563         [BZ #13484]
47564         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47565         of __asm__.
47567 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47569         [BZ #13506]
47570         * time/tzfile.c (__tzfile_read): Check values from file header.
47572 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47574         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47575         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47576         * powerpc/powerpc32/dl-start.S: Likewise.
47577         * powerpc/powerpc32/elf/start.S: Likewise.
47578         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47579         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47580         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47581         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47582         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47583         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47584         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47585         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47586         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47587         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47588         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47589         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47590         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47591         * powerpc/powerpc32/memset.S: Likewise.
47592         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47593         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47594         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47595         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47596         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47597         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47598         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47599         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47600         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47601         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47602         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47603         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47604         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47606 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47608         * math/libm-test.inc: Added more nearbyint tests.
47609         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47610         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47611         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47612         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47614 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47616         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47617         FD_CLOEXEC.
47619 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47621         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47622         Add wcscpy-ssse3 wcscpy-c.
47623         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47624         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47625         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47626         * sysdeps/x86_64/wcschr.S: New file.
47627         * sysdeps/x86_64/wcsrchr.S: New file.
47628         * string/test-strcmp.c: Remove checking of wcscmp function for
47629         wrong alignments.
47630         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47631         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47632         wcsrchr-sse2 wcsrchr-c.
47633         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47634         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47635         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47636         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47637         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47638         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47639         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47640         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47641         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47642         * wcsmbc/wcschr.c (WCSCHR): New macro.
47644 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47646         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47647         * wcsmbs/test-wcsrchr.c: New file.
47648         * string/test-strrchr.c: Add wcsrchr support.
47649         (WIDE): New macro.
47650         * wcsmbs/test-wcscpy.c: New file.
47651         * string/test-strcpy.c: Add wcscpy support.
47652         (WIDE): New macro.
47654 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47656         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47657         the inner loop.
47659 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47661         [BZ #13472]
47662         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47664 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47666         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47667         Minor optimizations.
47669         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47670         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47671         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47673 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47675         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47676         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47677         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47678         for gcc to avoid warnings.
47679         * inet/Makefile (tests): Add tst-checks.
47680         * inet/tst-checks.c: New file.
47682         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47683         warning.
47685         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47686         __wmemcmp_sse2.
47688         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47689         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47691         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47693 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47695         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47696         problem.
47698         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47700 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47702         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47703         conditional on GCC version.
47704         (__arch_compare_and_exchange_val_8_acq)
47705         (__arch_compare_and_exchange_val_16_acq)
47706         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47707         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47708         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47710 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47712         * sysdeps/sh/backtrace.c: New file.
47714 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47716         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47717         parenthesis.
47719 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47721         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47722         falling back to utime.
47724 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47726         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47727         expectations for float.
47729 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47731         * locale/weight.h (findidx): Add parameter len.
47732         * locale/weightwc.h (findidx): Likewise.
47733         * posix/fnmatch_loop.c (FCT): Adjust caller.
47734         * posix/regcomp.c (build_equiv_class): Likewise.
47735         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47736         * posix/regexec.c (check_node_accept_bytes): Likewise.
47737         * string/strcoll_l.c (STRCOLL): Likewise.
47738         * string/strxfrm_l.c (STRXFRM): Likewise.
47740 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47742         * Makefile.in: Remove CVSOPT handling.
47743         * configure.in: Remove use of AC_REVISION.
47744         * iconvdata/Makefile (distribute): No need to filter out CVS.
47745         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47746         handling.
47748 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47750         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47751         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47752         [USE_AS_STRNCASECMP_L]: Likewise.
47753         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47754         NO_TLS_DIRECT_SEG_REFS.
47755         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47756         Fix argument offsets for non-PIC.
47757         [USE_AS_STRNCASECMP_L]: Likewise.
47758         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47759         NO_TLS_DIRECT_SEG_REFS.
47761 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47763         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47764         O_CLOEXEC.
47765         * locale/loadlocale.c (_nl_load_locale): Likewise.
47767 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47769         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47770         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47771         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47772         (SYSCALL_GETTIME): Set errno on error.
47774         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47775         count references to noai6ai_cached.
47777 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47779         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47781         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47782         FD_CLOEXEC for /proc/self/maps.
47784         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47785         FD_CLOEXEC for /proc/meminfo.
47787         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47788         gai.conf.
47790         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47791         FD_CLOEXEC for given file.
47793         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47795         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47796         FD_CLOEXEC for /etc/hosts.
47797         (_gethtent): Likewise.
47799         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47801         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47802         cancellation and set FD_CLOEXEC for /etc/netgroup.
47804         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47805         reading /etc/publickey.
47807         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47808         allow cancellation when reading /etc/group.
47810         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47811         cancellation.
47812         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47814         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47815         when using data file.
47817         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47819         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47820         (write_nis_obj): Use "c" and "e" in fopen.
47822         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47824         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47826         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47828         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47830         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47831         locale.alias.
47833         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47835         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47837         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47839         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47840         file parsing and set FD_CLOEXEC.
47842 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47844         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47846 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47848         * malloc/arena.c (arena_get2): Don't call reused_arena when
47849         _int_new_arena failed.
47851 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47853         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47854         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47855         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47856         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47857         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47858         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47859         to compile strcasecmp and strncasecmp.
47860         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47861         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47863         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47865 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47867         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47868         locale-defines.sym to gen-as-const-headers.
47869         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47870         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47871         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47872         to compile strcasecmp and strncasecmp.
47873         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47874         strcasecmp_l and strncasecmp_l.
47875         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47876         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47877         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47878         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47879         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47880         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47881         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47882         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47883         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47884         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47885         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47887 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47889         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47890         result of SYSDEP_GETTIME_CPU to retval.
47891         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47892         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47894         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47895         variable.
47897         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47898         mantissa words.
47899         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47901         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47902         from unused variable.
47904         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47905         DWARF definitions.
47906         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47907         for assembling.
47909         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47910         over namespaces.
47912         * sunrpc/rpc_prot.c (rejected): Fix case value.
47914         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47915         unsigned long long int to avoid warnings in shift.
47917         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47918         of use of trans.
47919         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47920         variable tmp.
47922         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47923         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47924         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47926         * nis/nis_table.c (nis_list): Use variable of correct type for
47927         result of __follow_path call.
47929 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47931         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47932         of math functions ceil, trunc, floor, round, and sqrt, when
47933         avaliable on the platform.
47934         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47935         name clash.
47936         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47937         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47938         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47940 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47942         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47943         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47945 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47947         * include/unistd.h: Fix __readlink return type.
47948         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47950 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47952         * stdlib/ucontext.h: Undo last change for makecontext.
47954 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47956         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47958         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47959         * setjmp/setjmp.h: Mark functions as non-leaf.
47960         * setjmp/bits/setjmp2.h: Likewise.
47961         * stdlib/ucontext.h: Likewise.
47963 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47965         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47966         (reused_arena): Don't check arena limit.
47967         (arena_get2): Atomically check arena limit.
47969 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47971         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47972         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47974         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47975         instructions.
47977 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47979         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47980         handler when locking.
47982         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47983         Fix size of allocated buffer.
47985 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47987         [BZ #10103]
47988         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47989         declarations for long double functions.
47990         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47992         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47994 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47996         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47997         installed.
47999         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48000         is disabled.
48002 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48004         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48006 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48008         * include/alloca.h (stackinfo_alloca_round): Define.
48009         (extend_alloca): Use it.
48010         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48011         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48012         here.
48014         * scripts/check-local-headers.sh: Ignore libaudit.h.
48016         * nscd/Makefile (extra-objs): Make recursively expanded.
48018 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48020         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48021         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48023         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48024         * posix/tst-rfc3484-2.c: Likewise.
48025         * posix/tst-rfc3484-3.c: Likewise.
48027         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48028         process_vm_writev.
48029         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48030         process_vm_writev.
48031         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48032         process_vm_writev from libc using GLIBC_2.15 version.
48034         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48036 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48038         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48039         stack usage.
48041 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48043         [BZ #13367]
48044         * nss/getent.c (initgroups_keys): Show error message in case no group
48045         names are given.
48047         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48048         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48049         __bump_nl_timestamp.
48050         * nscd/connections (nscd_init): When host database is served open
48051         netlink socket and request notification about configuration changes.
48052         (main_loop_poll): Track netlink file descriptor and bump timestamp
48053         in case data becomes available.
48054         (main_loop_epoll): Likewise.
48055         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48056         (database_pers_head): Add extra_data fileds.
48057         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48058         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48059         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48060         Adjust caller.
48061         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48062         in6ai data, call __free_in6ai.
48063         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48064         Add -DHAVE_NETLINK.
48065         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48066         interface information.  Reuse previous data if netlink timestamp
48067         is not changed.
48068         (__bump_nl_timestamp): New function.
48069         (__free_in6ai): New function.
48071 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48073         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48074         close_not_cancel_no_status here.
48075         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48077 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48079         [BZ #13276]
48080         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48081         return value.
48083         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48084         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48085         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48087 2011-07-03  Andreas Jaeger  <aj@suse.de>
48089         [BZ #10709]
48090         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48091         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48092         * math/libm-test.inc (sin_test): Add test case.
48094 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48096         [BZ #13337]
48097         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48098         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48100         * elf/chroot_canon.c (chroot_canon): Cleanups.
48102         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48104         [BZ #13335]
48105         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48106         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48108         * string/test-strchr.c: Make usable for strchrnul testing.
48109         * string/test-strchrnul.c: New file.
48110         * string/Makefile (strop-tests): Add strchrnul.
48112         * po/it.po: Update from translation team.
48113         * po/es.po: Likewise.
48115 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48117         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48118         the three constants needed as parameters.  Drop the others.
48119         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48120         __m128i_strloadu_tolower.
48121         Create and initialize variable zero and use it in all the places
48122         where _mm_setzero_si128 was used.
48124         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48125         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48126         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48127         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48128         anymore.
48129         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48130         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48131         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48132         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48133         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48134         __mpranred, __mptan.
48135         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48136         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48137         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48138         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48139         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48140         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48141         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48142         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48143         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48145 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48147         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48148         redefine if SHARED.
48149         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48151         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48152         wide char related routines to wcsmbs subdir.
48154 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48156         [BZ #13344]
48157         * misc/sys/cdefs.h (__THROWNL): Define.
48158         * posix/unistd.h: Use __THREADNL instead of __THREAD
48159         for memory synchronization functions.
48161 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48163         [BZ #13349]
48164         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48165         doesn't exist.
48166         * manual/stdio.texi (Obstack Streams): Node removed.
48168 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48170         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48171         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48172         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48174         * math/math_private.h (math_force_eval): Allow non-addressable
48175         arguments.
48176         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48178 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48180         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48181         file is not needed.
48183         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48184         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48185         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48186         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48187         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48188         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48189         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48190         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48191         Add AVX variants.
48192         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48193         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48194         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48195         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48196         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48197         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48198         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48199         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48200         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48201         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48202         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48203         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48204         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48205         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48206         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48207         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48208         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48209         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48210         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48212         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48213         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48215         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48216         place.  Use VEX encoding when compiling for AVX.
48218 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48220         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48221         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48223         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48225 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48227         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48228         useless if() expression.
48229         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48230         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48231         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48232         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48233         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48234         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48235         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48236         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48237         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48238         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48239         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48240         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48241         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48242         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48243         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48244         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48245         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48246         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48247         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48249         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48251 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48253         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48254         condition.
48255         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48257 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48259         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48260         .text section.  Avoid duplicate constants.
48261         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48262         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48263         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48264         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48265         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48266         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48267         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48268         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48269         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48270         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48271         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48272         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48273         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48274         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48275         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48276         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48277         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48278         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48279         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48280         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48281         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48282         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48283         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48284         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48285         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48286         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48287         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48288         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48289         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48290         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48291         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48292         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48293         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48294         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48295         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48296         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48297         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48298         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48299         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48300         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48301         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48302         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48303         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48304         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48305         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48307 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48309         * sysdeps/x86_64/dla.h: Move to ...
48310         * sysdeps/x86_64/fpu/dla.h: ...here.
48311         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48312         situations.  Use __builtin_fma only for gcc 4.6 and up.
48314         * config.make.in: Add have-mfma4 entry.
48315         * configure.in: Substitute libc_cv_cc_fma4.
48316         * math/Makefile (dbl-only-routines): Add sincostab.
48317         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48318         Use __sincostab not sincos.
48319         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48320         name is a macro.
48321         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48323         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48324         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48325         using __copysign.
48326         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48327         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48328         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48329         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48330         and __inv.
48331         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48332         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48333         __copysign.
48334         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48335         define aliases when function name is a macro.
48336         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48337         sysdeps/ieee754/dbl-64/sincos.tbl.
48338         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48339         fma4-enabled routines.
48340         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48341         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48342         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48343         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48344         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48345         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48346         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48347         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48348         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48349         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48350         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48351         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48352         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48353         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48354         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48355         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48356         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48357         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48358         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48359         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48360         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48361         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48362         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48363         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48364         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48365         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48366         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48367         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48368         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48369         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48371         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48372         rename.
48373         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48374         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48375         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48376         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48377         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48378         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48379         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48380         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48382 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48384         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48386 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48388         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48390         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48391         prediction.
48392         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48394         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48395         Remove unused variable magic_bits.
48396         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48398         * string/strnlen.c: Define and use STRNLEN macro.
48399         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48400         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48401         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48402         * wcsmbs/wcslen.c: Define and use WCSLEN.
48403         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48404         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48405         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48406         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48407         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48408         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48409         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48411 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48413         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48414         strnlen-sse2-no-bsf.
48415         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48416         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48417         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48418         Add strnlen support.
48419         (USE_AS_STRNLEN): New macro.
48420         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48421         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48422         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48423         * sysdeps/x86_64/wcslen.S: New file.
48425 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48427         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48428         XMM-moves are used for copying on small sizes.
48430 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48432         * wcsmbs/Makefile (strop-tests): Add wcschr.
48433         * wcsmbs/test-wcschr.c: New file.
48434         * string/test-strchr.c: Update.
48435         Add wcschr support.
48436         (WIDE): New macro.
48438 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48440         * wcsmbs/Makefile (strop-tests): Add wcslen.
48441         * wcsmbs/test-wcslen.c: New file.
48442         * string/test-strlen.c: Update.
48443         Add wcslen support.
48444         (WIDE): New macro.
48446 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48448         * po/it.po: Update from translation team.
48450 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48452         * sysdeps/x86_64/wcscmp.S: Update.
48453         Fix wrong comparison semantics.
48454         wcscmp shall use signed comparison not unsigned.
48455         Don't use substraction to avoid overflow bug.
48456         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48457         * wcsmbc/wcscmp.c: Likewise.
48458         * string/test-strcmp.c: Likewise.
48459         Add new tests to check cases with negative values.
48461 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48463         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48464         * sysdeps/x86_64/dla.h: ...here.  New file.
48465         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48466         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48475 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48477         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48478         __ynl_finite aliases.
48480 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48482         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48484         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48485         define DLA_FMA.
48486         [DLA_FMA] (EMULV): Use DLA_FMA.
48487         [DLA_FMA] (MUL12): Use EMULV.
48488         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48489         that are not needed.
48490         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48491         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48493         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48494         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48498 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48500         * math/s_nan.c: Undef __nan.
48501         * math/s_nanf.c: Undef __nanf.
48502         * math/s_nanl.c: Undef __nanl.
48503         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48504         "math_private.h".
48506 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48508         * math/s_catan.c: Add branch predictions.
48509         * math/s_catanf.c: Likewise.
48510         * math/s_catanh.c: Likewise.
48511         * math/s_catanhf.c: Likewise.
48512         * math/s_catanhl.c: Likewise.
48513         * math/s_catanl.c: Likewise.
48514         * math/s_cexp.c: Likewise.
48515         * math/s_cexpf.c: Likewise.
48516         * math/s_cexpl.c: Likewise.
48517         * math/s_clog.c: Likewise.
48518         * math/s_clog10.c: Likewise.
48519         * math/s_clog10f.c: Likewise.
48520         * math/s_clog10l.c: Likewise.
48521         * math/s_clogf.c: Likewise.
48522         * math/s_clogl.c: Likewise.
48523         * math/s_csqrt.c: Likewise.
48524         * math/s_csqrtf.c: Likewise.
48525         * math/s_csqrtl.c: Likewise.
48526         * math/s_ctanf.c: Likewise.
48527         * math/s_ctanh.c: Likewise.
48528         * math/s_ctanhf.c: Likewise.
48529         * math/s_ctanhl.c: Likewise.
48530         * math/s_ctanl.c: Likewise.
48532         * math/math_private.h: Define __nan, __nanf, __nanl.
48533         * math/s_cacosh.c: Include <math_private.h>.
48534         * math/s_cacoshl.c: Likewise.
48535         * math/s_casinh.c: Likewise.
48536         * math/s_casinhf.c: Likewise.
48537         * math/s_casinhl.c: Likewise.
48538         * math/s_ccos.c: Rely entire on ccosh.
48539         * math/s_ccosf.c: Rely entire on ccoshf.
48540         * math/s_ccosl.c: Rely entirely on ccoshl.
48541         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48542         Remove tests for FE_INVALID.
48543         * math/s_ccoshf.c: Likewise.
48544         * math/s_ccoshl.c: Likewise.
48545         * math/s_csin.c: Likewise.
48546         * math/s_csinf.c: Likewise.
48547         * math/s_csinh.c Likewise.
48548         * math/s_csinhf.c: Likewise.
48549         * math/s_csinhl.c: Likewise.
48550         * math/s_csinl.c: Likewise.
48551         * math/s_ctan.c: Likewise.
48552         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48553         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48554         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48556 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48558         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48559         compilation problems.
48561         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48562         __builtin_expect.
48564 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48566         * sysdeps/i386/configure.in: Test for -mfma4 option.
48567         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48568         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48569         COMMON_CPUID_INDEX_80000001.
48570         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48571         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48572         use it if FMA3 is not supported.
48573         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48575         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48576         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48578 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48580         [BZ #12892]
48581         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48582         it would create a cycle with a link time dependency.
48584 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48586         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48587         instruction.
48588         * string/Makefile (strop-tests): Add rawmemchr.
48589         * string/test-rawmemchr.c: New file.
48591         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48592         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48593         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48594         when compiling str{,n}casecmp and when AVX is available.  Hook up
48595         new optimized code in initializers.
48597 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48599         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48600         __feraiseexcept instead of feraiseexcept.
48602 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48604         * math/math_private.h: Define defaults for libc_fetestexcept and
48605         libc_feupdateenv.
48606         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48607         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48608         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48609         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48610         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48611         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48612         libc_fetestexcept and libc_feupdateenv.
48614         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48615         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48616         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48617         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48618         libc_feholdexcept_setround.
48620         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48621         Add s_nearbyint-c and s_nearbyintf-c.
48622         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48623         nearbyintf inlines.
48624         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48625         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48626         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48627         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48629         * math/math_private.h: Define defaults for libc_fegetround,
48630         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48631         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48632         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48633         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48634         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48635         standard functions.
48636         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48637         Remove comments and hacks for old compiler versions.
48638         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48639         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48640         libc_feholdexceptl.
48642 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48644         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48645         (__feraiseexcept_renamed): Add __NTH.
48646         (feraiseexcept): Add __NTH.  Rename local variables to fix
48647         namespace violations.
48649 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48651         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48653         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48655         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48656         recently added interfaces.
48657         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48659         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48660         about macro parameter expansion.
48662         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48663         __NO_MATH_INLINES is defined.  Cleanups.
48665         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48666         and __floorf is target has SSE4.1.
48667         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48668         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48669         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48670         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48672         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48673         name.
48674         (floorf): Likewise.
48676         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48678 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48680         * misc/sys/cdefs.h: Fix last change.
48682         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48683         database lookup.
48685 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48687         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48689         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48690         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48695         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48696         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48697         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48698         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48699         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48700         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48701         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48702         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48703         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48704         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48705         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48706         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48707         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48708         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48709         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48710         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48712         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48713         ceil, ceilf, floor, floorf.
48715         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48716         Perform IRELATIVE relocations last.
48718         * elf/do-rel.h: Add another parameter nrelative, replacing the
48719         local variable with the same name.  Change name of the function
48720         to end in Rel or Rela (uppercase).
48721         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48722         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48723         elf_dynamic_do_##reloc function.
48725 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48727         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48728         is sufficient, at least on modern CPUs.
48730         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48732         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48733         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48735         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48736         __expl_finite.
48737         * math/bits/math-finite.h: Add entries for exp.
48738         * math/e_expl.c: Add __*_finite alias.
48739         * sysdeps/i386/fpu/e_exp.S: Likewise.
48740         * sysdeps/i386/fpu/e_expf.S: Likewise.
48741         * sysdeps/i386/fpu/e_expl.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48743         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48744         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48747         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48748         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48750         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48751         is sufficient, at least on modern CPUs.
48753         * ctype/ctype-info.c (__ctype_init): Define.
48754         * include/ctype.h (__ctype_init): Declare.
48755         (__ctype_b_loc): The variable is always initialized.
48756         (__ctype_toupper_loc): Likewise.
48757         (__ctype_tolower_loc): Likewise.
48758         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48759         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48761 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48763         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48765         * configure.in: Also look in $cxxmachine/include for C++ system
48766         headers.
48768 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48770         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48771         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48772         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48773         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48774         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48775         (USE_AS_WMEMCMP): New macro.
48776         Fixing indents.
48777         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48778         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48779         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48780         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48781         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48782         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48783         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48784         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48785         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48786         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48787         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48788         (USE_AS_WMEMCMP): New macro.
48789         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48790         * sysdeps/string/test-memcmp.c: Update.
48791         Fix simple_wmemcmp.
48792         Add new tests.
48793         * wcsmbs/wmemcmp.c: Update.
48794         (WMEMCMP): New macro.
48795         Fix overflow bug.
48797 2011-10-12  Andreas Jaeger  <aj@suse.de>
48799         [BZ #13268]
48800         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48802 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48804         * libio/iofwide.c (do_length): Avoid warning.
48806         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48808 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48810         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48812         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48813         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48814         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48815         * sysdeps/i386/i686/fpu/e_log.S: New file.
48816         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48817         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48819         * ctype/ctype.h: Add support for inlined isXXX functions when
48820         compiling C++ code.
48822 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48824         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48826         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48828 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48830         [BZ #13291]
48831         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48833 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48835         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48836         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48837         feraiseexcept.
48839         * sysdeps/x86_64/memrchr.S: Check for zero size.
48841         * string/stratcliff.c: Add memrchr tests.
48843 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48845         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48846         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48847         rawmemchr-sse2 rawmemchr-sse2-bsf.
48848         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48849         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48850         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48851         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48852         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48853         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48854         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48855         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48856         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48857         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48858         * string/memrchr.c (MEMRCHR): New macro.
48860 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48862         Add integration with gcc's -ffinite-math-only and optimize wrapper
48863         functions in libm.
48864         * Versions.def: Define GLIBC_2.15 version for libm.
48865         * math/Makefile (headers): Add bits/math-finite.h.
48866         * math/bits/math-finite.h: New file.
48867         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48868         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48869         * math/e_acoshl.c: Add __*_finite alias.
48870         * math/e_acosl.c: Likewise.
48871         * math/e_asinl.c: Likewise.
48872         * math/e_atan2l.c: Likewise.
48873         * math/e_atanhl.c: Likewise.
48874         * math/e_coshl.c: Likewise.
48875         * math/e_exp10.c: Likewise.
48876         * math/e_exp10f.c: Likewise.
48877         * math/e_exp10l.c: Likewise.
48878         * math/e_exp2l.c: Likewise.
48879         * math/e_fmodl.c: Likewise.
48880         * math/e_gammal_r.c: Likewise.
48881         * math/e_hypotl.c: Likewise.
48882         * math/e_j0l.c: Likewise.
48883         * math/e_j1l.c: Likewise.
48884         * math/e_jnl.c: Likewise.
48885         * math/e_lgammal_r.c: Likewise.
48886         * math/e_log10l.c: Likewise.
48887         * math/e_log2l.c: Likewise.
48888         * math/e_logl.c: Likewise.
48889         * math/e_powl.c: Likewise.
48890         * math/e_sinhl.c: Likewise.
48891         * math/e_sqrtl.c: Likewise.
48892         * math/e_scalb.c: Completely rewritten and optimized.
48893         * math/e_scalbf.c: Likewise.
48894         * math/e_scalbl.c: Likewise.
48895         * math/w_acos.c: Likewise.
48896         * math/w_acosf.c: Likewise.
48897         * math/w_acosl.c: Likewise.
48898         * math/w_acosh.c: Likewise.
48899         * math/w_acoshf.c: Likewise.
48900         * math/w_acoshl.c: Likewise.
48901         * math/w_asin.c: Likewise.
48902         * math/w_asinf.c: Likewise.
48903         * math/w_asinl.c: Likewise.
48904         * math/w_atan2.c: Likewise.
48905         * math/w_atan2f.c: Likewise.
48906         * math/w_atan2l.c: Likewise.
48907         * math/w_atanh.c: Likewise.
48908         * math/w_atanhf.c: Likewise.
48909         * math/w_atanhl.c: Likewise.
48910         * math/w_exp10.c: Likewise.
48911         * math/w_exp10f.c: Likewise.
48912         * math/w_exp10l.c: Likewise.
48913         * math/w_fmod.c: Likewise.
48914         * math/w_fmodf.c: Likewise.
48915         * math/w_fmodl.c: Likewise.
48916         * math/w_j0.c: Likewise.
48917         * math/w_j0f.c: Likewise.
48918         * math/w_j0l.c: Likewise.
48919         * math/w_j1.c: Likewise.
48920         * math/w_j1f.c: Likewise.
48921         * math/w_j1l.c: Likewise.
48922         * math/w_jn.c: Likewise.
48923         * math/w_jnf.c: Likewise.
48924         * math/w_log.c: Likewise.
48925         * math/w_logf.c: Likewise.
48926         * math/w_logl.c: Likewise.
48927         * math/w_log10.c: Likewise.
48928         * math/w_log10f.c: Likewise.
48929         * math/w_log10l.c: Likewise.
48930         * math/w_log2.c: Likewise.
48931         * math/w_log2f.c: Likewise.
48932         * math/w_log2l.c: Likewise.
48933         * math/w_pow.c: Likewise.
48934         * math/w_powf.c: Likewise.
48935         * math/w_powl.c: Likewise.
48936         * math/w_remainder.c: Likewise.
48937         * math/w_remainderf.c: Likewise.
48938         * math/w_remainderl.c: Likewise.
48939         * math/w_scalb.c: Likewise.
48940         * math/w_scalbf.c: Likewise.
48941         * math/w_scalbl.c: Likewise.
48942         * math/w_sqrt.c: Likewise.
48943         * math/w_sqrtf.c: Likewise.
48944         * math/w_sqrtl.c: Likewise.
48945         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48946         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48947         used.
48948         * math/math_private.h: Declare __kernel_standard_f.
48949         * math/w_cosh.c: Remove cruft and optimize a bit.
48950         * math/w_coshf.c: Likewise.
48951         * math/w_coshl.c: Likewise.
48952         * math/w_exp2.c: Likewise.
48953         * math/w_exp2f.c: Likewise.
48954         * math/w_exp2l.c: Likewise.
48955         * math/w_hypot.c: Likewise.
48956         * math/w_hypotf.c: Likewise.
48957         * math/w_hypotl.c: Likewise.
48958         * math/w_lgamma.c: Likewise.
48959         * math/w_lgamma_r.c: Likewise.
48960         * math/w_lgammaf.c: Likewise.
48961         * math/w_lgammaf_r.c: Likewise.
48962         * math/w_lgammal.c: Likewise.
48963         * math/w_lgammal_r.c: Likewise.
48964         * math/w_sinh.c: Likewise.
48965         * math/w_sinhf.c: Likewise.
48966         * math/w_sinhl.c: Likewise.
48967         * math/w_tgamma.c: Likewise.
48968         * math/w_tgammaf.c: Likewise.
48969         * math/w_tgammal.c: Likewise.
48970         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48971         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48972         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48973         Minor optimizations.  Pretty printing.  Remove cruft.
48974         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48975         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48976         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48977         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48978         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48979         * sysdeps/i386/fpu/e_asin.S: Likewise.
48980         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48981         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48982         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48983         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48984         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48985         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48986         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48987         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48988         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48989         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48990         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48991         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48992         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48993         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48994         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48995         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48996         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48997         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48998         * sysdeps/i386/fpu/e_log.S: Likewise.
48999         * sysdeps/i386/fpu/e_log10.S: Likewise.
49000         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49001         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49002         * sysdeps/i386/fpu/e_log2.S: Likewise.
49003         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49004         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49005         * sysdeps/i386/fpu/e_logf.S: Likewise.
49006         * sysdeps/i386/fpu/e_logl.S: Likewise.
49007         * sysdeps/i386/fpu/e_pow.S: Likewise.
49008         * sysdeps/i386/fpu/e_powf.S: Likewise.
49009         * sysdeps/i386/fpu/e_powl.S: Likewise.
49010         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49011         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49012         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49013         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49014         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49015         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49016         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49017         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49018         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49019         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49020         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49021         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49022         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49023         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49024         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49025         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49026         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49027         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49028         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49029         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49030         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49031         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49032         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49033         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49034         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49035         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49036         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49037         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49038         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49039         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49040         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49041         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49042         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49043         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49044         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49045         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49046         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49047         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49048         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49049         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49050         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49051         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49052         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49053         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49054         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49055         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49056         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49057         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49058         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49059         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49060         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49061         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49063         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49064         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49065         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49067         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49068         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49069         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49070         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49071         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49072         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49073         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49074         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49075         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49076         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49077         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49078         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49079         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49080         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49081         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49082         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49083         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49084         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49085         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49086         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49087         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49088         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49089         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49090         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49091         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49092         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49093         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49095         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49096         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49097         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49098         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49099         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49100         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49102         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49104         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49105         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49106         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49107         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49108         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49110         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49111         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49112         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49113         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49114         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49115         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49116         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49117         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49118         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49119         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49120         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49121         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49122         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49123         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49124         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49125         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49126         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49127         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49128         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49129         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49130         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49131         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49132         (__isnanf): Likewise.
49133         (__isinf_ns): Likewise.
49134         (__isinf_nsf): Likewise.
49135         (__finite): Likewise.
49136         (__finitef): Likewise.
49137         (__ieee754_sqrt): Define as macro.
49138         (__ieee754_sqrtf): Define as macro.
49139         (__ieee754_sqrtl): Define as macro.
49140         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49141         inlined copy.
49142         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49143         __FINITE_MATH_ONLY__ consistent.
49144         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49146 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49148         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49149         of rawmemchr.
49151         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49153 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49155         * po/ja.po: Update from translation team.
49157 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49159         * locale/programs/locarchive.c (prepare_address_space): New function.
49160         (create_archive, enlarge_archive, open_archive): Use it.
49162         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49163         inside [SHARED], where it is used.
49165         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49167         * nss/getent.c (netgroup_keys): Remove unused variable.
49168         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49170 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49172         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49173         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49174         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49175         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49176         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49177         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49178         * math/Makefile (libm-calls): Add s_isinf_ns.
49179         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49180         * math/multc3.c: Likewise.
49181         * math/s_casin.c: Likewise.
49182         * math/s_casinf.c: Likewise.
49183         * math/s_casinl.c: Likewise.
49184         * math/s_ccos.c: Likewise.
49185         * math/s_ccosf.c: Likewise.
49186         * math/s_ccosl.c: Likewise.
49187         * math/s_ctan.c: Likewise.
49188         * math/s_ctanf.c: Likewise.
49189         * math/s_ctanh.c: Likewise.
49190         * math/s_ctanhf.c: Likewise.
49191         * math/s_ctanhl.c: Likewise.
49192         * math/s_ctanl.c: Likewise.
49193         * math/w_fmod.c: Likewise.
49194         * math/w_fmodf.c: Likewise.
49195         * math/w_fmodl.c: Likewise.
49196         * math/w_remainder.c: Likewise.
49197         * math/w_remainderf.c: Likewise.
49198         * math/w_remainderl.c: Likewise.
49199         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49200         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49201         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49202         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49203         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49204         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49205         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49206         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49208         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49209         of the number.
49210         * stdio-common/printf_fphex.c: Likewise.
49211         * stdio-common/printf_size.c: Likewise.
49213         * math/e_exp10.c: Include math_private.h using <...> not "...".
49214         * math/e_exp10f.c: Likewise.
49215         * math/e_exp10l.c: Likewise.
49216         * math/e_exp2l.c: Likewise.
49217         * math/e_j0l.c: Likewise.
49218         * math/e_j1l.c: Likewise.
49219         * math/e_jnl.c: Likewise.
49220         * math/e_lgammal_r.c: Likewise.
49221         * math/e_rem_pio2l.c: Likewise.
49222         * math/e_scalb.c: Likewise.
49223         * math/e_scalbf.c: Likewise.
49224         * math/e_scalbl.c: Likewise.
49225         * math/k_cosl.c: Likewise.
49226         * math/k_sinl.c: Likewise.
49227         * math/k_tanl.c: Likewise.
49228         * math/s_cacoshf.c: Likewise.
49229         * math/s_catan.c: Likewise.
49230         * math/s_catanf.c: Likewise.
49231         * math/s_catanh.c: Likewise.
49232         * math/s_catanhf.c: Likewise.
49233         * math/s_catanhl.c: Likewise.
49234         * math/s_catanl.c: Likewise.
49235         * math/s_ccosh.c: Likewise.
49236         * math/s_ccoshf.c: Likewise.
49237         * math/s_ccoshl.c: Likewise.
49238         * math/s_cexp.c: Likewise.
49239         * math/s_cexpf.c: Likewise.
49240         * math/s_cexpl.c: Likewise.
49241         * math/s_clog.c: Likewise.
49242         * math/s_clog10.c: Likewise.
49243         * math/s_clog10f.c: Likewise.
49244         * math/s_clog10l.c: Likewise.
49245         * math/s_clogf.c: Likewise.
49246         * math/s_clogl.c: Likewise.
49247         * math/s_csin.c: Likewise.
49248         * math/s_csinf.c: Likewise.
49249         * math/s_csinh.c: Likewise.
49250         * math/s_csinhf.c: Likewise.
49251         * math/s_csinhl.c: Likewise.
49252         * math/s_csinl.c: Likewise.
49253         * math/s_csqrt.c: Likewise.
49254         * math/s_csqrtf.c: Likewise.
49255         * math/s_csqrtl.c: Likewise.
49256         * math/s_ctan.c: Likewise.
49257         * math/s_ctanf.c: Likewise.
49258         * math/s_ctanh.c: Likewise.
49259         * math/s_ctanhf.c: Likewise.
49260         * math/s_ctanhl.c: Likewise.
49261         * math/s_ctanl.c: Likewise.
49262         * math/s_ldexp.c: Likewise.
49263         * math/s_ldexpf.c: Likewise.
49264         * math/s_ldexpl.c: Likewise.
49265         * math/s_significand.c: Likewise.
49266         * math/s_significandf.c: Likewise.
49267         * math/s_significandl.c: Likewise.
49268         * math/w_acos.c: Likewise.
49269         * math/w_acosf.c: Likewise.
49270         * math/w_acosh.c: Likewise.
49271         * math/w_acoshf.c: Likewise.
49272         * math/w_acoshl.c: Likewise.
49273         * math/w_acosl.c: Likewise.
49274         * math/w_asin.c: Likewise.
49275         * math/w_asinf.c: Likewise.
49276         * math/w_asinl.c: Likewise.
49277         * math/w_atan2.c: Likewise.
49278         * math/w_atan2f.c: Likewise.
49279         * math/w_atan2l.c: Likewise.
49280         * math/w_atanh.c: Likewise.
49281         * math/w_atanhf.c: Likewise.
49282         * math/w_atanhl.c: Likewise.
49283         * math/w_cosh.c: Likewise.
49284         * math/w_coshf.c: Likewise.
49285         * math/w_coshl.c: Likewise.
49286         * math/w_dremf.c: Likewise.
49287         * math/w_exp10.c: Likewise.
49288         * math/w_exp10f.c: Likewise.
49289         * math/w_exp10l.c: Likewise.
49290         * math/w_exp2.c: Likewise.
49291         * math/w_exp2f.c: Likewise.
49292         * math/w_fmod.c: Likewise.
49293         * math/w_fmodf.c: Likewise.
49294         * math/w_fmodl.c: Likewise.
49295         * math/w_hypot.c: Likewise.
49296         * math/w_hypotf.c: Likewise.
49297         * math/w_hypotl.c: Likewise.
49298         * math/w_j0.c: Likewise.
49299         * math/w_j0f.c: Likewise.
49300         * math/w_j0l.c: Likewise.
49301         * math/w_j1.c: Likewise.
49302         * math/w_j1f.c: Likewise.
49303         * math/w_j1l.c: Likewise.
49304         * math/w_jn.c: Likewise.
49305         * math/w_jnf.c: Likewise.
49306         * math/w_jnl.c: Likewise.
49307         * math/w_lgamma.c: Likewise.
49308         * math/w_lgamma_r.c: Likewise.
49309         * math/w_lgammaf.c: Likewise.
49310         * math/w_lgammaf_r.c: Likewise.
49311         * math/w_lgammal.c: Likewise.
49312         * math/w_lgammal_r.c: Likewise.
49313         * math/w_log.c: Likewise.
49314         * math/w_log10.c: Likewise.
49315         * math/w_log10f.c: Likewise.
49316         * math/w_log10l.c: Likewise.
49317         * math/w_log2.c: Likewise.
49318         * math/w_log2f.c: Likewise.
49319         * math/w_log2l.c: Likewise.
49320         * math/w_logf.c: Likewise.
49321         * math/w_logl.c: Likewise.
49322         * math/w_pow.c: Likewise.
49323         * math/w_powf.c: Likewise.
49324         * math/w_powl.c: Likewise.
49325         * math/w_remainder.c: Likewise.
49326         * math/w_remainderf.c: Likewise.
49327         * math/w_remainderl.c: Likewise.
49328         * math/w_scalb.c: Likewise.
49329         * math/w_scalbf.c: Likewise.
49330         * math/w_scalbl.c: Likewise.
49331         * math/w_sinh.c: Likewise.
49332         * math/w_sinhf.c: Likewise.
49333         * math/w_sinhl.c: Likewise.
49334         * math/w_sqrt.c: Likewise.
49335         * math/w_sqrtf.c: Likewise.
49336         * math/w_sqrtl.c: Likewise.
49337         * math/w_tgamma.c: Likewise.
49338         * math/w_tgammaf.c: Likewise.
49339         * math/w_tgammal.c: Likewise.
49341         * po/ja.po: Update from translation team.
49343 2011-09-29  Andreas Jaeger  <aj@suse.de>
49345         [BZ #13179]
49346         * sunrpc/netname.c (netname2host): Fix logic.
49348         [BZ #6779]
49349         [BZ #6783]
49350         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49351         correctly.
49352         * math/w_remainder.c (__remainder): Likewise.
49353         * math/w_remainderf.c (__remainderf): Likewise.
49354         * math/libm-test.inc (remainder_test): Add test cases.
49356 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49358         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49359         sdiv_qrnnd.
49361 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49363         * string/test-memcmp.c: Avoid unncessary #defines.
49364         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49366 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49368         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49369         Use new sse2 version for core i3 - i7 as it's faster
49370         than sse42 version.
49371         (bit_Prefer_PMINUB_for_stringop): New.
49372         * sysdeps/x86_64/rawmemchr.S: Update.
49373         Replace with faster SSE2 version.
49374         * sysdeps/x86_64/memrchr.S: New file.
49375         * sysdeps/x86_64/memchr.S: Update.
49376         Replace with faster SSE2 version.
49378 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49380         * elf/dl-load.c (lose): Add cast to avoid warning.
49382 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49384         * po/ca.po: Update from translation team.
49386         * inet/getnetgrent_r.c: Hook up nscd.
49387         * nscd/Makefile (routines): Add nscd_netgroup.
49388         (nscd-modules): Add netgroupcache.
49389         (CFLAGS-netgroupcache.c): Define.
49390         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49391         (cache_search): Add const to second parameter.
49392         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49393         INNETGR.
49394         (dbs): Add netgrdb entry.
49395         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49396         (verify_persistent_db): Handle netgrdb.
49397         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49398         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49399         GETFDNETGR.
49400         (netgroup_response_header): Define.
49401         (innetgroup_response_header): Define.
49402         (datahead): Add netgroup_response_header and innetgroup_response_header
49403         elements.
49404         * nscd/nscd.conf: Add entries for netgroup cache.
49405         * nscd/nscd.h (dbtype): Add netgrdb.
49406         (_PATH_NSCD_NETGROUP_DB): Define.
49407         (netgroup_iov_disabled): Declare.
49408         (xmalloc, xcalloc, xrealloc): Move declarations here.
49409         (cache_search): Adjust prototype.
49410         Add netgroup-related prototypes.
49411         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49412         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49413         (__nscd_innetgr): Declare.
49414         * nscd/selinux.c (perms): Use access_vector_t as element type and
49415         add netgroup-related initializers.
49416         * nscd/netgroupcache.c: New file.
49417         * nscd/nscd_netgroup.c: New file.
49418         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49419         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49420         For four parameters use innetgr.
49421         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49422         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49423         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49424         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49426         * nscd/connections.c (register_traced_file): Don't register file
49427         for disabled databases.
49429 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49431         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49433         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49434         from tree and freeing node.
49436 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49438         * nss/nsswitch.c (__nss_database_lookup): Handle
49439         nss_parse_service_list out of memory case.
49441 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49443         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49444         out of memory case.
49446 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49448         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49449         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49450         pass it down.
49451         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49452         elf_machine_rela, elf_machine_lazy_rel.
49453         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49454         (ELF_DYNAMIC_DO_REL): Likewise.
49455         (ELF_DYNAMIC_DO_RELA): Likewise.
49456         (ELF_DYNAMIC_RELOCATE): Likewise.
49457         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49458         to ELF_DYNAMIC_DO_REL.
49459         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49460         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49461         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49462         elf_machine_rela.
49463         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49464         skip_ifunc, don't call ifunc function if non-zero.
49465         (elf_machine_rela): Likewise.
49466         (elf_machine_lazy_rel): Likewise.
49467         (elf_machine_lazy_rela): Likewise.
49468         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49469         (elf_machine_lazy_rel): Likewise.
49470         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49471         Likewise.
49472         (elf_machine_lazy_rel): Likewise.
49473         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49474         Likewise.
49475         (elf_machine_lazy_rel): Likewise.
49476         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49477         (elf_machine_lazy_rel): Likewise.
49478         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49479         (elf_machine_lazy_rel): Likewise.
49480         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49481         (elf_machine_lazy_rel): Likewise.
49482         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49483         (elf_machine_lazy_rel): Likewise.
49484         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49485         (elf_machine_lazy_rel): Likewise.
49486         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49487         (elf_machine_lazy_rel): Likewise.
49489 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49491         * nss/nss_files/files-init.c (_nss_files_init): Use static
49492         initialization for all the *_traced_file variables.
49494 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49496         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49498 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49500         [BZ #13226]
49501         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49503 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49505         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49506         Reread the line before reparsing it.
49508 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49510         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49512 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49513             Maxim Kuvyrkov  <maxim@codesourcery.com>
49514             Joseph Myers  <joseph@codesourcery.com>
49516         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49517         if needed for __stack_chk_guard.
49519 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49521         * sysdeps/posix/spawni.c (script_execute): Always define it.
49522         It will be optimized away if unused.
49523         (maybe_script_execute): New function.
49524         (__spawni): Call it.
49526         * Makerules: Don't include tls.make.
49527         (config-tls): Always set to thread.
49528         * tls.make.c: File removed.
49530 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49532         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49533         * config.make.in (CPPFLAGS-config): New substituted variable.
49535 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49537         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49539         [BZ #13192]
49540         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49541         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49543 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49545         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49546         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49547         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49548         (CALL_FAIL): Likewise.
49549         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49550         (CALL_FAIL): Macro removed.
49551         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49553 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49555         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49556         for __FINITE_MATH_ONLY__ == 1.
49558 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49560         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49561         __ieee754_sqrt instead of sqrt.
49562         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49563         __ieee754_sqrtf instead of sqrtf.
49564         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49565         __floorf instead of floorf.
49566         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49567         __floorf, __truncf instead of floorf, truncf.
49569 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49571         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49573         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49574         __extern_always_inline.
49575         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49576         32-bit.
49578 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49580         * elf/rtld.c (dl_main): Also relocate in dependency order when
49581         doing symbol dependency testing.
49583 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49585         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49586         Always define `refsym'.
49588 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49590         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49591         (__FD_ELT): Renamed from __FDELT.
49592         * misc/bits/select2.h (__FD_ELT): Likewise.
49593         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49594         __FD_MASK instead of __FDELT, __FDMASK.
49595         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49596         Likewise.
49597         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49598         Likewise.
49600         * elf/Makefile (gen-ldd): Fix pattern.
49602         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49603         (init_tls): Likewise.
49605 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49607         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49609 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49611         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49612         `struct cmsghdr *' instead of `void *'.
49613         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49614         Likewise.
49616 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49618         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49619         if non-absolute.
49620         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49621         ldd_rewrite_script.
49623 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49625         * configure.in: Remove --with-tls option.
49626         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49627         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49628         out in case it is missing.
49629         * sysdeps/ia64/elf/configure.in: Likewise.
49630         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49631         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49632         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49633         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49634         * sysdeps/sh/elf/configure.in: Likewise.
49635         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49636         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49637         * sysdeps/x86_64/elf/configure.in: Likewise.
49638         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49639         * sysdeps/mach/hurd/tls.h: Likewise.
49641         [BZ #13067]
49642         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49644         [BZ #13090]
49645         * configure.in: Fix use of AC_INIT.
49647         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49649 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49651         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49652         __set_errno.
49653         * malloc/hooks.c: Likewise.
49655         [BZ #11929]
49656         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49657         variables statically.
49658         (narenas): Initialize.
49659         (list_lock): Initialize.
49660         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49661         initializtion of main_arena and list_lock.  Small cleanups.
49662         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49663         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49664         Add initializers to main_arena and mp_.
49665         (malloc_state): Remove pagesize member.  Change all users to use
49666         GLRO(dl_pagesize).
49668         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49669         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49670         is always initialized.
49672         * malloc/malloc.c: Removed unused configurations and dead code.
49673         * malloc/arena.c: Likewise.
49674         * malloc/hooks.c: Likewise.
49675         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49677         * include/tls.h: Removed.  USE___THREAD must always be defined.
49678         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49679         * elf/dl-libc.c: Likewise.
49680         * elf/dl-tsd.c: Likewise.
49681         * include/errno.h: Likewise.
49682         * include/netdb.h: Likewise.
49683         * include/resolv.h: Likewise.
49684         * inet/herrno-loc.c: Likewise.
49685         * inet/herrno.c: Likewise.
49686         * malloc/arena.c: Likewise.
49687         * malloc/hooks.c: Likewise.
49688         * malloc/malloc.c: Likewise.
49689         * resolv/res-state.c: Likewise.
49690         * resolv/res_libc.c: Likewise.
49691         * sysdeps/i386/dl-machine.h: Likewise.
49692         * sysdeps/ia64/dl-machine.h: Likewise.
49693         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49694         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49695         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49696         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49697         * sysdeps/sh/dl-machine.h: Likewise.
49698         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49699         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49700         * sysdeps/unix/i386/sysdep.S: Likewise.
49701         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49702         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49703         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49704         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49705         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49706         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49707         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49708         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49709         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49710         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49711         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49712         * sysdeps/x86_64/dl-machine.h: Likewise.
49713         * tls.make.c: Likewise.
49715         * configure.in: Remove --with-__thread option.  Make tests for
49716         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49717         tls_model attribute fail if no support is available.  Remove
49718         USE_IN_LIBIO.
49719         * Makeconfig: Adjust for dropped configure option.  All features are
49720         now mandatory.
49721         * Makerules: Likewise.
49722         * Versions.def: Likewise.
49723         * argp/argp-fmtstream.c: Likewise.
49724         * argp/argp-fmtstream.h: Likewise.
49725         * argp/argp-help.c: Likewise.
49726         * assert/assert.c: Likewise.
49727         * config.h.in: Likewise.
49728         * config.make.in: Likewise.
49729         * configure: Likewise.
49730         * configure.in: Likewise.
49731         * csu/Versions: Likewise.
49732         * csu/init.c: Likewise.
49733         * elf/tst-audit2.c: Likewise.
49734         * elf/tst-tls10.c: Likewise.
49735         * elf/tst-tls10.h: Likewise.
49736         * elf/tst-tls11.c: Likewise.
49737         * elf/tst-tls12.c: Likewise.
49738         * elf/tst-tls14.c: Likewise.
49739         * elf/tst-tlsmod11.c: Likewise.
49740         * elf/tst-tlsmod12.c: Likewise.
49741         * elf/tst-tlsmod13.c: Likewise.
49742         * elf/tst-tlsmod13a.c: Likewise.
49743         * elf/tst-tlsmod14a.c: Likewise.
49744         * elf/tst-tlsmod15b.c: Likewise.
49745         * elf/tst-tlsmod16a.c: Likewise.
49746         * elf/tst-tlsmod16b.c: Likewise.
49747         * elf/tst-tlsmod7.c: Likewise.
49748         * elf/tst-tlsmod8.c: Likewise.
49749         * elf/tst-tlsmod9.c: Likewise.
49750         * gmon/gmon.c: Likewise.
49751         * grp/fgetgrent_r.c: Likewise.
49752         * grp/putgrent.c: Likewise.
49753         * hurd/fopenport.c: Likewise.
49754         * include/libc-symbols.h: Likewise.
49755         * include/tls.h: Likewise.
49756         * intl/gettextP.h: Likewise.
49757         * intl/loadinfo.h: Likewise.
49758         * locale/global-locale.c: Likewise.
49759         * locale/localeinfo.h: Likewise.
49760         * mach/devstream.c: Likewise.
49761         * malloc/arena.c: Likewise.
49762         * malloc/set-freeres.c: Likewise.
49763         * misc/err.c: Likewise.
49764         * misc/getttyent.c: Likewise.
49765         * misc/mntent_r.c: Likewise.
49766         * posix/getopt.c: Likewise.
49767         * posix/wordexp.c: Likewise.
49768         * pwd/fgetpwent_r.c: Likewise.
49769         * resolv/Versions: Likewise.
49770         * resolv/res_hconf.c: Likewise.
49771         * shadow/fgetspent_r.c: Likewise.
49772         * shadow/putspent.c: Likewise.
49773         * stdio-common/printf_fphex.c: Likewise.
49774         * stdio-common/tmpfile.c: Likewise.
49775         * stdlib/abort.c: Likewise.
49776         * stdlib/fmtmsg.c: Likewise.
49777         * sunrpc/auth_unix.c: Likewise.
49778         * sunrpc/clnt_perr.c: Likewise.
49779         * sunrpc/clnt_tcp.c: Likewise.
49780         * sunrpc/clnt_udp.c: Likewise.
49781         * sunrpc/clnt_unix.c: Likewise.
49782         * sunrpc/openchild.c: Likewise.
49783         * sunrpc/svc_simple.c: Likewise.
49784         * sunrpc/svc_tcp.c: Likewise.
49785         * sunrpc/svc_udp.c: Likewise.
49786         * sunrpc/svc_unix.c: Likewise.
49787         * sunrpc/xdr.c: Likewise.
49788         * sunrpc/xdr_array.c: Likewise.
49789         * sunrpc/xdr_rec.c: Likewise.
49790         * sunrpc/xdr_ref.c: Likewise.
49791         * sunrpc/xdr_stdio.c: Likewise.
49793 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49795         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49797 2011-07-03  Andreas Jaeger  <aj@suse.de>
49799         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49800         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49801         regenerate with gen-libm-tests.pl.
49803 2010-05-12  Petr Baudis  <pasky@suse.cz>
49805         [BZ #11589]
49806         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49807         around j0() zero points by switching to j1().
49808         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49809         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49810         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49811         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49813 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49815         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49816         instead of 0.
49817         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49818         instead of 0.
49819         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49820         Patch in part by Pavel Roskin <proski@gnu.org>.
49822         [BZ #13138]
49823         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49824         realloc.
49825         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49826         Free memory block if necessary.
49828         [BZ #12847]
49829         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49830         be NULL.  Don't lock in this case.
49832 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49834         * elf/elf.h (ELFOSABI_GNU): New macro.
49835         (ELFOSABI_LINUX): Define to that.
49837 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49839         * string/strncat.c (strncat): Undef the symbol in case it has been
49840         defined in bits/string.h.
49842 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49844         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49846         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49847         link map.
49849 2011-08-17  Andreas Jaeger  <aj@suse.de>
49851         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49853 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49854             Ian Lance Taylor  <iant@google.com>
49856         * math/libm-test.inc (lround_test): New testcase.
49857         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49859 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49861         * Makefile: Remove support for automatic cvs check-ins.
49862         * Makerules: Likewise.
49863         * config.make.in: Likewise.
49864         * configure.in: Likewise.
49865         * intl/Makefile: Likewise.
49866         * locale/Makefile: Likewise.
49867         * po/Makefile: Likewise.
49868         * posix/Makefile: Likewise.
49869         * sysdeps/gnu/Makefile: Likewise.
49870         * sysdeps/mach/hurd/Makefile: Likewise.
49871         * sysdeps/sparc/sparc32/Makefile: Likewise.
49873         [BZ #13118]
49874         * posix/Makefile (bug-regex32-ENV): Define.
49875         Patch by John Stanley <jpsinthemix@verizon.net>.
49877         * misc/Makefile (headers): Add bits/select2.h.
49878         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49879         * misc/bits/select2.h: New file.
49880         * include/bits/select2.h: New file.
49881         * debug/Makefile (routines): Add fdelt_chk.
49882         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49883         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49884         FD_ISSET.
49885         * debug/fdelt_chk.c: New file.
49887         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49888         * wcsmbs/test-wmemcmp.c: Likewise.
49889         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49890         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49892 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49894         * string/Makefile (strop-tests): Add memcmp.
49895         * string/test-wmemcmp.c: New file.
49896         * string/test-memcmp.c: Add wmemcmp support.
49898 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49900         [BZ #13153]
49901         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49902         2011-07-19 change.
49904         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49905         garbage value in a __mach_port_mod_refs call in the cases of the
49906         task-self and thread-self ports.
49908 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49910         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49912 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49914         * elf/dl-load.c (lose): Check for non-null L.
49916 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49918         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49920         * elf/dl-libc.c (dlerror_run): Pass back error code from
49921         dl_catch_error.
49923         [BZ #13123]
49924         * elf/dl-load.c (lose): Free l_origin if it is valid.
49926         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49927         names.
49928         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49929         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49930         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49931         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49932         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49933         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49935 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49937         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49938         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49939         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49940         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49941         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49942         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49943         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49944         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49945         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49946         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49948 2011-08-15  Alan Modra  <amodra@gmail.com>
49950         [BZ #13092]
49951         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49952         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49953         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49954         ppc_mcount to static-only-routines.
49955         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49956         __mcount_internal.
49957         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49958         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49960 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49962         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49963         for finite and infinity parameters.
49965 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49967         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49968         and add nop instructions for throughput optimization.
49969         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49971 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49973         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49974         aligned copy for power7 with vector-scalar instructions.
49975         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49977 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49979         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49980         AVX check.
49982 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49984         [BZ #13144]
49985         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49986         last change.
49988 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49990         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49991         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49992         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49993         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49994         clock_gettime.
49996 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49998         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49999         Forgot to demangle the pointer.
50001         * sysdeps/i386/sysdep.h: Define atom_text_section.
50002         * sysdeps/x86_64/sysdep.h: Likewise.
50003         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50004         section with atom_text_section.
50005         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50006         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50007         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50008         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50009         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50011         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50012         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50013         already be defined.  Change to take two parameters and don't assign
50014         result to variable.  Adjust all users.
50015         Define INTERNAL_GETTIME if not already defined.
50016         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50017         call.
50018         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50019         HAVE_CLOCK_GETTIME_VSYSCALL.
50020         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50022         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50023         gettimeofday vsyscall, just use time.
50025 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50027         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50028         <errno.h>.
50030 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50032         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50033         syscall on x86-64.
50034         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50035         syscall.
50036         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50037         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50038         syscall if possible.
50040 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50042         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50043         e_ident.  Don't pass to find_mapsXX.
50044         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50046 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50048         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50049         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50050         * sysdeps/x86_64/multiarch/strchr.S: Update.
50051         Check bit_slow_BSF bit.
50052         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50053         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50054         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50056 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50058         [BZ #13134]
50059         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50060         before glibc 2.15.
50061         (tryshell): Define.
50062         (__spawni): Change last parameter to be flag.  Test
50063         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50064         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50065         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50066         * posix/spawni.c: Likewise.
50067         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50068         * posix/spawnp.c: Likewise.  Change normal version to use
50069         SPAWN_XFLAGS_USE_PATH.
50070         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50071         SPAWN_XFLAGS_TRY_SHELL.
50073         [BZ #13150]
50074         * posix/glob.h: Remove gcc 1.x support.
50076         [BZ #13068]
50077         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50079 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50081         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50082         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50083         strrchr-sse2-bsf
50084         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50085         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50086         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50087         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50088         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50089         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50091 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50093         * sysdeps/x86_64/wcscmp.S: New file.
50095         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50096         wcscmp-c wcscmp-sse2
50097         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50098         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50099         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50100         * wcsmbs/wcscmp.c: Allow renaming.
50102 2011-09-05  David S. Miller  <davem@davemloft.net>
50104         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50105         stack slot, rather than the struct return pointer slot.
50106         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50107         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50109         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50111 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50113         * po/ja.po: Update from translation team.
50115         [BZ #13144]
50116         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50117         kernel in 64-bit binaries.
50119 2011-09-01  David S. Miller  <davem@davemloft.net>
50121         * elf/elf.h (HWCAP_SPARC_*): Move to..
50122         * sysdeps/sparc/sysdep.h: this new file and add new values.
50123         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50124         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50125         _DL_HWCAP_COUNT to 24.
50126         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50127         entries.
50128         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50129         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50130         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50131         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50132         instead of magic constants.
50133         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50135 2011-08-31  David S. Miller  <davem@davemloft.net>
50137         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50138         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50139         Reimplement to do errno handling inline.
50140         (SYSCALL_ERROR_HANDLER): New macro.
50141         (__SYSCALL_STRING): Do not do errno handling in asm.
50142         (__CLONE_SYSCALL_STRING): Delete.
50143         (__INTERNAL_SYSCALL_STRING): Delete.
50144         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50145         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50146         (PSEUDO): Reimplement to do errno handling inline.
50147         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50148         (SYSCALL_ERROR_HANDLER): New macro.
50149         (__SYSCALL_STRING): Do not do errno handling in asm.
50150         (__CLONE_SYSCALL_STRING): Delete.
50151         (__INTERNAL_SYSCALL_STRING): Delete.
50152         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50153         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50154         i386.
50155         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50156         (inline_syscall*): Add 'err' argument.
50157         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50158         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50159         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50160         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50162         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50163         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50165 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50167         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50169 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50171         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50172         directive.
50174 2011-08-24  David S. Miller  <davem@davemloft.net>
50176         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50178 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50180         * elf/Makefile: Add rules to build and run unload8 test.
50181         * elf/unload8.c: New file.
50182         * elf/unload8mod1.c: New file.
50183         * elf/unload8mod1x.c: New file.
50184         * elf/unload8mod2.c: New file.
50185         * elf/unload8mod3.c: New file.
50187         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50188         it wasn't used.
50190 2011-08-23  David S. Miller  <davem@davemloft.net>
50192         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50193         subtract stack bias.
50194         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50195         %sp not %fp in calculations.
50196         (_JMPBUF_UNWINDS_ADJ): Likewise.
50198         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50199         (aio_suspend): Call it to force an exception region around the
50200         AIO_MISC_WAIT() invocation.
50202 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50204         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50205         backslash.
50207 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50209         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50210         protection macro.
50211         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50212         and <dl-machine.h>.
50213         (Elf64_FuncDesc): Remove.
50215 2011-08-22  David S. Miller  <davem@davemloft.net>
50217         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50218         sigaltstack check, add missing cfi directives.
50219         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50220         missing cfi directives, and sigaltstack handling.
50222 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50224         [BZ #11724]
50225         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50226         object is seen twice.
50227         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50229         * elf/Makefile (distribute): Add tst-initorder2.c.
50230         (tests): Add tst-initorder2.
50231         (modules-names): Add tst-initorder2a tst-initorder2b
50232         tst-initorder2c tst-initorder2d.  Add rules to build them.
50233         ($(objpfx)tst-initorder2.out): New rule.
50234         * elf/tst-initorder2.c: New file.
50235         * elf/tst-initorder2.exp: New file.
50237 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50239         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50241         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50242         dependencies back to end of function.
50244         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50245         $(elfobjdir)/ld.so.
50247 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50249         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50250         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50251         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50252         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50253         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50254         of __vdso_gettimeofday.
50255         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50256         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50257         attribute_hidden.
50258         (_libc_vdso_platform_setup): Remove initialization of
50259         __vdso_gettimeofday and __vdso_time.
50261 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50263         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50264         and fgetc_unlocked.
50265         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50266         getc_unlocked.
50268         * elf/dl-open.c (add_to_global): Report additions to the global scope
50269         for LD_DEBUG=scopes.
50270         (dl_open_worker): Also print scope of newly loaded dependencies.
50271         (_dl_show_scope): Indicate if there is no scope.
50273         [BZ #13114]
50274         * stdio-common/Makefile (tests): Add bug24.
50275         * stdio-common/bug24.c: New file.
50277 2011-08-19  Andreas Jaeger  <aj@suse.de>
50279         [BZ #13114]
50280         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50281         non-existant file when using close-on-exec mode.
50283 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50285         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50286         the very first instruction.
50288         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50289         the CFI state in the end.
50290         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50291         inclusion of dl-trampoline.h.
50292         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50294 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50296         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50297         expectations for long double.
50299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50300         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50302 2011-08-14  David S. Miller  <davem@davemloft.net>
50304         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50305         artificual limit depends upon the system page size.
50307 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50309         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50310         * resolv/Makefile: Define CFLAGS-libresolv.
50312 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50314         * nss/makedb.c (compute_tables): Make variables used in nested
50315         function static.
50317 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50319         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50320         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50321         if buffer was too small.
50323         * elf/pldd.c (main): Attach to all threads in the process.
50324         Rewrite /proc handling to use *at functions.
50326 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50328         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50329         specifies first scope to show.
50330         (dl_open_worker): Update callers.  Move printing scope of new
50331         object to before the relocation.
50332         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50333         * sysdeps/generic/ldsodefs.h: Update declaration.
50335         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50336         string for the scope number.
50338 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50340         * nscd/servicescache.c (cache_addserv): Make sure written is always
50341         initialized.
50343 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50345         * sysdeps/i386/i486/bits/atomic.h
50346         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50347         statement expression, so as to suppress "set but not used" warning.
50348         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50350         * string/strncat.c (STRNCAT): Use prototype definition.
50352         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50353         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50354         -Iprograms here.
50355         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50356         (localedef-modules): Add localedef.
50357         (locale-modules): Add locale.
50359         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50360         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50361         to avoid a warning.
50363 2011-08-14  David S. Miller  <davem@davemloft.net>
50365         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50366         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50368 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50370         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50371         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50372         * elf/rtld.c (dl_main): Set l_name of vDSO.
50373         Call _dl_show_scope when DL_DEBUG_SCOPES.
50374         (process_dl_debug): Recognize scopes flag and also set it for all.
50375         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50376         Declare _dl_show_scope.
50378         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50379         (do_dlopen): Pass caller_dlopen to dl_open.
50380         (__libc_dlopen_mode): Initialize caller_dlopen.
50382         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50383         of libc.  Make tolower call locale-independent.  Optimize a bit by
50384         using isdigit instead of isalnum.
50385         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50387 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50389         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50390         was a dependency or dynamically loaded.
50392 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50394         * intl/l10nflist.c: Allow architecture-specific pop function.
50395         * sysdeps/x86_64/l10nflist.c: New file.
50397         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50398         classification.
50400 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50402         * include/dirent.h: Add libc_hidden_proto for scandirat and
50403         scandirat64.  Don't declare __scandirat64.
50404         * dirent/scandirat.c: Add libc_hidden_def.
50405         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50406         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50408 2011-08-10  David S. Miller  <davem@davemloft.net>
50410         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50411         enum.
50412         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50413         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50414         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50416 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50418         * Versions.def [libc]: Add GLIBC_2.15.
50419         * dirent/Makefile (routines): Add scandirat and scandirat64.
50420         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50421         GLIBC_2.15.
50422         * dirent/dirent.h: Declare scandirat and scandirat64.
50423         * dirent/scandirat.c: New file.
50424         * dirent/scandirat64.c: New file.
50425         * sysdeps/wordsize-64/scandirat.c: New file.
50426         * sysdeps/wordsize-64/scandirat64.c: New file.
50427         * dirent/opendir.c: Define opendirat.
50428         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50429         using scandirat.
50430         * dirent/scandir64.c: Adjust for scandir.c change.
50431         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50432         __scandirat64, and __scandir_cancel_handler.
50433         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50434         additional parameter and use openat instead of open (outside of ld.so).
50435         Add new __opendir as wrapper around __opendirat.
50436         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50437         here without requiring old scandirat implementation.
50439 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50441         * dirent/scandir.c (cancel_handler): Renamed to
50442         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50443         defined.  Adjust users.
50444         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50445         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50447 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50449         * string/test-string.h (IMPL): Use __STRING to expand name and then
50450         stringify it.
50452         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50453         of cleanups.
50455 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50457         * string/Makefile: Update.
50458         (strop-tests): Append strncat.
50459         * string/test-wcscmp.c: New file.
50460         New comprehensive test for wcscmp.
50461         * string/test-strcmp.c: Update.
50462         (WIDE): New define.
50464 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50466         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50467         line.
50469 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50471         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50472         encoding to ACE if AI_IDN.
50474 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50476         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50477         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50479 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50481         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50482         Fix overflow bug in strncat.
50483         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50485         * string/test-strncat.c: Update.
50486         Add new tests for checking overflow bugs.
50488 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50490         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50491         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50492         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50493         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50494         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50495         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50496         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50497         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50498         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50500         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50501         (USE_AS_STRCAT): Define.
50502         Add strcat and strncat support.
50503         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50505 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50507         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50508         __n bigger than INT_MAX+1.
50509         (__strncmp_g): Likewise.
50511 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50513         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50514         * libio/stido.h: Likewise.
50516         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50517         (AF_NFC): Define.
50518         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50519         (AF_NFC): Define.
50521         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50522         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50523         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50524         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50525         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50527         [BZ #13021]
50528         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50529         installed.
50531         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50532         typo.
50533         (_dl_x86_64_save_sse): Likewise.
50535 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50537         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50538         OSXSAVE.
50539         (_dl_x86_64_save_sse): Likewise.
50541         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50543         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50545 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50547         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50548         change.
50549         (_dl_x86_64_save_sse): Use correct AVX check.
50551 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50553         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50554         bug in strncpy/strncat.
50555         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50557 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50559         * string/tester.c (test_strcat): Add tests for different alignments
50560         of source and destination.
50561         (test_strncat): Likewise.
50563 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50565         [BZ #12852]
50566         * posix/glob.c (glob): Check passed in values before using them in
50567         expressions to avoid some overflows.
50568         (glob_in_dir): Likewise.
50570         [BZ #13007]
50571         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50572         check for AVX enablement so that we don't crash with old kernels and
50573         new hardware.
50574         * elf/tst-audit4.c: Add same checks here.
50575         * elf/tst-audit6.c: Likewise.
50577         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50579 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50581         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50583 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50585         * po/cs.po: Update from translation team.
50586         * po/bg.po: Likewise.
50588 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50590         * misc/sys/cdefs.h: Add support for const attribute.
50591         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50592         to gnu_dev_{major,minor,makedev} functions.
50594 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50596         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50598 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50600         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50601         strlen results.
50603 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50605         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50606         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50607         register in order to avoid conflicts with the soft frame pointer
50608         being held in r11 when necessary.
50609         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50610         (INTERNAL_VSYSCALL_NCS): Likewise.
50612 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50614         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50615         * elf/dl-fini.c (_dl_fini): Adjust caller.
50616         * elf/dl-close.c (_dl_close_worker): Likewise.
50617         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50619 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50621         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50622         "aux_cache->nlibs < 0".
50624         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50625         in the reload-count case.
50627 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50629         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50630         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50631         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50632         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50633         * sysdeps/x86_64/multiarch/strcat.S: New file.
50634         * sysdeps/x86_64/multiarch/strncat.S: New file.
50635         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50636         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50637         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50638         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50639         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50640         (USE_AS_STRCAT): Define.
50641         Add strcat and strncat support.
50642         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50643         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50644         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50645         * string/strncat.c: Update.
50646         (USE_AS_STRNCAT): Define.
50647         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50648         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50649         and i7.
50650         * sysdeps/x86_64/multiarch/init-arch.h
50651         (bit_Prefer_PMINUB_for_stringop): New.
50652         (index_Prefer_PMINUB_for_stringop): Likewise.
50653         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50654         bit_Prefer_PMINUB_for_stringop.
50656 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50658         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50659         buffer64.
50660         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50661         of casting of buffer.
50662         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50663         buffer32 and buffer64.
50664         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50665         writes instead of casting of buffer.
50666         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50667         buffer32.
50668         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50669         casting of buffer.
50671 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50673         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50675 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50677         * nscd/nscd.c (termination_handler): Don't do anything for a database
50678         if it has not yet been initialized.
50680 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50682         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50684 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50686         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50688 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50690         * po/nl.po: Update from translation team.
50691         * po/sv.po: Likewise.
50693 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50695         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50696         now disallowed by GCC.
50698         * configure.in (use-default-link): Default to yes if a test -shared
50699         link meets our qualifications.
50700         * configure: Regenerated.
50702         * config.make.in (output-format): New variable.
50703         * configure.in: Check for ld --print-output-format support.
50704         * configure: Regenerated.
50705         * Makerules ($(common-objpfx)format.lds)
50706         [$(output-format) != unknown]: Just use $(output-format),
50707         instead of the linker-script munging.
50709 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50711         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50712         of $(common-objpfx)shlib.lds.
50713         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50715         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50716         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50718         * configure.in (-z relro check): Adjust test code to add a large
50719         writable data section after it.
50720         * configure: Regenerated.
50722 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50724         * configure.in (-z relro check): Fix test code to make the variable
50725         truly const.
50726         * configure: Regenerated.
50728 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50730         * nscd/nscd.h (struct traced_file): Define.
50731         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50732         elements.  Add traced_files.
50733         (inotify_fd): Declare.
50734         (register_traced_file): Declare.
50735         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50736         (inotify_fd): Export.
50737         (resolv_conf_descr): Remove.
50738         (nscd_init): Move inotify descriptor creation to main.
50739         Don't register files for notification here.
50740         (register_traced_file): New function.
50741         (invalidate_cache): Don't use reset_res to determine whether to call
50742         res_init, go through the list of registered files.
50743         (main_loop_poll): The inotify descriptors are now stored in the
50744         structures for the traced files.
50745         (main_loop_epoll): Likewise
50746         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50747         to __nss_disable_nscd.
50748         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50749         for a database anymore.  Check the records for all the registered
50750         files instead.
50751         * nss/Makefile (libnss_files-routines): Add files-init.
50752         (libnss_db-routines): Add db-init.
50753         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50754         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50755         * nss/nss_db/db-init.c: New file.
50756         * nss/nss_files/files-init.c: New file.
50757         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50758         __nss_lookup_function.
50759         (__nss_lookup_function): Call nss_load_library.
50760         (nss_load_all_libraries): New function.
50761         (__nss_disable_nscd): Take parameter with callback function for files
50762         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50763         used for the cached services.
50764         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50765         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50766         options for features to all the files in nscd.
50768         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50770 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50772         * csu/elf-init.c (__libc_csu_init): Comment typo.
50774 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50776         * po/pl.po: Update from translation team.
50777         * po/ja.po: Likewise.
50778         * po/ru.po: Likewise.
50779         * po/ko.po: Likewise.
50780         * po/fr.po: Likewise.
50782 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50784         * configure.in (.ctors/.dtors header and trailer check):
50785         Use an empirical test on a built program.
50786         * configure: Regenerated.
50788         * configure.in (-z relro check): Use an empirical test on a built DSO.
50789         Detect, but do not require, on ia64.
50790         * configure: Regenerated.
50792         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50793         Update tests that use readelf to use $READELF instead.
50794         * configure: Regenerated.
50796 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50798         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50799         if the result is not used.
50801 2011-07-05  Andreas Jaeger  <aj@suse.de>
50803         [BZ#9696]
50804         * stdlib/tst-strtod.c: Add testcase.
50806 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50808         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50809         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50810         The latter has a higher limit.  Take additional parameter to pass to
50811         the new function.
50812         (__pathconf): Pass file to __statfs_link_max.
50813         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50814         __statfs_link_max.
50815         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50816         __statfs_link_max.
50818         [BZ #12868]
50819         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50820         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50821         Handle Lustre.
50822         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50823         (__statfs_filesize_max): Likewise.
50824         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50826 2011-07-05  Andreas Jaeger  <aj@suse.de>
50828         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50830 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50832         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50833         `status' variable.
50834         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50835         Likewise.
50837 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50839         * Makefile (strop-tests): Add strncat.
50840         * string/test-strncat.c: New file.
50842 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50844         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50846 2011-06-21  Andreas Jaeger  <aj@suse.de>
50848         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50849         Copy rule from iconvdata/Makefile.
50851 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50853         [BZ #12922]
50854         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50855         but no long options are defined, just return 'W'.
50857 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50859         [BZ #9696]
50860         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50862 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50864         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50865         netgroups to read.
50866         (innetgr): Likewise.
50868 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50870         * config.make.in (install_root): Default to $(DESTDIR).
50872 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50874         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50876 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50878         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50880         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50881         containing directory rather than embedding absolute directory names.
50883         * scripts/check-local-headers.sh: Rewritten using awk.
50884         Match by word, not by line.  Print error messages for matches.
50885         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50887         * Makerules [shlib-lds-flags empty]:
50888         ($(common-objpfx)libc_pic.opts): New target.
50889         ($(common-objpfx)libc_pic.os.clean): New target.
50890         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50892         * config.make.in (OBJCOPY): New variable.
50893         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50894         * configure: Regenerated.
50896         * config.make.in (use-default-link): New variable.
50897         * configure.in (use_default_link): Grok --with-default-link to set it.
50898         * configure: Regenerated.
50899         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50900         (shlib-lds, shlib-lds-flags): Define to empty.
50902         * Makerules (shlib-lds): New variable.
50903         (shlib-lds-flags): New variable.
50904         (build-shlib, build-moduile, build-module-asneeded): Use it.
50905         ($(common-objpfx)libc.so): Use $(shlib-lds).
50906         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50907         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50909         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50910         DT_FLAGS/DT_FLAGS_1 with zero flags.
50912         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50913         linker script munging.
50915 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50917         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50918         as 128-bit value.
50919         * crypt/sha512.c (sha512_process_block): Perform total addition using
50920         128-bit if possible.
50921         (__sha512_finish_ctx): Likewise.
50922         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50923         as 64-bit value.
50924         * crypt/sha256.c (SWAP64): Define.
50925         (sha256_process_block): Perform total addition using 64-bit if
50926         possible.
50927         (__sha256_finish_ctx): Likewise.
50929 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50931         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50932         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50933         * nscd/hstcache.c (cache_addhst): Likewise.
50934         * nscd/grpcache.c (cache_addgr): Likewise.
50935         * nscd/aicache.c (addhstaiX): Likewise
50936         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50938 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50940         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50941         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50942         * nscd/hstcache.c (cache_addhst): Likewise.
50943         * nscd/grpcache.c (cache_addgr): Likewise.
50944         * nscd/aicache.c (addhstaiX): Likewise
50946 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50948         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50949         domain only when needed.
50951 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50953         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50954         is always restored.
50956 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50958         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50959         are re-adding the entry.
50960         * nscd/servicescache.c (cache_addserv): Likewise.
50962 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50964         * sysdeps/generic/dl-irel.h: fix protection against multiple
50965         inclusions.
50966         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50968 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50970         [BZ #12935]
50971         * malloc/memusage.sh: Fix quoting in message.
50972         * debug/xtrace.sh: Likewise.
50974         * configure.in: Remove support for --experimental-malloc option, make
50975         it the default.
50976         * config.make.in: Likewise.
50977         * malloc/Makefile: Likewise.
50979 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50981         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50982         two-byte characters.
50984 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50986         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50987         AC_CACHE_CHECK invocation.
50988         * configure: Regenerated.
50990         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50992 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50994         [BZ #12350]
50995         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50996         bit from old_res_options.
50998         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51000         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51001         value type for setfct.
51003 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51005         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51006         __gettimeofday instead of gettimeofday.
51008 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51010         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51012 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51014         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51016         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51017         info.
51019 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51021         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51022         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51023         strcpy-sse2-unaligned strncpy-sse2-unaligned
51024         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51025         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51026         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51027         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51028         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51029         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51030         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51031         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51032         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51033         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51034         (STRCPY): Support SSE2 and SSSE3 versions.
51036 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51038         [BZ #12874]
51039         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51040         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51041         kernels which artificially limit size of requests.
51043 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51045         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51046         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51047         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51048         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51049         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51050         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51051         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51052         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51053         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51054         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51055         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51056         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51057         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51058         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51059         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51060         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51061         Enable unaligned load optimization for Intel Core i3, i5 and i7
51062         processors.
51063         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51064         Define.
51065         (index_Fast_Unaligned_Load): Define.
51066         (HAS_FAST_UNALIGNED_LOAD): Define.
51068 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51070         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51072 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51074         [BZ #12907]
51075         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51076         until it is clear that the information is realy needed.
51077         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51079 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51081         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51083 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51085         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51086         /sys/devices/system/cpu/online if it is usable.
51088         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51089         reading the information from the /proc filesystem to once a second.
51091 2011-06-21  Andreas Jaeger  <aj@suse.de>
51093         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51094         NULL after inclusion of kernel headers.
51096 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51098         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51099         calls to internal_setent.
51101         [BZ #12885]
51102         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51103         addresses using gethostbyname4_r ignore IPv4 addresses.
51105         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51106         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51108         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51110 2011-06-20  David S. Miller  <davem@davemloft.net>
51112         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51113         inclusions.
51114         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51116         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51117         (elf_irel): Use it.
51118         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51119         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51120         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51121         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51122         * sysdeps/x86_64/dl-irel.h: Likewise.
51124         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51125         * elf/dl-sym.c: Likewise.
51127 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51129         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51130         need to dereference resplen2.
51132 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51134         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51136 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51138         * Makeconfig: Define vardbdir and inst_vardbdir.
51139         * nss/Makefile: Add rules to install db-Makefile.
51141         * nss/nss_db/db-XXX.c: Cleanup.
51143         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51144         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51145         GLIBC_PRIVATE.
51146         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51147         * nss/makedb.c: Implement -g option to specify that value strings
51148         are generated and should not be added to table iterated over for
51149         get*ent calls.
51150         * nss/nss_db/db-initgroups.c: New file.
51152         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51153         interface.
51155         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51156         (internal_getgrouplist): Adjust to name change.
51157         Update use_initgroups_entry if this is not the first call.
51158         * nss/databases.def: Add initgroups entry.
51160         * nss/makedb.c (compute_tables): Check result of multiple hash table
51161         sizes to minimize maximum chain length.
51163 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51165         * Versions.def: Add entry for libnss_db.
51166         * shlib-versions: Likewise.
51167         * nss/Makefile: Add rules to build libnss_db.
51168         * nss/Versions: Add libnss_db information.  Organize libnss_files
51169         entries better.
51170         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51171         makedb progra.  Some minor improvements to generate smaller files.
51172         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51173         here from...
51174         * nss/makedb.c: ...here.
51175         Improve database format to be smaller and require less memory at
51176         runtime.
51177         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51178         db anymore.
51179         * nss/nss_db/db-netgrp.c: Likewise.
51180         * nss/nss_db/db-open.c: Likewise.
51181         * nss/nss_files/flies-XXX.x: Adjust comments.
51182         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51183         * nss/nss_files/files-grp.c: Likewise.
51184         * nss/nss_files/files-hosts.c: Likewise.
51185         * nss/nss_files/files-network.c: Likewise.
51186         * nss/nss_files/files-proto.c: Likewise.
51187         * nss/nss_files/files-pwd.c: Likewise.
51188         * nss/nss_files/files-rpc.c: Likewise.
51189         * nss/nss_files/files-service.c: Likewise.
51190         * nss/nss_files/files-sgrp.c: Likewise.
51191         * nss/nss_files/files-spwd.c: Likewise.
51192         * nss/nss_db/db-alias.c: Removed.
51193         * nss/nss_db/dummy-db.h: Removed.
51195 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51197         * nss/makedb.c: Rewritten to not use database library.
51198         * nss/Makefile: Update to build new makedb program.
51200 2011-06-14  Andreas Jaeger  <aj@suse.de>
51202         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51203         memset declaration.
51205 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51207         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51208         tmpbuf.
51210 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51212         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51213         * elf/Makefile ($(objpfx)ld.so): Likewise.
51215         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51216         Don't list ld.so twice in dependencies.
51218         * posix/bug-regex31.c: Include <stdlib.h>.
51220         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51222         * nis/nss_compat/compat-spwd.c
51223         (getspent_next_nss_netgr): Remove unused variable.
51224         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51226         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51227         nonmembers" output to use the right array.
51229         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51231         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51233         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51234         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51235         * catgets/gencat.c (read_input_file): Likewise.
51236         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51238         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51239         variable definition inside #if's controlling its use.
51241         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51243         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51245         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51247         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51248         unreachable code.
51250         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51252         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51253         * configure: Regenerated.
51255         * Makerules: Revert last change.
51256         * elf/Makefile: Likewise.
51258 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51260         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51261         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51262         (reloc-link): Likewise.
51264 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51266         * elf/Makefile: Add rules to build pldd.
51267         * elf/pldd.c: New file.
51268         * elf/pldd-xx.c: New file.
51270 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51272         * version.h: Update for 2.15 development version.
51274 2011-06-07  David S. Miller  <davem@davemloft.net>
51276         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51277         ifuncs.
51278         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51279         elf_machine_lazy_rel): Likewise.
51280         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51281         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51282         elf_machine_lazy_rel): Likewise.
51283         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51284         dl_hwcap via passed in argument.
51285         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51286         Likewise.
51288 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51290         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51292 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51294         [BZ #12849]
51295         * manual/fdl-1.1.texi: New file, verbatim from:
51296         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51297         * manual/lgpl-2.1.texi: New file, verbatim from:
51298         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51299         * manual/Makefile (licenses): New variable, list those new file names.
51300         (texis): Use it.
51301         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51303         * manual/fdl.texi: File removed.
51304         * manual/lesser.texi: File removed.
51305         * manual/libc.texinfo (Copying, Documentation License):
51306         Use new @include file names, put @appendix directive before @include.
51308 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51310         [BZ #12841]
51311         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51312         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51313         (mq_open): Add __NTH.
51315 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51317         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51318         Assume Intel Core i3/i5/i7 processor if AVX is available.
51320 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51322         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51323         typo.
51325 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51327         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51328         memory.  Use alloca_account.  Fix memory leak when retrying.
51330 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51332         * version.h (RELEASE): Bump for 2.14 release.
51333         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51335         * config.make.in (RANLIB): Remove entry.
51337 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51339         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51340         (libc.pot): Work around missing support for .ksh extension in xgettext.
51342         [BZ #12684]
51343         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51344         if both request failed.
51345         (send_dg): In case of server errors clear resplen or *resplen2.
51347         [BZ #12454]
51348         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51349         when there are multiple maps.
51350         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51351         (_dl_fini): Remove test here.
51353         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51355 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51357         [BZ #12350]
51358         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51359         bit from old_res_options.
51360         (gaih_inet): Likewise.
51362         [BZ #11099]
51363         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51364         as signed.
51366         * resolv/res_init.c (res_setoptions): Make the code more compact.
51368         [BZ #11558]
51369         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51370         set RES_USEVC.
51372         [BZ #11634]
51373         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51375         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51377         [BZ #11781]
51378         * malloc/malloc.h: Declare malloc hook variables as volatile.
51380         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51381         in last patch.
51383         [BZ #11799]
51384         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51385         raise in the comment.
51386         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51387         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51388         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51390 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51392         [BZ #12811]
51393         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51394         grow the buffers more if it already has to be sufficient.
51395         (build_wcs_upper_buffer): Likewise.
51396         * posix/regexec.c (check_matching): Likewise.
51397         (clean_state_log_if_needed): Likewise.
51398         (extend_buffers): Don't enlarge buffers beyond size of the input
51399         buffer.
51400         Patches mostly by Emil Wojak <emil@wojak.eu>.
51401         * posix/bug-regex32.c: New file.
51402         * posix/Makefile (tests): Add bug-regex32.
51404         * locale/findlocale.c (_nl_find_locale): Return right away if
51405         _nl_explode_name failed.
51406         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51408         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51410         * debug/xtrace.sh: Unify messages.
51411         * malloc/memusage.sh: Likewise.
51413         [BZ #12813]
51414         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51415         time symbol from vDSO.  Substitute with vsyscall if not available.
51416         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51417         __vdso_time.
51419         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51420         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51421         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51422         Add sendmmsg and internal_sendmmsg.
51423         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51424         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51425         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51427         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51428         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51429         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51431 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51433         [BZ #12813]
51434         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51435         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51436         available.
51437         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51438         __vdso_getcpu.
51440         [BZ #12814]
51441         * iconvdata/Makefile (tests): Add bug-iconv9.
51442         * iconvdata/bug-iconv9.c: New file.
51444 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51446         [BZ #12814]
51447         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51449 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51451         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51452         (struct user_regs_struct): Change intcs field back to cs.
51454 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51456         * po/ja.po: Update from translation team.
51458 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51460         [BZ #12795]
51461         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51462         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51464 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51466         * stdlib/longlong.h: Update from GCC.
51468 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51470         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51471         parameter name.
51472         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51473         Add parameter name.
51474         (__sysconf): Pass it down.
51476 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51478         [BZ #12671]
51479         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51480         some situations.
51481         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51482         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51483         add in in __libc_use_alloca calls.  Adjust callers.
51484         (glob): Use malloc in some situations.
51486         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51487         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51488         pltexit.
51490 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51492         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51493         and CLOCK_BOOTTIME_ALARM.
51495         [BZ #12782]
51496         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51497         is returned.
51499         * string/_strerror.c (__strerror_r): Print negative errors as signed
51500         numbers.
51502         [BZ #12777]
51503         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51504         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51505         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51507         * configure.in: Fix typo in redirection and correct removal of test
51508         files in two cases.
51510         [BZ #12788]
51511         * locale/setlocale.c (new_composite_name): Fix test to check for
51512         identical name of all categories.
51514         [BZ #12792]
51515         * libio/filedoalloc.c (local_isatty): New function.
51516         (_IO_file_doallocate): Use local_isatty.
51517         * stdio-common/perror.c (perror): In case a new stream is used
51518         forward the stream error.
51519         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51520         error flag.
51522 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51524         [BZ #11869]
51525         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51526         alloca.
51527         * include/alloca.h (extend_alloca_account): Define.
51529         [BZ #11857]
51530         * posix/regex.h: Fix comments with documentation of user-accessible
51531         fields after compilation and describe correct free'ing of pattern
51532         after re_compile_pattern.
51533         Patch by Reuben Thomas <rrt@sc3d.org>.
51535 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51537         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51538         and -mno-altivec to prevent the compiler from using Altivec and/or
51539         VSX instructions when the corresponding registers are not available.
51541 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51543         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51545 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51547         * libio/freopen.c (freopen): Use __dup2, not dup2.
51548         * libio/freopen64.c (freopen64): Likewise.
51550 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51552         [BZ #12775]
51553         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51554         * math/Makefile (tests): Add test-powl.
51555         (CFLAGS-test-powl.c): Define.
51556         * math/test-powl.c: New file.
51558 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51560         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51562 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51564         [BZ #11837]
51565         * iconvdata/gb18030.c: Update to GB18020-2005.
51567 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51569         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51570         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51571         Patch by Aharon Robbins <arnold@skeeve.com>.
51573         [BZ #11892]
51574         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51575         on the stack.
51577         [BZ #11895]
51578         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51579         through underflows.
51581         [BZ #12766]
51582         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51583         point to strings before performing equality test for error_one_per_line
51584         mode.
51586         [BZ #11697]
51587         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51589         [BZ #11820]
51590         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51591         (struct user_fpregs_struct): Avoid __uint*_t types.
51593         [BZ #6420]
51594         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51595         symbol info.  Use it instead of calling _dl_addr locally.
51596         (lock_and_info): New function.
51597         (tr_freehook): Call lock_and_info and pass symbol info as additional
51598         parameter to tr_where.
51599         (tr_mallochook): Likewise.
51600         (tr_reallochook): Likewise.
51601         (tr_memalignhook): Likewise.
51603         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51604         used and couldn't be at all thread-safe.
51606 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51608         * libio/freopen.c (freopen): Don't close old file descriptor
51609         before the new one is opened.  Instead dup the new file descriptor
51610         to the old one after the new stream is created.
51611         * libio/freopen64.c (freopen64): Likewise.
51612         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51613         * libio/fileops.c (_IO_new_file_close_it): Handle new
51614         _IO_FLAGS2_NOCLOSE flag.
51615         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51616         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51617         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51618         _IO_FLAGS2_NOCLOSE flag.
51619         * include/unistd.h: Add hidden_proto for dup3.
51620         Define __have_dup3.
51621         * io/dup3.c: Define hidden symbol.
51622         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51624         [BZ #7101]
51625         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51626         when an incomplete long option is used.
51627         * posix/tst-getopt_long1.c: New file.
51628         * posix/Makefile (tests): Add tst-getopt_long1.
51630         [BZ #10138]
51631         * scripts/config.guess: Update from autoconf-2.68.
51632         * scripts/config.sub: Likewise.
51634         [BZ #10157]
51635         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51636         tests into ...
51637         (has_cpuclock): ...this.  New function.
51638         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51639         macro here based on has_cpuclock code.
51641         [BZ #10149]
51642         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51643         First byte (not low byte) is now always NUL.
51644         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51646         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51647         Use non-cancelable interfaces.
51649         [BZ #9809]
51650         * locale/iso-639.def: Add entry for Sorani.
51652         [BZ #11901]
51653         * include/stdlib.h: Move include protection to the right place.
51654         Define abort_msg_s.  Declare __abort_msg with it.
51655         * stdlib/abort.c (__abort_msg): Adjust type.
51656         * assert/assert.c (__assert_fail_base): New function.  Majority
51657         of code from __assert_fail.  Allocate memory for __abort_msg with
51658         mmap.
51659         (__assert_fail): Now call __assert_fail_base.
51660         * assert/assert-perr.c: Remove bulk of implementation.  Use
51661         __assert_fail_base.
51662         * include/assert.hL Declare __assert_fail_base.
51663         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51664         mmap.
51665         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51667 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51669         [BZ #11952]
51670         [BZ #12453]
51671         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51672         until all modules are registered in the DTV.
51673         * elf/Makefile: Add rules to build and run tst-tls19.
51674         * elf/tst-tls19.c: New file.
51675         * elf/tst-tls19mod1.c: New file.
51676         * elf/tst-tls19mod2.c: New file.
51677         * elf/tst-tls19mod3.c: New file.
51678         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51680         [BZ #12083]
51681         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51682         correctly.
51684         [BZ #12601]
51685         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51686         two-byte sequence errors.
51687         * iconvdata/Makefile (tests): Add bug-iconv8.
51688         * iconvdata/bug-iconv8.c: New file.
51690         [BZ #12626]
51691         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51692         buf2 definition.
51694         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51696         [BZ #12432]
51697         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51698         (dummy_getcfa): New function.
51699         (init): Get _Unwind_GetCFA address, use dummy if not found.
51700         (backtrace_helper): In recursion check, also check whether CFA changes.
51701         (__backtrace): Completely initialize arg.
51703         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51704         storing incomplete byte sequence in state object.  Avoid testing for
51705         guaranteed too small input if we know there is enough data available.
51707 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51709         * Makeconfig (+link-pie): Indent.
51710         * Rules (binaries-pie): Define if $(have-fpie) and
51711         $(build-shared).
51712         (binaries-shared): Also filter out $(binaries-pie).
51713         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51714         * nscd/Makefile (others-pie): Add nscd.
51715         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51716         ($(objpfx)nscd): Remove command override.
51717         * login/Makefile (others-pie): Add pt_chown.
51718         ($(objpfx)pt_chown): Remove command override.
51719         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51720         remove command overrides.
51722 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51724         * libio/tst_putwc.c: Fix error messages.
51726         [BZ #12724]
51727         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51728         currently writing and seek to current position when not.
51729         * libio/Makefile (tests): Add bug-fclose1.
51730         * libio/bug-fclose1.c: New file.
51732 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51734         [BZ #12511]
51735         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51736         don't set DF_1_NODELETE here.
51737         (do_lookup_x): When entering new entry test for copy relocation
51738         and if necessary set DF_1_NODELETE flag.
51739         * elf/tst-unique4.cc: New file.
51740         * elf/tst-unique4.h: New file.
51741         * elf/tst-unique4lib.cc: New file.
51742         * elf/Makefile: Add rules to build and run tst-unique4.
51743         Patch by Piotr Bury <pbury@goahead.com>.
51745 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51747         [BZ #12052]
51748         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51750         [BZ #12625]
51751         * misc/mntent_r.c (addmntent): Flush the stream after the output
51753         [BZ #12393]
51754         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51755         (is_trusted_path_normalize): Skip initial colon.  Append slash
51756         to empty buffer.  Duplicate is_trusted_path code but allow
51757         constructed patch to be prefix.
51758         (is_dst): Allow $ORIGIN followed by /.
51759         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51760         Correct testing of result of is_trusted_path_normalize
51761         (decompose_rpath): Fix warning.
51763 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51765         [BZ #11257]
51766         * grp/initgroups.c (internal_getgrouplist): When we found the service
51767         list through the initgroups entry in nsswitch.conf do not always
51768         continue on a successful lookup.  Don't always use the
51769         __nss_group_database value if it is set.
51770         * nss/nsswitch.conf (initgroups): Change action for successful db
51771         lookup to continue for compatibility.
51773 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51775         [BZ #11532]
51776         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51777         and CP774 modules.
51778         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51779         and CP774 modules.
51780         * iconvdata/tst-tables.sh: Likewise.
51781         * iconvdata/cp770.c: New file.
51782         * iconvdata/cp771.c: New file.
51783         * iconvdata/cp772.c: New file.
51784         * iconvdata/cp773.c: New file.
51785         * iconvdata/cp774.c: New file.
51786         * iconvdata/testdata/CP770: New file.
51787         * iconvdata/testdata/CP770..UTF8: New file.
51788         * iconvdata/testdata/CP771: New file.
51789         * iconvdata/testdata/CP771..UTF8: New file.
51790         * iconvdata/testdata/CP772: New file.
51791         * iconvdata/testdata/CP772..UTF8: New file.
51792         * iconvdata/testdata/CP773: New file.
51793         * iconvdata/testdata/CP773..UTF8: New file.
51794         * iconvdata/testdata/CP774: New file.
51795         * iconvdata/testdata/CP774..UTF8: New file.
51797         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51798         END CHARMAP line.
51799         * iconvdata/gen-8bit-gap.sh: Likewise.
51800         * iconvdata/gen-8bit.sh: Likewise.
51802         * locale/iso-639.def: Add ary entry.
51804         [BZ #11258]
51805         * locale/C-translit.h.in: Add U20A1 transliteration.
51807         [BZ #12178]
51808         * locale/iso-639.def: Add wae entry.
51809         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51811         [BZ #12545]
51812         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51813         for n.
51815         [BZ #12711]
51816         * locale/C-translit.h.in: Add entry for U20B9.
51817         Patch by pravin.d.s@gmail.com.
51819 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51821         [BZ #12713]
51822         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51823         ENAMETOOLONG use generic getcwd.
51824         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51825         in rtld.  Use *stat64.
51826         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51827         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51828         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51829         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51830         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51831         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51832         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51833         __fstatat64 macros.
51834         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51835         * dirent/rewinddir.c: Add libc_hidden_def.
51836         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51837         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51839         * include/dirent.h (__alloc_dir): Add flags parameter.
51840         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51841         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51842         __alloc_dir.
51843         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51844         from fdopendir if O_CLOEXEC is already set.
51846 2011-03-15  Alan Modra  <amodra@gmail.com>
51848         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51849         l_tls_firstbyte_offset non-zero.  Save padding offset in
51850         l_tls_firstbyte_offset for later use.
51851         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51852         freeing static tls block.
51854 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51856         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51857         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51858         being defined by the kernel headers.
51860 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51862         [BZ #12734]
51863         * resolv/resolv.h: Define RES_NOTLDQUERY.
51864         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51865         no-tld-query and set RES_NOTLDQUERY.
51866         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51867         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51868         modern BIND to search name as TLD unless forbidden.
51870 2011-05-07  Petr Baudis  <pasky@suse.cz>
51871             Ulrich Drepper  <drepper@gmail.com>
51873         [BZ #12393]
51874         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51875         (is_trusted_path): ...to here.
51876         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51877         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51878         using is_trusted_path_normalize() in setuid scripts.
51880 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51882         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51883         __BEGIN/__END_DECLS.
51885 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51887         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51888         NSS_STATUS_NOTFOUND if no record was found.
51890 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51892         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51893         (headers-not-in-tirpc): Remove rpc/netdb.h
51894         * resolv/netdb.h: Revert last change.
51896 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51898         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51899         circular dependency between libgcc.a and libc.a.
51901 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51903         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51904         * nis/Makefile: Don't install rpcsvc/*.
51905         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51906         instead of <rpc/types.h>.
51907         (MAXHOSTNAMELEN): Define.
51909 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51911         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51913 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51915         [BZ #12714]
51916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51917         gethostbyname4_r when IPv6 results are possible.
51919 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51921         [BZ #12723]
51922         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51923         _PC_PIPE_BUF handling.
51925 2011-04-30  Bruno Haible  <bruno@clisp.org>
51927         [BZ #12717]
51928         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51929         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51930         to 'int'.
51931         * inet/getnameinfo.c (getnameinfo): Likewise.
51933 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51935         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51936         to groups setting in database lookup.
51937         * nss/nsswitch.conf: Add initgroups entry.
51939 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51941         [BZ #12685]
51942         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51943         mode string.
51944         Patch by Eric Blake <eblake@redhat.com>.
51946 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51948         * sunrpc/Makefile (need-export-routines): Add svc_run.
51949         (routines): Remove svc_run.
51950         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51951         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51952         * sunrpc/svc_run.c (svc_run): Likewise.
51953         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51955 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51957         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51958         problem in reallocation in last patch.
51960 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51962         * sunrpc/Makefile: Move inclusion of Rules.
51964 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51966         * nss/nss_files/files-initgroups.c: New file.
51967         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51968         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51969         _nss_files_initgroups_dyn.
51971 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51973         * elf/elf.h (R_ARM_IRELATIVE): Define.
51975 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51977         * po/ru.po: Update from translation team.
51979 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51981         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51982         dependencies.
51984 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51986         [BZ #12653]
51987         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51988         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51989         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51990         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51991         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51993 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51995         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51996         differing bytes.
51997         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51998         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51999         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52001 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52003         [BZ #12420]
52004         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52005         storing it.
52006         * stdlib/bug-getcontext.c: New file.
52007         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52009 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52011         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52012         instructions into .machine "z9-109".
52013         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52014         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52016 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52018         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52019         between environment variables and auxiliary vector.
52021 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52023         * Makefile: Add rules to build linkobj/libc.so.
52024         * include/libc-symbols.h: Define libc_hidden_nolink.
52025         * include/rpc/auth.h: Mark functions which are to be hidden.
52026         * include/rpc/auth_des.h: Likewise.
52027         * include/rpc/auth_unix.h: Likewise.
52028         * include/rpc/clnt.h: Likewise.
52029         * include/rpc/des_crypt.h: Likewise.
52030         * include/rpc/key_prot.h: Likewise.
52031         * include/rpc/pmap_clnt.h: Likewise.
52032         * include/rpc/pmap_prot.h: Likewise.
52033         * include/rpc/pmap_rmt.h: Likewise.
52034         * include/rpc/rpc_msg.h: Likewise.
52035         * include/rpc/svc.h: Likewise.
52036         * include/rpc/svc_auth.h: Likewise.
52037         * include/rpc/xdr.h: Likewise.
52038         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52039         * nss/Makefile: Likewise.
52040         * sunrpc/Makefile: Don't install headers.  Build library with normal
52041         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52042         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52043         for the compat linking library.  Remove use of INTDEF/INTUSE.
52044         * sunrpc/auth_none.c: Likewise.
52045         * sunrpc/auth_unix.c: Likewise.
52046         * sunrpc/authdes_prot.c: Likewise.
52047         * sunrpc/authuxprot.c: Likewise.
52048         * sunrpc/clnt_gen.c: Likewise.
52049         * sunrpc/clnt_perr.c: Likewise.
52050         * sunrpc/clnt_raw.c: Likewise.
52051         * sunrpc/clnt_simp.c: Likewise.
52052         * sunrpc/clnt_tcp.c: Likewise.
52053         * sunrpc/clnt_udp.c: Likewise.
52054         * sunrpc/clnt_unix.c: Likewise.
52055         * sunrpc/des_crypt.c: Likewise.
52056         * sunrpc/des_soft.c: Likewise.
52057         * sunrpc/get_myaddr.c: Likewise.
52058         * sunrpc/key_call.c: Likewise.
52059         * sunrpc/key_prot.c: Likewise.
52060         * sunrpc/netname.c: Likewise.
52061         * sunrpc/pm_getmaps.c: Likewise.
52062         * sunrpc/pm_getport.c: Likewise.
52063         * sunrpc/pmap_clnt.c: Likewise.
52064         * sunrpc/pmap_prot.c: Likewise.
52065         * sunrpc/pmap_prot2.c: Likewise.
52066         * sunrpc/pmap_rmt.c: Likewise.
52067         * sunrpc/publickey.c: Likewise.
52068         * sunrpc/rpc_cmsg.c: Likewise.
52069         * sunrpc/rpc_common.c: Likewise.
52070         * sunrpc/rpc_dtable.c: Likewise.
52071         * sunrpc/rpc_prot.c: Likewise.
52072         * sunrpc/rpc_thread.c: Likewise.
52073         * sunrpc/rtime.c: Likewise.
52074         * sunrpc/svc.c: Likewise.
52075         * sunrpc/svc_auth.c: Likewise.
52076         * sunrpc/svc_authux.c: Likewise.
52077         * sunrpc/svc_raw.c: Likewise.
52078         * sunrpc/svc_run.c: Likewise.
52079         * sunrpc/svc_simple.c: Likewise.
52080         * sunrpc/svc_tcp.c: Likewise.
52081         * sunrpc/svc_udp.c: Likewise.
52082         * sunrpc/svc_unix.c: Likewise.
52083         * sunrpc/svcauth_des.c: Likewise.
52084         * sunrpc/xcrypt.c: Likewise.
52085         * sunrpc/xdr.c: Likewise.
52086         * sunrpc/xdr_array.c: Likewise.
52087         * sunrpc/xdr_float.c: Likewise.
52088         * sunrpc/xdr_intXX_t.c: Likewise.
52089         * sunrpc/xdr_mem.c: Likewise.
52090         * sunrpc/xdr_rec.c: Likewise.
52091         * sunrpc/xdr_ref.c: Likewise.
52092         * sunrpc/xdr_sizeof.c: Likewise.
52093         * sunrpc/xdr_stdio.c: Likewise.
52095 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52097         [BZ #12650]
52098         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52099         * sysdeps/ia64/dl-tls.h: Likewise.
52100         * sysdeps/powerpc/dl-tls.h: Likewise.
52101         * sysdeps/s390/dl-tls.h: Likewise.
52102         * sysdeps/sh/dl-tls.h: Likewise.
52103         * sysdeps/sparc/dl-tls.h: Likewise.
52104         * sysdeps/x86_64/dl-tls.h: Likewise.
52105         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52107 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52109         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52110         rpath element also skip the following colon.
52111         (expand_dynamic_string_token): Add is_path parameter and pass
52112         down to DL_DST_REQUIRED and _dl_dst_substitute.
52113         (decompose_rpath): Call expand_dynamic_string_token with
52114         non-zero is_path.  Ignore empty rpaths.
52115         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52116         with zero is_path.
52118 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52121         Make cancelable.
52123 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52125         [BZ #12655]
52126         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52127         Patch by Filipe David Manana <fdmanana@apache.org>.
52129 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52131         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52132         Maintain aligned stack.
52133         (CHECK_RSP): Remove unused macro.
52135 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52137         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52138         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52140 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52142         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52144         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52146 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52148         [BZ #12518]
52149         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52150         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52151         * sysdeps/x86_64/memmove.c: New file.
52152         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52153         (memcpy): Renamed to ...
52154         (__new_memcpy): This.
52155         (memcpy): Provide GLIBC_2_14 memcpy.
52156         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52157         (memcpy): Provide GLIBC_2_2_5 memcpy.
52159 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52161         [BZ #12631]
52162         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52164 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52166         * misc/syncfs.c: New file.
52167         * misc/Makefile (routines): Add syncfs.
52168         * posix/unistd.h: Declare syncfs.
52169         * sysdeps/unix/syscalls.list: Add syncfs.
52171 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52173         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52174         open_by_handle_at.
52175         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52176         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52177         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52178         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52179         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52180         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52181         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52183 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52185         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52186         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52187         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52188         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52189         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52190         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52191         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52193         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52194         sync_file_range.c with -fexceptions.
52195         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52196         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52197         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52198         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52199         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52200         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52201         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52202         sync_file_range as cancellation point
52203         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52204         now a wrapper around __call_sync_file_range with cancellation handling.
52205         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52206         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52207         function name to __call_sync_file_range.
52208         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52209         Add call_sync_file_range.
52211 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52213         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52214         bits/timex.h.
52216 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52218         * iconv/iconv.h: Fix typo in comment.
52219         * io/fcntl.h: Likewise.
52220         * libio/stdio.h: Likewise.
52221         * posix/spawn.h: Likewise.
52222         * posix/unistd.h: Likewise.
52223         * stdlib/stdlib.h: Likewise.
52224         * time/time.h: Likewise.
52225         * wcsmbs/wchar.h: Likewise.
52227         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52228         open_by_handle): Add.
52229         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52230         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52231         Augment a few comments.
52232         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52233         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52234         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52236         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52237         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52238         open_by_handle.
52240         * io/fcntl.h (AT_EMPTY_PATH): Define.
52242 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52244         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52245         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52246         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52247         to...
52248         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52249         * Versions.def: Add GLIBC_2.14.
52250         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52251         Export.
52253 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52255         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52256         round counter.
52257         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52259 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52261         [BZ #12597]
52262         * string/test-strncmp.c (do_page_test): New function.
52263         (check2): Likewise.
52264         (test_main): Call check2.
52265         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52267 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52269         [BZ #12587]
52270         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52271         Handle cache information in CPU leaf 4.
52272         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52274 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52276         [BZ #12583]
52277         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52278         character representation.
52279         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52281 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52283         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52284         END(__isnan) to END(__isnanf) to match function entry point/label
52285         EALIGN(__isnanf,...).
52287 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52289         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52291 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52293         [BZ #12510]
52294         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52295         copy from the symbol referenced in the relocation to initialize the
52296         used variable.
52297         Patch by Piotr Bury <pbury@goahead.com>.
52298         * elf/Makefile: Add rules to build and tst-unique3.
52299         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52300         * elf/tst-unique3.cc: New file.
52301         * elf/tst-unique3.h: New file.
52302         * elf/tst-unique3lib.cc: New file.
52303         * elf/tst-unique3lib2.cc: New file.
52305         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52307 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52309         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52310         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52311         to _start.
52313 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52315         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52316         to-be-loaded object along a path to loader is ld.so.
52318 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52319             Ulrich Drepper  <drepper@gmail.com>
52321         * sysdeps/x86_64/memset.S: After aligning destination, code
52322         branches to different locations depending on the value of
52323         misalignment, when multiarch is enabled. Fix this.
52325 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52327         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52328         Set _x86_64_preferred_memory_instruction for AMD processsors.
52329         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52330         Set bit_Prefer_SSE_for_memop for AMD processors.
52332 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52334         * libio/fmemopen.c (fmemopen): Optimize a bit.
52336 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52338         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52340 2011-03-03  Roland McGrath  <roland@redhat.com>
52342         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52344 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52346         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52347         __bzero_ultra1 instead of __memset_ultra1.
52349 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52350             Ulrich Drepper  <drepper@gmail.com>
52352         [BZ #12509]
52353         * include/link.h (struct link_map): Add l_orig_initfini.
52354         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52355         returning unsuccessfully.
52356         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52357         close of a file loaded at startup, restore the original l_initfini
52358         list.
52359         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52360         list, store the pointer.
52361         * elf/Makefile ($(objpfx)noload-mem): New rule.
52362         (noload-ENV): Define.
52363         (tests): Add $(objpfx)noload-mem.
52364         * elf/noload.c: Include <memcheck.h>.
52365         (main): Call mtrace.  Close all opened handles.
52367 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52369         [BZ #12454]
52370         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52371         dependencies are missing.
52373 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52375         Fix __if_freereq crash: Unlike the generic version which uses free,
52376         Hurd needs munmap.
52377         * sysdeps/mach/hurd/ifreq.h: New file.
52379 2011-01-27  Petr Baudis  <pasky@suse.cz>
52380             Ulrich Drepper  <drepper@gmail.com>
52382         [BZ 12445]#
52383         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52384         to extend_alloca().
52385         * stdio-common/bug23.c: New file.
52386         * stdio-common/Makefile (tests): Add bug23.
52388 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52389             Ulrich Drepper  <drepper@gmail.com>
52391         [BZ #12489]
52392         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52393         before performing relro protection.  At old place add assertion
52394         to make sure nothing changed.
52396 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52397             Glauber de Oliveira Costa  <glommer@gmail.com>
52399         * elf/elf.h: Add new ARM TLS relocs.
52401 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52404         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52405         cast from r3.
52406         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52407         'tests' variable.
52408         * sysdeps/wordsize-64/tst-writev.c: New file.
52410 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52412         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52413         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52414         insns in _dl_start to prevent a TOC reference before relocs are
52415         resolved.
52417 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52419         [BZ #12469]
52420         * Makeconfig: Remove RANLIB definition.
52421         * Makerules: Don't use RANLIB.
52422         * aclocal.m4: Remove ranlib test.
52423         * configure.in: No need to check for ranlib.
52424         * elf/rtld-Rules: Don't use RANLIB.
52426 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52428         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52429         protection macro.
52430         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52431         inclusion protection macro.
52433         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52434         SIGRTMIN and SIGRTMAX and print information in that case only when
52435         SIGRTMIN is defined.
52437 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52439         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52440         arginfo fn returning -1.
52442         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52443         and thousands string is zero terminated.
52445 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52447         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52448         sysdeps/unix/sysv/linux/bits/socket.h.
52450 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52452         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52453         (__CPU_COUNT): Remove old macros.
52454         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52455         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52456         (__CPU_ALLOC, __CPU_FREE): Add macros.
52457         (__sched_cpualloc, __sched_cpufree): Add declarations.
52459 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52461         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52462         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52463         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52464         (readdhstai): Return value of addhstaiX call.
52465         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52466         (addgrbyX): Return value returned by cache_addgr.
52467         (readdgrbyname): Return value returned by addgrbyX.
52468         (readdgrbygid): Likewise.
52469         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52470         (addpwbyX): Return value returned by cache_addpw.
52471         (readdpwbyname): Return value returned by addhstbyX.
52472         (readdpwbyuid): Likewise.
52473         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52474         (addservbyX): Return value returned by cache_addserv.
52475         (readdservbyname): Return value returned by addservbyX:
52476         (readdservbyport): Likewise.
52477         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52478         (addhstbyX): Return value returned by cache_addhst.
52479         (readdhstbyname): Return value returned by addhstbyX.
52480         (readdhstbyaddr): Likewise.
52481         (readdhstbynamev6): Likewise.
52482         (readdhstbyaddrv6): Likewise.
52483         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52484         (readdinitgroups): Return value returned by addinitgroupsX.
52485         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52486         (prune_cache): Keep track of timeout value of re-added entries.
52487         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52488         * nscd/nscd.h: Adjust prototypes of readd* functions.
52490 2011-02-04  Roland McGrath  <roland@redhat.com>
52492         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52493         (nis_stats): Likewise.
52494         * nis/nis_modify.c (nis_modify): Likewise.
52495         * nis/nis_remove.c (nis_remove): Likewise.
52496         * nis/nis_add.c (nis_add): Likewise.
52498         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52500         * posix/fnmatch_loop.c: Add some consts.
52502         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52504 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52506         [BZ #12460]
52507         * config.make.in (config-cflags-novzeroupper): Define.
52508         * configure.in: Substitute libc_cv_cc_novzeroupper.
52509         * elf/Makefile (AVX-CFLAGS): Define.
52510         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52511         (CFLAGS-tst-auditmod4a.c): Likewise.
52512         (CFLAGS-tst-auditmod4b.c): Likewise.
52513         (CFLAGS-tst-auditmod6b.c): Likewise.
52514         (CFLAGS-tst-auditmod6c.c): Likewise.
52515         (CFLAGS-tst-auditmod7b.c): Likewise.
52516         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52518 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52520         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52521         function to the callback.
52522         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52524 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52526         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52527         of errno.
52529 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52531         [BZ #11724]
52532         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52533         of constructors.
52534         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52535         of destructors.
52536         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52538         [BZ #11724]
52539         * elf/Makefile: Add rules to build and run new test.
52540         * elf/tst-initorder.c: New file.
52541         * elf/tst-initorder.exp: New file.
52542         * elf/tst-initordera1.c: New file.
52543         * elf/tst-initordera2.c: New file.
52544         * elf/tst-initordera3.c: New file.
52545         * elf/tst-initordera4.c: New file.
52546         * elf/tst-initorderb1.c: New file.
52547         * elf/tst-initorderb2.c: New file.
52548         * elf/tst-order-a1.c: New file.
52549         * elf/tst-order-a2.c: New file.
52550         * elf/tst-order-a3.c: New file.
52551         * elf/tst-order-a4.c: New file.
52552         * elf/tst-order-b1.c: New file.
52553         * elf/tst-order-b2.c: New file.
52554         * elf/tst-order-main.c: New file.
52555         New test case by George Gensure <werkt0@gmail.com>.
52557 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52560         decoding ACE if AI_CANONIDN.
52562 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52564         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52566 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52568         * version.h (RELEASE): Bump for 2.13 release.
52569         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52571         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52573         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52574         MADV_NOHUGEPAGE.
52575         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52576         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52577         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52578         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52579         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52580         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52582         * posix/getconf.c: Update copyright year.
52583         * catgets/gencat.c: Likewise.
52584         * csu/version.c: Likewise.
52585         * debug/catchsegv.sh: Likewise.
52586         * debug/xtrace.sh: Likewise.
52587         * elf/ldconfig.c: Likewise.
52588         * elf/ldd.bash.in: Likewise.
52589         * elf/sprof.c (print_version): Likewise.
52590         * iconv/iconv_prog.c: Likewise.
52591         * iconv/iconvconfig.c: Likewise.
52592         * locale/programs/locale.c: Likewise.
52593         * locale/programs/localedef.c: Likewise.
52594         * malloc/memusage.sh: Likewise.
52595         * malloc/mtrace.pl: Likewise.
52596         * nscd/nscd.c (print_version): Likewise.
52597         * nss/getent.c: Likewise.
52599         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52600         PF_CAIF, and PF_ALG.
52601         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52603 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52605         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52606         (modules-names): Use them.
52607         (ifunc-test-modules, ifunc-pie-tests): Define.
52608         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52609         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52610         (test-extras): Likewise.
52611         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52612         $(compile-command.c).
52613         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52614         (all-built-dso): Define.
52615         (check-textrel.out, check-execstack.out): Depend on it.
52617         * configure.in: Don't override --enable-multi-arch.
52619 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52621         [BZ #6812]
52622         * nscd/hstcache.c (tryagain): Define.
52623         (cache_addhst): Return tryagain not notfound for temporary errors.
52624         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52625         failed.
52627 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52629         [BZ #10563]
52630         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52631         to make the syscall.
52632         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52634         [BZ #12378]
52635         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52636         and fall back to matching as normal character if the string ends before
52637         the matching ']' is found.  This is what POSIX requires.
52638         * posix/testfnm.c: Adjust test result.
52639         * posix/globtest.sh: Adjust test result.  Add new test.
52640         * posix/tst-fnmatch.input: Likewise.
52641         * posix/tst-fnmatch2.c: Add new test.
52643 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52645         * elf/Makefile (check-execstack): Revert last change.  Depend on
52646         check-execstack.h.
52647         (check-execstack.h): New target.
52648         (generated): Add check-execstack.h.
52649         * elf/check-execstack.c: Include "check-execstack.h".
52650         (main): Revert last change.
52651         (handle_file): Return zero if GNU_STACK is absent and
52652         DEFAULT_STACK_PERMS doesn't include PF_X.
52654 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52656         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52657         in child fails because the descriptor is already closed.
52658         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52659         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52660         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52662         [BZ #12397]
52663         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52664         syscall.
52666         [BZ #10484]
52667         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52668         temporary buffer used to handle multi lookups locally.
52669         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52671 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52673         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52674         loader is ld.so.
52676 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52678         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52679         alignment for SSE2.
52681 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52683         [BZ #12394]
52684         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52685         characters.  When rounding increased number of integer digits recompute
52686         number of groups.
52687         * stdio-common/tst-grouping.c: New file.
52688         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52690 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52692         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52693         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52695         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52696         void.
52697         * bits/select.h: Likewise.
52699 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52701         * po/ja.po: Update from translation team.
52703 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52705         [BZ #11155]
52706         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52707         implementation just like for lxstat, fxstatat, et al.
52709 2010-12-27  Jim Meyering  <meyering@redhat.com>
52711         [BZ #12348]
52712         * posix/regexec.c (build_trtable): Return failure indication upon
52713         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52715 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52717         [BZ #12201]
52718         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52719         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52720         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52721         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52723         [BZ #12207]
52724         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52726         [BZ #12204]
52727         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52728         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52730 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52732         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52733         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52734         script has SORT_BY_INIT_PRIORITY.
52735         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52736         NO_CTORS_DTORS_SECTIONS is defined.
52737         * elf/soinit.c: Likewise.
52738         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52739         NO_CTORS_DTORS_SECTIONS is defined.
52740         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52741         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52742         * sysdeps/sh/init-first.c: Likewise.
52743         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52745 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52747         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52748         always use the slow path.
52750 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52752         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52753         similar rule which adds the sysdep directories to the header search in
52754         order to pick up the correct platform stackinfo.h.
52755         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52756         perform test if it is, otherwise return successfully without testing.
52757         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52758         DEFAULT_STACK_PERMS define in stackinfo.h.
52759         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52760         defined in stackinfo.h.
52761         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52762         DEFAULT_STACK_PERMS defined in stackinfo.h.
52763         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52764         * sysdeps/ia64/stackinfo.h: Likewise.
52765         * sysdeps/s390/stackinfo.h: Likewise.
52766         * sysdeps/sh/stackinfo.h: Likewise.
52767         * sysdeps/sparc/stackinfo.h: Likewise.
52768         * sysdeps/x86_64/stackinfo.h: Likewise.
52769         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52770         PF_X for powerpc64.  Retain PF_X for powerpc32.
52772 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52774         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52775         accurately.
52776         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52777         GETDENTS_64BIT_ALIGNED.
52779 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52781         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52783 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52785         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52786         _GNU_SOURCE.
52788         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52789         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52790         Remove __restrict.
52791         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52792         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52794 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52796         [BZ #11655]
52797         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52798         are initialized.
52800 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52802         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52804 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52806         * po/it.po: Update from translation team.
52808 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52810         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52811         unused codes.
52813 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52815         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52817 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52819         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52820         specially.
52821         (gaih_getanswer_slice): Likewise.
52823 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52825         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52827 2010-05-31  Petr Baudis  <pasky@suse.cz>
52829         [BZ #11149]
52830         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52831         silently even in the chroot mode.
52833 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52835         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52836         last patch a bit.  Pretty printing
52838 2010-05-31  Petr Baudis <pasky@suse.cz>
52840         [BZ #10085]
52841         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52842         initialization of skip_initgroups_dyn.
52844 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52846         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52847         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52849 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52851         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52853 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52855         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52856         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52857         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52858         ($(objpfx)tst-fnmatch-mem): New rule.
52859         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52860         * posix/tst-fnmatch.c (main): Call mtrace.
52862 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52864         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52865         Support Intel processor model 6 and model 0x2c.
52867 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52869         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52870           signed comparison.
52872 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52874         [BZ #12205]
52875         * string/test-strncasecmp.c (check_result): New function.
52876         (do_one_test): Use it.
52877         (check1): New function.
52878         (test_main): Use it.
52879         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52880         Support strcasecmp and strncasecmp.
52882 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52884         [BZ #12194]
52885         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52886         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52888 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52890         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52891         IFUNC support.
52892         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52893         memset-x86-64.
52894         * sysdeps/x86_64/multiarch/bzero.S: New file.
52895         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52896         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52897         * sysdeps/x86_64/multiarch/memset.S: New file.
52898         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52899         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52900         Set bit_Prefer_SSE_for_memop for Intel processors.
52901         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52902         Define.
52903         (index_Prefer_SSE_for_memop): Define.
52904         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52906 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52908         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52909         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52911 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52913         [BZ #12191]
52914         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52915         (__x86_64_raw_data_cache_size_half): Likewise.
52916         (__x86_64_raw_shared_cache_size): Likewise.
52917         (__x86_64_raw_shared_cache_size_half): Likewise.
52919         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52920         (__x86_64_raw_data_cache_size_half): Likewise.
52921         (__x86_64_raw_shared_cache_size): Likewise.
52922         (__x86_64_raw_shared_cache_size_half): Likewise.
52923         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52924         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52925         and __x86_64_raw_shared_cache_size_half.  Round
52926         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52927         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52928         to multiple of 256 bytes.
52930 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52932         [BZ #12167]
52933         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52934         of inacessible symlinks.  Verify result of symlink before returning it.
52935         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52936         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52938 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52940         * math/math.h (isinf): Fix typo in comment.
52942 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52944         * po/da.po: Update from translation team.
52946 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52948         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52949         is added to the list.
52951 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52952             Ulrich Drepper  <drepper@gmail.com>
52954         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52955         the global list here.  Move code to...
52956         (_dl_add_to_namespace_list): ...here.  New function.
52957         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52958         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52959         * elf/dl-load.c (lose): Don't remove the element from the list.
52960         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52961         (_dl_map_object): Likewise.
52963 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52965         [BZ #12159]
52966         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52967         into all bytes of SSE register.
52968         Patch by Richard Li <richardpku@gmail.com>.
52970 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52972         [BZ #12140]
52973         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52974         perturbing.
52976 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52978         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52979         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52980         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52981         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52983         submachine.
52984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52986 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52988         * include/dlfcn.h (__RTLD_SECURE): Define.
52989         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52990         mode & __RTLD_SECURE instead.
52991         (open_path): Rename preloaded parameter to secure.
52992         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52993         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52994         * elf/dl-deps.c (openaux): Likewise.
52995         * elf/rtld.c (struct map_args): Remove is_preloaded.
52996         (map_doit): Don't use it.
52997         (dl_main): Likewise.
52998         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52999         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53001 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53003         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53004         (sysd-rules-targets): Remove duplicates.
53005         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53006         rtld-%.$o dependency.
53008 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53010         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53011         _dl_map_object do it.
53013 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53015         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53016         fast fma builtins, define the macros in the C99 standard.
53017         (FP_FAST_FMAF): Likewise.
53018         (FP_FAST_FMAL): Likewise.
53019         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53021         * bits/mathdef.h: Update copyright year.
53022         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53024 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53026         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53027         builtins, define the macros in the C99 standard.
53028         (FP_FAST_FMAF): Likewise.
53029         (FP_FAST_FMAL): Likewise.
53030         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53031         multiply/add.
53032         (FP_FAST_FMAF): Likewise.
53034 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53036         [BZ #3268]
53037         * math/libm-test.inc (fma_test): Some new testcases.
53038         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53039         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53040         y and infinite z.  Do multiplication by C already in long double.
53041         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53042         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53043         y and infinite z.  Do bitwise or of inexact bit into u.d.
53044         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53045         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53046         * sysdeps/i386/fpu/s_fma.S: Removed.
53047         * sysdeps/i386/fpu/s_fmal.S: Removed.
53049 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53051         [BZ #3268]
53052         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53053         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53054         computation is not scheduled after fetestexcept.  Fix value
53055         of minimum denormal long double.
53057 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53059         [BZ #3268]
53060         * math/libm-test.inc (fma_test): Add some more tests.
53061         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53062         correctly.
53064 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53066         * scripts/data/localplt-s390-linux-gnu.data: New file.
53067         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53069 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53071         [BZ #3268]
53072         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53073         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53074         instead of dbl-64.
53075         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53076         inlines.
53077         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53078         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53079         if one of x and y is very large and the other is subnormal.
53080         * sysdeps/s390/fpu/s_fmaf.c: New file.
53081         * sysdeps/s390/fpu/s_fma.c: New file.
53082         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53083         * sysdeps/powerpc/fpu/s_fma.S: New file.
53084         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53085         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53086         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53088 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53090         [BZ #3268]
53091         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53092         fma tests.
53093         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53094         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53095         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53096         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53097         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53098         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53099         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53101 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53103         [BZ #12078]
53104         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53105         * posix/bug-regex31.input: Add test case.
53107 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53109         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53110         * posix/bug-regex31.input: New file.
53112         [BZ #12078]
53113         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53114         (parse_sub_exp): Fix last change, use postorder.
53116         * posix/bug-regex31.c: New file.
53117         * posix/Makefile: Add rules to build and run bug-regex31.
53119         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53121         [BZ #12078]
53122         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53124         [BZ #12108]
53125         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53126         to have entries in sys_siglist.
53128         [BZ #12093]
53129         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53130         be NULL.
53132 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53134         [BZ #3268]
53135         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53136         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53137         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53138         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53139         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53140         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53141         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53142         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53143         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53144         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53145         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53146         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53147         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53148         * math/ftestexcept.c (fetestexcept): Likewise.
53149         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53150         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53151         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53152         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53153         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53154         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53155         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53157 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53159         [BZ #12107]
53160         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53161         newline.
53163 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53165         * string/bug-strstr1.c: New file.
53166         * string/Makefile: Add rules to build and run bug-strstr1.
53168 2010-10-05  Eric Blake  <eblake@redhat.com>
53170         [BZ #12092]
53171         * string/str-two-way.h (two_way_long_needle): Always clear memory
53172         when skipping input due to the shift table.
53174 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53176         [BZ #12005]
53177         * malloc/mcheck.c: Handle large requests.
53179         [BZ #12077]
53180         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53181         for strncmp and strncasecmp.
53182         * string/stratcliff.c: Add tests for strcmp and strncmp.
53183         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53185 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53187         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53188         __set_fpscr.
53190 2010-09-30  Andreas Jaeger  <aj@suse.de>
53192         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53193         (CGROUP_SUPER_MAGIC): Define.
53194         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53195         Handle btrfs and cgroup file systems.
53196         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53197         Likewise.
53199 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53201         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53202         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53204 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53206         [BZ #12067]
53207         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53208         trying to locate the ELF header.
53210 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53212         [BZ #11611]
53213         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53214         Mask out sign-bit copies when constructing f_fsid.
53216 2010-09-24  Petr Baudis <pasky@suse.cz>
53218         * debug/stack_chk_fail_local.c: Add missing licence exception.
53219         * debug/warning-nop.c: Likewise.
53221 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53223         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53224         implementing getdents64 using getdents syscall, set d_type if
53225         __ASSUME_GETDENTS32_D_TYPE.
53227 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53229         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53230         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53232 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53234         [BZ #12037]
53235         * posix/unistd.h: Undo change of feature selection for ftruncate from
53236         2010-01-11.
53238 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53240         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53241         detection.
53243 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53245         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53246         fanotify_mark.
53247         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53249 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53251         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53252         variables after CHECK_SP call.
53253         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53255 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53256             Ulrich Drepper  <drepper@redhat.com>
53258         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53259         re-relocationg ld.so.
53260         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53261         _dl_init_paths call.
53262         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53263         here anymore.
53265 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53267         * resolv/res_init.c (__res_vinit): Count the default server we added.
53269 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53270             Ulrich Drepper  <drepper@redhat.com>
53272         [BZ #11968]
53273         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53274         (____longjmp_chk): Use %ebx for saving value across system call.
53275         Add unwind info.
53277 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53279         * manual/Makefile: Don't mix pattern rules with normal rules.
53281 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53283         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53284         operation.
53285         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53286         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53287         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53288         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53289         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53290         Likewise.
53292 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53294         [BZ #11979]
53295         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53296         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53298 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53300         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53301         * sysdeps/x86_64/addmul_1.S: Likewise.
53302         * sysdeps/x86_64/lshift.S: Likewise.
53303         * sysdeps/x86_64/mul_1.S: Likewise.
53304         * sysdeps/x86_64/rshift.S: Likewise.
53305         * sysdeps/x86_64/sub_n.S: Likewise.
53306         * sysdeps/x86_64/submul_1.S: Likewise.
53308 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53310         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53311         Define __sched_param instead of SCHED_* and sched_param when
53312         <bits/sched.h> is included with __need_schedparam defined.
53313         * bits/sched.h [__need_schedparam]
53314         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53315         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53316         (__defined_schedparam): Define to 1.
53317         (__sched_param): New structure, identical to sched_param.
53318         (__need_schedparam): Undefine.
53320 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53322         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53323         (epoll_create1): Declare.
53325         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53327 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53329         [BZ #7066]
53330         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53331         shifting retval into place.
53333 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53335         * nis/rpcsvc/nis.h: Update copyright notice.
53336         * nis/rpcsvc/nis.x: Likewise.
53337         * nis/rpcsvc/nis_callback.h: Likewise.
53338         * nis/rpcsvc/nis_callback.x: Likewise.
53339         * nis/rpcsvc/nis_object.x: Likewise.
53340         * nis/rpcsvc/nis_tags.h: Likewise.
53341         * nis/rpcsvc/yp.h: Likewise.
53342         * nis/rpcsvc/yp.x: Likewise.
53343         * nis/rpcsvc/ypupd.h: Likewise.
53344         * nis/yp_xdr.c: Likewise.
53345         * nis/ypupdate_xdr.c: Likewise.
53347         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53348         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53349         (pmap_getport): Use __libc_rpc_getport.
53350         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53351         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53352         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53354 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53357         fanotify_mark.
53359 2010-08-27  Roland McGrath  <roland@redhat.com>
53361         * sysdeps/i386/i686/multiarch/Makefile
53362         (CFLAGS-varshift.c): New variable.
53364 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53366         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53367         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53369         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53371         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53373 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53375         * sysdeps/x86_64/strlen.S: Unroll the loop.
53376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53377         strlen-sse2 strlen-sse2-bsf.
53378         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53379         __strlen_no_bsf if bit_Slow_BSF is set.
53380         (__strlen_sse42): Removed.
53381         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53382         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53384 2010-08-25  Roland McGrath  <roland@redhat.com>
53386         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53387         * sysdeps/x86_64/multiarch/varshift.c: New file.
53388         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53389         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53390         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53391         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53393 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53395         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53396         strlen-sse2 strlen-sse2-bsf.
53397         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53398         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53399         (__strlen_sse2): Removed.
53400         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53401         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53402         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53403         bit_Slow_BSF for Atom.
53404         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53405         (index_Slow_BSF): Define.
53406         (HAS_SLOW_BSF): Define.
53408 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53410         [BZ #10851]
53411         * resolv/res_init.c (__res_vinit): When no server address at all
53412         is given default to loopback.
53414 2010-08-24  Roland McGrath  <roland@redhat.com>
53416         * configure.in: Remove config-name.h generation.
53417         * configure: Regenerated.
53418         * config-name.in: File removed.
53419         * scripts/config-uname.sh: New file.
53420         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53421         ($(objdir)config-name.h): New target.
53423         * sunrpc/rpc_parse.h: Avoid nested comment.
53425 2010-08-24  Richard Henderson  <rth@redhat.com>
53426             Ulrich Drepper  <drepper@redhat.com>
53427             H.J. Lu  <hongjiu.lu@intel.com>
53429         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53430         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53431         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53432         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53433         _mm_alignr_epi8 with _mm_loadu_si128.
53434         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53435         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53436         (__m128i_shift_right): Removed.
53437         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53438         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53439         * sysdeps/x86_64/multiarch/varshift.h: New file.
53440         * sysdeps/x86_64/multiarch/varshift.S: New file.
53442 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53444         * configure.in: Move assembler checks to before sysdep dir checking.
53446 2010-08-20  Petr Baudis  <pasky@suse.cz>
53448         * LICENSES: Sync the sunrpc license.
53450 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53452         * sunrpc/auth_des.c: Update copyright notice once again.
53453         * sunrpc/auth_none.c: Likewise.
53454         * sunrpc/auth_unix.c: Likewise.
53455         * sunrpc/authdes_prot.c: Likewise.
53456         * sunrpc/authuxprot.c: Likewise.
53457         * sunrpc/bindrsvprt.c: Likewise.
53458         * sunrpc/clnt_gen.c: Likewise.
53459         * sunrpc/clnt_perr.c: Likewise.
53460         * sunrpc/clnt_raw.c: Likewise.
53461         * sunrpc/clnt_simp.c: Likewise.
53462         * sunrpc/clnt_tcp.c: Likewise.
53463         * sunrpc/clnt_udp.c: Likewise.
53464         * sunrpc/clnt_unix.c: Likewise.
53465         * sunrpc/des_crypt.c: Likewise.
53466         * sunrpc/des_soft.c: Likewise.
53467         * sunrpc/get_myaddr.c: Likewise.
53468         * sunrpc/getrpcport.c: Likewise.
53469         * sunrpc/key_call.c: Likewise.
53470         * sunrpc/key_prot.c: Likewise.
53471         * sunrpc/openchild.c: Likewise.
53472         * sunrpc/pm_getmaps.c: Likewise.
53473         * sunrpc/pm_getport.c: Likewise.
53474         * sunrpc/pmap_clnt.c: Likewise.
53475         * sunrpc/pmap_prot.c: Likewise.
53476         * sunrpc/pmap_prot2.c: Likewise.
53477         * sunrpc/pmap_rmt.c: Likewise.
53478         * sunrpc/rpc/auth.h: Likewise.
53479         * sunrpc/rpc/auth_unix.h: Likewise.
53480         * sunrpc/rpc/clnt.h: Likewise.
53481         * sunrpc/rpc/des_crypt.h: Likewise.
53482         * sunrpc/rpc/key_prot.h: Likewise.
53483         * sunrpc/rpc/netdb.h: Likewise.
53484         * sunrpc/rpc/pmap_clnt.h: Likewise.
53485         * sunrpc/rpc/pmap_prot.h: Likewise.
53486         * sunrpc/rpc/pmap_rmt.h: Likewise.
53487         * sunrpc/rpc/rpc.h: Likewise.
53488         * sunrpc/rpc/rpc_des.h: Likewise.
53489         * sunrpc/rpc/rpc_msg.h: Likewise.
53490         * sunrpc/rpc/svc.h: Likewise.
53491         * sunrpc/rpc/svc_auth.h: Likewise.
53492         * sunrpc/rpc/types.h: Likewise.
53493         * sunrpc/rpc/xdr.h: Likewise.
53494         * sunrpc/rpc_clntout.c: Likewise.
53495         * sunrpc/rpc_cmsg.c: Likewise.
53496         * sunrpc/rpc_common.c: Likewise.
53497         * sunrpc/rpc_cout.c: Likewise.
53498         * sunrpc/rpc_dtable.c: Likewise.
53499         * sunrpc/rpc_hout.c: Likewise.
53500         * sunrpc/rpc_main.c: Likewise.
53501         * sunrpc/rpc_parse.c: Likewise.
53502         * sunrpc/rpc_parse.h: Likewise.
53503         * sunrpc/rpc_prot.c: Likewise.
53504         * sunrpc/rpc_sample.c: Likewise.
53505         * sunrpc/rpc_scan.c: Likewise.
53506         * sunrpc/rpc_scan.h: Likewise.
53507         * sunrpc/rpc_svcout.c: Likewise.
53508         * sunrpc/rpc_tblout.c: Likewise.
53509         * sunrpc/rpc_util.c: Likewise.
53510         * sunrpc/rpc_util.h: Likewise.
53511         * sunrpc/rpcinfo.c: Likewise.
53512         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53513         * sunrpc/rpcsvc/key_prot.x: Likewise.
53514         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53515         * sunrpc/rpcsvc/mount.x: Likewise.
53516         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53517         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53518         * sunrpc/rpcsvc/rex.x: Likewise.
53519         * sunrpc/rpcsvc/rstat.x: Likewise.
53520         * sunrpc/rpcsvc/rusers.x: Likewise.
53521         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53522         * sunrpc/rpcsvc/spray.x: Likewise.
53523         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53524         * sunrpc/rtime.c: Likewise.
53525         * sunrpc/svc.c: Likewise.
53526         * sunrpc/svc_auth.c: Likewise.
53527         * sunrpc/svc_authux.c: Likewise.
53528         * sunrpc/svc_raw.c: Likewise.
53529         * sunrpc/svc_run.c: Likewise.
53530         * sunrpc/svc_simple.c: Likewise.
53531         * sunrpc/svc_tcp.c: Likewise.
53532         * sunrpc/svc_udp.c: Likewise.
53533         * sunrpc/svc_unix.c: Likewise.
53534         * sunrpc/svcauth_des.c: Likewise.
53535         * sunrpc/xcrypt.c: Likewise.
53536         * sunrpc/xdr.c: Likewise.
53537         * sunrpc/xdr_array.c: Likewise.
53538         * sunrpc/xdr_float.c: Likewise.
53539         * sunrpc/xdr_mem.c: Likewise.
53540         * sunrpc/xdr_rec.c: Likewise.
53541         * sunrpc/xdr_ref.c: Likewise.
53542         * sunrpc/xdr_sizeof.c: Likewise.
53543         * sunrpc/xdr_stdio.c: Likewise.
53545         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53546         handling.
53548 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53550         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53552 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53554         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53555         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53556         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53557         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53558         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53559         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53560         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53561         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53562         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53563         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53564         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53565         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53566         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53567         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53569 2010-07-26  Anton Blanchard  <anton@samba.org>
53571         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53572         * malloc/arena.c (heap_trim): Likewise.
53574 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53576         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53577         here.  Not...
53578         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53579         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53581 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53583         * sysdeps/i386/elf/Makefile: New file.
53585 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53587         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53588         from fanotify_init.
53589         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53590         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53592 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53594         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53595         of strncasecmp_l.
53596         * sysdeps/multiarch/strcmp.S: Likewise.
53598 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53600         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53601         strncase_l-nonascii.
53602         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53603         Add strncase_l-ssse3.
53604         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53605         * sysdeps/x86_64/strcmp.S: Likewise.
53606         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53607         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53608         * sysdeps/x86_64/strncase.S: New file.
53609         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53610         * sysdeps/x86_64/strncase_l.S: New file.
53611         * string/Makefile (strop-tests): Add strncasecmp.
53612         * string/test-strncasecmp.c: New file.
53614         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53615         warning.
53617         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53618         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53620 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53622         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53624 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53626         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53627         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53628         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53630 2010-05-01  Alan Modra  <amodra@gmail.com>
53632         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53633         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53634         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53635         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53636         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53637         tidying.  Don't tail-call __sigjmp_save for static lib.
53638         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53639         save location.
53640         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53641         (CALL_MCOUNT): Add eh info, and nop after bl.
53642         (TAIL_CALL_SYSCALL_ERROR): New macro.
53643         (PSEUDO_RET): Use it.
53644         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53645         Correct save location of integer regs and cr.
53646         (_dl_profile_resolve): Correct cr save location.  Delete nops
53647         after bl when SHARED.  Reduce cfi size a little by better
53648         placement of cfi directives.
53649         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53650         make a stack frame.  Instead use parm save area as a temp.
53651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53652         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53654         Don't make a stack frame for parent, use parm save area.
53655         Increase child stack frame to 112 bytes.  Don't save unused reg,
53656         and adjust reg usage.  Set up cfi on error recovery and
53657         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53659         (__makecontext): Add dummy nop after jump to exit.
53660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53661         Use correct parm save area and cr save, reduce stack frame.
53662         Correct cfi for possible PSEUDO_RET frame setup.
53663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53664         Branch to local label emitted by PSEUDO_RET rather than
53665         __syscall_error.
53667 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53669         [BZ #11904]
53670         * locale/programs/locale.c (print_assignment): New function.
53671         (show_locale_vars): Use it.
53673 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53675         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53676         field.
53677         (struct statfs64): Likewise.
53678         (_STATFS_F_FLAGS): Define.
53679         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53680         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53681         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53682         (ST_VALID): Define locally.
53683         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53684         __statvfs_getflags, use the provided value.
53685         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53686         __ASSUME_STATFS_F_FLAGS.
53688         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53690         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53691         Add sys/fanotify.h.
53692         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53693         fanotify_mask for GLIBC_2.13.
53694         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53695         fanotify_init and fanotify_mark.
53696         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53697         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53699         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53700         Add prlimit.
53701         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53702         prlimit64 for GLIBC_2.13.
53703         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53704         prlimit64.
53705         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53706         syscall.
53707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53708         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53709         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53710         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53712         add prlimit alias.
53713         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53715         [BZ #11903]
53716         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53717         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53719         * nss/Makefile: Add rules to build and run tst-nss-test1.
53720         * shlib-versions: Add entry for libnss_test1.
53721         * nss/nss_test1.c: New file.
53722         * nss/tst-nss-test1.c: New file.
53724         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53725         (__nss_configure_lookup): Set appropriate entry in
53726         __nss_configure_lookup to true.
53727         * nss/nsswitch.h: Define enum with indeces of databases in
53728         databases and __nss_database_custom arrays.  Declare
53729         __nss_database_custom.
53730         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53731         to avoid using nscd when custom rules are installed.
53732         * nss/getXXbyYY_r.c: Likewise.
53733         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53735         * nss/nss_files/files-parse.c: Whitespace fixes.
53737 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53739         [BZ #11883]
53740         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53741         * posix/fnmatch_loop.c: Likewise.
53743 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53745         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53746         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53747         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53748         * Versions.def [GLIBC_2.13]: Add.
53750 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53752         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53753         Also fail if tpwd after pwuid call is NULL.
53755 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53757         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53758         when converting to ms.
53760 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53762         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53763         EOPNOTSUPP errors with ENOTTY.
53764         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53765         EOPNOTSUPP errors with ENOTTY.
53767 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53769         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53770         Add strcasecmp_l-ssse3.
53771         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53772         strcasecmp.
53773         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53774         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53775         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53777 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53779         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53781         * string/Makefile (strop-tests): Add strcasecmp.
53782         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53783         strcasecmp_l-nonascii.
53784         (gen-as-const-headers): Add locale-defines.sym.
53785         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53786         * sysdeps/x86_64/strcasecmp.S: New file.
53787         * sysdeps/x86_64/strcasecmp_l.S: New file.
53788         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53789         * sysdeps/x86_64/locale-defines.sym: New file.
53790         * string/test-strcasecmp.c: New file.
53792         * string/test-strcasestr.c: Test both ends of the range of characters.
53793         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53795 2010-07-29  Roland McGrath  <roland@redhat.com>
53797         [BZ #11856]
53798         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53800 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53802         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53803         for ld.so.
53805 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53807         * manual/memory.texi (Malloc Tunable Parameters): Document
53808         M_PERTURB.
53810 2010-07-26  Roland McGrath  <roland@redhat.com>
53812         [BZ #11840]
53813         * configure.in (-fgnu89-inline check): Set and substitute
53814         gnu89_inline, not libc_cv_gnu89_inline.
53815         * configure: Regenerated.
53816         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53818 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53820         * string/test-strnlen.c: New file.
53821         * string/Makefile (strop-tests): Add strnlen.
53822         * string/tester.c (test_strnlen): Add a few more test cases.
53823         * string/tst-strlen.c: Better error reporting.
53825         * sysdeps/x86_64/strnlen.S: New file.
53827 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53829         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53830         lower-latency instructions.
53832 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53834         * string/test-strcasestr.c: New file.
53835         * string/test-strstr.c: New file.
53836         * string/Makefile (strop-tests): Add strstr and strcasestr.
53837         * string/str-two-way.h: Don't undefine MAX.
53838         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53840 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53842         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53843         strcasestr-nonascii.
53844         (CFLAGS-strcasestr-nonascii.c): Define.
53845         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53846         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53847         Remove unused attribute.
53849 2010-07-20  Roland McGrath  <roland@redhat.com>
53851         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53852         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53853         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53854         like LD_HWCAP_MASK can disable hwcaps.
53856 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53858         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53860 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53862         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53863         call in strcasestr.
53864         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53865         __strcasestr_sse42_nonascii.
53866         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53867         strcasestr-nonascii.c.
53868         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53870 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53872         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53873         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53874         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53875         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53877 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53879         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53880         fcntl.
53882 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53884         [BZ #11577]
53885         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53886         dl_signal_cerror.
53888 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53890         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53891         _PC_PIPE_BUF using F_GETPIPE_SZ.
53893 2010-07-05  Roland McGrath  <roland@redhat.com>
53895         * manual/arith.texi (Rounding Functions): Fix rint description
53896         implicit in round description.
53898 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53900         * elf/Makefile: Fix linking for a few tests to make recent linker
53901         happy.
53903 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53905         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53906         $(common-objpfx)libc_nonshared.a.
53908 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53910         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53911         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53912         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53913         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53914         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53915         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53916         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53917         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53932         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53933         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53934         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53935         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53936         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53937         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53938         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53939         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53940         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53941         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53942         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53943         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53959 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53961         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53962         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53963         * string/memmove.c (memmove): Renamed to ...
53964         (MEMMOVE): ...this.  Default to memmove.
53965         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53966         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53967         (END_CHK): Define.
53968         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53969         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53970         mempcpy-ssse3-back memmove-ssse3-back.
53971         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53972         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53973         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53974         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53975         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53976         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53977         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53978         * sysdeps/x86_64/multiarch/memmove.c: New file.
53979         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53980         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53981         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53982         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53983         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53984         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53985         Define.
53986         (index_Fast_Copy_Backward): Define.
53987         (HAS_ARCH_FEATURE): Define.
53988         (HAS_FAST_REP_STRING): Define.
53989         (HAS_FAST_COPY_BACKWARD): Define.
53991 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53993         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53994         Restore proper fallback handling.
53996 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53998         [BZ #11701]
53999         * posix/group_member.c (__group_member): Correct checking loop.
54001         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54002         OOM in getpwuid_r correctly.  Return error number when the caller
54003         should return, otherwise -1.
54004         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54005         call returning > 0 value.
54006         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54008 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54010         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54011         libc_nonshared.a from targets in modules-names.
54013 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54015         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54016         requires it.
54018 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54020         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54021         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54022         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54023         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54025 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54027         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54029 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54031         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54032         and F_GETPIPE_SZ.
54033         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54034         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54035         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54036         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54037         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54038         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54040 2010-06-14  Roland McGrath  <roland@redhat.com>
54042         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54044 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54046         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54047         __REDIRECT followed by __THROW.
54048         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54049         * posix/getopt.h (getopt): Likewise.
54051 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54053         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54054         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54055         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54056         in AT_FLAGS.
54057         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54058         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54060 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54062         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54064 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54066         [BZ #11640]
54067         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54068         Properly check family and model.
54070 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54072         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54074 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54076         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54078 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54080         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54081         symbol reference.
54083 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54085         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54086         symbol reference.
54088 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54090         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54091         and internal_recvmmsg.
54092         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54093         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54094         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54095         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54097         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54098         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54099         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54101 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54103         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54105 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54107         POWER7 optimizations.
54108         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54109         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54111 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54113         * version.h: Update for 2.13 development version.
54115 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54117         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54118         exceptions.  Return 0.
54120 2010-05-07  Roland McGrath  <roland@redhat.com>
54122         * elf/ldconfig.c (main): Add a const.
54124 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54126         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54127         (args_options): Add no-idn option.
54128         (ahosts_keys_int): Add idn_flags to ai_flags.
54129         (parse_option): Handle 'i' option to clear idn_flags.
54131         * malloc/malloc.c (_int_free): Possible race in the most recently
54132         added check.  Only act on the data if no current modification
54133         happened.
54135 See ChangeLog.17 for earlier changes.