aarch64: Fix error return from __ioctl
[glibc.git] / ChangeLog
blob1d85abef6e3099198f70c2829fb6163e21b09d16
1 2014-05-30  Richard Henderson  <rth@twiddle.net>
3         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4         use of PSEUDO_RET; perform the error check directly.
6 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9         with __int128_t.
11 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13         * malloc/malloc (malloc_info): Fix formatting.
15 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16             Roland McGrath  <roland@hack.frob.com>
18         * malloc/malloc (malloc_info): Also print mmapped statistics.
20 2014-05-30  Roland McGrath  <roland@hack.frob.com>
22         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
23         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
25 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
27         * malloc/malloc.c (malloc_info): Inline mi_arena.
29 2014-05-29  Richard Henderson  <rth@twiddle.net>
31         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
32         Remove comma before expanding ASM_ARGS_##nr.
33         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
34         Make _x0 a strict output; make _x8 a strict input; adjust expansion
35         of ASM_ARGS_##nr.
36         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
37         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
38         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
39         (ASM_ARGS_1): Add leading comma.
41         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
42         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
43         to __errno_location.
44         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
45         Remove the expected plt for __errno_location.
47         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
48         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
49         call to __read_tp.
51         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
52         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
53         it and break it down.
54         (DOCARGS_0, DOCARGS_1): Do nothing.
55         (DOCARGS_2): Update to store into the new stack frame.
56         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
57         (UNDOCARGS_1): Update to restore from the new stack frame.
58         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
59         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
61         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
62         (SINGLE_THREAD_P): New parameter for result regno.
63         (PSEUDO): Update to match; use cbz instead of beq.
65         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
66         Use ENTRY to define the _nocancel entry point.  Share the syscall
67         and syscall error check paths with the cancel path.
68         (PSEUDO_END): New.
70         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
71         whitespace; tabs before and after asm mnemonics.
73 2014-05-29  Eric Wong  <normalperson@yhbt.net>
75         [BZ #15132]
76         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
77         Call fstat64 or stat64 internally, depending on arguments passed.
78         Replace stat buffer argument with file descriptor argument.
79         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
80         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
81         Pass fd to __internal_statvfs instead of calling fstat64.
82         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
83         Pass fd to __internal_statvfs64 instead of calling fstat64.
84         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
85         Pass -1 to __internal_statvfs instead of calling stat64.
86         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
87         Pass -1 to __internal_statvfs64 instead of calling stat64.
89 2014-05-28  Roland McGrath  <roland@hack.frob.com>
91         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
92         that was previously under [RESET_PID].
93         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
95         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
96         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
98 2014-05-27  Roland McGrath  <roland@hack.frob.com>
100         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
102         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
103         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
105 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
107         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
109 2014-05-27  Andreas Schwab  <schwab@suse.de>
111         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
112         TLS_INIT_TP macro.
113         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
114         * elf/rtld.c (init_tls, dl_main): Likewise.
115         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
116         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
117         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
118         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
119         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
120         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
121         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
122         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
123         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
124         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
125         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
126         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
127         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
128         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
129         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
130         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
131         * sysdeps/generic/tls.h: Update description.
133 2014-05-27  Will Newton  <will.newton@linaro.org>
135         [BZ #16990]
136         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
137         and restore r2 rather than just restoring.
139 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
141         [BZ #16724]
142         * libio/tst-ftell-append.c: New test case.
143         * libio/Makefile (tests): Add test case.
144         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
145         append mode.
146         * libio/wfileops.c (do_ftell_wide): Likewise.
148 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
152         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
153         ...
154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
156         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
157         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
158         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
159         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
160         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
161         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
162         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
163         Moved ...
164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
165         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
166         Moved ...
167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
168         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
169         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
170         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
171         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
172         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
173         ...
174         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
175         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
176         Moved ...
177         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
178         here.
179         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
180         ...
181         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
182         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
183         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
185         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
186         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
187         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
188         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
190         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
191         merge into ...
192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
193         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
194         ...
195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
196         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
197         ...
198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
199         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
200         Moved ...
201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
202         here.
203         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
204         Moved ...
205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
206         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
207         Moved ...
208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
211         conditional [RESET_PID].
212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
213         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
214         removed.
215         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
216         removed.
218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
219         <tcb-offsets.h>.
220         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
221         (__libc_vfork): New strong alias.
222         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
223         removed.
224         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
225         Removed.
227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
228         <tcb-offsets.h>.
229         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
230         (__libc_vfork): New strong alias.
231         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
232         removed.
233         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
234         removed.
236 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
238         * malloc/malloc.c (mi_arena): New function.
239         (malloc_info): Remove nested function mi_arena. Call non-nosted
240         function mi_arena.
242 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
244         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
245         by insrwi.
246         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
247         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
248         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
249         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
250         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
251         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
252         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
254 2014-05-26  Andreas Schwab  <schwab@suse.de>
256         [BZ #16984]
257         * locale/programs/repertoire.c (repertoire_read): Add slash
258         between I18NPATH element and file name.
259         * locale/programs/locfile.c (locfile_read): Likewise.
261 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
263         * nptl/pthread_mutexattr_settype.c
264         (__pthread_mutexattr_settype):
265         Disable lock elision for PTHREAD_MUTEX_NORMAL.
267 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
269         * nptl/tst-mutex5 (do_test):
270         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
272 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
274         * benchtests/README: Document 'init' directive.
275         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
276         BENCH_INIT.
277         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
278         (parse_file): Recognize 'init' directive.
280 2014-05-26  Kyle McMartin  <kyle@redhat.com>
282         [BZ #16796]
283         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
284         alignment of struct pthread.
286 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
288         [BZ #16878]
289         * nscd/netgroupcache.c (addgetnetgrentX): Look for
290         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
291         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
292         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
294 2014-05-25  Richard Henderson  <rth@twiddle.net>
296         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
297         (SINGLE_THREAD_P_PIC): Remove.
298         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
299         (SINGLE_THREAD_P_PIC): Remove.
301         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
302         branch to syscall error ...
303         (PSEUDO): ... here.
304         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
305         from __local_syscall_error to .Lsyscall_error.
306         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
307         (SYSCALL_ERROR): Update label name.
309         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
310         Do not use DOARGS/UNDOARGS.
311         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
312         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
313         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
314         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
315         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
317         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
318         block comment.
320         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
321         define if !NOT_IN_libc.
322         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
323         define with non-default symbol versions.
325 2014-05-23  Richard Henderson  <rth@twiddle.net>
327         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
328         (vfork, __vfork): Define via compat_symbol.
330         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
331         [!HAVE_IFUNC] (vfork_compat): Remove.
332         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
334 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
336         [BZ #16978]
337         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
338         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
339         variable.
341 2014-05-23  Richard Henderson  <rth@twiddle.net>
343         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
344         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
345         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
346         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
348         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
349         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
350         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
351         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
352         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
353         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
354         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
355         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
356         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
357         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
358         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
359         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
360         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
361         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
362         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
363         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
364         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
365         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
366         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
367         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
368         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
369         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
370         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
371         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
372         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
373         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
374         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
375         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
376         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
377         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
378         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
379         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
380         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
381         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
382         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
383         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
384         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
385         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
386         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
387         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
388         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
389         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
390         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
391         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
392         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
393         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
394         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
395         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
396         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
397         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
398         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
399         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
400         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
401         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
402         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
403         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
405         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
406         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
407         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
408         before exiting on error.
409         (__libc_vfork): New strong alias.
410         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
411         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
413         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
414         that was previously under [RESET_PID].
415         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
417         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
419 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
421         [BZ #16977]
422         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
423         value when x - 1 is zero.
424         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
425         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
426         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
427         0.0L for an argument of 1.0L.
428         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
429         Likewise.
430         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
431         value when x - 1 is zero.
432         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
433         * sysdeps/i386/fpu/libm-test-ulps: Update.
434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
436 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
438         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
439         alphasort and versionsort.
441 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
443         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
444         macro.
445         [copysignf]: Likewise.
447 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
449         * crypt/md5-crypt.c: Fix formatting.
451 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
453         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
454         (b64_from_24bit): New function.
456 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
458         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
459         libc_hidden_builtin_def to ifunc.
460         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
461         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
463 2014-05-21  Roland McGrath  <roland@hack.frob.com>
465         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
466         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
468 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
470         * nscd/Depend (linuxthreads): Remove.
471         (nptl): Add.
472         * resolv/Depend (linuxthreads): Remove.
473         * rt/Depend (linuxthreads): Remove.
475         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
476         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
477         $(common-objpfx)elf/.
478         (link-libc-before-gnulib): Likewise.
479         (elfobjdir): Remove variable.
480         * Makefile (install): Use $(elf-objpfx) instead of
481         $(common-objpfx)elf/.
482         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
483         $(elfobjdir)/.
484         (link-libc-deps): Likewise.
485         ($(common-objpfx)libc.so): Likewise.
486         ($(common-objpfx)linkobj/libc.so): Likewise.
487         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
488         instead of $(common-objpfx)elf/.
489         (symbolic-link-list): Likewise.
490         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
491         [$(cross-compiling) = no]: Likewise.
492         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
493         $(elfobjdir)/.
494         (static-gnulib-arch): Likewise.
495         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
496         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
497         $(common-objpfx)elf/.
499 2014-05-21  Richard Henderson  <rth@redhat.com>
501         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
502         (SINGLE_THREAD_P): Use the correct width load.  Fold
503         into the ldr offset.
505         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
506         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
508 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
510         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
511         (libgcc_s_resume): Use __attribute_used__.
512         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
513         Likewise.
515 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
517         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
518         optimization when used with float constants.
520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
522 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
524         [BZ #16915]
525         * locale/nl_langinfo_l.c: Make direct reference to every
526         _nl_current_CATEGORY symbol.
527         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
528         (tests-static): Add tst-langinfo-static.
529         (tests-special): Add tst-langinfo-static.out.
530         ($(objpfx)tst-langinfo.out): Redirect output.
531         ($(objpfx)tst-langinfo-static.out): New.
532         * localedata/tst-langinfo.sh: Send output to stdout.
533         * localedata/tst-langinfo-static.c: New file.
535         [BZ #16965]
536         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
537         when the shift amount is modulo the limb size.
539 2014-05-20  Richard Henderson  <rth@redhat.com>
541         [BZ #16967]
542         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
543         Change type of sa_flags from unsigned int to int.
545         [BZ #16966]
546         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
548         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
550 2014-05-20  Will Newton  <will.newton@linaro.org>
552         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
553         Test the return value of the system call in the nocancel case.
555 2014-05-20  Will Newton  <will.newton@linaro.org>
556             Yvan Roux  <yvan.roux@linaro.org>
558         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
559         #include of asm/ptrace.h.
560         (PTRACE_GET_THREAD_AREA): Remove #undef.
561         (PTRACE_GETHBPREGS): Likewise.
562         (PTRACE_SETHBPREGS): Likewise.
563         (struct user_regs_struct): New structure.
564         (struct user_fpsimd_struct): New structure.
565         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
566         #include of asm/ptrace.h and second #include of sys/user.h.
567         (PTRACE_GET_THREAD_AREA): Remove #undef.
568         (PTRACE_GETHBPREGS): Likewise.
569         (PTRACE_SETHBPREGS): Likewise.
570         (ELF_NGREG): Use new struct user_regs_struct.
571         (elf_fpregset_t): Use new struct user_fpsimd_struct.
573 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
575         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
576         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
578 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
580         [BZ #16958]
581         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
582         membar to avoid block loads/stores to overlap previous stores.
584 2014-05-17  Richard Henderson  <rth@redhat.com>
586         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
587         Create the __##syscall_name##_nocancel entry point.
588         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
589         Remove; let the sysdep-cancel.h code create it.
591 2014-05-17  David S. Miller  <davem@davemloft.net>
593         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
594         Protect with __USE_GNU.
595         (TIOCSET_TEMPT): Likewise.
596         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
597         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
598         these are already provided in bits/ioctl-types.h
600 2014-05-16  Roland McGrath  <roland@hack.frob.com>
602         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
603         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
605         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
606         Use wait4 regardless of [__NR_waitpid].
608 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
610         PR libgcc/60166
611         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
612         (_FP_NANSIGN_Q): Set the quiet bit.
614 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
616         * benchtests/Makefile
617         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
618         not $(common-objpfx)math/libm.so.
619         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
620         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
621         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
622         $(common-objpfx)dlfcn/libdl.so.
623         ($(objpfx)tst-audit8): Depend on $(libm), not
624         $(common-objpfx)math/libm.so.
625         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
626         not $(common-objpfx)dlfcn/libdl.so.
627         * math/Makefile
628         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
629         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
630         [$(build-shared) = yes].
631         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
632         $(common-objpfx)nptl/libpthread.so.
633         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
634         $(common-objpfx)math/libm.so$(libm.so-version) or
635         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
636         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
637         $(common-objpfx)dlfcn/libdl.so.
638         * setjmp/Makefile (link-libm): Remove variable.
639         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
640         * stdio-common/Makefile (link-libm): Remove variable.
641         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
642         * stdlib/Makefile (link-libm): Remove variable.
643         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
644         ($(objpfx)tst-strtod-round): Likewise.
645         ($(objpfx)tst-tininess): Likewise.
646         ($(objpfx)tst-strtod-underflow): Likewise.
647         ($(objpfx)tst-strtod6): Likewise.
648         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
649         $(libdl), not $(common-objpfx)nptl/libpthread.so and
650         $(common-objpfx)dlfcn/libdl.so.
652 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
654         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
655         BSD terminal modes definitions.
657 2014-05-16  Roland McGrath  <roland@hack.frob.com>
659         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
660         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
662         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
663         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
664         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
665         Don't do #include_next.
666         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
667         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
668         Don't do #include_next.
669         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
670         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
671         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
672         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
674 2014-05-16  Allan McRae  <allan@archlinux.org>
676         * po/sv.po: Update Swedish translation from translation project.
678         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
679         in sed expression.
681 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
683         [BZ #16917]
684         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
685         errno if the TIOCGPTN ioctl fails with an error different than
686         EINVAL.
687         * login/tst-ptsname.c: New file.
688         * login/Makefile (tests): Add tst-ptsname.
690         [BZ #16943]
691         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
692         and prlimit64.
694 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
696         [BZ #16849]
697         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
698         herrno to return EAI_AGAIN.
700 2014-05-14  Roland McGrath  <roland@hack.frob.com>
702         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
703         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
704         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
705         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
706         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
707         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
708         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
709         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
710         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
711         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
712         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
713         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
714         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
715         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
716         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
717         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
718         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
719         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
720         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
721         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
722         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
723         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
724         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
725         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
726         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
727         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
728         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
729         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
730         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
731         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
732         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
733         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
735         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
736         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
737         Moved ...
738         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
740         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
741         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
742         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
743         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
744         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
745         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
746         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
747         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
748         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
750         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
751         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
752         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
753         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
754         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
756         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
757         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
758         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
759         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
760         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
762         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
763         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
764         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
765         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
766         Moved ...
767         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
769         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
770         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
771         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
772         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
773         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
775         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
776         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
777         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
778         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
779         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
780         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
781         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
782         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
783         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
784         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
785         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
786         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
787         Moved ...
788         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
790         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
792         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
793         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
794         (libpthread-sysdep_routines): Add elision-related stuff here instead.
795         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
796         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
797         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
798         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
799         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
800         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
801         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
802         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
803         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
804         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
805         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
806         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
807         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
808         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
809         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
810         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
811         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
812         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
813         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
814         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
815         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
816         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
817         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
818         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
819         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
820         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
821         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
822         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
824         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
825         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
827         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
828         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
829         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
830         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
831         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
832         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
833         Moved ...
834         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
835         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
836         Moved ...
837         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
838         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
839         Moved ...
840         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
841         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
842         Moved ...
843         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
844         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
845         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
846         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
847         Moved ...
848         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
849         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
850         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
851         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
852         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
853         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
854         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
855         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
856         Moved ...
857         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
858         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
859         Moved ...
860         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
861         ... here.
862         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
863         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
864         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
865         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
866         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
867         Moved ...
868         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
869         ... here.
870         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
871         Moved ...
872         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
873         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
874         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
875         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
876         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
877         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
878         Moved ...
879         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
880         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
881         Moved ...
882         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
883         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
884         Moved ...
885         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
886         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
887         Moved ...
888         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
889         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
890         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
891         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
892         Moved ...
893         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
894         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
895         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
896         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
897         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
898         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
899         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
900         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
901         Moved ...
902         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
903         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
904         Moved ...
905         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
906         ... here.
907         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
908         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
909         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
910         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
911         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
912         Moved ...
913         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
914         ... here.
915         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
916         Moved ...
917         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
918         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
919         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
920         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
921         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
922         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
923         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
924         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
925         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
926         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
927         Moved ...
928         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
929         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
930         Moved ...
931         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
932         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
933         Moved ...
934         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
935         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
936         Moved ...
937         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
938         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
939         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
940         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
941         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
942         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
943         Moved ...
944         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
945         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
946         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
947         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
948         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
949         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
950         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
951         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
952         Moved ...
953         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
954         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
955         Moved ...
956         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
957         ... here.
958         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
959         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
960         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
961         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
962         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
963         Moved ...
964         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
965         ... here.
966         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
967         Moved ...
968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
969         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
970         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
971         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
972         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
973         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
974         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
975         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
976         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
977         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
978         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
980         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
981         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
983         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
984         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
986         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
987         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
988         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
989         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
990         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
991         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
992         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
993         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
994         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
995         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
996         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
997         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
998         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
999         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
1000         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
1001         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
1002         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
1003         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
1004         Moved ...
1005         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
1006         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
1007         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
1008         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
1009         Moved ...
1010         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
1011         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
1012         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
1013         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
1014         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
1015         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
1016         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
1017         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
1018         Moved ...
1019         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
1020         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
1021         Moved ...
1022         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
1023         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
1024         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
1025         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
1026         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
1027         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
1028         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
1029         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
1030         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
1031         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
1032         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
1033         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
1034         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
1035         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
1036         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
1037         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
1038         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
1040         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
1041         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
1042         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
1043         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
1044         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
1046         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
1047         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
1048         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
1049         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
1050         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
1051         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
1052         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
1053         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
1054         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
1055         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
1057         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
1058         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
1060         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
1061         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
1062         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
1063         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
1064         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
1065         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
1066         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
1067         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
1068         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
1069         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
1070         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
1071         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
1072         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
1073         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
1074         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
1075         Update #include.
1076         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
1077         Likewise.
1078         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
1079         Likewise.
1080         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
1081         Likewise.
1082         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
1083         Likewise.
1084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
1085         Likewise.
1086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
1087         Likewise.
1088         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
1089         Likewise.
1090         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
1091         Likewise.
1092         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
1093         Likewise.
1094         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
1095         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
1096         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
1097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
1098         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
1099         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
1100         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
1101         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
1102         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
1103         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
1104         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
1105         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
1106         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
1107         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
1108         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
1110         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
1111         that was previously under [RESET_PID].
1112         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1113         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
1114         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
1116         * sysdeps/i386/nptl/Implies: New file.
1117         * sysdeps/x86_64/nptl/Implies: New file.
1118         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
1119         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
1120         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
1121         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
1123         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
1124         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
1125         (__libc_vfork): New strong alias.
1126         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
1127         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
1129         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
1130         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
1131         (__libc_vfork): New strong alias.
1132         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
1133         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
1135         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
1136         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
1137         (__libc_vfork): New strong alias.
1138         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
1139         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
1140         * nptl/pt-vfork.c: New file.
1141         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
1142         (libpthread: GLIBC_2.20): New version set (empty).
1144 2014-05-14  Will Newton  <will.newton@linaro.org>
1146         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
1147         rather than #if.
1149 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
1151         [BZ #16564]
1152         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
1153         arguments with exponent 65 or above.
1154         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
1155         arguments 0x1p113L or above.
1156         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
1157         to arguments 0x1p107L or above.
1158         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
1159         positive arguments with exponent 65 or above.
1160         * math/auto-libm-test-in: Add more tests of log1p.
1161         * math/auto-libm-test-out: Regenerated.
1163         [BZ #16928]
1164         * math/s_cacos.c (__cacos): Ensure zero real part of result from
1165         non-finite arguments is +0.
1166         * math/s_cacosf.c (__cacosf): Likewise.
1167         * math/s_cacosl.c (__cacosl): Likewise.
1168         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
1169         * sysdeps/i386/fpu/libm-test-ulps: Update.
1170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1172         [BZ #16927]
1173         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
1174         value.
1175         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
1176         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
1177         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
1178         for explicit high bit of mantissa when testing for argument equal
1179         to 1.
1180         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
1181         * sysdeps/i386/fpu/libm-test-ulps: Update.
1182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1184         [BZ #16516]
1185         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
1186         (__erf): Scale by 16 instead of 8 in potentially underflowing
1187         case.  Ensure exception if result actually underflows.
1188         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
1189         (__erff): Scale by 16 instead of 8 in potentially underflowing
1190         case.  Ensure exception if result actually underflows.
1191         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
1192         (efx8): Remove variable.
1193         (__erfl): Scale by 16 instead of 8 in potentially underflowing
1194         case.  Ensure exception if result actually underflows.
1195         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
1196         (efx8): Remove variable.
1197         (__erfl): Scale by 16 instead of 8 in potentially underflowing
1198         case.  Ensure exception if result actually underflows.
1199         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
1200         (efx8): Remove variable.
1201         (__erfl): Scale by 16 instead of 8 in potentially underflowing
1202         case.  Ensure exception if result actually underflows.
1203         * math/auto-libm-test-in: Add more tests of erf.
1204         * math/auto-libm-test-out: Regenerated.
1206 2014-05-14  Andreas Schwab  <schwab@suse.de>
1208         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
1209         Remove code conditionalized on USE___THREAD.
1211         * config.h.in (HAVE_PT_CHOWN): Define as 0.
1212         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
1213         not definedness.
1215 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
1217         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
1218         Define unconditionally.
1219         (__ASSUME_O_CLOEXEC): Likewise.
1220         (__ASSUME_SOCK_CLOEXEC): Likewise.
1221         (__ASSUME_IN_NONBLOCK): Likewise.
1222         (__ASSUME_PIPE2): Likewise.
1223         (__ASSUME_EVENTFD2): Likewise.
1224         (__ASSUME_SIGNALFD4): Likewise.
1225         (__ASSUME_DUP3): Likewise.
1226         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1227         (__ASSUME_DUP3): Do not define.
1228         (__ASSUME_EVENTFD2): Likewise.
1229         (__ASSUME_IN_NONBLOCK): Likewise.
1230         (__ASSUME_O_CLOEXEC): Likewise.
1231         (__ASSUME_PIPE2): Likewise.
1232         (__ASSUME_SIGNALFD4): Likewise.
1233         (__ASSUME_SOCK_CLOEXEC): Likewise.
1234         (__ASSUME_UTIMES): Undefine.
1235         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
1236         (__ASSUME_UTIMES): Do not define.
1237         (__ASSUME_O_CLOEXEC): Likewise.
1238         (__ASSUME_SOCK_CLOEXEC): Likewise.
1239         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
1240         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
1241         0x020621].
1242         (__ASSUME_PIPE2): Likewise.
1243         (__ASSUME_EVENTFD2): Likewise.
1244         (__ASSUME_SIGNALFD4): Likewise.
1245         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
1246         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
1247         Do not define.
1248         (__ASSUME_EVENTFD2): Likewise.
1249         (__ASSUME_SIGNALFD4): Likewise.
1250         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1251         (__ASSUME_32BITUIDS): Likewise.
1252         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
1253         (__ASSUME_IPC64): Likewise.
1254         (__ASSUME_ST_INO_64_BIT): Likewise.
1255         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
1256         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
1257         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
1258         (__ASSUME_UTIMES): Do not define.
1259         (__ASSUME_PSELECT): Likewise.
1260         (__ASSUME_PPOLL): Likewise.
1261         (__ASSUME_O_CLOEXEC): Likewise.
1262         (__ASSUME_SOCK_CLOEXEC): Likewise.
1263         (__ASSUME_IN_NONBLOCK): Likewise.
1264         (__ASSUME_PIPE2): Likewise.
1265         (__ASSUME_EVENTFD2): Likewise.
1266         (__ASSUME_SIGNALFD4): Likewise.
1267         (__ASSUME_DUP3): Likewise.
1268         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
1269         (__ASSUME_UTIMES): Likewise.
1270         (__ASSUME_O_CLOEXEC): Likewise.
1271         (__ASSUME_SOCK_CLOEXEC): Likewise.
1272         (__ASSUME_IN_NONBLOCK): Likewise.
1273         (__ASSUME_PIPE2): Likewise.
1274         (__ASSUME_EVENTFD2): Likewise.
1275         (__ASSUME_SIGNALFD4): Likewise.
1276         (__ASSUME_DUP3): Likewise.
1277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1278         (__ASSUME_UTIMES): Likewise.
1279         (__ASSUME_O_CLOEXEC): Likewise.
1280         (__ASSUME_SOCK_CLOEXEC): Likewise.
1281         (__ASSUME_IN_NONBLOCK): Likewise.
1282         (__ASSUME_PIPE2): Likewise.
1283         (__ASSUME_EVENTFD2): Likewise.
1284         (__ASSUME_SIGNALFD4): Likewise.
1285         (__ASSUME_DUP3): Likewise.
1286         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
1287         Likewise.
1288         (__ASSUME_UTIMES): Likewise.
1289         (__ASSUME_EVENTFD2): Likewise.
1290         (__ASSUME_SIGNALFD4): Likewise.
1291         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1292         (__ASSUME_O_CLOEXEC): Likewise.
1293         (__ASSUME_SOCK_CLOEXEC): Likewise.
1294         (__ASSUME_IN_NONBLOCK): Likewise.
1295         (__ASSUME_PIPE2): Likewise.
1296         (__ASSUME_EVENTFD2): Likewise.
1297         (__ASSUME_SIGNALFD4): Likewise.
1298         (__ASSUME_DUP3): Likewise.
1299         (__ASSUME_UTIMES): Undefine.
1301         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
1302         feclearexcept.  Remove symbol versioning code.
1303         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
1304         symbol versioning code.
1305         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
1306         symbol versioning code.
1307         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
1308         feupdateenv.  Remove symbol versioning code.
1309         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
1310         fegetexceptflag.  Remove symbol versioning code.
1311         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
1312         fesetexceptflag.  Remove symbol versioning code.
1313         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
1314         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
1315         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
1316         (__posix_fadvise64_l32): Remove prototype.
1317         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
1318         code.
1320 2014-05-13  Roland McGrath  <roland@hack.frob.com>
1322         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
1323         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
1324         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
1325         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
1327 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
1329         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
1330         current working directory
1332 2014-05-13  Roland McGrath  <roland@hack.frob.com>
1334         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
1335         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
1336         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
1337         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
1338         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
1339         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
1340         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
1341         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
1342         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
1343         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
1344         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
1345         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
1346         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
1347         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
1348         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
1349         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
1350         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
1351         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
1352         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
1353         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
1354         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
1355         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
1356         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
1357         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
1358         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
1359         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
1360         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
1361         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
1362         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
1363         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
1364         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
1365         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
1366         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
1367         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
1368         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
1369         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
1370         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
1371         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
1372         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
1373         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
1374         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
1375         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
1377         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
1378         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
1380         * sysdeps/unix/sysv/linux/arm/Makefile
1381         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1382         Add rt-aeabi_unwind_cpp_pr1.
1383         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
1384         Add nptl-aeabi_unwind_cpp_pr1.
1385         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
1386         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
1387         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
1388         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1389         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
1390         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1392         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
1393         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
1394         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
1395         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
1397         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
1398         Deconditionalize the code that was previously under [RESET_PID].
1399         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
1401         * sysdeps/generic/exit-thread.h: New file.
1402         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
1403         * include/unistd.h (__exit_thread): Remove declaration.
1404         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
1405         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
1406         * csu/libc-start.c: Include <exit-thread.h>.
1407         (LIBC_START_MAIN): Pass no argument to __exit_thread.
1408         * nptl/pthread_create.c: Include <exit-thread.h>.
1409         (start_thread): Call __exit_thread in place of __exit_thread_inline.
1410         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
1411         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
1412         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
1413         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
1414         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
1415         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
1416         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
1417         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
1418         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
1419         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
1420         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
1421         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
1422         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
1423         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
1424         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
1425         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
1427 2014-05-13  Andreas Schwab  <schwab@suse.de>
1429         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
1431 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
1433         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1434         (__ASSUME_UTIMES): Do not condition on kernel version.
1435         (__ASSUME_PSELECT): Define unconditionally.
1436         (__ASSUME_PPOLL): Likewise.
1437         (__ASSUME_ATFCTS): Likewise.
1438         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
1439         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
1440         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
1441         (__ASSUME_UTIMENSAT): Define unconditionally.
1442         (__ASSUME_PRIVATE_FUTEX): Likewise.
1443         (__ASSUME_FALLOCATE): Likewise.
1444         (__ASSUME_O_CLOEXEC): Likewise.
1445         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
1446         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
1447         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
1448         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
1449         (__ASSUME_IN_NONBLOCK): Likewise.
1450         (__ASSUME_PIPE2): Likewise.
1451         (__ASSUME_EVENTFD2): Likewise.
1452         (__ASSUME_SIGNALFD4): Likewise.
1453         (__ASSUME_DUP3): Likewise.
1454         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
1455         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
1456         (__ASSUME_AT_RANDOM): Likewise.
1457         (__ASSUME_PREADV): Likewise.
1458         (__ASSUME_PWRITEV): Likewise.
1459         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
1460         (__ASSUME_F_GETOWN_EX): Define unconditionally.
1461         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
1462         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1463         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
1464         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
1465         (__ASSUME_O_CLOEXEC): Define unconditionally.
1466         (__ASSUME_PSELECT): Do not undefine conditionally.
1467         (__ASSUME_PPOLL): Likewise.
1468         (__ASSUME_ATFCTS): Likewise.
1469         (__ASSUME_SET_ROBUST_LIST): Likewise.
1470         (__ASSUME_UTIMENSAT): Likewise.
1471         (__ASSUME_FDATASYNC): Define unconditionally.
1472         * sysdeps/unix/sysv/linux/arm/kernel-features.h
1473         (__ASSUME_SIGFRAME_V2): Likewise.
1474         )__ASSUME_EVENTFD2): Likewise.
1475         (__ASSUME_SIGNALFD4): Likewise.
1476         (__ASSUME_PSELECT): Do not undefine conditionally.
1477         (__ASSUME_PPOLL): Likewise.
1478         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
1479         (__ASSUME_PSELECT): Define unconditionally.
1480         (__ASSUME_PPOLL): Likewise.
1481         (__ASSUME_O_CLOEXEC): Likewise.
1482         (__ASSUME_SOCK_CLOEXEC): Likewise.
1483         (__ASSUME_IN_NONBLOCK): Likewise.
1484         (__ASSUME_PIPE2): Likewise.
1485         (__ASSUME_EVENTFD2): Likewise.
1486         (__ASSUME_SIGNALFD4): Likewise.
1487         (__ASSUME_DUP3): Likewise.
1488         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
1489         (__ASSUME_O_CLOEXEC): Likewise.
1490         (__ASSUME_SOCK_CLOEXEC): Likewise.
1491         (__ASSUME_IN_NONBLOCK): Likewise.
1492         (__ASSUME_PIPE2): Likewise.
1493         (__ASSUME_EVENTFD2): Likewise.
1494         (__ASSUME_SIGNALFD4): Likewise.
1495         (__ASSUME_DUP3): Likewise.
1496         * sysdeps/unix/sysv/linux/mips/kernel-features.h
1497         (__ASSUME_EVENTFD2): Likewise.
1498         (__ASSUME_SIGNALFD4): Likewise.
1499         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
1501 2014-05-12  Andreas Schwab  <schwab@suse.de>
1503         [BZ #16932]
1504         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
1505         (_nss_nis_gethostbyname4_r): Return error if item length is larger
1506         than maximum RPC packet size.
1507         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
1508         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
1509         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
1510         (_nss_nis_getservbyport_r): Likewise.
1512 2014-05-12  Will Newton  <will.newton@linaro.org>
1514         * malloc/Makefile (tests): Add tst-mallopt.
1515         * malloc/tst-mallopt.c: New file.
1517 2014-05-09  Roland McGrath  <roland@hack.frob.com>
1519         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
1520         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
1522 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1524         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
1525         (tst-tlsmod6.so): Likewise.
1527 2014-05-09  Roland McGrath  <roland@hack.frob.com>
1529         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
1531 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
1533         [BZ #16064]
1534         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
1535         and <dl-procinfo.h>.
1536         (__fegetenv): Save SSE state in envp->__eip if supported.
1537         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
1538         envp->__eip if supported.
1539         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
1540         and <dl-procinfo.h>.
1541         (__fesetenv): Always set __eip, __cs_selector, __opcode,
1542         __data_offset and __data_selector in environment to 0.  Set SSE
1543         state if supported.
1544         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
1545         test-fenv-sse.
1546         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
1547         -mfpmath=sse.
1548         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
1550 2014-05-09  Will Newton  <will.newton@linaro.org>
1552         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
1553         and libc_relro_required for ARM.
1554         * sysdeps/arm/preconfigure: Regenerate.
1556 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1557             Stefan Liebler  <stli@linux.vnet.ibm.com>
1559         * config.make.in (enable-lock-elision): New Makefile variable.
1560         * configure.ac: Likewise.
1561         * configure: Regenerate.
1562         * sysdeps/s390/configure.ac:
1563         Add check for gcc transactions support.
1564         * sysdeps/s390/configure: Regenerate.
1565         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
1566         Build elision files if enabled.
1567         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
1568         Add lock elision support for s390.
1569         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
1570         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
1571         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
1572         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
1573         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
1574         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
1575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1576         Likewise.
1577         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
1578         Likewise.
1579         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
1580         Likewise.
1581         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
1582         Likewise.
1583         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
1584         (__lll_timedlock_elision, __lll_lock_elision)
1585         (__lll_unlock_elision, __lll_trylock_elision)
1586         (lll_timedlock_elision, lll_lock_elision)
1587         (lll_unlock_elision, lll_trylock_elision): Add.
1588         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
1589         (pthread_mutex_t): Add lock elision support for s390.
1591 2014-05-14  Wilco  <wdijkstr@arm.com>
1593         * sysdeps/arm/fclrexcpt.c: Cleanup.
1594         * sysdeps/arm/fedisblxcpt.c: Cleanup.
1595         * sysdeps/arm/feenablxcpt.c: Cleanup.
1596         * sysdeps/arm/fegetenv.c: Cleanup.
1597         * sysdeps/arm/fegetexcept.c: Cleanup.
1598         * sysdeps/arm/fegetround.c: Cleanup.
1599         * sysdeps/arm/feholdexcpt.c: Cleanup.
1600         * sysdeps/arm/fesetenv.c: Cleanup.
1601         * sysdeps/arm/fesetround.c: Cleanup.
1602         * sysdeps/arm/feupdateenv.c: Cleanup.
1603         * sysdeps/arm/fgetexcptflg.c: Cleanup.
1604         * sysdeps/arm/fraiseexcpt.c: Cleanup.
1605         * sysdeps/arm/fsetexcptflg.c: Cleanup.
1606         * sysdeps/arm/ftestexcept.c: Cleanup.
1607         * sysdeps/arm/get-rounding-mode.h: Cleanup.
1608         * sysdeps/arm/setfpucw.c: Cleanup.
1610 2014-05-09  Will Newton  <will.newton@linaro.org>
1612         * sysdeps/arm/armv7/strcmp.S: New file.
1613         * NEWS: Mention addition of ARMv7 optimized strcmp.
1615 2014-05-08  Roland McGrath  <roland@hack.frob.com>
1617         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
1618         look for %.ac rather than %.in.
1620         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
1621         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
1622         * sysdeps/mach/hurd/configure: Regenerated.
1623         * sysdeps/unix/sysv/linux/configure: Regenerated.
1625         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
1627 2014-05-07  Steve Ellcey  <sellcey@mips.com>
1629         [BZ# 16922]
1630         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
1631         (LONG_SUB): Ditto.
1632         (PTR_SUB): Ditto.
1634 2014-05-07  Andreas Schwab  <schwab@suse.de>
1636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
1637         when skipping over non-matching result from nscd.
1639 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
1641         [BZ #16876]
1642         * nptl/sockperf.c (client): Check socket return value.
1644         [BZ #16877]
1645         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
1646         nscd security class.
1648 2014-05-06  Roland McGrath  <roland@hack.frob.com>
1650         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
1651         * sysdeps/arm/unwind.h: ... here.
1653 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
1655         [BZ# 16916]
1656         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
1657         Define.
1659 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1661         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
1662         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
1663         multiarch strncpy for PPC64.
1664         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
1665         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
1666         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
1667         multiarch optimizations.
1668         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1669         (__libc_ifunc_impl_list): Likewise.
1670         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
1671         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
1672         multiarch stpncpy for PPC64.
1673         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
1674         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
1676 2014-05-06  Andreas Schwab  <schwab@suse.de>
1678         [BZ #16912]
1679         * gmon/mcount.c (_MCOUNT_DECL): Use
1680         atomic_compare_and_exchange_bool_acq instead of
1681         catomic_compare_and_exchange_bool_acq.
1683 2014-05-05  Roland McGrath  <roland@hack.frob.com>
1685         * elf/Makefile (others, install-bin): Remove pldd.
1686         (pldd-modules): Variable removed.
1687         ($(objpfx)pldd): Target removed.
1688         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
1689         (others, install-bin): Append pldd here.
1690         ($(objpfx)pldd): New target.
1692         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
1693         to 0, so the first #if test emitted later doesn't see it undefined.
1694         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
1695         * sysdeps/gnu/errlist.c: Regenerated.
1697 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1699         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
1700         [libc_hidden_builtin_def]: Define to empty value.
1701         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
1702         [libc_hidden_builtin_def]: Likewise.
1703         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
1704         [libc_hidden_builtin_def]: Likewise.
1705         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
1706         [libc_hidden_builtin_def]: Likewise.
1707         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
1708         __redirect_memcpy and define ifunc as default hidden symbol.
1709         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
1710         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
1712 2014-05-04  Adam Conrad  <adconrad@0c3.net>
1714         * locale/iso-4217.def: Reintroduce XDR currency.
1716 2014-05-04  Allan McRae  <allan@archlinux.org>
1718         * po/eo.po: Update Esperanto translation from translation project.
1720 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
1722         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
1723         and FEATURE_INDEX_MAX to 1.
1724         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
1726 2014-05-01  Steve Ellcey  <sellcey@mips.com>
1728         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
1729         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
1730         * iconvdata/big5.c (ONE_DIRECTION): Define.
1731         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
1732         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
1733         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
1734         * iconvdata/cp932.c (ONE_DIRECTION): Define.
1735         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
1736         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
1737         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
1738         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
1739         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
1740         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
1741         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
1742         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
1743         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
1744         * iconvdata/gbk.c (ONE_DIRECTION): Define.
1745         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
1746         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
1747         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
1748         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
1749         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
1750         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
1751         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
1752         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
1753         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
1754         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
1755         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
1756         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
1757         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
1758         * iconvdata/iso646.c (ONE_DIRECTION): Define.
1759         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
1760         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
1761         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
1762         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
1763         * iconvdata/johab.c (ONE_DIRECTION): Define.
1764         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
1765         * iconvdata/sjis.c (ONE_DIRECTION): Define.
1766         * iconvdata/t.61.c (ONE_DIRECTION): Define.
1767         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
1768         * iconvdata/tscii.c (ONE_DIRECTION): Define.
1769         * iconvdata/uhc.c (ONE_DIRECTION): Define.
1770         * iconvdata/unicode.c (ONE_DIRECTION): Define.
1771         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
1772         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
1773         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
1775 2014-05-01  Roland McGrath  <roland@hack.frob.com>
1777         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
1778         (_IO_JUMPS_OFFSET): Define to 0.
1780         * nptl/sysdeps/pthread/bits/libc-lock.h
1781         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
1782         (__libc_lock_define_initialized_recursive): Always define using
1783         initializer.  Modern compilers treat uninitialized (implicit zero) and
1784         explicit zero initializers the same (i.e. put the datum in bss).
1786 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
1788         * nscd/nscd-client.h: Include <string.h>.
1790 2014-05-01  David S. Miller  <davem@davemloft.net>
1792         [BZ #16885]
1793         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
1794         multiple zero bytes exist at the end of a string.
1795         Reported by Aurelien Jarno <aurelien@aurel32.net>
1797         * string/test-strcmp.c (check): Add explicit test for situations where
1798         there are multiple zero bytes after the first.
1800 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
1802         [BZ #16890]
1803         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
1804         when compiling wprintf.
1805         * stdio-common/tstdiomisc.c (t3): New function.
1806         (main): Call it.
1808 2014-05-01  Steve Ellcey  <sellcey@mips.com>
1810         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
1811         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
1812         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
1813         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
1815 2014-05-01  Steve Ellcey  <sellcey@mips.com>
1817         * stdlib/longlong.h: Updated from GCC.
1819 2014-05-01  Will Newton  <will.newton@linaro.org>
1820             Bernard Ogden  <bernie.ogden@linaro.org>
1822         * NEWS: Update fixed bug list.
1824         [BZ #15119]
1825         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
1827 2014-04-30  David S. Miller  <davem@davemloft.net>
1829         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
1830         (libc_feholdexcept_setround_sparc_ctx): New function.
1831         (libc_fesetenv_sparc_ctx): Likewise.
1832         (libc_feupdateenv_sparc_ctx): Likewise.
1833         (libc_feholdsetround_sparc_ctx): Likewise.
1834         (libc_feholdexcept_setround_ctx): Define.
1835         (libc_feholdexcept_setroundf_ctx): Likewise.
1836         (libc_feholdexcept_setroundl_ctx): Likewise.
1837         (libc_fesetenv_ctx): Likewise.
1838         (libc_fesetenvf_ctx): Likewise.
1839         (libc_fesetenvl_ctx): Likewise.
1840         (libc_feupdateenv_ctx): Likewise.
1841         (libc_feupdateenvf_ctx): Likewise.
1842         (libc_feupdateenvl_ctx): Likewise.
1843         (libc_feresetround_ctx): Likewise.
1844         (libc_feresetroundf_ctx): Likewise.
1845         (libc_feresetroundl_ctx): Likewise.
1846         (libc_feholdsetround_ctx): Likewise.
1847         (libc_feholdsetroundf_ctx): Likewise.
1848         (libc_feholdsetroundl_ctx): Likewise.
1850         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
1851         with __USE_GNU instead of XOPEN cpp guards.
1853         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
1854         0.
1856         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
1857         with XOPEN cpp guards.
1859 2014-04-30  Julian Brown  <julian@codesourcery.com>
1861         [BZ #16888]
1862         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
1863         handling.
1865 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
1867         [BZ #9894]
1868         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
1869         Change to 2.6.32.
1870         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
1871         * sysdeps/unix/sysv/linux/configure: Regenerated.
1872         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
1873         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
1874         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
1875         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
1876         * README: Update reference to required Linux kernel version.
1877         * manual/install.texi (Linux): Update reference to required Linux
1878         kernel headers version.
1879         * INSTALL: Regenerated.
1881         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
1882         header inclusion.
1883         [POSIX] (limits.h): Likewise.
1884         [POSIX] (math.h): Likewise.
1885         [POSIX] (sys/wait.h): Likewise.
1886         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
1887         function.
1888         [POSIX] (stddef.h): Do not allow header inclusion.
1890 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1892         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1894 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
1896         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
1897         Return immediately after lll_futex_wake.
1899 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
1901         [BZ #16791]
1902         * nscd/nscd-client.h (datahead_init_common): Initialize entire
1903         structure.
1904         (datahead_init_pos): Call datahead_init_common early.
1905         (datahead_init_neg): Likewise.
1907         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
1908         datahead_init_neg): New functions.
1909         * nscd/aicache.c (addhstaiX): Use them.
1910         * nscd/grpcache.c (cache_addgr): Likewise.
1911         * nscd/hstcache.c (cache_addhst): Likewise.
1912         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1913         * nscd/netgroupcache.c (do_notfound): Likewise.
1914         (addgetnetgrentX): Likewise.
1915         (addinnetgrX): Likewise.
1916         * nscd/pwdcache.c (cache_addpw): Likewise.
1917         * nscd/servicescache.c (cache_addserv): Likewise.
1919 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
1920             Atsushi Onoe  <atsushi@onoe.org>
1922         [BZ #14308]
1923         [BZ #12994]
1924         [BZ #13651]
1925         * resolv/res_query.c (__libc_res_nsearch): Return if at least
1926         one response is valid.
1927         * resolv/res_send.c (send_dg): Check for validity of other
1928         response if the current response is a referral.
1930 2014-04-29  Steve Ellcey  <sellcey@mips.com>
1932         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
1934 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
1936         [BZ #16823]
1937         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
1938         Always divide by positive zero when computing -Inf result.
1939         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
1940         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
1942 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1944         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
1945         FPSCR if value do not change.
1946         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1947         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
1948         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1949         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
1950         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
1951         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
1952         function.
1954 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
1956         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
1957         * sysdeps/unix/sysv/linux/hppa: Move directory from
1958         ports/systeps/unix/sysv/linux/hppa.
1959         * README: Update listing for hppa-*-linux-gnu.
1961 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
1963         [BZ #16754]
1964         * manual/stdio.texi (Hook functions): Fix types of stream hook
1965         functions.
1966         [BZ #16854]
1967         * socket/sys/socket.h: Fix typo in comment.
1969 2014-04-28  Wilco  <wdijkstr@arm.com>
1971         * sysdeps/arm/fenv_private.h: New file.
1972         * sysdeps/arm/math_private.h: New file.
1973         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
1975 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
1977         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
1978         with __int128_t.
1979         (La_x86_64_retval): Likewise.
1981 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
1983         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
1984         fpsr if value didn't change.
1985         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
1986         to fpcr if value didn't change.
1987         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
1988         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
1989         fpsr or fpcr if value didn't change.
1990         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
1991         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
1992         fpcr if value didn't change.
1993         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
1994         to fpsr if value didn't change.
1996 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1998         * nptl/tst-sem3.c: Use test-skeleton.c
1999         (main): Rename to do_test.  Use return instead of
2000         exit.
2001         * nptl/tst-sem4.c: Use test-skeleton.c
2002         (main): Rename to do_test.
2004 2014-04-22  David S. Miller  <davem@davemloft.net>
2006         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
2007         (struct sigaction): New struct member __glibc_reserved0, change
2008         type of sa_flags to int.
2010 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
2012         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
2013         (COUNT_LEADING_ZEROS_0): Define for AArch64.
2015 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2017         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
2018         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
2020 2014-04-22  Will Newton  <will.newton@linaro.org>
2021             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
2023         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
2024         (__longjmp): Add longjmp and longjmp_target SystemTap
2025         probes.
2026         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
2027         (__sigsetjmp): Add setjmp SystemTap probe.
2029 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
2031         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
2032         match manual order.
2034 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2036         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
2038         * sysdeps/powerpc/fpu/fenv_private.h
2039         (libc_feholdexcept_setroundl_ctx): Define to
2040         libc_feholdexcept_setround_ppc_ctx.
2041         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
2042         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
2043         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
2044         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
2046 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
2048         * sysdeps/aarch64/math-tests.h: New file.
2050 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
2052         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
2053         New.
2054         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2055         Check and set bit_AVX2_Usable.
2056         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
2057         macro.
2058         (bit_AVX2): Likewise.
2059         (index_AVX2_Usable): Likewise.
2060         (CPUID_AVX2): Likewise.
2061         (HAS_AVX2): Likewise.
2063 2014-04-17  Will Newton  <will.newton@linaro.org>
2065         * manual/setjmp.texi (System V contexts): Add note that
2066         calling setcontext on a context created by a call to a
2067         signal handler is undefined.  Update text to note that
2068         setcontext from a signal handler is possible but not
2069         recommended.
2071         [BZ #16629]
2072         * stdlib/tst-setcontext.c: Include signal.h.
2073         (main): Check that the signal stack before and
2074         after swapcontext is the same.
2076         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
2077         Re-implement to restore registers in user code and avoid
2078         rt_sigreturn system call.
2080 2014-04-17  Wilco  <wdijkstr@arm.com>
2082         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
2083         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
2084         * math/test-fenv.c: Skip exception trap tests on targets which only
2085         support non-stop mode.
2087 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
2088             Wilco Dijkstra  <wilco.dijkstra@arm.com>
2090         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
2091         (libc_feholdsetround_aarch64_ctx)
2092         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
2093         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
2094         (libc_feresetround_ctx, libc_feresetroundf_ctx)
2095         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
2096         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
2097         (libc_feresetround_noexl_ctx): Define.
2099 2014-04-16  Richard Henderson  <rth@redhat.com>
2101         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
2103         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
2104         unwind tables.
2106         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
2107         const from the non-libc, non-ldso copy.
2109         * sysdeps/alpha/libm-test-ulps: Regenerate.
2111 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
2112             Wilco Dijkstra  <wilco.dijkstra@arm.com>
2114         * sysdeps/aarch64/fpu/math_private.h: New file.
2116 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2118         * sysdeps/aarch64/libm-test-ulps: Regenerate.
2120 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
2122         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
2123         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
2124         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2125         Intel MPX bound registers before _dl_profile_fixup.
2126         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
2127         registers after _dl_profile_fixup.  Save and restore bound
2128         registers bnd0/bnd1 when calling _dl_call_pltexit.
2129         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
2130         (LR_BND_OFFSET): Likewise.
2131         (LRV_BND0_OFFSET): Likewise.
2132         (LRV_BND1_OFFSET): Likewise.
2134 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2136         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
2137         to...
2138         * sysdeps/mach/hurd/i386/tls.h: ... here.
2139         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
2140         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
2141         fields.
2143 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2145         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
2147 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2149         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2151 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2153         [BZ #14770]
2154         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
2155         * sysdeps/s390/configure: Regenerate.
2157         [BZ #16824]
2158         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
2159         Set round-to-nearest internally to reduce error accumulation.
2161 2014-04-16  Alan Modra  <amodra@gmail.com>
2163         [BZ #16740]
2164         [BZ #16619]
2165         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
2166         * math/libm-test.inc (frexp_test_data): Add tests.
2167         * NEWS: Update fixed bug list.
2169 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
2171         * benchtests/Makefile: Depend on libraries in build directory.
2172         (bench-math): Separate out math tests.
2173         (bench-pthread): Separate out pthread tests.
2174         (bench): Include math and pthread tests.
2176 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
2178         [BZ #16831]
2179         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
2180         _dl_debug_initialize.
2182         * configure.ac: Remove SELinux header check.
2183         * configure: Regenerate.
2184         * nscd/selinux.c (perms): Array of const char* to permission names.
2185         (nscd_request_avc_has_perm): Call security_deny_unknown to find
2186         default policy. Call string_to_security_class and string_to_av_perm to
2187         translate strings. Enforce default policy and call avs_has_perm with
2188         results of translated strings.
2190 2014-04-13  David S. Miller  <davem@davemloft.net>
2192         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2194 2014-04-12  Allan McRae  <allan@archlinux.org>
2196         [BZ #16838]
2197         * manual/string.texi (Collation Functions): Fix qsort argument
2198         order in example.
2199         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2201 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
2203         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
2204         Make the test a no-op if there are no exceptions defined.
2206 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2208         * elf/Makefile (tests): make tst-dlopen-aout conditional on
2209         enable-hardcoded-path-in-tests
2211 2014-04-11  Will Newton  <will.newton@linaro.org>
2213         * benchtests/Makefile (extra-objs): Add json-lib.o.
2214         (bench-func): Tidy up JSON output.
2215         * benchtests/bench-skeleton.c: Include json-lib.h.
2216         (main): Use JSON library functions to do output of
2217         benchmark results.
2218         * benchtests/bench-timing-type.c (main): Output the
2219         timing type simply, leaving formatting to the user.
2220         * benchtests/json-lib.c: New file.
2221         * benchtests/json-lib.h: Likewise.
2223 2014-04-11  Torvald Riegel  <triegel@redhat.com>
2225         [BZ #15215]
2226         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
2227         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
2228         memory barriers.  Add comments.
2229         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
2230         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
2231         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
2232         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
2233         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
2234         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
2236 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2238         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
2239         * sysdeps/s390/s390-64/configure.ac: ... this ...
2240         * sysdeps/s390/configure.ac: ... to here.
2241         * sysdeps/s390/s390-32/configure: Delete file.
2242         * sysdeps/s390/s390-64/configure: Delete file.
2243         * sysdeps/s390/configure: Regenerate.
2245 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
2247         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
2249 2014-04-11  Will Newton  <will.newton@linaro.org>
2251         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
2252         to zero if it is not defined elsewhere.  (mtrim): Test
2253         the value of MALLOC_DEBUG with #if rather than #ifdef.
2255 2014-04-10 Torvald Riegel  <triegel@redhat.com>
2257         * benchtests/pthread_once-inputs: New file.
2258         * benchtests/pthread_once-source.c: New file.
2259         * benchtests/README: Update documentation.
2261 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
2262             H.J. Lu  <hongjiu.lu@intel.com>
2264         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
2265         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
2266         * sysdeps/x86_64/configure: Regenerated.
2267         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
2268         macro.
2269         (REGISTER_SAVE_RAX): Likewise.
2270         (REGISTER_SAVE_RCX): Likewise.
2271         (REGISTER_SAVE_RDX): Likewise.
2272         (REGISTER_SAVE_RSI): Likewise.
2273         (REGISTER_SAVE_RDI): Likewise.
2274         (REGISTER_SAVE_R8): Likewise.
2275         (REGISTER_SAVE_R9): Likewise.
2276         (REGISTER_SAVE_BND0): Likewise.
2277         (REGISTER_SAVE_BND1): Likewise.
2278         (REGISTER_SAVE_BND2): Likewise.
2279         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
2280         bound registers when calling _dl_fixup.
2282 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2284         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
2285         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
2286         of its definition.
2287         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
2288         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
2289         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
2290         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
2291         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
2292         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
2293         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
2295 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
2297         [BZ #15514]
2298         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
2299         pathconf(_PC_NAME_MAX).
2301 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2303         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
2304         Remove macro usage.
2305         (__PTHREAD_SPINS): Move definition to ...
2306         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2307         (__PTHREAD_SPINS): ... here.
2308         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
2309         (__PTHREAD_SPIN): Likewise.
2310         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
2311         (__PTHREAD_SPIN): Likewise.
2312         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
2313         (__PTHREAD_SPIN): Likewise.
2314         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
2315         (__PTHREAD_SPIN): Likewise.
2316         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
2317         (__PTHREAD_SPIN): Likewise.
2318         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
2319         (__PTHREAD_SPIN): Likewise.
2320         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
2321         (__PTHREAD_SPIN): Likewise.
2322         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
2323         (__PTHREAD_SPIN): Likewise.
2324         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
2325         (__PTHREAD_SPIN): Likewise.
2326         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
2327         (__PTHREAD_SPIN): Likewise.
2328         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
2329         (__PTHREAD_SPIN): Likewise.
2330         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
2331         (__PTHREAD_SPIN): Likewise.
2333         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
2334         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
2335         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
2336         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
2337         imply folder.
2338         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
2339         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2340         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
2341         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
2342         correct imply path.
2343         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
2344         strlen symbol for non multi-arch builds.
2345         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
2346         missing hidden_def and weak_alias.
2348 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
2350         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
2352 2014-04-07  Will Newton  <will.newton@linaro.org>
2354         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
2355         and contents.  [!_LIBC] Remove #ifndef and contents.
2356         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
2357         * string/memccpy.c (__memccpy): Use ANSI prototype.
2358         * string/memfrob.c (memfrob): Likewise.
2359         * string/strcoll.c (STRCOLL): Likewise.
2360         * string/strlen.c (strlen): Likewise.
2361         * string/strtok.c (STRTOK): Likewise.
2362         * string/strcat.c: Remove unused #include of memcopy.h.
2363         (strcat): Use ANSI prototype.
2364         * string/strchr.c: Remove unused #include of memcopy.h.
2365         (strchr): Use ANSI prototype.
2366         * string/strcmp.c: Remove unused #include of memcopy.h.
2367         (strcmp): Use ANSI prototype.
2368         * string/strcpy.c: Remove unused #include of memcopy.h.
2369         (strcpy): Use ANSI prototype.
2371 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2373         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
2374         * config.make.in (config-extra-cppflags): Set it from
2375         libc_extra_cppflags.
2376         * configure.ac (libc_extra_cflags): Make it accumulate over
2377         configure fragments.
2378         (libc_extra_cppflags): New flag.
2379         * configure. Regenerate.
2380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
2381         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
2382         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
2383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
2385         [BZ #16815]
2386         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
2387         result for FE_DOWNWARD rounding mode.
2388         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
2389         Likewise.
2390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2392 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
2394         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
2395         in function argument name.
2397 2014-04-03  David Svoboda  <svoboda@cert.org>
2399         [BZ #5666]
2400         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
2401         explicitly.
2403 2014-04-03  Roland McGrath  <roland@hack.frob.com>
2405         * elf/dl-unmap-segments.h: New file.
2406         * sysdeps/generic/ldsodefs.h
2407         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
2408         * elf/dl-close.c: Include <dl-unmap-segments.h>.
2409         * elf/dl-fptr.c: Likewise.
2410         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
2411         * sysdeps/aarch64/tlsdesc.c: Likewise.
2412         * sysdeps/arm/tlsdesc.c: Likewise.
2413         * sysdeps/i386/tlsdesc.c: Likewise.
2414         * sysdeps/tile/dl-runtime.c: Likewise.
2415         * sysdeps/x86_64/tlsdesc.c: Likewise.
2416         * elf/dl-load.h: New file.
2417         * elf/dl-load.c: Include it.
2418         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
2419         Macros moved to dl-load.h.
2420         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
2421         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
2422         Use _dl_unmap_segments in place of __munmap.
2423         Break out segment-mapping loop into ...
2424         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
2426 2014-04-03  Will Newton  <will.newton@linaro.org>
2428         * elf/dl-lookup.c (do_lookup_x): Remove comment
2429         referring to nested function and move variable
2430         declarations down to before first use.
2432 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
2434         [BZ #16799]
2435         [BZ #16800]
2436         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
2437         with 0 numerator.
2438         * math/s_catanf.c (__catanf): Likewise.
2439         * math/s_catanh.c (__catanh): Likewise.
2440         * math/s_catanhf.c (__catanhf): Likewise.
2441         * math/s_catanhl.c (__catanhl): Likewise.
2442         * math/s_catanl.c (__catanl): Likewise.
2443         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
2444         by positive zero when computing -Inf result.
2445         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
2446         (catanh_test): Likewise.
2447         * sysdeps/i386/fpu/libm-test-ulps: Update.
2448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2450         [BZ #16789]
2451         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
2452         instead of using underflowing value in computing result.
2453         * math/s_clog10.c (__clog10): Likewise.
2454         * math/s_clog10f.c (__clog10f): Likewise.
2455         * math/s_clog10l.c (__clog10l): Likewise.
2456         * math/s_clogf.c (__clogf): Likewise.
2457         * math/s_clogl.c (__clogl): Likewise.
2458         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
2459         (clog10_test): Likewise.
2460         * sysdeps/i386/fpu/libm-test-ulps: Update.
2461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2463 2014-04-02  Alan Modra  <amodra@gmail.com>
2465         [BZ #16739]
2466         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
2467         output when value is near a power of two.  Use int64_t for lx and
2468         remove casts.  Use decimal rather than hex exponent constants.
2469         Don't use long double multiplication when double will suffice.
2470         * math/libm-test.inc (nextafter_test_data): Add tests.
2471         * NEWS: Add 16739 and 16786 to bug list.
2473         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
2475         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
2477 2014-04-01  Will Newton  <will.newton@linaro.org>
2479         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
2480         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
2482 2014-04-01  Florian Weimer  <fweimer@redhat.com>
2484         [BZ #13347]
2485         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
2486         * nptl/tst-setuid2.c: New file.
2487         * nptl/Makefile (xtests): Add tst-setuid2.
2489 2014-04-01  Alan Modra  <amodra@gmail.com>
2491         [BZ #16786]
2492         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
2494 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
2496         [BZ #6803]
2497         [BZ #6804]
2498         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
2499         set errno as appropriate.
2500         * math/w_scalbf.c (__scalbf): Likewise.
2501         * math/w_scalbl.c (__scalbl): Likewise.
2502         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
2503         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
2504         * math/libm-test.inc (scalb_test_data): Add errno expectations.
2505         Add more NaN tests.
2507         [BZ #16349]
2508         * math/w_atan2.c: Include <errno.h>.
2509         (__atan2): Set errno for result underflowing to zero.
2510         * math/w_atan2f.c: Include <errno.h>.
2511         (__atan2f): Set errno for result underflowing to zero.
2512         * math/w_atan2l.c: Include <errno.h>.
2513         (__atan2l): Set errno for result underflowing to zero.
2514         * math/auto-libm-test-in: Don't allow missing errno for some atan2
2515         tests.
2516         * math/auto-libm-test-out: Regenerated.
2518 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2520         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2521         Encode instruction correctly in little endian.
2522         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2523         Likewise.
2524         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2525         Likewise.
2526         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2527         Likewise.
2528         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2529         Likewise.
2531 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
2533         [BZ #9894]
2534         * sysdeps/unix/sysv/linux/kernel-features.h
2535         [__sparc__ && !__arch64__ && !__sparc_v9__]
2536         (__ASSUME_SET_ROBUST_LIST): Do not define.
2537         [__sparc__ && !__arch64__ && !__sparc_v9__]
2538         (__ASSUME_FUTEX_LOCK_PI): Likewise.
2539         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
2540         Likewise.
2541         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2542         (__ASSUME_FUTEX_LOCK_PI): Undefine.
2543         (__ASSUME_REQUEUE_PI): Likewise.
2544         (__ASSUME_SET_ROBUST_LIST): Likewise.
2545         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2546         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
2547         Undefine.
2548         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2549         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
2550         Likewise.
2551         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
2552         Likewise.
2553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
2554         Likewise.
2555         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2556         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
2557         Undefine.
2558         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
2559         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
2560         Likewise.
2562         [BZ #16648]
2563         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2564         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
2565         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
2567 2014-03-31  Will Newton  <will.newton@linaro.org>
2569         * benchtests/Makefile (bench): Add ffs and ffsll to list
2570         of tests.
2571         * benchtests/ffs-inputs: New file.
2572         * benchtests/ffsll-inputs: Likewise.
2574 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
2576         [BZ #16770]
2577         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
2578         too large before casting to int.
2579         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
2580         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
2581         * math/libm-test.inc (scalb_test_data): Add more tests.
2583 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2585         * benchtests/Makefile (DETAILED_OPT): New make option.
2586         (bench-func): Run benchmark program with -d if DETAILED_OPT is
2587         set.
2588         * benchtests/bench-skeleton.c: Include stdbool.h.
2589         (main): Store and print timings per input.
2590         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
2591         member to each argument value.
2592         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
2593         (_print_arg_data): Initialize per-input timing to 0.
2595         * benchtests/Makefile (timing-type): New binary.
2596         (bench-clean): Also remove bench-timing-type.
2597         (bench): New target for timing-type.
2598         (bench-func): Print output in JSON format.
2599         * benchtests/bench-skeleton.c (main): Print output in JSON
2600         format.
2601         * benchtests/bench-timing-type.c: New file.
2602         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
2603         (TIMING_PRINT_STATS): Remove.
2604         * benchtests/scripts/bench.py (_print_arg_data): Store variant
2605         name separately.
2607         * benchtests/bench-modf.c: Remove.
2608         * benchtests/modf-inputs: New inputs file.
2610 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
2612         [BZ #16362]
2613         * math/s_clog10.c (M_PI_LOG10E): New macro.
2614         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
2615         imaginary parts are 0.
2616         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
2617         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
2618         imaginary parts are 0.
2619         * math/s_clog10l.c (M_PI_LOG10El): New macro.
2620         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
2621         imaginary parts are 0.
2622         * math/libm-test.inc (clog10_test_data): Update expected results
2623         for when real and imaginary parts are 0.
2625 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
2627         * elf/dl-load.c: Finish conversion of __builtin_expect into
2628         __glibc_{un}likely.
2630 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
2632         [BZ #16348]
2633         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
2634         1+x for argument with exponent below -67.
2635         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
2636         Likewise.
2637         * math/auto-libm-test-in: Add more tests of exp.
2638         * math/auto-libm-test-out: Regenerated.
2640 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2642         [BZ #16759]
2643         * inet/getnetgrent_r.c (get_nonempty_val): New function.
2644         (nscd_getnetgrent): Use it.
2646         [BZ #16760]
2647         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
2648         of stpcpy.
2650 2014-03-27  Andi Kleen  <ak@linux.intel.com>
2652         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
2653         (lll_robust_lock, lll_cond_lock, lll_timedlock)
2654         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
2655         (lll_robust_unlock): Remove out of line section. Use cfi
2656         intrinsics.
2657         (LLL_STUB_UNWIND_INFO*): Remove.
2658         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
2659         (lll_robust_lock, lll_cond_lock, lll_timedlock)
2660         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
2661         (lll_robust_unlock): Remove out of line section. Use cfi
2662         intrinsics.
2663         (LLL_STUB_UNWIND_INFO*): Remove.
2665 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2667         [BZ #16758]
2668         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
2669         blank values.
2671 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
2673         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
2675 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
2677         [BZ #16198]
2678         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
2679         fnstenv.
2680         * math/test-fenv-preserve.c: New file.
2681         * math/Makefile (tests): Add test-fenv-preserve.
2683 2014-03-26  Will Newton <will.newton@linaro.org>
2685         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
2687 2014-03-25  Roland McGrath  <roland@hack.frob.com>
2689         * scripts/versionlist.awk: Partition the version sets and emit all
2690         GLIBC_* (sorted) before all others (sorted).
2692 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
2694         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
2695         GLIBC_2.2.5 version.
2697 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2699         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
2700         calls.
2702         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
2703         previous change.
2705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2707 2014-03-25  Andreas Schwab  <schwab@suse.de>
2709         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
2710         label to be used after in6ailist is initialized.
2712 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2714         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2715         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
2717 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
2719         [BZ #16357]
2720         [BZ #16599]
2721         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
2722         min_plus_half.
2723         (fp_formats): Update initializers.
2724         (init_fp_formats): Initialize new field.
2725         (output_for_one_input_case): Allow underflow for results up to
2726         min_plus_half.
2727         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
2728         * math/auto-libm-test-in: Don't mark some underflows from asin and
2729         atanh as spurious.
2730         * math/auto-libm-test-out: Regenerated.
2731         * sysdeps/i386/fpu/libm-test-ulps: Update.
2732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2734 2014-03-25  Andreas Schwab  <schwab@suse.de>
2736         * libio/Makefile (tst-ftell-partial-wide-ENV)
2737         (tst-ftell-active-handler-ENV): Define.
2739 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
2741         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
2743 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2745         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
2747 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
2749         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
2750         * sysdeps/x86_64/fpu/multiarch/e_exp.c
2751         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
2753 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
2755         [BZ #16634]
2756         * elf/dl-load.c (open_verify): Add mode parameter.
2757         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
2758         (open_path): Change from boolean 'secure' to complete flag 'mode'
2759         (_dl_map_object): Adjust.
2760         * elf/Makefile (tests): Add tst-dlopen-aout.
2761         * elf/tst-dlopen-aout.c: New test.
2763 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
2765         [BZ #16714]
2766         * sysdeps/unix/sysv/linux/s390/bits/stat.h
2767         (struct stat): Rename member pad0 to __glibc_reserved0.
2769         [BZ #16712]
2770         * sysdeps/s390/s390-32/bits/wordsize.h
2771         (__WORDSIZE32_SIZE_ULONG): New define.
2772         * sysdeps/s390/s390-64/bits/wordsize.h
2773         (__WORDSIZE32_SIZE_ULONG): Likewise.
2774         * sysdeps/generic/stdint.h (SIZE_MAX):
2775         Define as UL if __WORDSIZE32_SIZE_ULONG.
2777         [BZ #16713]
2778         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
2779         (__glibc_reserved0): New variable.
2780         (sa_flags): Change type to int.
2782         * posix/Makefile (before-compile): Use += before-compile instead
2783         of a :=.
2785         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
2786         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
2788 2014-03-20  Andreas Schwab  <schwab@suse.de>
2790         [BZ #16743]
2791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
2792         non-matching result from nscd.
2794 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2796         * scripts/bench.py: Moved to ...
2797         * benchtests/scripts/bench.py: ... here.
2798         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
2800 2014-03-24  Andreas Schwab  <schwab@suse.de>
2802         [BZ #16002]
2803         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
2804         alloca_account and account alloca use for struct in6ailist.
2806 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
2808         [BZ #16284]
2809         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
2810         rounding mode to recompute results that overflow to infinity or
2811         underflow to zero.
2812         * math/auto-libm-test-in: Don't mark tests as expected to fail for
2813         bug 16284.
2814         * math/auto-libm-test-out: Regenerated.
2815         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
2816         (ccosh_test): Likewise.
2817         (csin_test_data): Use plus_oflow.
2818         (csin_test): Use ALL_RM_TEST.
2819         (csinh_test_data): Use plus_oflow.
2820         (csinh_test): Use ALL_RM_TEST.
2821         * sysdeps/i386/fpu/libm-test-ulps: Update.
2822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2824 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
2826         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
2827         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
2828         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
2830         [BZ #16731]
2831         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
2832         when x - 1 is zero.
2833         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
2834         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
2835         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
2836         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
2837         argument is 1.
2838         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
2839         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
2840         zero.
2841         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
2842         * sysdeps/i386/fpu/libm-test-ulps: Update.
2843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2845 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2847         * scripts/bench.pl: Remove file.
2848         * scripts/bench.py: New benchmark script.
2849         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
2850         * benchtests/README: Mention python dependency.
2851         * scripts/pylintrc: New file.
2852         * scripts/pylint: New file.
2854         * bits/mathdef.h: Use #ifdef instead of #if.
2855         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
2856         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
2857         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
2858         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
2859         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
2860         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
2862 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2863             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2865         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
2866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
2867         and strpbrk-ppc64 objects.
2868         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2869         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
2870         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
2871         multiarch strpbrk for POWER7.
2872         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
2873         multiarch strpbrk for PPC64.
2874         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
2875         ifunc selector.
2876         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
2877         strpbrk for POWER7.
2879 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
2881         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
2882         (atan_test): Likewise.
2883         (atanh_test_data): Use NO_TEST_INLINE for two tests.
2884         (atanh_test): Use ALL_RM_TEST.
2885         (atan2_test_data): Likewise.
2886         (cabs_test): Likewise.
2887         (cacosh_test): Likewise.
2888         (carg_test): Likewise.
2889         (casin_test): Likewise.
2890         (casinh_test): Likewise.
2891         (cbrt_test): Likewise.
2892         (csqrt_test): Likewise.
2893         (erf_test): Likewise.
2894         (erfc_test): Likewise.
2895         (pow10_test): Likewise.
2896         (exp2_test): Likewise.
2897         (hypot_test): Likewise.
2898         (j0_test): Likewise.
2899         (j1_test): Likewise.
2900         (lgamma_test): Likewise.
2901         (gamma_test): Likewise.
2902         (sincos_test): Likewise.
2903         (tanh_test): Likewise.
2904         (y0_test): Likewise.
2905         (y1_test): Likewise.
2906         * sysdeps/i386/fpu/libm-test-ulps: Update.
2907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2909 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2911         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
2912         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
2913         and strcspn-ppc64 objects.
2914         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2915         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
2916         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
2917         multiarch strcspn for POWER7.
2918         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
2919         multiarch strcspn for PPC64.
2920         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
2921         ifunc selector.
2922         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
2923         strcspn for POWER7.
2925 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
2927         * math/gen-libm-test.pl (generate_testfile): Expect only function
2928         name as argument to AUTO_TESTS_* and pass results for all rounding
2929         modes to parse_args.
2930         (parse_auto_input): Separate inputs of automatic tests from
2931         outputs before storing in %auto_tests.
2932         * math/libm-test.inc (acos_test_data): Update call to
2933         AUTO_TESTS_f_f.
2934         (acos_test): Use ALL_RM_TEST.
2935         (acos_tonearest_test_data): Remove.
2936         (acos_test_tonearest): Likewise.
2937         (acos_towardzero_test_data): Likewise.
2938         (acos_test_towardzero): Likewise.
2939         (acos_downward_test_data): Likewise.
2940         (acos_test_downward): Likewise.
2941         (acos_upward_test_data): Likewise.
2942         (acos_test_upward): Likewise.
2943         (acosh_test_data): Update call to AUTO_TESTS_f_f.
2944         (asin_test_data): Likewise.
2945         (asin_test): Use ALL_RM_TEST.
2946         (asin_tonearest_test_data): Remove.
2947         (asin_test_tonearest): Likewise.
2948         (asin_towardzero_test_data): Likewise.
2949         (asin_test_towardzero): Likewise.
2950         (asin_downward_test_data): Likewise.
2951         (asin_test_downward): Likewise.
2952         (asin_upward_test_data): Likewise.
2953         (asin_test_upward): Likewise.
2954         (asinh_test_data): Update call to AUTO_TESTS_f_f.
2955         (atan_test_data): Likewise.
2956         (atanh_test_data): Likewise.
2957         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
2958         (cabs_test_data): Update call to AUTO_TESTS_c_f.
2959         (carg_test_data): Likewise.
2960         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
2961         (ccos_test_data): Update call to AUTO_TESTS_c_c.
2962         (ccosh_test_data): Likewise.
2963         (cexp_test_data): Likewise.
2964         (clog_test_data): Likewise.
2965         (clog10_test_data): Likewise.
2966         (cos_test_data): Update call to AUTO_TESTS_f_f.
2967         (cos_test): Use ALL_RM_TEST.
2968         (cos_tonearest_test_data): Remove.
2969         (cos_test_tonearest): Likewise.
2970         (cos_towardzero_test_data): Likewise.
2971         (cos_test_towardzero): Likewise.
2972         (cos_downward_test_data): Likewise.
2973         (cos_test_downward): Likewise.
2974         (cos_upward_test_data): Likewise.
2975         (cos_test_upward): Likewise.
2976         (cosh_test_data): Update call to AUTO_TESTS_f_f.
2977         (cosh_test): Use ALL_RM_TEST.
2978         (cosh_tonearest_test_data): Remove.
2979         (cosh_test_tonearest): Likewise.
2980         (cosh_towardzero_test_data): Likewise.
2981         (cosh_test_towardzero): Likewise.
2982         (cosh_downward_test_data): Likewise.
2983         (cosh_test_downward): Likewise.
2984         (cosh_upward_test_data): Likewise.
2985         (cosh_test_upward): Likewise.
2986         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
2987         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
2988         (ctan_test_data): Likewise.
2989         (ctan_test): Use ALL_RM_TEST.
2990         (ctan_tonearest_test_data): Remove.
2991         (ctan_test_tonearest): Likewise.
2992         (ctan_towardzero_test_data): Likewise.
2993         (ctan_test_towardzero): Likewise.
2994         (ctan_downward_test_data): Likewise.
2995         (ctan_test_downward): Likewise.
2996         (ctan_upward_test_data): Likewise.
2997         (ctan_test_upward): Likewise.
2998         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
2999         (ctanh_test): Use ALL_RM_TEST.
3000         (ctanh_tonearest_test_data): Remove.
3001         (ctanh_test_tonearest): Likewise.
3002         (ctanh_towardzero_test_data): Likewise.
3003         (ctanh_test_towardzero): Likewise.
3004         (ctanh_downward_test_data): Likewise.
3005         (ctanh_test_downward): Likewise.
3006         (ctanh_upward_test_data): Likewise.
3007         (ctanh_test_upward): Likewise.
3008         (erf_test_data): Update call to AUTO_TESTS_f_f.
3009         (erfc_test_data): Likewise.
3010         (exp_test_data): Likewise.
3011         (exp_test): Use ALL_RM_TEST.
3012         (exp_tonearest_test_data): Remove.
3013         (exp_test_tonearest): Likewise.
3014         (exp_towardzero_test_data): Likewise.
3015         (exp_test_towardzero): Likewise.
3016         (exp_downward_test_data): Likewise.
3017         (exp_test_downward): Likewise.
3018         (exp_upward_test_data): Likewise.
3019         (exp_test_upward): Likewise.
3020         (exp10_test_data): Update call to AUTO_TESTS_f_f.
3021         (exp10_test): Use ALL_RM_TEST.
3022         (exp10_tonearest_test_data): Remove.
3023         (exp10_test_tonearest): Likewise.
3024         (exp10_towardzero_test_data): Likewise.
3025         (exp10_test_towardzero): Likewise.
3026         (exp10_downward_test_data): Likewise.
3027         (exp10_test_downward): Likewise.
3028         (exp10_upward_test_data): Likewise.
3029         (exp10_test_upward): Likewise.
3030         (exp2_test_data): Update call to AUTO_TESTS_f_f.
3031         (expm1_test_data): Likewise.
3032         (expm1_test): Use ALL_RM_TEST.
3033         (expm1_tonearest_test_data): Remove.
3034         (expm1_test_tonearest): Likewise.
3035         (expm1_towardzero_test_data): Likewise.
3036         (expm1_test_towardzero): Likewise.
3037         (expm1_downward_test_data): Likewise.
3038         (expm1_test_downward): Likewise.
3039         (expm1_upward_test_data): Likewise.
3040         (expm1_test_upward): Likewise.
3041         (fma_test_data): Update call to AUTO_TESTS_fff_f.
3042         (fma_test): Use ALL_RM_TEST.
3043         (fma_towardzero_test_data): Remove.
3044         (fma_test_towardzero): Likewise.
3045         (fma_downward_test_data): Likewise.
3046         (fma_test_downward): Likewise.
3047         (fma_upward_test_data): Likewise.
3048         (fma_test_upward): Likewise.
3049         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
3050         (j0_test_data): Update call to AUTO_TESTS_f_f.
3051         (j1_test_data): Likewise.
3052         (jn_test_data): Update call to AUTO_TESTS_if_f.
3053         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
3054         (log_test_data): Update call to AUTO_TESTS_f_f.
3055         (log10_test_data): Likewise.
3056         (log1p_test_data): Likewise.
3057         (log2_test_data): Likewise.
3058         (pow_test_data): Update call to AUTO_TESTS_ff_f.
3059         (pow_tonearest_test_data): Likewise.
3060         (sin_test_data): Update call to AUTO_TESTS_f_f.
3061         (sin_test): Use ALL_RM_TEST.
3062         (sin_tonearest_test_data): Remove.
3063         (sin_test_tonearest): Likewise.
3064         (sin_towardzero_test_data): Likewise.
3065         (sin_test_towardzero): Likewise.
3066         (sin_downward_test_data): Likewise.
3067         (sin_test_downward): Likewise.
3068         (sin_upward_test_data): Likewise.
3069         (sin_test_upward): Likewise.
3070         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
3071         (sinh_test_data): Update call to AUTO_TESTS_f_f.
3072         (sinh_test): Use ALL_RM_TEST.
3073         (sinh_tonearest_test_data): Remove.
3074         (sinh_test_tonearest): Likewise.
3075         (sinh_towardzero_test_data): Likewise.
3076         (sinh_test_towardzero): Likewise.
3077         (sinh_downward_test_data): Likewise.
3078         (sinh_test_downward): Likewise.
3079         (sinh_upward_test_data): Likewise.
3080         (sinh_test_upward): Likewise.
3081         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
3082         (sqrt_test): Use ALL_RM_TEST.
3083         (sqrt_tonearest_test_data): Remove.
3084         (sqrt_test_tonearest): Likewise.
3085         (sqrt_towardzero_test_data): Likewise.
3086         (sqrt_test_towardzero): Likewise.
3087         (sqrt_downward_test_data): Likewise.
3088         (sqrt_test_downward): Likewise.
3089         (sqrt_upward_test_data): Likewise.
3090         (sqrt_test_upward): Likewise.
3091         (tan_test_data): Update call to AUTO_TESTS_f_f.
3092         (tan_test): Use ALL_RM_TEST.
3093         (tan_tonearest_test_data): Remove.
3094         (tan_test_tonearest): Likewise.
3095         (tan_towardzero_test_data): Likewise.
3096         (tan_test_towardzero): Likewise.
3097         (tan_downward_test_data): Likewise.
3098         (tan_test_downward): Likewise.
3099         (tan_upward_test_data): Likewise.
3100         (tan_test_upward): Likewise.
3101         (tanh_test_data): Update call to AUTO_TESTS_f_f.
3102         (tgamma_test_data): Likewise.
3103         (y0_test_data): Likewise.
3104         (y1_test_data): Likewise.
3105         (yn_test_data): Update call to AUTO_TESTS_if_f.
3106         (main): Do not call removed functions.
3108 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
3110         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
3111         (ldexp_test_data): Remove.
3112         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
3113         scalbn_test_data.
3114         (scalb_test): Use ALL_RM_TEST.
3116 2014-03-19  Andreas Schwab  <schwab@suse.de>
3118         * nscd/nscd.service: Also invalidate netgroup cache on reload.
3120 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
3122         [BZ #16649]
3123         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3124         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
3125         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
3126         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3127         (__ASSUME_PREADV): Undefine.
3128         (__ASSUME_PWRITEV): Likewise.
3130 2014-03-18  Roland McGrath  <roland@hack.frob.com>
3132         * bits/mman-linux.h: Add comment about non-Linux use.
3133         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
3134         bits/mman-linux.h resting place.
3136         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
3137         * bits/mman-linux.h: ... here.
3139 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3141         * conform/conformtest.pl: Add standard definition when calling C
3142         preprocessor on data files.
3143         (checknamespace): Remove unused variable.
3145 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
3147         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
3148         minus_oflow, plus_uflow and minus_uflow in expected results.
3149         * math/libm-test.inc (scalbn_test_data): Add more tests of
3150         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
3151         minus_uflow.
3152         (scalbn_test): Use ALL_RM_TEST.
3153         (scalbln_test_data): Add more tests of negative arguments.  Use
3154         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
3155         (scalbln_test): Use ALL_RM_TEST.
3157 2014-03-18  Roland McGrath  <roland@hack.frob.com>
3159         * scripts/abilist.awk: Ignore symbols marked with .hidden.
3161 2014-03-18  Will Newton  <will.newton@linaro.org>
3163         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
3164         inaccurate comment.
3166 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
3168         * Makerules [!subdir] (check-abi): Exit with error status if a
3169         test failed.
3171 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
3173         * math/libm-test.inc (nearbyint_test_data): Include all tests used
3174         for rint.  Include results for all rounding modes.
3175         (nearbyint_test): Use ALL_RM_TEST.
3176         (rint_test_data): Include all tests used for nearbyint.
3178 2014-03-17  Will Newton  <will.newton@linaro.org>
3180         * nptl/sysdeps/pthread/pthread.h: Revert previous
3181         change.
3183         * sysdeps/generic/ldsodefs.h: Revert previous
3184         change.
3186         * libio/genops.c: Revert previous change.
3187         * libio/libioP.h: Likewise.
3188         * stdio-common/vfprintf.c: Likewise.
3190         * sysdeps/generic/math_private.h: Revert previous
3191         change.
3193         * sysdeps/generic/math_private.h: Check whether
3194         HAVE_RM_CTX is defined with #ifdef rather
3195         than #if.
3197         * argp/argp-fmtstream.h: Check whether
3198         __STRICT_ANSI__ is defined with #ifdef rather
3199         than #if.
3200         * argp/argp.h: Likewise.
3202         * libio/genops.c: Check whether
3203         _IO_JUMPS_OFFSET is defined with #ifdef rather
3204         than #if.
3205         * libio/libioP.h: Likewise.
3206         * stdio-common/vfprintf.c: Likewise.
3208         * sysdeps/generic/ldsodefs.h: Check whether
3209         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
3210         than #if.
3212         * nptl/sysdeps/pthread/pthread.h: Check
3213         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
3214         its value.
3216 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3218         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
3219         setting O_APPEND.
3220         * libio/tst-ftell-active-handler.c (do_append_test): Add a
3221         test case.
3223         [BZ #16680]
3224         * libio/fileops.c (_IO_file_open): Seek to end of file but
3225         don't cache the offset.
3226         (get_file_offset): Remove function.
3227         (do_ftell): Use cached offset when available.
3228         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
3229         don't cache the offset.
3230         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
3231         case.
3232         (do_one_test): Call it.
3233         (do_ftell_test): Fix up expected old offset for a+ mode.
3234         * libio/wfileops.c (do_ftell_wide): Used cached offset when
3235         available.
3237         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
3238         up test status with function return status.
3239         (do_write_test): Likewise.
3240         (do_append_test): Likewise.
3242         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
3243         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
3244         Remove.
3246 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
3248         * math/gen-libm-test.pl (parse_args): Handle results specified for
3249         each rounding mode separately.
3250         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
3251         tests and results from lrint_tonearest_test_data,
3252         lrint_towardzero_test_data, lrint_downward_test_data and
3253         lrint_upward_test_data.
3254         (lrint_test): Use ALL_RM_TEST.
3255         (lrint_tonearest_test_data): Remove.
3256         (lrint_test_tonearest): Likewise.
3257         (lrint_towardzero_test_data): Likewise.
3258         (lrint_test_towardzero): Likewise.
3259         (lrint_downward_test_data): Likewise.
3260         (lrint_test_downward): Likewise.
3261         (lrint_upward_test_data): Likewise.
3262         (lrint_test_upward): Likewise.
3263         (llrint_test_data): Merge in per-rounding-mode tests and results
3264         from llrint_tonearest_test_data, llrint_towardzero_test_data,
3265         llrint_downward_test_data and llrint_upward_test_data.
3266         (llrint_test): Use ALL_RM_TEST.
3267         (llrint_tonearest_test_data): Remove.
3268         (llrint_test_tonearest): Likewise.
3269         (llrint_towardzero_test_data): Likewise.
3270         (llrint_test_towardzero): Likewise.
3271         (llrint_downward_test_data): Likewise.
3272         (llrint_test_downward): Likewise.
3273         (llrint_upward_test_data): Likewise.
3274         (llrint_test_upward): Likewise.
3275         (rint_test_data): Merge in per-rounding-mode tests and results
3276         from rint_tonearest_test_data, rint_towardzero_test_data,
3277         rint_downward_test_data and rint_upward_test_data.  Add
3278         per-rounding-mode results for tests not in those arrays.
3279         (rint_test): Use ALL_RM_TEST.
3280         (rint_tonearest_test_data): Remove.
3281         (rint_test_tonearest): Likewise.
3282         (rint_towardzero_test_data): Likewise.
3283         (rint_test_towardzero): Likewise.
3284         (rint_downward_test_data): Likewise.
3285         (rint_test_downward): Likewise.
3286         (rint_upward_test_data): Likewise.
3287         (rint_test_upward): Likewise.
3288         (main): Don't call removed functions.
3290 2014-03-14  Roland McGrath  <roland@hack.frob.com>
3292         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
3293         "Compiled on ..." crapola.  It is anti-useful.
3295 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
3297         * scripts/evaluate-test.sh: Handle fourth argument to determine
3298         whether test run should stop on failure.
3299         * Makeconfig (stop-on-test-failure): New variable.
3300         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
3301         $(stop-on-test-failure).
3302         * Makefile (tests): Give a summary of results from testing and
3303         exit with failure status if they include an ERROR or FAIL.
3304         (xtests): Likewise.
3305         * manual/install.texi (Configuring and compiling): Mention
3306         stop-on-test-failure=y.
3307         * INSTALL: Regenerated.
3309 2014-03-14  Roland McGrath  <roland@hack.frob.com>
3311         * scripts/versionlist.awk: New file.
3312         * Makerules [$(build-shared) = yes]
3313         (postclean-generated): Add Versions.def, not Versions.def.v and
3314         Versions.def.v.i.
3315         ($(common-objpfx)Versions.def.v.i): Target removed.
3316         ($(common-objpfx)Versions.def): New target.
3317         ($(common-objpfx)Versions.all): Depend on that rather that
3318         $(common-objpfx)Versions.def.v.
3319         * Versions.def: File removed.
3321         * Makeconfig (+gccwarn): Add -Wundef.
3322         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
3323         a dl-sysdep.h breaking its contract.
3324         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
3325         * include/stackinfo.h: New file.
3326         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
3327         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
3328         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
3329         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
3330         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
3331         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
3332         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3333         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3334         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3335         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3336         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3337         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
3338         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3339         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3340         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
3342 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3344         [BZ #16707]
3345         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
3346         implementation.
3347         * math/libm-test.inc (round_test_data): Add more tests.
3349         [BZ #16706]
3350         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
3351         implementation.
3352         * math/libm-test.inc (nearbyint_test_data): Add more tests.
3354         [BZ #16701]
3355         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
3356         implementation.
3357         * math/libm-test.inc (ceil_test_data): Add more tests.
3359         * math/libm-test.inc (trunc_test_data): Add more tests related to
3360         BZ#16414.
3362 2014-03-14  Roland McGrath  <roland@hack.frob.com>
3364         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
3365         with #if rather than #ifdef.
3366         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
3368 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
3370         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
3371         first.  Disable AVX-512 GCC support if assembler doesn't support
3372         it.
3373         * sysdeps/x86_64/configure: Regenerated.
3375 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
3377         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
3378         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
3379         (__old_pthread_attr_setstack): Likewise.
3380         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
3381         [!_STACK_GROWS_DOWN]: Likewise.
3383 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
3385         * config.make.in (have-bash2): Delete.
3386         * configure.ac (libc_cv_have_bash2): Delete.
3387         * configure: Regenerate.
3388         * elf/Makefile (common-ldd-rewrite): Rename to ...
3389         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
3390         (sh-ldd-rewrite): Delete.
3391         (bash-ldd-rewrite): Delete.
3392         (have-bash2): Delete checks.
3393         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
3394         ldd-rewrite.
3396         * config.make.in (have-ksh): Delete.
3397         (KSH): Delete.
3398         * configure.ac (libc_cv_have_ksh): Delete.
3399         * configure: Regenerate.
3401         * elf/Makefile: Delete $(have-ksh) check.
3402         ($(objpfx)sotruss): Change KSH to BASH.
3403         * elf/sotruss.ksh: Rename to ...
3404         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
3405         function style to match POSIX.  Drop ksh vim mode setting.
3407         * manual/time.texi (Specifying the Time Zone with TZ): Change
3408         Tuesday to Thursday.
3410         * debug/tst-longjmp_chk2.c: Update header comment.
3411         (stackoverflow_handler): Add comment.  Call assert on pass value.
3413 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
3415         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
3416         (HAVE_AVX512_ASM_SUPPORT): Likewise.
3417         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
3418         (La_x86_64_vector): Add zmm.
3419         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
3420         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
3421         ($(objpfx)tst-audit10): New target.
3422         ($(objpfx)tst-audit10.out): Likewise.
3423         (tst-audit10-ENV): New.
3424         (AVX512-CFLAGS): Likewise.
3425         (CFLAGS-tst-audit10.c): Likewise.
3426         (CFLAGS-tst-auditmod10a.c): Likewise.
3427         (CFLAGS-tst-auditmod10b.c): Likewise.
3428         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
3429         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
3430         * sysdeps/x86_64/configure: Regenerated.
3431         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
3432         AVX-512 zmm register support.
3433         (_dl_x86_64_save_sse): Likewise.
3434         (_dl_x86_64_restore_sse): Likewise.
3435         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
3436         size vector registers.
3437         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
3438         (ZMM_SIZE): Likewise.
3439         * sysdeps/x86_64/tst-audit10.c: New file.
3440         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
3441         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
3443 2014-03-13  Roland McGrath  <roland@hack.frob.com>
3445         * configure.ac (HAVE_EHDR_START): New check.
3446         * configure: Regenerated.
3447         * config.h.in (HAVE_EHDR_START): New #undef.
3448         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
3449         assuming the lowest-addressed segment maps the start of the file.
3451 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
3453         * INSTALL: Regenerated.
3455 2014-03-13  Will Newton  <will.newton@linaro.org>
3457         * manual/setjmp.texi (System V contexts): Improve
3458         clarity and grammar of documentation.
3460 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
3462         [BZ #16381]
3463         * elf/Makefile (tests): Add tst-pie2.
3464         (tests-pie): Add tst-pie2.
3465         * elf/tst-pie2.c: New file.
3466         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
3467         for ET_EXEC.
3468         * elf/rtld.c (map_doit): Load executable as lt_executable.
3469         (dl_main): Likewise.
3471 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
3473         [BZ #16642]
3474         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3475         (__ASSUME_PSELECT): Undefine.
3477 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3479         [BZ #16689]
3480         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
3481         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
3482         static build.
3483         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
3484         selector for static builds.
3486 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3488         [BZ #16695]
3489         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
3490         key in the buffer.
3492 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3494         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
3495         IFUNC selector for static builds.
3497 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
3499         * sysdeps/mips/math_private.h [__mips_hard_float]
3500         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
3501         libc_feresetround_mips_ctx.
3502         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
3503         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
3504         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
3506         [BZ #16677]
3507         * math/s_nextafter.c (__nextafter): Do not return value from
3508         overflowing computation.
3509         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
3510         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
3511         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
3512         Likewise.
3513         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
3514         Likewise.
3515         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
3516         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
3518 2014-03-11  Roland McGrath  <roland@hack.frob.com>
3520         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
3521         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
3522         Move sfi_sp use from the load-multiple (that no longer sets sp) to
3523         the new mov targetting sp.
3525 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3527         [BZ #16683]
3528         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
3529         Define it for static builds as well.
3530         (NO_BZERO_IMPL): Likewise.
3532 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3534         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
3535         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
3536         multiarch strspn for PPC64.
3537         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
3538         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
3539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3540         (__libc_ifunc_impl_list): Likewise.
3541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
3542         multiarch optimizations
3543         * string/strspn.c (strspn): Using macro to redefine symbol name.
3545 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3546             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3548         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
3549         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
3550         multiarch strncat for PPC64.
3551         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
3552         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
3553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3554         (__libc_ifunc_impl_list): Likewise.
3555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
3556         multiarch optimizations
3558 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3560         [BZ #16639]
3561         * nscd/nscd.service: Make service type forking.
3563 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3565         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
3566         sign in non default rounding modes.
3567         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
3569 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
3571         * math/libm-test.inc (ALL_RM_TEST): New macro.
3572         (ceil_test): Use ALL_RM_TEST.
3573         (cimag_test): Likewise.
3574         (conj_test): Likewise.
3575         (copysign_test): Likewise.
3576         (cproj_test): Likewise.
3577         (creal_test): Likewise.
3578         (fabs_test): Likewise.
3579         (floor_test): Likewise.
3580         (fmax_test): Likewise.
3581         (fmin_test): Likewise.
3582         (fmod_test): Likewise.
3583         (fpclassify_test): Likewise.
3584         (frexp_test): Likewise.
3585         (ilogb_test): Likewise.
3586         (isfinite_test): Likewise.
3587         (finite_test): Likewise.
3588         (isgreater_test): Likewise.
3589         (isgreaterequal_test): Likewise.
3590         (isinf_test): Likewise.
3591         (isless_test): Likewise.
3592         (islessequal_test): Likewise.
3593         (islessgreater_test): Likewise.
3594         (isnan_test): Likewise.
3595         (isnormal_test): Likewise.
3596         (issignaling_test): Likewise.
3597         (isunordered_test): Likewise.
3598         (logb_test): Likewise.
3599         (logb_downward_test_data): Remove.
3600         (logb_test_downward): Likewise.
3601         (lround_test): Use ALL_RM_TEST.
3602         (llround_test): Likewise.
3603         (modf_test): Likewise.
3604         (nexttoward_test): Likewise.
3605         (remainder_test): Likewise.
3606         (drem_test): Likewise.
3607         (remainder_tonearest_test_data): Likewise.
3608         (remainder_test_tonearest): Likewise.
3609         (drem_test_tonearest): Likewise.
3610         (remainder_towardzero_test_data): Likewise.
3611         (remainder_test_towardzero): Likewise.
3612         (drem_test_towardzero): Likewise.
3613         (remainder_downward_test_data): Likewise.
3614         (remainder_test_downward): Likewise.
3615         (drem_test_downward): Likewise.
3616         (remainder_upward_test_data): Likewise.
3617         (remainder_test_upward): Likewise.
3618         (drem_test_upward): Likewise.
3619         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
3620         (round_test): Use ALL_RM_TEST.
3621         (signbit_test): Likewise.
3622         (trunc_test): Likewise.
3623         (significand_test): Likewise.
3624         (main): Don't call removed functions.
3626 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
3628         [BZ #16674]
3629         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
3630         || __USE_XOPEN2K8].
3631         (ILL_ILLOPN): Likewise.
3632         (ILL_ILLADR): Likewise.
3633         (ILL_ILLTRP): Likewise.
3634         (ILL_PRVOPC): Likewise.
3635         (ILL_PRVREG): Likewise.
3636         (ILL_COPROC): Likewise.
3637         (ILL_BADSTK): Likewise.
3638         (FPE_INTDIV): Likewise.
3639         (FPE_INTOVF): Likewise.
3640         (FPE_FLTDIV): Likewise.
3641         (FPE_FLTOVF): Likewise.
3642         (FPE_FLTUND): Likewise.
3643         (FPE_FLTRES): Likewise.
3644         (FPE_FLTINV): Likewise.
3645         (FPE_FLTSUB): Likewise.
3646         (SEGV_MAPERR): Likewise.
3647         (SEGV_ACCERR): Likewise.
3648         (BUS_ADRALN): Likewise.
3649         (BUS_ADRERR): Likewise.
3650         (BUS_OBJERR): Likewise.
3651         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3652         (TRAP_TRACE): Likewise.
3653         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3654         __USE_XOPEN2K8].
3655         (CLD_KILLED): Likewise.
3656         (CLD_DUMPED): Likewise.
3657         (CLD_TRAPPED): Likewise.
3658         (CLD_STOPPED): Likewise.
3659         (CLD_CONTINUED): Likewise.
3660         (POLL_IN): Likewise.
3661         (POLL_OUT): Likewise.
3662         (POLL_MSG): Likewise.
3663         (POLL_ERR): Likewise.
3664         (POLL_PRI): Likewise.
3665         (POLL_HUP): Likewise.
3666         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
3667         Likewise.
3668         (ILL_ILLOPN): Likewise.
3669         (ILL_ILLADR): Likewise.
3670         (ILL_ILLTRP): Likewise.
3671         (ILL_PRVOPC): Likewise.
3672         (ILL_PRVREG): Likewise.
3673         (ILL_COPROC): Likewise.
3674         (ILL_BADSTK): Likewise.
3675         (FPE_INTDIV): Likewise.
3676         (FPE_INTOVF): Likewise.
3677         (FPE_FLTDIV): Likewise.
3678         (FPE_FLTOVF): Likewise.
3679         (FPE_FLTUND): Likewise.
3680         (FPE_FLTRES): Likewise.
3681         (FPE_FLTINV): Likewise.
3682         (FPE_FLTSUB): Likewise.
3683         (SEGV_MAPERR): Likewise.
3684         (SEGV_ACCERR): Likewise.
3685         (BUS_ADRALN): Likewise.
3686         (BUS_ADRERR): Likewise.
3687         (BUS_OBJERR): Likewise.
3688         (BUS_MCEERR_AR): Likewise.
3689         (BUS_MCEERR_AO): Likewise.
3690         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3691         (TRAP_TRACE): Likewise.
3692         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3693         __USE_XOPEN2K8].
3694         (CLD_KILLED): Likewise.
3695         (CLD_DUMPED): Likewise.
3696         (CLD_TRAPPED): Likewise.
3697         (CLD_STOPPED): Likewise.
3698         (CLD_CONTINUED): Likewise.
3699         (POLL_IN): Likewise.
3700         (POLL_OUT): Likewise.
3701         (POLL_MSG): Likewise.
3702         (POLL_ERR): Likewise.
3703         (POLL_PRI): Likewise.
3704         (POLL_HUP): Likewise.
3705         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
3706         (ILL_ILLOPN): Likewise.
3707         (ILL_ILLADR): Likewise.
3708         (ILL_ILLTRP): Likewise.
3709         (ILL_PRVOPC): Likewise.
3710         (ILL_PRVREG): Likewise.
3711         (ILL_COPROC): Likewise.
3712         (ILL_BADSTK): Likewise.
3713         (FPE_INTDIV): Likewise.
3714         (FPE_INTOVF): Likewise.
3715         (FPE_FLTDIV): Likewise.
3716         (FPE_FLTOVF): Likewise.
3717         (FPE_FLTUND): Likewise.
3718         (FPE_FLTRES): Likewise.
3719         (FPE_FLTINV): Likewise.
3720         (FPE_FLTSUB): Likewise.
3721         (SEGV_MAPERR): Likewise.
3722         (SEGV_ACCERR): Likewise.
3723         (BUS_ADRALN): Likewise.
3724         (BUS_ADRERR): Likewise.
3725         (BUS_OBJERR): Likewise.
3726         (BUS_MCEERR_AR): Likewise.
3727         (BUS_MCEERR_AO): Likewise.
3728         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3729         (TRAP_TRACE): Likewise.
3730         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3731         __USE_XOPEN2K8].
3732         (CLD_KILLED): Likewise.
3733         (CLD_DUMPED): Likewise.
3734         (CLD_TRAPPED): Likewise.
3735         (CLD_STOPPED): Likewise.
3736         (CLD_CONTINUED): Likewise.
3737         (POLL_IN): Likewise.
3738         (POLL_OUT): Likewise.
3739         (POLL_MSG): Likewise.
3740         (POLL_ERR): Likewise.
3741         (POLL_PRI): Likewise.
3742         (POLL_HUP): Likewise.
3743         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
3744         Likewise.
3745         (ILL_ILLOPN): Likewise.
3746         (ILL_ILLADR): Likewise.
3747         (ILL_ILLTRP): Likewise.
3748         (ILL_PRVOPC): Likewise.
3749         (ILL_PRVREG): Likewise.
3750         (ILL_COPROC): Likewise.
3751         (ILL_BADSTK): Likewise.
3752         (ILL_BADIADDR): Likewise.
3753         (ILL_BREAK): Likewise.
3754         (FPE_INTDIV): Likewise.
3755         (FPE_INTOVF): Likewise.
3756         (FPE_FLTDIV): Likewise.
3757         (FPE_FLTOVF): Likewise.
3758         (FPE_FLTUND): Likewise.
3759         (FPE_FLTRES): Likewise.
3760         (FPE_FLTINV): Likewise.
3761         (FPE_FLTSUB): Likewise.
3762         (FPE_DECOVF): Likewise.
3763         (FPE_DECDIV): Likewise.
3764         (FPE_DECERR): Likewise.
3765         (FPE_INVASC): Likewise.
3766         (FPE_INVDEC): Likewise.
3767         (SEGV_MAPERR): Likewise.
3768         (SEGV_ACCERR): Likewise.
3769         (SEGV_PSTKOVF): Likewise.
3770         (BUS_ADRALN): Likewise.
3771         (BUS_ADRERR): Likewise.
3772         (BUS_OBJERR): Likewise.
3773         (BUS_MCEERR_AR): Likewise.
3774         (BUS_MCEERR_AO): Likewise.
3775         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3776         (TRAP_TRACE): Likewise.
3777         (TRAP_BRANCH): Likewise.
3778         (TRAP_HWBKPT): Likewise.
3779         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3780         __USE_XOPEN2K8].
3781         (CLD_KILLED): Likewise.
3782         (CLD_DUMPED): Likewise.
3783         (CLD_TRAPPED): Likewise.
3784         (CLD_STOPPED): Likewise.
3785         (CLD_CONTINUED): Likewise.
3786         (POLL_IN): Likewise.
3787         (POLL_OUT): Likewise.
3788         (POLL_MSG): Likewise.
3789         (POLL_ERR): Likewise.
3790         (POLL_PRI): Likewise.
3791         (POLL_HUP): Likewise.
3792         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
3793         (ILL_ILLOPN): Likewise.
3794         (ILL_ILLADR): Likewise.
3795         (ILL_ILLTRP): Likewise.
3796         (ILL_PRVOPC): Likewise.
3797         (ILL_PRVREG): Likewise.
3798         (ILL_COPROC): Likewise.
3799         (ILL_BADSTK): Likewise.
3800         (FPE_INTDIV): Likewise.
3801         (FPE_INTOVF): Likewise.
3802         (FPE_FLTDIV): Likewise.
3803         (FPE_FLTOVF): Likewise.
3804         (FPE_FLTUND): Likewise.
3805         (FPE_FLTRES): Likewise.
3806         (FPE_FLTINV): Likewise.
3807         (FPE_FLTSUB): Likewise.
3808         (SEGV_MAPERR): Likewise.
3809         (SEGV_ACCERR): Likewise.
3810         (BUS_ADRALN): Likewise.
3811         (BUS_ADRERR): Likewise.
3812         (BUS_OBJERR): Likewise.
3813         (BUS_MCEERR_AR): Likewise.
3814         (BUS_MCEERR_AO): Likewise.
3815         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3816         (TRAP_TRACE): Likewise.
3817         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3818         __USE_XOPEN2K8].
3819         (CLD_KILLED): Likewise.
3820         (CLD_DUMPED): Likewise.
3821         (CLD_TRAPPED): Likewise.
3822         (CLD_STOPPED): Likewise.
3823         (CLD_CONTINUED): Likewise.
3824         (POLL_IN): Likewise.
3825         (POLL_OUT): Likewise.
3826         (POLL_MSG): Likewise.
3827         (POLL_ERR): Likewise.
3828         (POLL_PRI): Likewise.
3829         (POLL_HUP): Likewise.
3830         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
3831         (ILL_ILLOPN): Likewise.
3832         (ILL_ILLADR): Likewise.
3833         (ILL_ILLTRP): Likewise.
3834         (ILL_PRVOPC): Likewise.
3835         (ILL_PRVREG): Likewise.
3836         (ILL_COPROC): Likewise.
3837         (ILL_BADSTK): Likewise.
3838         (FPE_INTDIV): Likewise.
3839         (FPE_INTOVF): Likewise.
3840         (FPE_FLTDIV): Likewise.
3841         (FPE_FLTOVF): Likewise.
3842         (FPE_FLTUND): Likewise.
3843         (FPE_FLTRES): Likewise.
3844         (FPE_FLTINV): Likewise.
3845         (FPE_FLTSUB): Likewise.
3846         (SEGV_MAPERR): Likewise.
3847         (SEGV_ACCERR): Likewise.
3848         (BUS_ADRALN): Likewise.
3849         (BUS_ADRERR): Likewise.
3850         (BUS_OBJERR): Likewise.
3851         (BUS_MCEERR_AR): Likewise.
3852         (BUS_MCEERR_AO): Likewise.
3853         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3854         (TRAP_TRACE): Likewise.
3855         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3856         __USE_XOPEN2K8].
3857         (CLD_KILLED): Likewise.
3858         (CLD_DUMPED): Likewise.
3859         (CLD_TRAPPED): Likewise.
3860         (CLD_STOPPED): Likewise.
3861         (CLD_CONTINUED): Likewise.
3862         (POLL_IN): Likewise.
3863         (POLL_OUT): Likewise.
3864         (POLL_MSG): Likewise.
3865         (POLL_ERR): Likewise.
3866         (POLL_PRI): Likewise.
3867         (POLL_HUP): Likewise.
3868         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
3869         (ILL_ILLOPN): Likewise.
3870         (ILL_ILLADR): Likewise.
3871         (ILL_ILLTRP): Likewise.
3872         (ILL_PRVOPC): Likewise.
3873         (ILL_PRVREG): Likewise.
3874         (ILL_COPROC): Likewise.
3875         (ILL_BADSTK): Likewise.
3876         (FPE_INTDIV): Likewise.
3877         (FPE_INTOVF): Likewise.
3878         (FPE_FLTDIV): Likewise.
3879         (FPE_FLTOVF): Likewise.
3880         (FPE_FLTUND): Likewise.
3881         (FPE_FLTRES): Likewise.
3882         (FPE_FLTINV): Likewise.
3883         (FPE_FLTSUB): Likewise.
3884         (SEGV_MAPERR): Likewise.
3885         (SEGV_ACCERR): Likewise.
3886         (BUS_ADRALN): Likewise.
3887         (BUS_ADRERR): Likewise.
3888         (BUS_OBJERR): Likewise.
3889         (BUS_MCEERR_AR): Likewise.
3890         (BUS_MCEERR_AO): Likewise.
3891         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3892         (TRAP_TRACE): Likewise.
3893         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3894         __USE_XOPEN2K8].
3895         (CLD_KILLED): Likewise.
3896         (CLD_DUMPED): Likewise.
3897         (CLD_TRAPPED): Likewise.
3898         (CLD_STOPPED): Likewise.
3899         (CLD_CONTINUED): Likewise.
3900         (POLL_IN): Likewise.
3901         (POLL_OUT): Likewise.
3902         (POLL_MSG): Likewise.
3903         (POLL_ERR): Likewise.
3904         (POLL_PRI): Likewise.
3905         (POLL_HUP): Likewise.
3906         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
3907         (ILL_ILLOPN): Likewise.
3908         (ILL_ILLADR): Likewise.
3909         (ILL_ILLTRP): Likewise.
3910         (ILL_PRVOPC): Likewise.
3911         (ILL_PRVREG): Likewise.
3912         (ILL_COPROC): Likewise.
3913         (ILL_BADSTK): Likewise.
3914         (ILL_DBLFLT): Likewise.
3915         (ILL_HARDWALL): Likewise.
3916         (FPE_INTDIV): Likewise.
3917         (FPE_INTOVF): Likewise.
3918         (FPE_FLTDIV): Likewise.
3919         (FPE_FLTOVF): Likewise.
3920         (FPE_FLTUND): Likewise.
3921         (FPE_FLTRES): Likewise.
3922         (FPE_FLTINV): Likewise.
3923         (FPE_FLTSUB): Likewise.
3924         (SEGV_MAPERR): Likewise.
3925         (SEGV_ACCERR): Likewise.
3926         (BUS_ADRALN): Likewise.
3927         (BUS_ADRERR): Likewise.
3928         (BUS_OBJERR): Likewise.
3929         (BUS_MCEERR_AR): Likewise.
3930         (BUS_MCEERR_AO): Likewise.
3931         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3932         (TRAP_TRACE): Likewise.
3933         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3934         __USE_XOPEN2K8].
3935         (CLD_KILLED): Likewise.
3936         (CLD_DUMPED): Likewise.
3937         (CLD_TRAPPED): Likewise.
3938         (CLD_STOPPED): Likewise.
3939         (CLD_CONTINUED): Likewise.
3940         (POLL_IN): Likewise.
3941         (POLL_OUT): Likewise.
3942         (POLL_MSG): Likewise.
3943         (POLL_ERR): Likewise.
3944         (POLL_PRI): Likewise.
3945         (POLL_HUP): Likewise.
3946         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
3947         (ILL_ILLOPN): Likewise.
3948         (ILL_ILLADR): Likewise.
3949         (ILL_ILLTRP): Likewise.
3950         (ILL_PRVOPC): Likewise.
3951         (ILL_PRVREG): Likewise.
3952         (ILL_COPROC): Likewise.
3953         (ILL_BADSTK): Likewise.
3954         (FPE_INTDIV): Likewise.
3955         (FPE_INTOVF): Likewise.
3956         (FPE_FLTDIV): Likewise.
3957         (FPE_FLTOVF): Likewise.
3958         (FPE_FLTUND): Likewise.
3959         (FPE_FLTRES): Likewise.
3960         (FPE_FLTINV): Likewise.
3961         (FPE_FLTSUB): Likewise.
3962         (SEGV_MAPERR): Likewise.
3963         (SEGV_ACCERR): Likewise.
3964         (BUS_ADRALN): Likewise.
3965         (BUS_ADRERR): Likewise.
3966         (BUS_OBJERR): Likewise.
3967         (BUS_MCEERR_AR): Likewise.
3968         (BUS_MCEERR_AO): Likewise.
3969         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
3970         (TRAP_TRACE): Likewise.
3971         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
3972         __USE_XOPEN2K8].
3973         (CLD_KILLED): Likewise.
3974         (CLD_DUMPED): Likewise.
3975         (CLD_TRAPPED): Likewise.
3976         (CLD_STOPPED): Likewise.
3977         (CLD_CONTINUED): Likewise.
3978         (POLL_IN): Likewise.
3979         (POLL_OUT): Likewise.
3980         (POLL_MSG): Likewise.
3981         (POLL_ERR): Likewise.
3982         (POLL_PRI): Likewise.
3983         (POLL_HUP): Likewise.
3984         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
3985         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
3987         [BZ #16670]
3988         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
3989         before #include of <time.h>.
3990         [!__USE_XOPEN2K] (__need_timespec): Likewise.
3991         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
3992         (test-xfail-UNIX98/sched.h/conform): Likewise.
3994 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3996         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
3997         error absence of trapping exception support.
3998         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
4000 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
4002         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
4003         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
4004         * timezone/Makefile (testdata): Move definition above include of
4005         Rules.
4006         (test-zones): New variable.
4007         (tests-special): Add zone files.
4008         (build-testdata): Use $(evaluate-test).
4010         * elf/Makefile (tests-special): Rename tests to end with .out.
4011         ($(objpfx)noload-mem): Likewise.
4012         ($(objpfx)tst-leaks1-mem): Likewise.
4013         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
4014         * iconv/Makefile (xtests-special): Change test-iconvconfig to
4015         $(objpfx)test-iconvconfig.out.
4016         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
4017         set -e inside subshell and redirect output to file.
4018         * iconvdata/Makefile (generated): Rename tests to end with .out.
4019         Correct type.
4020         (tests-special): Rename tests to end with .out.
4021         ($(objpfx)mtrace-tst-loading): Likewise.
4022         * intl/Makefile (generated): Likewise.
4023         (tests-special): Likewise.
4024         ($(objpfx)mtrace-tst-gettext): Likewise.
4025         * misc/Makefile (generated): Likewise.
4026         (tests-special): Likewise.
4027         ($(objpfx)tst-error1-mem): Likewise.
4028         * nptl/Makefile (tests-special): Likewise.
4029         ($(objpfx)tst-stack3-mem): Likewise.
4030         (generated): Likewise.
4031         * posix/Makefile (generated): Likewise.
4032         (tests-special): Likewise.
4033         (xtests-special): Likewise.
4034         ($(objpfx)tst-fnmatch-mem): Likewise.
4035         ($(objpfx)bug-regex2-mem): Likewise.
4036         ($(objpfx)bug-regex14-mem): Likewise.
4037         ($(objpfx)bug-regex21-mem): Likewise.
4038         ($(objpfx)bug-regex31-mem): Likewise.
4039         ($(objpfx)tst-vfork3-mem): Likewise.
4040         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
4041         ($(objpfx)tst-pcre-mem): Likewise.
4042         ($(objpfx)tst-boost-mem): Likewise.
4043         ($(objpfx)bug-ga2-mem): Likewise.
4044         ($(objpfx)bug-glob2-mem): Likewise.
4045         * resolv/Makefile (generate): Likewise.
4046         (tests-special): Likewise.
4047         (xtests-special): Likewise.
4048         (generated): Likewise.
4049         ($(objpfx)mtrace-tst-leaks): Likewise.
4050         ($(objpfx)mtrace-tst-leaks2): Likewise.
4052         * scripts/merge-test-results.sh: New file.
4053         * Makefile (tests-special-notdir): New variable.
4054         (tests): Run merge-test-results.sh.
4055         (xtests): Likewise.
4056         * Rules (tests-special-notdir): New variable.
4057         (xtests-special-notdir): Likewise.
4058         (tests): Run merge-test-results.sh
4059         (xtests): Likewise.
4061         * Makeconfig (test-xfail-name): New variable.
4062         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
4063         compute variable name for expected failures.
4064         * conform/Makefile (conformtest-headers-data): New variable.
4065         (conformtest-standards): Likewise.
4066         (conformtest-headers-ISO): Likewise.
4067         (conformtest-headers-ISO99): Likewise.
4068         (conformtest-headers-ISO11): Likewise.
4069         (conformtest-headers-POSIX): Likewise.
4070         (conformtest-headers-XPG3): Likewise.
4071         (conformtest-headers-XPG4): Likewise.
4072         (conformtest-headers-UNIX98): Likewise.
4073         (conformtest-headers-XOPEN2K): Likewise.
4074         (conformtest-headers-POSIX2008): Likewise.
4075         (conformtest-headers-XOPEN2K8): Likewise.
4076         (conformtest-header-list-base): Likewise.
4077         (conformtest-header-list-tests): Likewise.
4078         (conformtest-header-base): Likewise.
4079         (conformtest-header-tests): Likewise.
4080         (tests-special): Add $(conformtest-header-list-tests).  If
4081         [$(fast-check) && !$(cross-compiling)], add
4082         $(conformtest-header-tests) instead of
4083         $(objpfx)run-conformtest.out.
4084         (generated): Add $(conformtest-header-list-base).  If
4085         [$(fast-check) && !$(cross-compiling)], add
4086         $(conformtest-header-base).  Remove previous setting.
4087         ($(conformtest-header-list-tests)): New target.
4088         (test-xfail-run-conformtest): Remove variable.
4089         ($(objpfx)run-conformtest.out): Remove target.
4090         (test-xfail-ISO11/complex.h/conform): New variable.
4091         (test-xfail-ISO11/stdalign.h/conform): Likewise.
4092         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
4093         (test-xfail-XPG3/varargs.h/conform): Likewise.
4094         (test-xfail-XPG4/varargs.h/conform): Likewise.
4095         (test-xfail-UNIX98/varargs.h/conform): Likewise.
4096         (test-xfail-XPG4/ndbm.h/conform): Likewise.
4097         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
4098         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
4099         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
4100         (test-xfail-XPG3/fcntl.h/conform): Likewise.
4101         (test-xfail-XPG3/ftw.h/conform): Likewise.
4102         (test-xfail-XPG3/grp.h/conform): Likewise.
4103         (test-xfail-XPG3/langinfo.h/conform): Likewise.
4104         (test-xfail-XPG3/limits.h/conform): Likewise.
4105         (test-xfail-XPG3/pwd.h/conform): Likewise.
4106         (test-xfail-XPG3/search.h/conform): Likewise.
4107         (test-xfail-XPG3/signal.h/conform): Likewise.
4108         (test-xfail-XPG3/stdio.h/conform): Likewise.
4109         (test-xfail-XPG3/stdlib.h/conform): Likewise.
4110         (test-xfail-XPG3/string.h/conform): Likewise.
4111         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
4112         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
4113         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
4114         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
4115         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
4116         (test-xfail-XPG3/sys/types.h/conform): Likewise.
4117         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
4118         (test-xfail-XPG3/termios.h/conform): Likewise.
4119         (test-xfail-XPG3/time.h/conform): Likewise.
4120         (test-xfail-XPG3/unistd.h/conform): Likewise.
4121         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
4122         (test-xfail-XPG4/fcntl.h/conform): Likewise.
4123         (test-xfail-XPG4/langinfo.h/conform): Likewise.
4124         (test-xfail-XPG4/netdb.h/conform): Likewise.
4125         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
4126         (test-xfail-XPG4/signal.h/conform): Likewise.
4127         (test-xfail-XPG4/stdio.h/conform): Likewise.
4128         (test-xfail-XPG4/stdlib.h/conform): Likewise.
4129         (test-xfail-XPG4/stropts.h/conform): Likewise.
4130         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
4131         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
4132         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
4133         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
4134         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
4135         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
4136         (test-xfail-XPG4/sys/time.h/conform): Likewise.
4137         (test-xfail-XPG4/sys/types.h/conform): Likewise.
4138         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
4139         (test-xfail-XPG4/termios.h/conform): Likewise.
4140         (test-xfail-XPG4/ucontext.h/conform): Likewise.
4141         (test-xfail-XPG4/unistd.h/conform): Likewise.
4142         (test-xfail-XPG4/utmpx.h/conform): Likewise.
4143         (test-xfail-POSIX/sched.h/conform): Likewise.
4144         (test-xfail-POSIX/signal.h/conform): Likewise.
4145         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
4146         (test-xfail-POSIX/tar.h/conform): Likewise.
4147         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
4148         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
4149         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
4150         (test-xfail-UNIX98/netdb.h/conform): Likewise.
4151         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
4152         (test-xfail-UNIX98/sched.h/conform): Likewise.
4153         (test-xfail-UNIX98/signal.h/conform): Likewise.
4154         (test-xfail-UNIX98/stdio.h/conform): Likewise.
4155         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
4156         (test-xfail-UNIX98/stropts.h/conform): Likewise.
4157         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
4158         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
4159         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
4160         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
4161         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
4162         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
4163         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
4164         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
4165         (test-xfail-UNIX98/unistd.h/conform): Likewise.
4166         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
4167         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
4168         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
4169         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
4170         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
4171         (test-xfail-XOPEN2K/math.h/conform): Likewise.
4172         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
4173         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
4174         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
4175         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
4176         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
4177         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
4178         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
4179         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
4180         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
4181         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
4182         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
4183         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
4184         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
4185         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
4186         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
4187         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
4188         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
4189         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
4190         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
4191         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
4192         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
4193         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
4194         (test-xfail-POSIX2008/signal.h/conform): Likewise.
4195         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
4196         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
4197         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
4198         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
4199         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
4200         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
4201         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
4202         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
4203         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
4204         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
4205         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
4206         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
4207         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
4208         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
4209         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
4210         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
4211         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
4212         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
4213         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
4214         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
4215         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
4216         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
4217         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
4218         (conformtest-cc-flags): Likewise.
4219         ($(conformtest-header-tests): New target.
4220         * conform/check-header-lists.sh: New file.
4221         * conform/run-conformtest.sh: Remove.
4223         * conform/conformtest.pl: Allow ' and \ in values given for
4224         constants.
4225         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
4226         inclusion.
4227         [POSIX] (sys/types.h): Likewise.
4228         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
4229         inclusion.
4230         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
4231         inclusion.
4232         * conform/data/signal.h-data (SIGIO): Remove expectation.
4233         [XPG3] (SIGBUS): Do not expect.
4234         [POSIX || XPG3] (SIGPOLL): Likewise.
4235         [POSIX || XPG3] (SIGPROF): Likewise.
4236         [POSIX || XPG3] (SIGSYS): Likewise.
4237         [XPG3] (SIGTRAP): Likewise.
4238         [POSIX || XPG3] (SIGURG): Likewise.
4239         [POSIX || XPG3] (SIGVTALRM): Likewise.
4240         [POSIX || XPG3] (SIGXCPU): Likewise.
4241         [POSIX || XPG3] (SIGXFSZ): Likewise.
4242         [POSIX] (SA_SIGINFO): Expect.
4243         [XPG3] (siginfo_t): Do not expect type or contents.
4244         [POSIX] (si_pid): Do not expect element.
4245         [POSIX] (si_uid): Likewise.
4246         [POSIX] (si_addr): Likewise.
4247         [POSIX] (si_status): Likewise.
4248         [POSIX] (si_band): Likewise.
4249         [XPG4] (si_value): Likewise.
4250         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
4251         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
4252         [POSIX || XPG3] (ILL_ILLADR): Likewise.
4253         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
4254         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
4255         [POSIX || XPG3] (ILL_PRVREG): Likewise.
4256         [POSIX || XPG3] (ILL_COPROC): Likewise.
4257         [POSIX || XPG3] (ILL_BADSTK): Likewise.
4258         [POSIX || XPG3] (FPE_INTDIV): Likewise.
4259         [POSIX || XPG3] (FPE_INTOVF): Likewise.
4260         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
4261         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
4262         [POSIX || XPG3] (FPE_FLTUND): Likewise.
4263         [POSIX || XPG3] (FPE_FLTRES): Likewise.
4264         [POSIX || XPG3] (FPE_FLTINV): Likewise.
4265         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
4266         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
4267         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
4268         [POSIX || XPG3] (BUS_ADRALN): Likewise.
4269         [POSIX || XPG3] (BUS_ADRERR): Likewise.
4270         [POSIX || XPG3] (BUS_OBJERR): Likewise.
4271         [POSIX || XPG3] (CLD_EXITED): Likewise.
4272         [POSIX || XPG3] (CLD_KILLED): Likewise.
4273         [POSIX || XPG3] (CLD_DUMPED): Likewise.
4274         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
4275         [POSIX || XPG3] (CLD_STOPPED): Likewise.
4276         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
4277         [POSIX || XPG3] (POLL_IN): Likewise.
4278         [POSIX || XPG3] (POLL_OUT): Likewise.
4279         [POSIX || XPG3] (POLL_MSG): Likewise.
4280         [POSIX || XPG3] (POLL_ERR): Likewise.
4281         [POSIX || XPG3] (POLL_PRI): Likewise.
4282         [POSIX || XPG3] (POLL_HUP): Likewise.
4283         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
4284         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
4285         (SIG*): Do not allow.
4286         [XPG3] (si_*): Likewise.
4287         [XPG3] (SI_*): Likewise.
4288         [XPG3 || XPG4] (sigev_*): Likewise.
4289         [XPG3 || XPG4] (SIGEV_*): Likewise.
4290         [XPG3 || XPG4] (sival_*): Likewise.
4291         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
4292         [POSIX || XPG3] (BUS_*): Likewise.
4293         [POSIX || XPG3] (CLD_*): Likewise.
4294         [POSIX || XPG3] (FPE_*): Likewise.
4295         [POSIX || XPG3] (ILL_*): Likewise.
4296         [POSIX || XPG3] (POLL_*): Likewise.
4297         [POSIX || XPG3] (SEGV_*): Likewise.
4298         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
4299         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
4300         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
4301         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
4302         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
4303         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
4304         Specify type and value.
4305         (TVERSLEN): Likewise.
4306         (REGTYPE): Likewise.
4307         (AREGTYPE): Likewise.
4308         (LNKTYPE): Likewise.
4309         (SYMTYPE): Likewise.
4310         (CHRTYPE): Likewise.
4311         (BLKTYPE): Likewise.
4312         (DIRTYPE): Likewise.
4313         (FIFOTYPE): Likewise.
4314         (CONTTYPE): Likewise.
4315         (TSUID): Likewise.
4316         (TSGID): Likewise.
4317         (TSVTX): Likewise.
4318         (TUREAD): Likewise.
4319         (TUWRITE): Likewise.
4320         (TUEXEC): Likewise.
4321         (TGREAD): Likewise.
4322         (TGWRITE): Likewise.
4323         (TGEXEC): Likewise.
4324         (TOREAD): Likewise.
4325         (TOWRITE): Likewise.
4326         (TOEXEC): Likewise.
4327         [POSIX] (TSVTX): Expect constant.
4329 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
4331         * Makefile (tests): Change dependencies to ....
4332         (tests-special): ... additions to this variable.
4333         (tests): Depend on $(tests-special).
4334         * Makerules (check-abi-list): New variable.
4335         (check-abi): Depend on $(check-abi-list).
4336         [$(subdir) = elf] (tests-special): Add
4337         $(objpfx)check-abi-libc.out.
4338         [$(build-shared) = yes && subdir] (tests-special): Add
4339         $(check-abi-list).
4340         [$(build-shared) = yes && subdir] (tests): Do not depend on
4341         check-abi.
4342         * Rules (tests): Depend on $(tests-special).
4343         (xtests): Depend on $(xtests-special).
4344         * catgets/Makefile (tests): Change dependencies to ....
4345         (tests-special): ... additions to this variable.
4346         * conform/Makefile (tests): Change dependencies to ....
4347         (tests-special): ... additions to this variable.
4348         * elf/Makefile (tests): Change dependencies to ....
4349         (tests-special): ... additions to this variable.
4350         * grp/Makefile (tests): Change dependencies to ....
4351         (tests-special): ... additions to this variable.
4352         * iconv/Makefile (xtests): Change dependencies to ....
4353         (xtests-special): ... additions to this variable.
4354         * iconvdata/Makefile (tests): Change dependencies to ....
4355         (tests-special): ... additions to this variable.
4356         * intl/Makefile (tests): Change dependencies to ....
4357         (tests-special): ... additions to this variable.  Also add
4358         $(objpfx)tst-gettext.out.
4359         * io/Makefile (tests): Change dependencies to ....
4360         (tests-special): ... additions to this variable.
4361         * libio/Makefile (tests): Change dependencies to ....
4362         (tests-special): ... additions to this variable.
4363         * malloc/Makefile (tests): Change dependencies to ....
4364         (tests-special): ... additions to this variable.
4365         * misc/Makefile (tests): Change dependencies to ....
4366         (tests-special): ... additions to this variable.
4367         * nptl/Makefile (tests): Change dependencies to ....
4368         (tests-special): ... additions to this variable.
4369         * nptl_db/Makefile (tests): Change dependencies to ....
4370         (tests-special): ... additions to this variable.
4371         * posix/Makefile (tests): Change dependencies to ....
4372         (tests-special): ... additions to this variable.
4373         (xtests): Change dependencies to ....
4374         (xtests-special): ... additions to this variable.
4375         * resolv/Makefile (tests): Change dependencies to ....
4376         (tests-special): ... additions to this variable.
4377         (xtests): Change dependencies to ....
4378         (xtests-special): ... additions to this variable.
4379         * stdio-common/Makefile (tests): Change dependencies to ....
4380         (tests-special): ... additions to this variable.
4381         (do-tst-unbputc): Remove target.
4382         (do-tst-printf): Likewise.
4383         * stdlib/Makefile (tests): Change dependencies to ....
4384         (tests-special): ... additions to this variable.
4385         * string/Makefile (tests): Change dependencies to ....
4386         (tests-special): ... additions to this variable.
4387         * sysdeps/x86/Makefile (tests): Change dependencies to ....
4388         (tests-special): ... additions to this variable.
4390         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
4391         whole file.
4392         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
4393         whole file.
4394         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
4395         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
4397         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
4398         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
4399         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
4400         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
4401         * conform/data/libgen.h-data [XPG3]: Likewise.
4402         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
4403         * conform/data/ndbm.h-data [XPG3]: Likewise.
4404         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
4405         * conform/data/netdb.h-data [XPG3]: Likewise.
4406         * conform/data/netinet/in.h-data [XPG3]: Likewise.
4407         * conform/data/poll.h-data [XPG3]: Likewise.
4408         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
4409         * conform/data/strings.h-data [XPG3]: Likewise.
4410         * conform/data/stropts.h-data [XPG3]: Likewise.
4411         * conform/data/sys/mman.h-data [XPG3]: Likewise.
4412         * conform/data/sys/resource.h-data [XPG3]: Likewise.
4413         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
4414         Likewise.
4415         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
4416         * conform/data/sys/time.h-data [XPG3]: Likewise.
4417         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
4418         * conform/data/sys/uio.h-data [XPG3]: Likewise.
4419         * conform/data/sys/un.h-data [XPG3]: Likewise.
4420         * conform/data/syslog.h-data [XPG3]: Likewise.
4421         * conform/data/ucontext.h-data [XPG3]: Likewise.
4422         * conform/data/utmpx.h-data [XPG3]: Likewise.
4423         * conform/data/varargs.h-data [UNIX98]: Enable file.
4425         * manual/Makefile (INSTALL_INFO): Remove variable setting.
4427         * math/libm-test.inc (struct test_f_f_data): Move expected results
4428         into structure for each rounding mode.
4429         (struct test_ff_f_data): Likewise.
4430         (struct test_ff_f_data_nexttoward): Likewise.
4431         (struct test_fi_f_data): Likewise.
4432         (struct test_fl_f_data): Likewise.
4433         (struct test_if_f_data): Likewise.
4434         (struct test_fff_f_data): Likewise.
4435         (struct test_c_f_data): Likewise.
4436         (struct test_f_f1_data): Likewise.
4437         (struct test_fF_f1_data): Likewise.
4438         (struct test_ffI_f1_data): Likewise.
4439         (struct test_c_c_data): Likewise.
4440         (struct test_cc_c_data): Likewise.
4441         (struct test_f_i_data): Likewise.
4442         (struct test_ff_i_data): Likewise.
4443         (struct test_f_l_data): Likewise.
4444         (struct test_f_L_data): Likewise.
4445         (struct test_fFF_11_data): Likewise.
4446         (RM_): New macro.
4447         (RM_FE_DOWNWARD): Likewise.
4448         (RM_FE_TONEAREST): Likewise.
4449         (RM_FE_TOWARDZERO): Likewise.
4450         (RM_FE_UPWARD): Likewise.
4451         (RUN_TEST_LOOP_f_f): Update references to expected results.
4452         (RUN_TEST_LOOP_2_f): Likewise.
4453         (RUN_TEST_LOOP_fff_f): Likewise.
4454         (RUN_TEST_LOOP_c_f): Likewise.
4455         (RUN_TEST_LOOP_f_f1): Likewise.
4456         (RUN_TEST_LOOP_fF_f1): Likewise.
4457         (RUN_TEST_LOOP_fI_f1): Likewise.
4458         (RUN_TEST_LOOP_ffI_f1): Likewise.
4459         (RUN_TEST_LOOP_c_c): Likewise.
4460         (RUN_TEST_LOOP_cc_c): Likewise.
4461         (RUN_TEST_LOOP_f_i): Likewise.
4462         (RUN_TEST_LOOP_f_i_tg): Likewise.
4463         (RUN_TEST_LOOP_ff_i_tg): Likewise.
4464         (RUN_TEST_LOOP_f_b): Likewise.
4465         (RUN_TEST_LOOP_f_b_tg): Likewise.
4466         (RUN_TEST_LOOP_f_l): Likewise.
4467         (RUN_TEST_LOOP_f_L): Likewise.
4468         (RUN_TEST_LOOP_fFF_11): Likewise.
4469         * math/gen-libm-test.pl (parse_args): Output four copies of
4470         expected results for each test.
4472         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4473         (__ASSUME_UTIMES): Remove.
4474         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4475         (__ASSUME_UTIMES): Likewise.
4477         * math/gen-auto-libm-tests.c: Update comment on output format.
4478         (output_for_one_input_case): Generate before-rounding and
4479         after-rounding information as conditions on output flags not
4480         floating-point format.
4481         * math/auto-libm-test-out: Regenerated.
4482         * math/gen-libm-test.pl (cond_value): New function.
4483         (or_cond_value): Use cond_value.
4484         (generate_testfile): Handle conditional exceptions.
4486 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
4488         * math/libm-test.inc (max_valid_error): New variable.
4489         (init_max_error): Take new argument specifying whether function
4490         results are exactly determined.  Set max_valid_error and bound
4491         other variables for errors based on this argument.
4492         (set_max_error): Do not record results above max_valid_error.
4493         (check_float_internal): Only accept errors of up to 0.5ulps if
4494         also at most max_valid_error.
4495         (START): Take new argument EXACT and pass it to init_max_error.
4496         (acos_test): Update call to START.
4497         (acos_test_tonearest): Likewise.
4498         (acos_test_towardzero): Likewise.
4499         (acos_test_downward): Likewise.
4500         (acos_test_upward): Likewise.
4501         (acosh_test): Likewise.
4502         (asin_test): Likewise.
4503         (asin_test_tonearest): Likewise.
4504         (asin_test_towardzero): Likewise.
4505         (asin_test_downward): Likewise.
4506         (asin_test_upward): Likewise.
4507         (asinh_test): Likewise.
4508         (atan_test): Likewise.
4509         (atanh_test): Likewise.
4510         (atan2_test): Likewise.
4511         (cabs_test): Likewise.
4512         (cacos_test): Likewise.
4513         (cacosh_test): Likewise.
4514         (carg_test): Likewise.
4515         (casin_test): Likewise.
4516         (casinh_test): Likewise.
4517         (catan_test): Likewise.
4518         (catanh_test): Likewise.
4519         (cbrt_test): Likewise.
4520         (ccos_test): Likewise.
4521         (ccosh_test): Likewise.
4522         (ceil_test): Likewise.
4523         (cexp_test): Likewise.
4524         (cimag_test): Likewise.
4525         (clog_test): Likewise.
4526         (clog10_test): Likewise.
4527         (conj_test): Likewise.
4528         (copysign_test): Likewise.
4529         (cos_test): Likewise.
4530         (cos_test_tonearest): Likewise.
4531         (cos_test_towardzero): Likewise.
4532         (cos_test_downward): Likewise.
4533         (cos_test_upward): Likewise.
4534         (cosh_test): Likewise.
4535         (cosh_test_tonearest): Likewise.
4536         (cosh_test_towardzero): Likewise.
4537         (cosh_test_downward): Likewise.
4538         (cosh_test_upward): Likewise.
4539         (cpow_test): Likewise.
4540         (cproj_test): Likewise.
4541         (creal_test): Likewise.
4542         (csin_test): Likewise.
4543         (csinh_test): Likewise.
4544         (csqrt_test): Likewise.
4545         (ctan_test): Likewise.
4546         (ctan_test_tonearest): Likewise.
4547         (ctan_test_towardzero): Likewise.
4548         (ctan_test_downward): Likewise.
4549         (ctan_test_upward): Likewise.
4550         (ctanh_test): Likewise.
4551         (ctanh_test_tonearest): Likewise.
4552         (ctanh_test_towardzero): Likewise.
4553         (ctanh_test_downward): Likewise.
4554         (ctanh_test_upward): Likewise.
4555         (erf_test): Likewise.
4556         (erfc_test): Likewise.
4557         (exp_test): Likewise.
4558         (exp_test_tonearest): Likewise.
4559         (exp_test_towardzero): Likewise.
4560         (exp_test_downward): Likewise.
4561         (exp_test_upward): Likewise.
4562         (exp10_test): Likewise.
4563         (exp10_test_tonearest): Likewise.
4564         (exp10_test_towardzero): Likewise.
4565         (exp10_test_downward): Likewise.
4566         (exp10_test_upward): Likewise.
4567         (pow10_test): Likewise.
4568         (exp2_test): Likewise.
4569         (expm1_test): Likewise.
4570         (expm1_test_tonearest): Likewise.
4571         (expm1_test_towardzero): Likewise.
4572         (expm1_test_downward): Likewise.
4573         (expm1_test_upward): Likewise.
4574         (fabs_test): Likewise.
4575         (fdim_test): Likewise.
4576         (floor_test): Likewise.
4577         (fma_test): Likewise.
4578         (fma_test_towardzero): Likewise.
4579         (fma_test_downward): Likewise.
4580         (fma_test_upward): Likewise.
4581         (fmax_test): Likewise.
4582         (fmin_test): Likewise.
4583         (fmod_test): Likewise.
4584         (fpclassify_test): Likewise.
4585         (frexp_test): Likewise.
4586         (hypot_test): Likewise.
4587         (ilogb_test): Likewise.
4588         (isfinite_test): Likewise.
4589         (finite_test): Likewise.
4590         (isgreater_test): Likewise.
4591         (isgreaterequal_test): Likewise.
4592         (isinf_test): Likewise.
4593         (isless_test): Likewise.
4594         (islessequal_test): Likewise.
4595         (islessgreater_test): Likewise.
4596         (isnan_test): Likewise.
4597         (isnormal_test): Likewise.
4598         (issignaling_test): Likewise.
4599         (isunordered_test): Likewise.
4600         (j0_test): Likewise.
4601         (j1_test): Likewise.
4602         (jn_test): Likewise.
4603         (ldexp_test): Likewise.
4604         (lgamma_test): Likewise.
4605         (gamma_test): Likewise.
4606         (lrint_test): Likewise.
4607         (lrint_test_tonearest): Likewise.
4608         (lrint_test_towardzero): Likewise.
4609         (lrint_test_downward): Likewise.
4610         (lrint_test_upward): Likewise.
4611         (llrint_test): Likewise.
4612         (llrint_test_tonearest): Likewise.
4613         (llrint_test_towardzero): Likewise.
4614         (llrint_test_downward): Likewise.
4615         (llrint_test_upward): Likewise.
4616         (log_test): Likewise.
4617         (log10_test): Likewise.
4618         (log1p_test): Likewise.
4619         (log2_test): Likewise.
4620         (logb_test): Likewise.
4621         (logb_test_downward): Likewise.
4622         (lround_test): Likewise.
4623         (llround_test): Likewise.
4624         (modf_test): Likewise.
4625         (nearbyint_test): Likewise.
4626         (nextafter_test): Likewise.
4627         (nexttoward_test): Likewise.
4628         (pow_test): Likewise.
4629         (pow_test_tonearest): Likewise.
4630         (pow_test_towardzero): Likewise.
4631         (pow_test_downward): Likewise.
4632         (pow_test_upward): Likewise.
4633         (remainder_test): Likewise.
4634         (drem_test): Likewise.
4635         (remainder_test_tonearest): Likewise.
4636         (drem_test_tonearest): Likewise.
4637         (remainder_test_towardzero): Likewise.
4638         (drem_test_towardzero): Likewise.
4639         (remainder_test_downward): Likewise.
4640         (drem_test_downward): Likewise.
4641         (remainder_test_upward): Likewise.
4642         (drem_test_upward): Likewise.
4643         (remquo_test): Likewise.
4644         (rint_test): Likewise.
4645         (rint_test_tonearest): Likewise.
4646         (rint_test_towardzero): Likewise.
4647         (rint_test_downward): Likewise.
4648         (rint_test_upward): Likewise.
4649         (round_test): Likewise.
4650         (scalb_test): Likewise.
4651         (scalbn_test): Likewise.
4652         (scalbln_test): Likewise.
4653         (signbit_test): Likewise.
4654         (sin_test): Likewise.
4655         (sin_test_tonearest): Likewise.
4656         (sin_test_towardzero): Likewise.
4657         (sin_test_downward): Likewise.
4658         (sin_test_upward): Likewise.
4659         (sincos_test): Likewise.
4660         (sinh_test): Likewise.
4661         (sinh_test_tonearest): Likewise.
4662         (sinh_test_towardzero): Likewise.
4663         (sinh_test_downward): Likewise.
4664         (sinh_test_upward): Likewise.
4665         (sqrt_test): Likewise.
4666         (sqrt_test_tonearest): Likewise.
4667         (sqrt_test_towardzero): Likewise.
4668         (sqrt_test_downward): Likewise.
4669         (sqrt_test_upward): Likewise.
4670         (tan_test): Likewise.
4671         (tan_test_tonearest): Likewise.
4672         (tan_test_towardzero): Likewise.
4673         (tan_test_downward): Likewise.
4674         (tan_test_upward): Likewise.
4675         (tanh_test): Likewise.
4676         (tgamma_test): Likewise.
4677         (trunc_test): Likewise.
4678         (y0_test): Likewise.
4679         (y1_test): Likewise.
4680         (yn_test): Likewise.
4681         (significand_test): Likewise.
4683         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
4684         individual tests in comment.
4685         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
4686         (prev_max_error): New variable.
4687         (prev_real_max_error): Likewise.
4688         (prev_imag_max_error): Likewise.
4689         (compare_ulp_data): Don't refer to test names in comment.
4690         (find_test_ulps): Remove function.
4691         (find_function_ulps): Likewise.
4692         (find_complex_function_ulps): Likewise.
4693         (init_max_error): Take function name as argument.  Look up ulps
4694         for that function.
4695         (print_ulps): Remove function.
4696         (print_max_error): Use prev_max_error instead of calling
4697         find_function_ulps.
4698         (print_complex_max_error): Use prev_real_max_error and
4699         prev_imag_max_error instead of calling find_complex_function_ulps.
4700         (check_float_internal): Take max_ulp parameter instead of calling
4701         find_test_ulps.  Don't call print_ulps.
4702         (check_float): Update call to check_float_internal.
4703         (check_complex): Update calls to check_float_internal.
4704         (START): Pass argument to init_max_error.
4705         * math/gen-libm-test.pl (%results): Don't include "kind"
4706         information.
4707         (parse_ulps): Don't handle ulps of individual tests.
4708         (print_ulps_file): Likewise.
4709         (output_ulps): Likewise.
4710         * math/README.libm-test: Update.
4711         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
4712         individual tests.
4713         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
4714         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
4715         * sysdeps/arm/libm-test-ulps: Likewise.
4716         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
4717         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
4718         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
4719         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
4720         * sysdeps/microblaze/libm-test-ulps: Likewise.
4721         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
4722         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
4723         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
4724         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
4725         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
4726         * sysdeps/sh/libm-test-ulps: Likewise.
4727         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
4728         * sysdeps/tile/libm-test-ulps: Likewise.
4729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4731 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
4733         * math/libm-test.inc (print_complex_max_error): Check separately
4734         whether real and imaginary errors are within allowed range and
4735         pass 0 to print_complex_function_ulps instead of value within
4736         allowed range.
4738 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4740         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
4741         formatting.
4742         (get_handles_fopen): Likewise.
4743         (do_write_test): Likewise.
4745         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
4747         * libio/fileops.c (do_ftell): Use cached offset when
4748         available.
4749         * libio/iofwide.c (do_ftell_wide): Likewise.
4750         * libio/iofdopen.c (_IO_new_fdopen): Don't use
4751         _IO_file_attach.
4752         * libio/wfileops.c (_IO_fwide): Don't cache offset.
4754         [BZ #16532]
4755         * libio/libioP.h (get_file_offset): New function.
4756         * libio/fileops.c (get_file_offset): Likewise.
4757         (do_ftell): Likewise.
4758         (_IO_new_file_seekoff): Split out ftell logic.
4759         * libio/wfileops.c (do_ftell_wide): Likewise.
4760         (_IO_wfile_seekoff): Split out ftell logic.
4761         * libio/tst-ftell-active-handler.c: New test case.
4762         * libio/Makefile (tests): Add it.
4764 2014-03-03  Roland McGrath  <roland@hack.frob.com>
4766         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
4767         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
4769 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
4771         [BZ #16639]
4772         * nscd/connections.c (nscd_init): Call do_exit.
4773         (start_threads): Call do_exit and notify_parent.
4774         (begin_drop_privileges): Call do_exit.
4775         (finish_drop_privileges): Likewise.
4776         * nscd/selinux.c (preserve_capabilities): Likewise.
4777         (install_real_capabilities): Likewise.
4778         (nscd_selinux_enabled): Likewise.
4779         (avc_create_thread): Likewise.
4780         (avc_alloc_lock): Likewise.
4781         (nscd_avc_init): Likewise.
4782         * nscd/nscd.c (parent_fd): New static variable.
4783         (main): Create a pipe between parent and child processes.
4784         Skip closing parent_fd.
4785         (monitor_child): New function.
4786         (do_exit): Likewise.
4787         (notify_parent): Likewise.
4788         * nscd/nscd.h (notify_parent): Likewise.
4789         (do_exit): Likewise.
4791 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
4793         * malloc/malloc.c (__libc_calloc): Revert last change.
4795 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4799 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4801         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
4802         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
4803         implementation.
4804         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4805         (__libc_ifunc_impl_list): Likewise.
4806         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
4807         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
4808         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
4809         * string/strrchr.c: Define STRRCHR.
4811 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
4813         * benchtest/bench-strtok.c (simple_strtok): Delete.
4814         (strtok_string): Use as benchmark.
4815         * string/strtok (STRTOK): New macro.
4817 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
4819         * manual/threads.texi: Add header and standard comments to all
4820         functions.
4822         * elf/dl-lookup.c (check_match): New function.
4823         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
4824         (do_lookup_x): Remove nested function check_match. Use non-nested
4825         function check_match.
4827 2014-02-28  Roland McGrath  <roland@hack.frob.com>
4829         * csu/Makefile (generated, before-compile): Use += rather than =.
4830         * catgets/Makefile (generated, generated-dirs): Likewise.
4831         * debug/Makefile (generated): Likewise.
4832         * dlfcn/Makefile (generated): Likewise.
4833         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
4834         * iconvdata/Makefile (before-compile, generated): Likewise.
4835         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
4836         * libio/Makefile (generated): Likewise.
4837         * malloc/Makefile (generated): Likewise.
4838         * manual/Makefile (generated, generated-dirs): Likewise.
4839         * misc/Makefile (generated): Likewise.
4840         * posix/Makefile (generated): Likewise.
4841         * resolv/Makefile (generated): Likewise.
4842         * sunrpc/Makefile (generated, generated-dirs): Likewise.
4843         * timezone/Makefile (generated, generated-dirs): Likewise.
4845         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
4847 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4849         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
4850         power8 implementation.
4851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
4852         file: POWER8 llround ifunc implementation.
4853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
4854         (__lllround): Add POWER8 implementation.
4855         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
4856         POWER8 llround implementation.
4858         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
4859         power8 implementation.
4860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
4861         file: POWER8 llrint ifunc implementation.
4862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
4863         Add POWER8 implementation.
4864         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
4865         POWER8 llrint implementation.
4867         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
4868         power8 implementation.
4869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
4870         file: POWER8 finite ifunc implementation.
4871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
4872         Add POWER8 implementation.
4873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
4874         Likewise.
4875         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
4876         POWER8 finite implementation.
4877         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
4879         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
4880         power8 implementation.
4881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
4882         file: POWER8 isinf ifunc implementation.
4883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
4884         POWER8 implementation.
4885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
4886         Likewise.
4887         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
4888         isinf implementation.
4889         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
4891         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
4892         (INIT_ARCH): Add hwcap2 initialization.
4893         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
4894         power8 implementation.
4895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
4896         file: POWER8 isnan ifunc implementation.
4897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
4898         POWER8 implementation.
4899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
4900         Likewise.
4901         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
4902         isnan implementation.
4903         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
4905 2014-02-27  Joey Ye  <joey.ye@arm.com>
4907         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4908         (_FP_NANFRAC_Q): Set to zero.
4910 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4912         [BZ #16623]
4913         * math/auto-libm-test-in: New test inputs.
4914         * math/auto-libm-test-out: Regenerate.
4915         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
4916         and DA.
4917         (__cos): Likewise.
4918         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
4920 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
4922         * scripts/evaluate-test.sh: Take new argument indicating whether
4923         failure is expected.
4924         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
4925         indicating whether failure is expected.
4926         * conform/Makefile (test-xfail-run-conformtest): New variable.
4927         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
4928         level.
4929         * posix/Makefile (test-xfail-annexc): New variable.
4930         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
4932 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
4934         * argp/Makefile: Include Makeconfig immediately after defining
4935         subdir.
4936         * assert/Makefile: Likewise.
4937         * benchtests/Makefile: Likewise.
4938         * catgets/Makefile: Likewise.
4939         * conform/Makefile: Likewise.
4940         * crypt/Makefile: Likewise.
4941         * csu/Makefile: Likewise.
4942         (all): Remove target.
4943         * ctype/Makefile: Include Makeconfig immediately after defining
4944         subdir.
4945         * debug/Makefile: Likewise.
4946         * dirent/Makefile: Likewise.
4947         * dlfcn/Makefile: Likewise.
4948         * gmon/Makefile: Likewise.
4949         * gnulib/Makefile: Likewise.
4950         * grp/Makefile: Likewise.
4951         * gshadow/Makefile: Likewise.
4952         * hesiod/Makefile: Likewise.
4953         * hurd/Makefile: Likewise.
4954         (all): Remove target.
4955         * iconvdata/Makefile: Include Makeconfig immediately after
4956         defining subdir.
4957         * inet/Makefile: Likewise.
4958         * intl/Makefile: Likewise.
4959         * io/Makefile: Likewise.
4960         * libio/Makefile: Likewise.
4961         (all): Remove target.
4962         * locale/Makefile: Include Makeconfig immediately after defining
4963         subdir.
4964         * login/Makefile: Likewise.
4965         * mach/Makefile: Likewise.
4966         (all): Remove target.
4967         * malloc/Makefile: Include Makeconfig immediately after defining
4968         subdir.
4969         (all): Remove target.
4970         * manual/Makefile: Include Makeconfig immediately after defining
4971         subdir.
4972         * math/Makefile: Likewise.
4973         * misc/Makefile: Likewise.
4974         * nis/Makefile: Likewise.
4975         * nss/Makefile: Likewise.
4976         * po/Makefile: Likewise.
4977         (all): Remove target.
4978         * posix/Makefile: Include Makeconfig immediately after defining
4979         subdir.
4980         * pwd/Makefile: Likewise.
4981         * resolv/Makefile: Likewise.
4982         * resource/Makefile: Likewise.
4983         * rt/Makefile: Likewise.
4984         * setjmp/Makefile: Likewise.
4985         * shadow/Makefile: Likewise.
4986         * signal/Makefile: Likewise.
4987         * socket/Makefile: Likewise.
4988         * soft-fp/Makefile: Likewise.
4989         * stdio-common/Makefile: Likewise.
4990         * stdlib/Makefile: Likewise.
4991         * streams/Makefile: Likewise.
4992         * string/Makefile: Likewise.
4993         * sunrpc/Makefile: Likewise.
4994         (all): Remove target.
4995         * sysvipc/Makefile: Include Makeconfig immediately after defining
4996         subdir.
4997         * termios/Makefile: Likewise.
4998         * time/Makefile: Likewise.
4999         * timezone/Makefile: Likewise.
5000         (all): Remove target.
5001         * wcsmbs/Makefile: Include Makeconfig immediately after defining
5002         subdir.
5003         * wctype/Makefile: Likewise.
5005 2014-02-26  Steve Ellcey  <sellcey@mips.com>
5007         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
5008         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
5009         (libc_feholdexcept_setround_mips): Ditto.
5010         (libc_feholdsetround): New.
5011         (libc_feholdsetroundf): New.
5012         (libc_feholdsetroundl): New.
5013         (libc_feupdateenv_test_mips): New.
5014         (libc_feupdateenv_test): New.
5015         (libc_feupdateenv_testf): New.
5016         (libc_feupdateenv_testl): New.
5017         (libc_feresetround): New.
5018         (libc_feresetroundf): New.
5019         (libc_feresetroundl): New.
5020         (libc_fetestexcept_mips): New.
5021         (libc_fetestexcept): New.
5022         (libc_fetestexceptf): New.
5023         (libc_fetestexceptl): New.
5024         (HAVE_RM_CTX): New.
5025         (libc_feholdexcept_setround_mips_ctx): New.
5026         (libc_feholdexcept_setround_ctx): New.
5027         (libc_feholdexcept_setroundf_ctx): New.
5028         (libc_feholdexcept_setroundl_ctx): New.
5029         (libc_fesetenv_mips_ctx): New.
5030         (libc_fesetenv_ctx): New.
5031         (libc_fesetenv_ctxf): New.
5032         (libc_fesetenv_ctxl): New.
5033         (libc_feupdateenv_mips_ctx): New.
5034         (libc_feupdateenv_ctx): New.
5035         (libc_feupdateenvf_ctx): New.
5036         (libc_feupdateenvl_ctx): New.
5037         (libc_feholdsetround_mips_ctx): New.
5038         (libc_feholdsetround_ctx): New.
5039         (libc_feholdsetroundf_ctx): New.
5040         (libc_feholdsetroundl_ctx): New.
5041         (libc_feresetround_mips_ctx): New.
5042         (libc_feresetround_ctx): New.
5043         (libc_feresetroundf_ctx): New.
5044         (libc_feresetroundl_ctx): New.
5046 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
5048         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
5050         * manual/ipc.texi: New file.
5051         * manual/Makefile (chapters): Add ipc.
5052         * manual/job.texi: Add "Inter-Process Communication" to next.
5053         * manual/process.texi: Add "Inter-Process Communication" to prev.
5055 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5059 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
5061         * malloc/malloc.c (__libc_calloc): Simplify implementation.
5063         * manual/arith.texi: Fix spaces after sentences.
5064         * manual/charset.texi: Likewise.
5065         * manual/errno.texi: Likewise.
5066         * manual/install.texi: Likewise.
5067         * manual/llio.texi: Likewise.
5068         * manual/locale.texi: Likewise.
5069         * manual/maint.texi: Likewise.
5070         * manual/math.texi: Likewise.
5071         * manual/memory.texi: Likewise.
5072         * manual/message.texi: Likewise.
5073         * manual/probes.texi: Likewise.
5074         * manual/resource.texi: Likewise.
5075         * manual/signal.texi: Likewise.
5076         * manual/socket.texi: Likewise.
5077         * manual/stdio.texi: Likewise.
5078         * manual/string.texi: Likewise.
5079         * manual/time.texi: Likewise.
5080         * manual/users.texi: Likewise.
5082 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
5084         [BZ #16632]
5085         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
5086         _DEFAULT_SOURCE is defined.
5088 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
5089             Carlos O'Donell  <carlos@redhat.com>
5091         [BZ #16613]
5092         * elf/dl-tls.c (_dl_count_modids): New function.
5093         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
5094         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
5095         audit library and increment generation counter.
5096         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
5097         * elf/tst-audit9.c: New file.
5098         * elf/tst-auditmod9a.c: New file.
5099         * elf/tst-auditmod9b.c: New file.
5100         * elf/Makefile: Add rules to build and run tst-audit9.
5102 2014-02-25  Florian Weimer  <fweimer@redhat.com>
5104         [BZ #15347]
5105         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
5107 2014-02-25  Will Newton  <will.newton@linaro.org>
5109         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
5110         (__longjmp): Restore sp and lr before restoring callee
5111         saved registers.  Add longjmp and longjmp_target
5112         SystemTap probe point.
5113         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
5114         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
5115         Define to zero to match jmpbuf layout.
5116         * sysdeps/arm/setjmp.S: Include stap-probe.h.
5117         (__sigsetjmp): Save sp and lr before saving callee
5118         saved registers.  Add setjmp SystemTap probe point.
5120 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
5122         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5124 2014-02-24  Andreas Schwab  <schwab@suse.de>
5126         [BZ #15804]
5127         * elf/pldd.c (wait_for_ptrace_stop): New function.
5128         (main): Call it after attaching.
5130 2014-02-22  Roland McGrath  <roland@hack.frob.com>
5132         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
5133         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
5134         Versions files is now verboten.
5135         * hurd/Versions (libc: GLIBC_2.0):
5136         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
5137         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
5138         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
5139         * mach/Versions: Likewise.
5141         * csu/Versions: Remove unused %include.
5142         * resolv/Versions: Likewise.
5144 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
5146         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
5147         ($(objpfx)check-local-headers.out): Likewise.
5148         ($(objpfx)begin-end-check.out): Likewise.
5149         * Makerules (check-abi-%.out): Likewise.
5150         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
5151         ($(objpfx)test2.cat): Likewise.
5152         ($(objpfx)de/libc.cat): Likewise.
5153         ($(objpfx)test-gencat.out): Likewise.
5154         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
5155         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
5156         ($(objpfx)noload-mem): Likewise.
5157         ($(objpfx)tst-pathopt.out): Likewise.
5158         ($(objpfx)tst-rtld-load-self.out): Likewise.
5159         ($(objpfx)tst-array1-cmp.out): Likewise.
5160         ($(objpfx)tst-array1-static-cmp.out): Likewise.
5161         ($(objpfx)tst-array2-cmp.out): Likewise.
5162         ($(objpfx)tst-array3-cmp.out): Likewise.
5163         ($(objpfx)tst-array4-cmp.out): Likewise.
5164         ($(objpfx)tst-array5-cmp.out): Likewise.
5165         ($(objpfx)tst-array5-static-cmp.out): Likewise.
5166         ($(objpfx)check-textrel.out): Likewise.
5167         ($(objpfx)check-execstack.out): Likewise.
5168         ($(objpfx)check-localplt.out): Likewise.
5169         ($(objpfx)order2-cmp.out): Likewise.
5170         ($(objpfx)tst-leaks1-mem): Likewise.
5171         ($(objpfx)tst-leaks1-static-mem): Likewise.
5172         ($(objpfx)tst-initorder-cmp.out): Likewise.
5173         ($(objpfx)tst-initorder2-cmp.out): Likewise.
5174         ($(objpfx)tst-unused-dep.out): Likewise.
5175         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
5176         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
5177         * iconv/Makefile (test-iconvconfig): Likewise.
5178         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
5179         ($(objpfx)iconv-test.out): Likewise.
5180         ($(objpfx)tst-tables.out): Likewise.
5181         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
5182         ($(objpfx)tst-gettext.out): Likewise.
5183         ($(objpfx)tst-translit.out): Likewise.
5184         ($(objpfx)tst-gettext2.out): Likewise.
5185         ($(objpfx)tst-gettext4.out): Likewise.
5186         ($(objpfx)tst-gettext6.out): Likewise.
5187         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
5188         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
5189         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
5190         ($(objpfx)tst-fopenloc-mem.out): Likewise.
5191         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
5192         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
5193         * posix/Makefile ($(objpfx)globtest.out): Likewise.
5194         ($(objpfx)wordexp-tst.out): Likewise.
5195         ($(objpfx)annexc.out): Likewise.
5196         ($(objpfx)tst-fnmatch-mem): Likewise.
5197         ($(objpfx)bug-regex2-mem): Likewise.
5198         ($(objpfx)bug-regex14-mem): Likewise.
5199         ($(objpfx)bug-regex21-mem): Likewise.
5200         ($(objpfx)bug-regex31-mem): Likewise.
5201         ($(objpfx)tst-vfork3-mem): Likewise.
5202         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
5203         ($(objpfx)tst-pcre-mem): Likewise.
5204         ($(objpfx)tst-boost-mem): Likewise.
5205         ($(objpfx)tst-getconf.out): Likewise.
5206         ($(objpfx)bug-ga2-mem): Likewise.
5207         ($(objpfx)bug-glob2-mem): Likewise.
5208         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
5209         ($(objpfx)mtrace-tst-leaks2): Likewise.
5210         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
5211         ($(objpfx)tst-printf.out): Likewise.
5212         ($(objpfx)tst-setvbuf1.out): Likewise.
5213         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
5214         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
5215         ($(objpfx)tst-fmtmsg.out): Likewise.
5216         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
5217         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
5219         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
5220         * bits/sigaction.h [__USE_MISC]: Likewise.
5221         * bits/waitstatus.h: Update #endif comments.
5222         * ctype/ctype.h: Likewise.
5223         * dirent/dirent.h: Likewise.
5224         [__USE_MISC]: Remove redundant conditionals.
5225         * grp/grp.h: Update #endif comments.
5226         [__USE_GNU]: Remove redundant conditionals.
5227         [__USE_MISC]: Likewise.
5228         * inet/netinet/in.h [__USE_GNU]: Likewise.
5229         * io/sys/stat.h [__USE_MISC]: Likewise.
5230         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
5231         * libio/bits/stdio.h: Update #endif comments.
5232         [__USE_MISC]: Remove redundant conditionals.
5233         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
5234         * libio/stdio.h: Update #endif comments.
5235         [__USE_MISC]: Remove redundant conditionals.
5236         * math/bits/math-finite.h [__USE_MISC]: Likewise.
5237         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
5238         * math/math.h: Update #else and #endif comments.
5239         [__USE_MISC]: Remove redundant conditionals.
5240         * misc/sys/uio.h: Update #endif comments.
5241         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
5242         * posix/glob.h [__USE_MISC]: Likewise.
5243         * posix/sys/types.h: Update #endif comments.
5244         [__USE_MISC]: Remove redundant conditionals.
5245         * posix/sys/wait.h: Update #endif comments.
5246         [__USE_MISC]: Remove redundant conditionals.
5247         * posix/unistd.h: Update #endif comments.
5248         [__USE_MISC]: Remove redundant conditionals.
5249         * pwd/pwd.h [__USE_GNU]: Likewise.
5250         [__USE_MISC]: Likewise.
5251         * resolv/netdb.h [__USE_GNU]: Likewise.
5252         * signal/signal.h: Update #endif comments.
5253         [__USE_MISC]: Remove redundant conditionals.
5254         * stdlib/stdlib.h: Update #else and #endif comments.
5255         [__USE_MISC]: Remove redundant conditionals.
5256         [__USE_GNU]: Likewise.
5257         * string/bits/string2.h [__USE_MISC]: Likewise.
5258         * string/string.h: Update #endif comments.
5259         [__USE_MISC]: Remove redundant conditionals.
5260         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
5261         Likewise.
5262         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
5263         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
5264         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
5265         Likewise.
5266         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
5267         Likewise.
5268         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
5269         comments.
5270         [__USE_MISC]: Remove redundant conditionals.
5271         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
5272         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
5273         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
5274         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
5275         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
5276         Likewise.
5277         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
5278         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
5279         Likewise.
5280         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
5281         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
5282         Likewise.
5283         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
5284         Likewise.
5285         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
5286         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
5287         Likewise.
5288         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
5289         Likewise.
5290         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
5291         * sysdeps/x86/bits/string.h: Update #endif comments.
5292         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
5293         conditionals.
5294         * time/sys/time.h: Update #endif comments.
5295         * time/time.h: Likewise.
5296         [__USE_MISC]: Remove redundant conditionals.
5298 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
5300         [BZ #16600]
5301         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
5303 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
5305         * Versions.def (librt): Add GLIBC_2.17.
5307 2014-02-21  Adam Conrad  <adconrad@0c3.net>
5309         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
5310         synonym for _SYS_AUXV_H to allow direct inclusion.
5311         * sysdeps/sparc/bits/hwcap.h: Likewise.
5312         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
5313         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
5314         * sysdeps/sparc/sysdep.h: Likewise.
5316 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5318         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
5320 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5322         * benchtests/bench-strrchr.c: Print length instead of position.
5324 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
5326         [BZ #16611]
5327         * sysdeps/unix/sysv/linux/kernel-features.h
5328         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
5329         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
5330         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
5331         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
5332         Likewise.
5333         [__i386__ || __powerpc__ || __sh__ || __sparc__]
5334         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5335         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
5336         (__ASSUME_SENDMMSG): Define instead of using previous
5337         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
5338         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5339         (__ASSUME_SENDMMSG_SYSCALL): Define.
5340         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5341         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
5342         Likewise.
5343         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5344         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
5345         Likewise.
5346         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5347         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
5348         Likewise.
5349         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
5350         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
5351         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
5352         [__ASSUME_SENDMMSG]: Change conditionals to
5353         [__ASSUME_SENDMMSG_SOCKETCALL].
5354         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5355         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
5356         Define.
5357         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5358         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
5359         Likewise.
5360         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
5361         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
5362         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
5363         [!__ASSUME_SENDMMSG]: Change conditional to
5364         [!__ASSUME_SENDMMSG_SOCKETCALL].
5365         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5366         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
5367         Define.
5369         [BZ #16610]
5370         * sysdeps/unix/sysv/linux/kernel-features.h
5371         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
5372         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
5373         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
5374         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
5375         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5376         [__i386__ || __sparc__]
5377         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5378         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
5379         (__ASSUME_RECVMMSG): Define instead of using previous
5380         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
5381         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5382         (__ASSUME_RECVMMSG_SYSCALL): Define.
5383         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5384         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
5385         Likewise.
5386         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5387         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
5388         Likewise.
5389         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5390         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
5391         Likewise.
5392         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
5393         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
5394         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
5395         [__ASSUME_RECVMMSG]: Change condition to
5396         [__ASSUME_RECVMMSG_SOCKETCALL].
5397         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5398         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
5399         Define.
5400         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5401         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5402         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
5403         Likewise.
5404         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
5405         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
5406         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
5407         [!__ASSUME_RECVMMSG]: Change condition to
5408         [!__ASSUME_RECVMMSG_SOCKETCALL].
5409         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5410         (__ASSUME_RECVMMSG_SYSCALL): Define.
5412         [BZ #16609]
5413         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
5414         __powerpc__ || __s390__ || __sh__ || __sparc__]
5415         (__ASSUME_SOCKETCALL): Define.
5416         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
5417         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
5418         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
5419         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
5420         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5421         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5422         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
5423         (__ASSUME_ACCEPT4): Define instead of using previous
5424         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
5425         __powerpc__ || __sparc__ || __s390__)] condition.
5426         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5427         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
5428         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
5429         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
5430         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
5431         [!__ASSUME_ACCEPT4]: Change condition to
5432         [!__ASSUME_ACCEPT4_SOCKETCALL].
5433         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5434         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
5435         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
5436         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5437         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
5438         __ASSUME_ACCEPT4_SYSCALL.
5439         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
5440         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
5441         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5442         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
5443         __ASSUME_ACCEPT4_SYSCALL.
5444         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
5445         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
5446         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
5447         [__ASSUME_ACCEPT4]: Change condition to
5448         [__ASSUME_ACCEPT4_SOCKETCALL].
5449         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5450         (__ASSUME_SOCKETCALL): Define.
5451         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
5452         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5453         (__ASSUME_SOCKETCALL): Define.
5454         (__ASSUME_ACCEPT4): Remove.
5455         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
5456         Define.
5457         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5458         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
5459         Likewise.
5460         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5461         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
5463         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
5464         macro.
5465         (HWCAP_ARM_LPAE): Likewise.
5466         (HWCAP_ARM_EVTSTRM): Likewise.
5467         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
5468         Add vpfd32, lpae and evtstrm.
5469         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
5470         Increase to 22.
5472 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
5474         * math/auto-libm-test-in: Add tests of clog10.
5475         * math/auto-libm-test-out: Regenerated.
5476         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
5477         * sysdeps/i386/fpu/libm-test-ulps: Update.
5478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5480 2014-02-18  Andreas Schwab  <schwab@suse.de>
5482         [BZ #16574]
5483         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
5484         Store non-zero if the second buffer was newly allocated.
5485         (send_dg): Likewise.
5486         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
5487         to send_vc and send_dg.
5488         (res_nsend): Pass NULL for ansp2_malloced.
5489         * resolv/res_query.c (__libc_res_nquery): Add parameter
5490         answerp2_malloced and pass it down to __libc_res_nsend.
5491         (res_nquery): Pass additional NULL to __libc_res_nquery.
5492         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
5493         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
5494         second answer buffer if answerp2_malloced was set.
5495         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
5496         (__libc_res_nquerydomain): Add parameter
5497         answerp2_malloced and pass it down to __libc_res_nquery.
5498         (res_nquerydomain): Pass additional NULL to
5499         __libc_res_nquerydomain.
5500         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
5501         additional NULL to __libc_res_nsend and __libc_res_nquery.
5502         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
5503         additional NULL to __libc_res_nsearch.
5504         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
5505         parameter of __libc_res_nsearch to check for separately allocated
5506         second buffer.
5507         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
5508         __libc_res_nquery.
5509         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
5510         additional NULL to __libc_res_nquery.
5511         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
5512         __libc_res_nsearch.
5513         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
5514         * include/resolv.h: Update prototypes of __libc_res_nquery,
5515         __libc_res_nsearch, __libc_res_nsend.
5517 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
5519         * math/auto-libm-test-in: Add tests of fma.
5520         * math/auto-libm-test-out: Regenerated.
5521         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
5522         (fma_towardzero_test_data): Likewise.
5523         (fma_downward_test_data): Likewise.
5524         (fma_upward_test_data): Likewise.
5525         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
5526         mpc_mode.
5527         (rounding_modes): Add values for new field.
5528         (func_calc_method): Add value mpfr_fff_f.
5529         (func_calc_desc): Add mpfr_fff_f union field.
5530         (test_function): Add field exact_args.
5531         (FUNC): Add macro argument EXACT_ARGS.
5532         (FUNC_mpfr_f_f): Update call to FUNC.
5533         (FUNC_mpfr_f_f): Likewise.
5534         (FUNC_mpfr_ff_f): Likewise.
5535         (FUNC_mpfr_if_f): Likewise.
5536         (FUNC_mpc_c_f): Likewise.
5537         (FUNC_mpc_c_c): Likewise.
5538         (test_functions): Add fma.  Update calls to FUNC.
5539         (handle_input_arg): Add argument exact_args.
5540         (add_test): Update call to handle_input_arg.
5541         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
5542         (output_for_one_input_case): Update call to calc_generic_results.
5543         Recalculate exact zero results in each rounding mode.
5545         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
5546         non-negative before setting low bit.
5547         * math/auto-libm-test-in: Mark one asin test possibly having
5548         spurious underflow.
5549         * math/auto-libm-test-out: Regenerated.
5550         * sysdeps/i386/fpu/libm-test-ulps: Update.
5551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5553 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
5555         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
5556         * sysdeps/unix/sysv/linux/microblaze: Move directory from
5557         ports/sysdeps/unix/sysv/linux/microblaze.
5558         * README: Add missing listing for microblaze*-*-linux-gnu.
5560 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
5562         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
5563         * sysdeps/unix/sysv/linux/ia64: Move directory from
5564         ports/sysdeps/unix/sysv/linux/ia64.
5565         * README: Update listing for ia64-*-linux-gnu.
5567 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
5568             Joseph Myers  <joseph@codesourcery.com>
5570         * Makeconfig (test-name): New variable.
5571         (evaluate-test): Likewise.
5572         * Makerules (do-test-clean): Remove .test-result files.
5573         (common-mostlyclean): Likewise.
5574         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
5575         * scripts/evaluate-test.sh: New file.
5577 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
5579         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
5580         separate $(objpfx)tst-fopenloc-cmp.out and
5581         $(objpfx)tst-fopenloc-mem.out targets.
5582         (tests): Update dependencies.
5583         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
5584         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
5585         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
5586         (tst-rxspencer-no-utf8-ARGS): New variable.
5587         (tst-rxspencer-no-utf8-ENV): Likewise.
5588         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
5589         instead of $(objpfx)tst-rxspencer-mem.
5590         ($(objpfx)tst-rxspencer-mem): Change target to
5591         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
5592         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
5593         * posix/tst-rxspencer-no-utf8.c: New file.
5595         * elf/Makefile ($(objpfx)order.out): Remove rule.
5596         [$(run-built-tests) = yes] (tests): Depend on
5597         $(objpfx)order-cmp.out.
5598         ($(objpfx)order-cmp.out): New rule.
5599         [$(run-built-tests) = yes] (tests): Depend on
5600         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
5601         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
5602         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
5603         $(objpfx)tst-array5-static-cmp.out.
5604         ($(objpfx)tst-array1.out): Remove rule.
5605         ($(objpfx)tst-array1-cmp.out): New rule.
5606         ($(objpfx)tst-array1-static.out): Remove rule.
5607         ($(objpfx)tst-array1-static-cmp.out): New rule.
5608         ($(objpfx)tst-array2.out): Remove rule.
5609         ($(objpfx)tst-array2-cmp.out): New rule.
5610         ($(objpfx)tst-array3.out): Remove rule.
5611         ($(objpfx)tst-array3-cmp.out): New rule.
5612         ($(objpfx)tst-array4.out): Remove rule.
5613         ($(objpfx)tst-array4-cmp.out): New rule.
5614         ($(objpfx)tst-array5.out): Remove rule.
5615         ($(objpfx)tst-array5-cmp.out): New rule.
5616         ($(objpfx)tst-array5-static.out): Remove rule.
5617         ($(objpfx)tst-array5-static-cmp.out): New rule.
5618         [$(run-built-tests) = yes] (tests): Depend on
5619         $(objpfx)order2-cmp.out.
5620         ($(objpfx)order2.out): Remove rule.
5621         ($(objpfx)order2-cmp.out): New rule.
5622         ($(objpfx)tst-initorder.out): Remove rule.
5623         [$(run-built-tests) = yes] (tests): Depend on
5624         $(objpfx)tst-initorder-cmp.out.
5625         ($(objpfx)tst-initorder-cmp.out): New rule.
5626         ($(objpfx)tst-initorder2.out): Remove rule.
5627         [$(run-built-tests) = yes] (tests): Depend on
5628         $(objpfx)tst-initorder2-cmp.out.
5629         ($(objpfx)tst-initorder2-cmp.out): New rule.
5630         [$(run-built-tests) = yes] (tests): Depend on
5631         $(objpfx)tst-unused-dep-cmp.out.
5632         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
5633         ($(objpfx)tst-unused-dep-cmp.out): New rule.
5634         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
5635         on $(objpfx)tst-setvbuf1-cmp.out.
5636         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
5637         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
5638         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
5639         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
5640         ($(objpfx)tst-svc.out): Remove rule.
5641         ($(objpfx)tst-svc-cmp.out): New rule.
5643 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
5645         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
5646         * ctype/ctype.h [__USE_MISC]: Likewise.
5647         * dirent/dirent.h [__USE_MISC]: Likewise.
5648         * grp/grp.h [__USE_MISC]: Likewise.
5649         * io/fcntl.h [__USE_MISC]: Likewise.
5650         * io/sys/stat.h [__USE_MISC]: Likewise.
5651         * libio/stdio.h [__USE_MISC]: Likewise.
5652         * posix/unistd.h [__USE_MISC]: Likewise.
5653         * pwd/pwd.h [__USE_MISC]: Likewise.
5654         * stdlib.h [__USE_MISC]: Likewise.
5655         * string/bits/string2.h [__USE_MISC]: Likewise.
5656         * string/string.h [__USE_MISC]: Likewise.
5657         * time/time.h [__USE_MISC]: Likewise.
5659 2014-02-13  Andreas Schwab  <schwab@suse.de>
5661         [BZ #16574]
5662         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
5663         second answer buffer if it was separately allocated.
5665 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
5667         * sysdeps/mips/math-tests.h: Include <features.h>.
5668         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
5669         (ROUNDING_TESTS_long_double): Do not define.
5670         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
5671         (EXCEPTION_TESTS_long_double): Likewise.
5672         * sysdeps/mips/mips64/libm-test-ulps: Update.
5674         * include/features.h (__USE_BSD): Remove macro definitions.
5675         (__USE_SVID): Likewise.
5676         (_BSD_SOURCE): Likewise.
5677         (_SVID_SOURCE): Likewise.
5678         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
5679         from definition of _DEFAULT_SOURCE.
5680         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
5681         [_DEFAULT_SOURCE].
5682         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
5683         * bits/mman.h [__USE_BSD]: Likewise.
5684         * bits/termios.h [__USE_BSD]: Likewise.
5685         * bits/waitstatus.h [__USE_BSD]: Likewise.
5686         * ctype/ctype.h [__USE_SVID]: Likewise.
5687         * dirent/dirent.h [__USE_BSD]: Likewise.
5688         * grp/grp.h [__USE_SVID]: Likewise.
5689         [__USE_BSD]: Likewise.
5690         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
5691         * io/fcntl.h [__USE_BSD]: Likewise.
5692         * io/ftw.h [__USE_BSD]: Likewise.
5693         * io/sys/stat.h [__USE_BSD]: Likewise.
5694         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
5695         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
5696         * libio/stdio.h [__USE_SVID]: Likewise.
5697         [__USE_BSD]: Likewise.
5698         * math/math.h [__USE_SVID]: Likewise.
5699         [__USE_BSD]: Likewise.
5700         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
5701         * misc/bits/syslog.h [__USE_BSD]: Likewise.
5702         * misc/search.h [__USE_SVID]: Likewise.
5703         * misc/sys/mman.h [__USE_BSD]: Likewise.
5704         * misc/sys/syslog.h [__USE_BSD]: Likewise.
5705         * misc/sys/uio.h [__USE_BSD]: Likewise.
5706         * posix/bits/unistd.h [__USE_BSD]: Likewise.
5707         * posix/glob.h [__USE_BSD]: Likewise.
5708         * posix/regex.h [__USE_BSD]: Likewise.
5709         * posix/sys/types.h [__USE_BSD]: Likewise.
5710         [__USE_SVID]: Likewise.
5711         * posix/sys/utsname.h [__USE_SVID]: Likewise.
5712         * posix/sys/wait.h [__USE_BSD]: Likewise.
5713         [__USE_SVID]: Likewise.
5714         * posix/unistd.h [__USE_BSD]: Likewise.
5715         [__USE_SVID]: Likewise.
5716         * pwd/pwd.h [__USE_SVID]: Likewise.
5717         * resolv/netdb.h [__USE_BSD]: Likewise.
5718         * setjmp/setjmp.h [__USE_BSD]: Likewise.
5719         * signal/signal.h [__USE_BSD]: Likewise.
5720         [__USE_SVID]: Likewise.
5721         * socket/sys/socket.h [__USE_BSD]: Likewise.
5722         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
5723         * stdlib/stdlib.h [__USE_BSD]: Likewise.
5724         [__USE_SVID]: Likewise.
5725         * string/bits/string2.h [__USE_BSD]: Likewise.
5726         [__USE_SVID]: Likewise.
5727         * string/bits/string3.h [__USE_BSD]: Likewise.
5728         * string/endian.h [__USE_BSD]: Likewise.
5729         * string/string.h [__USE_SVID]: Likewise.
5730         [__USE_BSD]: Likewise.
5731         * string/strings.h [__USE_BSD]: Likewise.
5732         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
5733         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
5734         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
5735         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
5736         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
5737         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
5738         Likewise.
5739         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
5740         Likewise.
5741         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
5742         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
5743         Likewise.
5744         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
5745         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
5746         Likewise.
5747         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
5748         Likewise.
5749         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
5750         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
5751         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
5752         Likewise.
5753         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
5754         Likewise.
5755         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
5756         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
5757         * termios/termios.h [__USE_BSD]: Likewise.
5758         * time/sys/time.h [__USE_BSD]: Likewise.
5759         * time/time.h [__USE_BSD]: Likewise.
5760         [__USE_SVID]: Likewise.
5762         * Makefile (subdir_targets): Remove subdir_lint.out.
5764         * stdio-common/Makefile (do-tst-unbputc): Remove target.
5765         (do-tst-printf): Likewise.
5766         (tests): Depend directly on $(objpfx)tst-unbputc.out and
5767         $(objpfx)tst-printf.out.
5769         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
5771         * Makerules (check-abi-%): Change target to
5772         $(objpfx)check-abi-%.out.
5773         (check-abi target): Update dependencies.
5774         (check-abi-pattern variable): Redirect output of diff to $@.
5775         (check-abi variable): Likewise.
5776         * elf/Makefile (check-abi): Update dependencies.
5778         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
5779         unused.
5780         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
5781         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
5782         subnormal range.
5783         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
5784         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
5785         value has largest subnormal exponent.
5786         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
5787         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
5788         * sysdeps/aarch64/soft-fp/sfp-machine.h
5789         (_FP_TININESS_AFTER_ROUNDING): New macro.
5790         * sysdeps/alpha/soft-fp/sfp-machine.h
5791         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5792         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
5793         Likewise.
5794         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
5795         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5796         * sysdeps/mips/soft-fp/sfp-machine.h
5797         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5798         * sysdeps/powerpc/soft-fp/sfp-machine.h
5799         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5800         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
5801         Likewise.
5802         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
5803         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5804         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
5805         (_FP_TININESS_AFTER_ROUNDING): Likewise.
5806         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
5807         Likewise.
5809 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
5811         [BZ #16545]
5812         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
5813         model 1.
5815 2014-02-12  Richard Henderson  <rth@redhat.com>
5817         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
5818         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
5819         * sysdeps/unix/sysv/linux/alpha: Move directory from
5820         ports/sysdeps/unix/sysv/linux/alpha.
5821         * README: Update listing for alpha-*-linux-gnu.
5823 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
5825         * include/features.h: Update comment documenting feature test
5826         macros.
5827         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
5828         _DEFAULT_SOURCE.
5829         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
5830         (_SVID_SOURCE): Likewise.
5831         (_DEFAULT_SOURCE): Update description of default features.
5832         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
5833         with _GNU_SOURCE.
5834         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
5835         (S_ISVTX): Likewise.
5836         * manual/math.texi (Mathematical Constants): Likewise.
5837         * manual/signal.texi (Interrupted Primitives): Likewise.
5838         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
5839         * math/test-matherr.c (_SVID_SOURCE): Do not define.
5840         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
5841         Don't refer to _SVID_SOURCE in warning text.
5843         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5845         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
5846         already defined.
5847         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
5848         * sysdeps/mips/dl-lookup.c: Remove.
5849         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
5851 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5853         [BZ #16447]
5854         * math/auto-libm-test-in: Add testcase for expl.
5855         * math/auto-libm-test-out: Regenerate.
5856         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
5857         calculation of unsafe.
5858         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
5860 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5862         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
5863         * sysdeps/unix/sysv/linux/aarch64: Move directory from
5864         ports/sysdeps/unix/sysv/linux/aarch64.
5865         * README: Update listing for aarch64*-*-linux-gnu.
5867 2014-02-11  Will Newton  <will.newton@linaro.org>
5869         * manual/probes.texi (Mathematical Function Probes): Use
5870         "triggered" instead of "hit".
5872         * manual/probes.texi (Internal Probes): Add documentation
5873         of setjmp, longjmp and longjmp_target probes.
5875         * include/stap-probe.h: Add comment about probe argument
5876         format.
5878         * malloc/mtrace.c (attribute_hidden): Remove unused macro
5879         definition.  (tr_where, tr_freehook, tr_mallochook,
5880         tr_reallochook, tr_memalignhook): Use ANSI protoype.
5882 2014-02-11  David S. Miller  <davem@davemloft.net>
5884         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
5885         processing int_tests.
5887 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
5889         * sysdeps/mips: Move directory from ports/sysdeps/mips.
5890         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
5891         * sysdeps/unix/sysv/linux/mips: Move directory from
5892         ports/sysdeps/unix/sysv/linux/mips.
5893         * README: Update listing for mips-*-linux-gnu and
5894         mips64-*-linux-gnu.
5896 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
5898         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
5899         * sysdeps/unix/sysv/linux/m68k: Move directory from
5900         ports/sysdeps/unix/sysv/linux/m68k.
5901         * README: Update listing for m68k-*-linux-gnu.
5903 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
5905         * sysdeps/tile: Move directory from ports/sysdeps/tile.
5906         * sysdeps/unix/sysv/linux/generic: Move directory from
5907         ports/sysdeps/unix/sysv/linux/generic.
5908         * sysdeps/unix/sysv/linux/tile: Move directory from
5909         ports/sysdeps/unix/sysv/linux/tile.
5910         * README: Update listing for tile*-*-linux-gnu.
5912 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
5914         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
5915         __builtin_expect.
5916         * benchtests/bench-memmem.c (simple_memmem): Likewise.
5917         * catgets/open_catalog.c (__open_catalog): Likewise.
5918         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
5919         * debug/confstr_chk.c: Likewise.
5920         * debug/fread_chk.c (__fread_chk): Likewise.
5921         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
5922         * debug/getgroups_chk.c: Likewise.
5923         * debug/mbsnrtowcs_chk.c: Likewise.
5924         * debug/mbsrtowcs_chk.c: Likewise.
5925         * debug/mbstowcs_chk.c: Likewise.
5926         * debug/memcpy_chk.c: Likewise.
5927         * debug/memmove_chk.c: Likewise.
5928         * debug/mempcpy_chk.c: Likewise.
5929         * debug/memset_chk.c: Likewise.
5930         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
5931         * debug/strcat_chk.c (__strcat_chk): Likewise.
5932         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
5933         * debug/strncat_chk.c (__strncat_chk): Likewise.
5934         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
5935         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
5936         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
5937         * debug/wcpncpy_chk.c: Likewise.
5938         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
5939         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
5940         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
5941         * debug/wcsncpy_chk.c: Likewise.
5942         * debug/wcsnrtombs_chk.c: Likewise.
5943         * debug/wcsrtombs_chk.c: Likewise.
5944         * debug/wcstombs_chk.c: Likewise.
5945         * debug/wmemcpy_chk.c: Likewise.
5946         * debug/wmemmove_chk.c: Likewise.
5947         * debug/wmempcpy_chk.c: Likewise.
5948         * debug/wmemset_chk.c: Likewise.
5949         * dirent/scandirat.c (SCANDIRAT): Likewise.
5950         * dlfcn/dladdr1.c (dladdr1): Likewise.
5951         * dlfcn/dladdr.c (dladdr): Likewise.
5952         * dlfcn/dlclose.c (dlclose_doit): Likewise.
5953         * dlfcn/dlerror.c (__dlerror): Likewise.
5954         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5955         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
5956         * dlfcn/dlopen.c (dlopen_doit): Likewise.
5957         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
5958         * dlfcn/dlsym.c (dlsym_doit): Likewise.
5959         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
5960         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
5961         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
5962         Likewise.
5963         * elf/dl-conflict.c: Likewise.
5964         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
5965         * elf/dl-dst.h: Likewise.
5966         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
5967         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
5968         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
5969         * elf/dl-init.c (call_init, _dl_init): Likewise.
5970         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
5971         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
5972         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
5973         Likewise.
5974         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
5975         Likewise.
5976         * elf/dl-minimal.c (__libc_memalign): Likewise.
5977         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
5978         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
5979         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
5980         * elf/dl-sym.c (do_sym): Likewise.
5981         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
5982         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
5983         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
5984         * elf/dl-writev.h (_dl_writev): Likewise.
5985         * elf/ldconfig.c (search_dir): Likewise.
5986         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
5987         (dl_main): Likewise.
5988         * elf/setup-vdso.h (setup_vdso): Likewise.
5989         * grp/compat-initgroups.c (compat_call): Likewise.
5990         * grp/fgetgrent.c (fgetgrent): Likewise.
5991         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
5992         * grp/putgrent.c (putgrent): Likewise.
5993         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
5994         Likewise.
5995         * hurd/hurdinit.c: Likewise.
5996         * iconvdata/8bit-gap.c (struct): Likewise.
5997         * iconvdata/ansi_x3.110.c : Likewise.
5998         * iconvdata/big5.c : Likewise.
5999         * iconvdata/big5hkscs.c : Likewise.
6000         * iconvdata/cp1255.c: Likewise.
6001         * iconvdata/cp1258.c : Likewise.
6002         * iconvdata/cp932.c : Likewise.
6003         * iconvdata/euc-cn.c: Likewise.
6004         * iconvdata/euc-jisx0213.c : Likewise.
6005         * iconvdata/euc-jp.c: Likewise.
6006         * iconvdata/euc-jp-ms.c : Likewise.
6007         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
6008         * iconvdata/gb18030.c : Likewise.
6009         * iconvdata/gbbig5.c (const): Likewise.
6010         * iconvdata/gbgbk.c: Likewise.
6011         * iconvdata/gbk.c : Likewise.
6012         * iconvdata/ibm1364.c : Likewise.
6013         * iconvdata/ibm930.c : Likewise.
6014         * iconvdata/ibm932.c: Likewise.
6015         * iconvdata/ibm933.c : Likewise.
6016         * iconvdata/ibm935.c : Likewise.
6017         * iconvdata/ibm937.c : Likewise.
6018         * iconvdata/ibm939.c : Likewise.
6019         * iconvdata/ibm943.c: Likewise.
6020         * iconvdata/iso_11548-1.c: Likewise.
6021         * iconvdata/iso-2022-cn.c : Likewise.
6022         * iconvdata/iso-2022-cn-ext.c : Likewise.
6023         * iconvdata/iso-2022-jp-3.c: Likewise.
6024         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
6025         * iconvdata/iso-2022-kr.c : Likewise.
6026         * iconvdata/iso646.c (gconv_end): Likewise.
6027         * iconvdata/iso_6937-2.c : Likewise.
6028         * iconvdata/iso_6937.c : Likewise.
6029         * iconvdata/iso8859-1.c: Likewise.
6030         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
6031         * iconvdata/shift_jisx0213.c : Likewise.
6032         * iconvdata/sjis.c : Likewise.
6033         * iconvdata/t.61.c : Likewise.
6034         * iconvdata/tcvn5712-1.c : Likewise.
6035         * iconvdata/tscii.c: Likewise.
6036         * iconvdata/uhc.c : Likewise.
6037         * iconvdata/unicode.c (gconv_end): Likewise.
6038         * iconvdata/utf-16.c (gconv_end): Likewise.
6039         * iconvdata/utf-32.c (gconv_end): Likewise.
6040         * iconvdata/utf-7.c (base64): Likewise.
6041         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
6042         * iconv/gconv_close.c (__gconv_close): Likewise.
6043         * iconv/gconv_open.c (__gconv_open): Likewise.
6044         * iconv/gconv_simple.c (internal_ucs4_loop_single)
6045         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
6046         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
6047         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
6048         (ucs4le_internal_loop_single): Likewise.
6049         * iconv/iconv.c (iconv): Likewise.
6050         * iconv/iconv_close.c: Likewise.
6051         * iconv/loop.c (SINGLE): Likewise.
6052         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
6053         * include/atomic.h: Likewise.
6054         * inet/inet6_option.c (option_alloc): Likewise.
6055         * intl/bindtextdom.c (set_binding_values): Likewise.
6056         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
6057         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
6058         * intl/localealias.c (read_alias_file): Likewise.
6059         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
6060         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
6061         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
6062         * libio/fmemopen.c (fmemopen): Likewise.
6063         * libio/iofgets.c (_IO_fgets): Likewise.
6064         * libio/iofgets_u.c (fgets_unlocked): Likewise.
6065         * libio/iofgetws.c (fgetws): Likewise.
6066         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
6067         * libio/iogetdelim.c (_IO_getdelim): Likewise.
6068         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
6069         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
6070         * locale/findlocale.c (_nl_find_locale): Likewise.
6071         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
6072         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
6073         Likewise.
6074         * locale/setlocale.c (setlocale): Likewise.
6075         * login/programs/pt_chown.c (main): Likewise.
6076         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
6077         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
6078         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
6079         (mmap, mmap64, mremap, munmap): Likewise.
6080         * math/e_exp2l.c: Likewise.
6081         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
6082         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
6083         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
6084         * math/s_catan.c (__catan): Likewise.
6085         * math/s_catanf.c (__catanf): Likewise.
6086         * math/s_catanh.c (__catanh): Likewise.
6087         * math/s_catanhf.c (__catanhf): Likewise.
6088         * math/s_catanhl.c (__catanhl): Likewise.
6089         * math/s_catanl.c (__catanl): Likewise.
6090         * math/s_ccosh.c (__ccosh): Likewise.
6091         * math/s_ccoshf.c (__ccoshf): Likewise.
6092         * math/s_ccoshl.c (__ccoshl): Likewise.
6093         * math/s_cexp.c (__cexp): Likewise.
6094         * math/s_cexpf.c (__cexpf): Likewise.
6095         * math/s_cexpl.c (__cexpl): Likewise.
6096         * math/s_clog10.c (__clog10): Likewise.
6097         * math/s_clog10f.c (__clog10f): Likewise.
6098         * math/s_clog10l.c (__clog10l): Likewise.
6099         * math/s_clog.c (__clog): Likewise.
6100         * math/s_clogf.c (__clogf): Likewise.
6101         * math/s_clogl.c (__clogl): Likewise.
6102         * math/s_csin.c (__csin): Likewise.
6103         * math/s_csinf.c (__csinf): Likewise.
6104         * math/s_csinh.c (__csinh): Likewise.
6105         * math/s_csinhf.c (__csinhf): Likewise.
6106         * math/s_csinhl.c (__csinhl): Likewise.
6107         * math/s_csinl.c (__csinl): Likewise.
6108         * math/s_csqrt.c (__csqrt): Likewise.
6109         * math/s_csqrtf.c (__csqrtf): Likewise.
6110         * math/s_csqrtl.c (__csqrtl): Likewise.
6111         * math/s_ctan.c (__ctan): Likewise.
6112         * math/s_ctanf.c (__ctanf): Likewise.
6113         * math/s_ctanh.c (__ctanh): Likewise.
6114         * math/s_ctanhf.c (__ctanhf): Likewise.
6115         * math/s_ctanhl.c (__ctanhl): Likewise.
6116         * math/s_ctanl.c (__ctanl): Likewise.
6117         * math/w_pow.c: Likewise.
6118         * math/w_powf.c: Likewise.
6119         * math/w_powl.c: Likewise.
6120         * math/w_scalb.c (sysv_scalb): Likewise.
6121         * math/w_scalbf.c (sysv_scalbf): Likewise.
6122         * math/w_scalbl.c (sysv_scalbl): Likewise.
6123         * misc/error.c (error_tail): Likewise.
6124         * misc/pselect.c (__pselect): Likewise.
6125         * nis/nis_callback.c (__nis_create_callback): Likewise.
6126         * nis/nis_call.c (__nisfind_server): Likewise.
6127         * nis/nis_creategroup.c (nis_creategroup): Likewise.
6128         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
6129         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
6130         * nis/nis_getservlist.c (nis_getservlist): Likewise.
6131         * nis/nis_lookup.c (nis_lookup): Likewise.
6132         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
6133         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
6134         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
6135         * nis/nis_xdr.c (xdr_endpoint): Likewise.
6136         * nis/nss_compat/compat-grp.c (getgrent_next_file)
6137         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
6138         * nis/nss_compat/compat-initgroups.c (add_group)
6139         (internal_getgrent_r): Likewise.
6140         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
6141         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
6142         * nis/nss_compat/compat-spwd.c (getspent_next_file)
6143         (internal_getspnam_r): Likewise.
6144         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
6145         (_nss_nis_getaliasbyname_r): Likewise.
6146         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
6147         (_nss_nis_getntohost_r): Likewise.
6148         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
6149         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
6150         (_nss_nis_getgrgid_r): Likewise.
6151         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
6152         (internal_nis_gethostent_r, internal_gethostbyname2_r)
6153         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
6154         (_nss_nis_gethostbyname4_r): Likewise.
6155         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
6156         (initgroups_netid): Likewise.
6157         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
6158         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
6159         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
6160         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
6161         (_nss_nis_getprotobynumber_r): Likewise.
6162         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
6163         (_nss_nis_getsecretkey): Likewise.
6164         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
6165         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
6166         (_nss_nis_getpwuid_r): Likewise.
6167         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
6168         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
6169         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
6170         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
6171         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
6172         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
6173         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
6174         Likewise.
6175         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
6176         (_nss_nisplus_getntohost_r): Likewise.
6177         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
6178         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
6179         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
6180         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
6181         Likewise.
6182         * nis/nss_nisplus/nisplus-initgroups.c
6183         (_nss_nisplus_initgroups_dyn): Likewise.
6184         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
6185         (_nss_nisplus_getnetbyaddr_r): Likewise.
6186         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
6187         (_nss_nisplus_getprotobynumber_r): Likewise.
6188         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
6189         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
6190         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
6191         Likewise.
6192         * nis/nss_nisplus/nisplus-service.c
6193         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
6194         (_nss_nisplus_getservbyport_r): Likewise.
6195         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
6196         (_nss_nisplus_getspnam_r): Likewise.
6197         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
6198         Likewise.
6199         * nscd/aicache.c (addhstaiX): Likewise.
6200         * nscd/cache.c (cache_search, prune_cache): Likewise.
6201         * nscd/connections.c (register_traced_file, send_ro_fd)
6202         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
6203         (main_loop_epoll): Likewise.
6204         * nscd/grpcache.c (addgrbyX): Likewise.
6205         * nscd/hstcache.c (addhstbyX): Likewise.
6206         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6207         * nscd/mem.c (gc, mempool_alloc): Likewise.
6208         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
6209         (addinnetgrX): Likewise.
6210         * nscd/nscd-client.h (__nscd_acquire_maplock)
6211         (__nscd_drop_map_ref): Likewise.
6212         * nscd/nscd_getai.c (__nscd_getai): Likewise.
6213         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
6214         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
6215         Likewise.
6216         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6217         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6218         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
6219         (__nscd_get_map_ref): Likewise.
6220         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
6221         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
6222         Likewise.
6223         * nscd/pwdcache.c (addpwbyX): Likewise.
6224         * nscd/selinux.c (preserve_capabilities): Likewise.
6225         * nscd/servicescache.c (addservbyX): Likewise.
6226         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
6227         * posix/fnmatch.c (fnmatch): Likewise.
6228         * posix/getopt.c (_getopt_internal_r): Likewise.
6229         * posix/glob.c (glob, glob_in_dir): Likewise.
6230         * posix/wordexp.c (exec_comm_child): Likewise.
6231         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
6232         (getanswer_r, gaih_getanswer_slice): Likewise.
6233         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
6234         * resolv/res_init.c: Likewise.
6235         * resolv/res_mkquery.c (res_nmkquery): Likewise.
6236         * resolv/res_query.c (__libc_res_nquery): Likewise.
6237         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
6238         Likewise.
6239         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
6240         * stdio-common/perror.c (perror): Likewise.
6241         * stdio-common/printf_fp.c (___printf_fp): Likewise.
6242         * stdio-common/tmpnam.c (tmpnam): Likewise.
6243         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
6244         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
6245         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
6246         Likewise.
6247         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
6248         * stdlib/putenv.c (putenv): Likewise.
6249         * stdlib/setenv.c (__add_to_environ): Likewise.
6250         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
6251         * stdlib/strtol_l.c (INTERNAL): Likewise.
6252         * string/memmem.c (memmem): Likewise.
6253         * string/strerror.c (strerror): Likewise.
6254         * string/strnlen.c (__strnlen): Likewise.
6255         * string/test-memmem.c (simple_memmem): Likewise.
6256         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
6257         * sunrpc/pm_getport.c (__get_socket): Likewise.
6258         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
6259         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
6260         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
6261         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
6262         Likewise.
6263         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
6264         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
6265         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
6266         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
6267         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
6268         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
6269         Likewise.
6270         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
6271         Likewise.
6272         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
6273         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
6274         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
6275         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
6276         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
6277         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
6278         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6279         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
6280         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
6281         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
6282         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
6283         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
6284         Likewise.
6285         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
6286         Likewise.
6287         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
6288         Likewise.
6289         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
6290         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
6291         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
6292         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
6293         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
6294         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
6295         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
6296         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
6297         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
6298         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
6299         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
6300         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
6301         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
6302         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
6303         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6304         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
6305         Likewise.
6306         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
6307         Likewise.
6308         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
6309         Likewise.
6310         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
6311         Likewise.
6312         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6313         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6314         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
6315         Likewise.
6316         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
6317         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
6318         * sysdeps/posix/opendir.c (__opendirat): Likewise.
6319         * sysdeps/posix/sleep.c: Likewise.
6320         * sysdeps/posix/tempname.c: Likewise.
6321         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
6322         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
6323         Likewise.
6324         * sysdeps/powerpc/powerpc32/dl-machine.h
6325         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
6326         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
6327         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
6328         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
6329         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
6330         Likewise.
6331         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
6332         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
6333         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
6334         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
6335         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
6336         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
6337         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
6338         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
6339         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
6340         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
6341         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
6342         (elf_machine_lazy_rel): Likewise.
6343         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
6344         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
6345         (elf_machine_lazy_rel): Likewise.
6346         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
6347         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
6348         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
6349         * sysdeps/unix/grantpt.c (grantpt): Likewise.
6350         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
6351         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
6352         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
6353         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
6354         Likewise.
6355         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
6356         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
6357         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
6358         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
6359         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
6360         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
6361         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
6362         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
6363         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
6364         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
6365         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
6366         Likewise.
6367         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
6368         (__posix_fallocate64_l64): Likewise.
6369         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
6370         (posix_fallocate): Likewise.
6371         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
6372         Likewise.
6373         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6374         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
6375         (getifaddrs_internal): Likewise.
6376         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
6377         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
6378         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
6379         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
6380         * sysdeps/unix/sysv/linux/posix_fallocate64.c
6381         (__posix_fallocate64_l64): Likewise.
6382         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
6383         Likewise.
6384         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
6385         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
6386         (__get_clockfreq): Likewise.
6387         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
6388         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
6389         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
6390         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6391         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6392         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
6393         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
6394         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
6395         Likewise.
6396         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
6397         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
6398         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
6399         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
6400         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
6401         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
6402         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
6403         Likewise.
6404         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
6405         (posix_fallocate): Likewise.
6406         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6407         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
6408         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
6409         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
6410         (elf_machine_rela, elf_machine_rela_relative)
6411         (elf_machine_lazy_rel): Likewise.
6412         * time/asctime.c (asctime_internal): Likewise.
6413         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
6414         * time/tzset.c (__tzset_parse_tz): Likewise.
6415         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6416         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6417         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
6418         * wcsmbs/wcsmbsload.h: Likewise.
6420         [BZ #15894]
6421         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
6423         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
6424         (arena_get2): Remove THREAD_STATS conditionals.
6425         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
6426         (__malloc_stats, int): Likewise.
6428 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
6430         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
6431         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
6433         * manual/setjmp.texi: Fix typos/grammar errors.
6435         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
6436         Only return early when n is <= 0.  Delete unused return statement.
6438         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
6439         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
6440         * debug/tst-longjmp_chk3.c: New file.
6442         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
6443         (test_main): Replace code with set_fortify_handler call.
6444         * debug/test-strcpy_chk.c: Likewise.
6445         * debug/tst-chk1.c: Likewise.
6446         * debug/tst-longjmp_chk.c: Likewise.
6447         * test-skeleton.c: Include fcntl.h & paths.h
6448         (set_fortify_handler): Define.
6450         * debug/tst-longjmp_chk.c: Add header comment and include
6451         ../test-skeleton.c.
6452         (do_test): Mark static.
6453         (TEST_FUNCTION): Define.
6455         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
6456         (IP_PMTUDISC_INTERFACE): Likewise.
6457         (IP_MULTICAST_IF): Likewise.
6458         (IP_MULTICAST_TTL): Likewise.
6459         (IP_MULTICAST_LOOP): Likewise.
6460         (IP_ADD_MEMBERSHIP): Likewise.
6461         (IP_DROP_MEMBERSHIP): Likewise.
6462         (IP_UNBLOCK_SOURCE): Likewise.
6463         (IP_BLOCK_SOURCE): Likewise.
6464         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
6465         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
6466         (IP_MSFILTER): Likewise.
6467         (MCAST_JOIN_GROUP): Likewise.
6468         (MCAST_BLOCK_SOURCE): Likewise.
6469         (MCAST_UNBLOCK_SOURCE): Likewise.
6470         (MCAST_LEAVE_GROUP): Likewise.
6471         (MCAST_JOIN_SOURCE_GROUP): Likewise.
6472         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
6473         (MCAST_MSFILTER): Likewise.
6474         (IP_MULTICAST_ALL): Likewise.
6475         (IP_UNICAST_IF): Likewise.
6477         * timezone/Makefile: Delete $(have-ksh) check.
6478         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
6479         * timezone/tzselect.ksh: Add +x mode bits.
6481         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
6482         (ANON_INODE_FS_MAGIC): Likewise.
6483         (BDEVFS_MAGIC): Likewise.
6484         (BINFMTFS_MAGIC): Likewise.
6485         (BTRFS_TEST_MAGIC): Likewise.
6486         (CRAMFS_MAGIC_WEND): Likewise.
6487         (DEBUGFS_MAGIC): Likewise.
6488         (ECRYPTFS_SUPER_MAGIC): Likewise.
6489         (EXT3_SUPER_MAGIC): Likewise.
6490         (EXT4_SUPER_MAGIC): Likewise.
6491         (FUTEXFS_SUPER_MAGIC): Likewise.
6492         (HOSTFS_SUPER_MAGIC): Likewise.
6493         (HUGETLBFS_MAGIC): Likewise.
6494         (MINIX3_SUPER_MAGIC): Likewise.
6495         (MTD_INODE_FS_MAGIC): Likewise.
6496         (NILFS_SUPER_MAGIC): Likewise.
6497         (OPENPROM_SUPER_MAGIC): Likewise.
6498         (PIPEFS_MAGIC): Likewise.
6499         (PSTOREFS_MAGIC): Likewise.
6500         (QNX6_SUPER_MAGIC): Likewise.
6501         (RAMFS_MAGIC): Likewise.
6502         (REISERFS_SUPER_MAGIC_STRING): Likewise.
6503         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
6504         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
6505         (SECURITYFS_MAGIC): Likewise.
6506         (SELINUX_MAGIC): Likewise.
6507         (SMACK_MAGIC): Likewise.
6508         (SOCKFS_MAGIC): Likewise.
6509         (SQUASHFS_MAGIC): Likewise.
6510         (STACK_END_MAGIC): Likewise.
6511         (TMPFS_MAGIC): Likewise.
6512         (USBDEVICE_SUPER_MAGIC): Likewise.
6513         (V9FS_MAGIC): Likewise.
6514         (XENFS_SUPER_MAGIC): Likewise.
6515         (CRAMFS_MAGIC): Fix typo in comment.
6516         (EXT2_SUPER_MAGIC): Update comment.
6517         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
6519 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
6521         * sysdeps/arm: Move directory from ports/sysdeps/arm.
6522         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
6523         * sysdeps/unix/sysv/linux/arm: Move directory from
6524         ports/sysdeps/unix/sysv/linux/arm.
6525         * README: Update listing for arm-*-linux-gnueabi.
6527         * README: Remove mention of am33.
6529 2014-02-07  Roland McGrath  <roland@hack.frob.com>
6531         * bits/sigset.h (__sigemptyset): Use a statement expression rather
6532         than the comma operator, to avoid "rhs of comma has no effect"
6533         compiler warnings.
6534         (__sigfillset, __sigandset, __sigorset): Likewise.
6535         * include/signal.h (__sigemptyset): Likewise.
6536         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
6538 2014-02-07  Allan McRae  <allan@archlinux.org>
6540         * version.h (RELEASE): Set to "development".
6541         (VERSION): Set to "2.19.90"
6542         * NEWS: Add 2.20 section.
6544 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
6546         [BZ #16529]
6547         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
6549 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
6551         * manual/contrib.texi: Update entry for Carlos O'Donell,
6552         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
6554 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
6556         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
6558         * sysdeps/unix/sysv/linux/kernel-features.h
6559         [__LINUX_KERNEL_VERSION >= 0x020621]
6560         (__ASSUME_PROC_PID_TASK_COMM): Define.
6562 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6564         [BZ #16398]
6565         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
6566         conversion when destination buffer does not have enough space.
6567         * libio/tst-ftell-partial-wide.c: New test case.
6568         * libio/Makefile (tests): Add tst-ftell-partial-wide.
6570         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
6571         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
6572         Leonard and Allan McRae.
6574 2014-02-04  David S. Miller  <davem@davemloft.net>
6576         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
6577         32-bit.
6579 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6582         New file
6583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6584         New file
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6586         New file.
6587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6588         New file.
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6590         New file.
6591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6592         New file.
6593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6594         New file.
6595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6596         New file.
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6598         New file.
6599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6600         New file.
6601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6602         New file.
6603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6604         New file.
6605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6606         New file.
6608 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6610         * nptl/shlib-versions: Change powerpc*le start to 2.17.
6611         * shlib-versions: Likewise.
6613 2014-02-04  Roland McGrath  <roland@hack.frob.com>
6614             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6616         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
6617         (abilist-pattern): New variable, set to %-le.abilist.
6619         * Makerules (abilist-pattern): New variable.
6620         (vpath): Use $(abilist-pattern) in place of %.abilist.
6621         (check-abi-% pattern rule): Likewise.
6622         (check-abi, update-abi): Likewise.
6624 2014-02-04  Eric Wong  <normalperson@yhbt.net>
6626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6628 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
6630         * manual/startup.texi: Add next, previous, and top entries for
6631         the `Program Arguments' and `Environment Variables' nodes.
6633 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
6635         * manual/macros.texi: Add comments before MTASC-safety macros.
6637         * manual/users.texi: Document MTASC-safety properties.
6639         * manual/threads.texi (pthread_key_create, pthread_key_delete)
6640         (pthread_getspecific, pthread_setspecific): Format with
6641         @deftypefun, and add @safety note.
6642         * manual/signal.texi: Move comments that analyze the above
6643         functions to their home place.
6645 2014-02-03  Allan McRae  <allan@archlinux.org>
6647         * po/sl.po: Update Slovenian translation from translation project.
6649 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
6651         * manual/time.texi (timegm): Add missing blank after @c.
6652         Reported by Joseph Myers <joseph@codesourcery.com>.
6654 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
6656         * manual/check-safety.sh: New.
6657         * manual/Makefile ($(objpfx)stamp-summary): Run it.
6659         * manual/terminal.texi: Document MTASC-safety properties.
6661         * manual/filesys.texi: Document MTASC-safety properties.
6663         * manual/errno.texi: Document MTASC-safety properties.
6665         * manual/intro.texi: Document safety identifiers and
6666         conditionals.
6668         * manual/string.texi (wcstok): Fix prototype.
6669         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
6671         * manual/time.texi: Document MTASC-safety properties.
6673         * manual/string.texi: Document MTASC-safety properties.
6675         * manual/threads.texi: Document MTASC-safety properties.
6677         * manual/stdio.texi: Document MTASC-safety properties.
6679         * manual/syslog.texi: Document MTASC-safety properties.
6681         * manual/sysinfo.texi: Document MTASC-safety properties.
6683         * manual/startup.texi: Document MTASC-safety properties.
6685         * manual/socket.texi: Document MTASC-safety properties.
6687         * manual/signal.texi: Document MTASC-safety properties.
6689 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
6691         * manual/setjmp.texi: Document MTASC-safety properties.
6693         * manual/search.texi: Document MTASC-safety properties.
6695         * manual/resource.texi: Document MTASC-safety properties.
6697         * manual/process.texi: Document MTASC-safety properties.
6699         * manual/platform.texi: Document MTASC-safety properties.
6701         * manual/pipe.texi: Document MTASC-safety properties.
6703         * manual/pattern.texi: Document MTASC-safety properties.
6705         * manual/message.texi: Document MTASC-safety properties.
6707         [BZ #12751]
6708         * manual/memory.texi: Document MTASC-safety properties.
6710         * manual/math.texi: Document MTASC-safety properties.
6712         * manual/locale.texi: Document MTASC-safety properties.
6714         * manual/llio.texi: Document MTASC-safety properties.
6716         * manual/libdl.texi: New.
6718         * manual/lang.texi: Document MTASC-safety properties.
6720         * manual/job.texi: Document MTASC-safety properties.
6722         * manual/getopt.texi: Document MTASC-safety properties.
6724         * manual/ctype.texi: Document MTASC-safety properties.
6726 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
6728         [BZ #16046]
6729         * csu/libc-tls.c (static_map): Remove variable.
6730         (__libc_setup_tls): Use main executable's link map for TLS data.
6731         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
6732         casing for LM_ID_BASE and GL(dl_nns).
6733         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
6734         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
6735         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
6736         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
6737         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
6738         member.
6739         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
6740         l_phnum members.
6742 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
6744         * manual/debug.texi: Document MTASC-safety properties.
6746 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
6748         [BZ #16510]
6749         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
6750         of __x86_64__ when disabling x87 inline functions.
6752 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
6754         * manual/charset.texi: Document MTASC-safety properties.
6756         * manual/crypt.texi: Document MTASC-safety properties.
6758         * manual/conf.texi: Document MTASC-safety properties.
6760         * manual/arith.texi: Document MTASC-safety properties.
6762         * manual/argp.texi: Document MTASC-safety properties.
6764         * manual/macros.texi: Introduce macros to document multi
6765         thread, asynchronous signal and asynchronous cancellation
6766         safety properties.
6767         * manual/intro.texi: Introduce the properties themselves.
6769 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6771         * sysdeps/sh/sh4/Makefile: New file.
6773 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
6775         * math/gen-libm-test.pl ($srcdir): New variable.
6776         ($auto_input): Use it.
6778 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6780         [BZ #16506]
6781         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
6782         access beyond array bounds when parsing netgroups file.
6784         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
6785         the old buffer before realloc.
6787 2014-01-27  Allan McRae  <allan@archlinux.org>
6789         * po/fr.po: Update French translation from translation project.
6791 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6793         * sysdeps/sh/libm-test-ulps: Regenerate.
6795 2014-01-24  David S. Miller  <davem@davemloft.net>
6797         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
6799 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6801         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
6802         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
6804 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6806         [BZ #16474]
6807         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
6808         string pointers after reallocation.
6810 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6812         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
6813         __SH4A__ instead of __SH_FPU_ANY__.
6815 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6817         * sysdeps/sh/fpu_control.h: New file.
6818         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
6819         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
6820         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
6821         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
6822         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
6823         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
6824         * sysdeps/sh/sys/ucontext.h: Remove.
6825         * sysdeps/sh/sys: Remove directory.
6827 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6829         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
6830         s390/sys/ucontext.h.
6831         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
6832         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
6834 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
6836         [BZ #15605]
6837         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
6839 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6841         [BZ#16431]
6842         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
6843         Adjust the vDSO correctly for internal calls.
6844         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
6846 2014-01-20  Allan McRae  <allan@archlinux.org>
6848         * po/ca.po: Update Catalan translation from translation project.
6850 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
6852         * sysdeps/s390/sotruss-lib.c: New file.
6854 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6856         [BZ#16430]
6857         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
6858         (__GI___gettimeofday): Alias for a different internal symbol to avoid
6859         local calls issues by not having a PLT stub required for IFUNC calls.
6860         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
6862 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
6864         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
6865         * math/test-fpucw-static.c: Likewise.
6867 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6869         [BZ #16453]
6870         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
6872 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6874         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
6875         implementation for powerpc.
6877 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
6879         [BZ #14782]
6880         * sysdeps/posix/system.c (__libc_system): Do not enable
6881         asynchronous cancellation.
6883 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6885         [BZ #16427]
6886         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
6887         handling only for numbers special also in the IEEE case.
6889 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6891         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6893 2014-01-11  Allan McRae  <allan@archlinux.org>
6895         * po/bg.po: Update Bulgarian translation from translation project.
6897         * po/de.po: Update German translation from translation project.
6899 2014-01-10  Roland McGrath  <roland@hack.frob.com>
6901         * sysdeps/generic/gcc-compat.h: New file.
6903 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6905         * benchtests/asin-inputs: Correct slow inputs.
6906         * benchtests/acos-inputs: Likewise.
6908 2014-01-10  Allan McRae  <allan@archlinux.org>
6910         * po:sv.po: Update Swedish translation from translation project.
6912         * po/vi.po: Update Vietnamese translation from translation project.
6914         * po/eo.po: Update Esperanto translation from translation project.
6916         * po/cs.po: Update Czech translation from translation project.
6918         * po/nl.po: Update Dutch translation from translation project.
6920         * po/pl.po: Update Polish translation from translation project.
6922         * po/ru.po: Update Russian translation from translation project.
6924         * po/uk.po: Update Ukrainian translation from translation project.
6926 2014-01-08  Brooks Moses  <bmoses@google.com>
6928         * elf/dl-load.c: Fix comment typo.
6930 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
6932         * po/header.pot: Rename to...
6933         * po/pot.header: ... this.
6934         * po/Makefile: Use pot.header.
6936 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
6937             Maxim Kuvyrkov  <maxim@kugelworks.com>
6939         [BZ #16394]
6940         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
6941         SRC and DEST against LEN.
6943 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6945         [BZ #16414]
6946         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
6947         implementation.
6948         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
6950 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6954 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
6956         [BZ #16408]
6957         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
6958         for large positive arguments.
6960 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
6962         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6964         * math/auto-libm-test-in: Mark various tests with
6965         xfail-rounding:ldbl-128ibm.
6966         * math/auto-libm-test-out: Regenerated.
6968         [BZ #16407]
6969         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6970         Increase overflow threshold.
6972 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
6974         [BZ #14286]
6975         * stdio-common/vfprintf.c: Check for integer overflow.
6977 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6979         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
6980         the first argument and return value of __tls_get_addr_internal.
6982 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6984         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
6985         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
6987 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6989         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
6990         * sysdeps/s390/rtld-global-offsets.sym: New file.
6991         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
6992         GLIBC_2.19 symbol.
6993         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
6994         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
6995         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6996         ... this.
6997         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
6998         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6999         ... this.
7000         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
7001         Regenerate.
7002         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
7003         Regenerate.
7004         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
7005         halfs of GPRs for high_gprs contexts.
7006         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
7007         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
7008         field.
7009         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
7010         uc_flags field.
7011         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
7012         64 bit versions:
7013         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
7014         for high GPRs (uc_high_gprs) and for future extensions
7015         (__reserved).
7016         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
7017         for future extensions (__reserved).
7018         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
7019         64 bit versions:
7020         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
7021         SC_HIGHGPRS offset definition.
7022         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
7023         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
7025         * Versions.def: Add GLIBC_2.19 for libpthread.
7026         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
7027         siglongjmp for libpthread with GLIBC_2.19 symver.
7028         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
7029         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
7030         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
7031         * sysdeps/s390/__longjmp.c: New file.
7032         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
7033         * sysdeps/s390/longjmp.c: New file.
7034         * sysdeps/s390/setjmp.S: New file.
7035         * sysdeps/s390/sigjmp.S: New file.
7036         * sysdeps/s390/v1-longjmp.c: New file.
7037         * sysdeps/s390/v1-setjmp.h: New file.
7038         * sysdeps/s390/v1-sigjmp.c: New file.
7039         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
7040         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
7041         GLIBC_2.19 version.
7042         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
7043         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
7044         versioned symbols for ____longjmp_chk.
7045         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7046         Likewise.
7047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
7048         Regenerate.
7049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7050         Regenerate.
7051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
7052         Regenerate.
7053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7054         Regenerate.
7055         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
7056         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
7057         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
7058         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
7059         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
7060         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
7061         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
7062         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
7063         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
7064         * sysdeps/s390/rtld-__longjmp.c: New file.
7065         * sysdeps/s390/rtld-setjmp.S: New file.
7067 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
7069         [BZ #16400]
7070         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7071         Return -__logl (x) for small positive arguments without evaluating
7072         a polynomial.
7074 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
7076         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
7077         Rename to ...
7078         (__ptrace_peeksiginfo_args): ... this.
7079         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
7080         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
7081         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
7083 2014-01-06  Allan McRae  <allan@archlinux.org>
7085         * inet/netinet/in.h: Fix typo in comment.
7087 2014-01-05  Andreas Jaeger  <aj@suse.de>
7089         * sysdeps/i386/fpu/libm-test-ulps: Update.
7091 2014-01-05  Allan McRae  <allan@archlinux.org>
7093         * po/libc.pot: Regenerated.
7095         * malloc/memusagestat.c: Fix gettext call formatting.
7097 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
7099         * nscd/nscd.c: Improve usage() output.
7101 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
7103         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
7104         * sysdeps/unix/sysv/linux/configure: Regenerated.
7105         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
7106         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
7108 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
7110         [BZ #16390]
7111         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
7112         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
7114 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7116         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
7117         extra tokens at end of #undef directive.
7118         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
7119         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
7120         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
7122 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
7124         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
7126         * math/auto-libm-test-in: Mark various tests with
7127         xfail-rounding:ldbl-128ibm.
7128         * math/auto-libm-test-out: Regenerated.
7130 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
7132         [BZ #16386]
7133         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
7134         numbers with subnormal high part when calculating exponent.
7136         [BZ #16385]
7137         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
7138         fabs.
7140         [BZ #16384]
7141         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
7142         M_LN2l.
7143         (__ieee754_acoshl): Use __log1pl not __log1p.
7145 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
7147         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
7148         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
7149         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
7150         (grow_heap, heap_trim, _int_new_arena, get_free_list)
7151         (reused_arena, arena_get2): Convert to GNU style.
7152         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
7153         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
7154         (memalign_check, __malloc_set_state): Likewise.
7155         * malloc/mallocbug.c (main): Likewise.
7156         * malloc/malloc.c (__malloc_assert, malloc_init_state)
7157         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
7158         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
7159         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
7160         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
7161         (__posix_memalign, malloc_info): Likewise.
7162         * malloc/malloc.h: Likewise.
7163         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
7164         (mallochook, memalignhook, reallochook, mabort): Likewise.
7165         * malloc/mcheck.h: Likewise.
7166         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
7167         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
7168         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
7169         * malloc/morecore.c (__default_morecore): Likewise.
7170         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
7171         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
7172         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
7173         (print_and_abort): Likewise.
7174         * malloc/obstack.h: Likewise.
7175         * malloc/set-freeres.c (__libc_freeres): Likewise.
7176         * malloc/tst-mallocstate.c (main): Likewise.
7177         * malloc/tst-mtrace.c (main): Likewise.
7178         * malloc/tst-realloc.c (do_test): Likewise.
7180 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7182         [BZ #16366]
7183         * nscd/netgroupcache.c (do_notfound): New function.
7184         (addgetnetgrentX): Use it.
7186         [BZ # 16365]
7187         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
7188         NSS_STATUS_NOTFOUND.
7190 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
7192         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
7193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7195 2014-01-01  Allan McRae  <allan@archlinux.org>
7197         * scripts/update-copyrights: Update configure input file suffix.
7199         * NEWS: Update copyright year.
7200         * catgets/gencat.c: Likewise.
7201         * csu/version.c: Likewise.
7202         * debug/catchsegv.sh: Likewise.
7203         * debug/pcprofiledump.c: Likewise.
7204         * debug/xtrace.sh: Likewise.
7205         * elf/ldconfig.c: Likewise.
7206         * elf/ldd.bash.in: Likewise.
7207         * elf/pldd.c: Likewise.
7208         * elf/sotruss.ksh: Likewise.
7209         * elf/sprof.c: Likewise.
7210         * iconv/iconv_prog.c: Likewise.
7211         * iconv/iconvconfig.c: Likewise.
7212         * locale/programs/locale.c: Likewise.
7213         * locale/programs/localedef.c: Likewise.
7214         * login/programs/pt_chown.c: Likewise.
7215         * malloc/memusage.sh: Likewise.
7216         * malloc/memusagestat.c: Likewise.
7217         * malloc/mtrace.pl: Likewise.
7218         * manual/libc.texinfo: Likewise.
7219         * nscd/nscd.c: Likewise.
7220         * nss/getent.c: Likewise.
7221         * nss/makedb.c: Likewise.
7222         * posix/getconf.c: Likewise.
7223         * scripts/test-installation.pl: Likewise.
7225         * All files with FSF copyright notices: Update copyright dates
7226         using scripts/update-copyrights.
7227         * intl/plural.c: Regenerated.
7228         * locale/programs/charmap-kw.h: Likewise.
7229         * locale/programs/locfile-kw.h: Likewise.
7231 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
7233         * sysdeps/unix/sysv/linux/configure: Regenerated.
7234         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
7235         the linux/fanotify.h header.
7236         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
7237         HAVE_LINUX_FANOTIFY_H is defined.
7239 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
7241         * benchtests/cos-inputs: New inputs.
7242         * benchtests/sin-inputs: Likewise.
7244         * benchtests/atan-inputs: New inputs. Fix name of multiple
7245         precision fallback inputs.
7247         * benchtests/atanh-inputs: New inputs.
7248         * benchtests/tanh-inputs: Likewise.
7250         * benchtests/acosh-inputs: New inputs.
7251         * benchtests/asinh-inputs: Likewise.
7253         * benchtests/cosh-inputs: New inputs.
7254         * benchtests/sinh-inputs: Likewise.
7256         * benchtests/acos-inputs: Add more inputs.
7257         * benchtests/asin-inputs: Likewise.
7259 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
7261         [BZ #16375]
7262         * manual/arith.texi: Fix spelling.
7263         * manual/charset.texi: Likewise.
7264         * manual/errno.texi: Likewise.
7265         * manual/filesys.texi: Likewise.
7266         * manual/lang.texi: Likewise.
7267         * manual/llio.texi: Likewise.
7268         * manual/locale.texi: Likewise.
7269         * manual/message.texi: Likewise.
7270         * manual/resource.texi: Likewise.
7271         * manual/search.texi: Likewise.
7272         * manual/setjmp.texi: Likewise.
7273         * manual/stdio.texi: Likewise.
7274         * manual/string.texi: Likewise.
7275         * manual/sysinfo.texi: Likewise.
7276         * manual/time.texi: Likewise.
7278 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
7280         * po/sl.po: New file.
7282 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
7284         * .gitignore: Add core/.gdbinit/.gdb_history.
7286 2013-12-27  Allan McRae  <allan@archlinux.org>
7288         [BZ #16369]
7289         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
7290         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
7292 2013-12-24  Brooks Moses  <bmoses@google.com>
7294         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
7295         all compilers that claim C++98 compliance, not just GCC.
7296         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
7297         Likewise.
7299 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
7301         * NEWS: Restore accidentally deleted bug-fix entries.
7303 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
7304             Ondřej Bílka  <neleai@seznam.cz>
7306         [BZ #15073]
7307         * malloc/malloc.c (_int_free): Perform sanity check only if we
7308         have_lock.
7310 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
7312         [BZ #12986]
7313         * manual/stdio.texi (String Input Conversions): Clarify that character
7314         classes are not supported.
7316 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7318         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7320 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
7322         [BZ #16337]
7323         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
7324         Calculate results for small negative arguments directly rather
7325         than using reflection formula with special underflow handling.
7327         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
7328         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
7329         sysdeps/unix/bsd/bsd4.4/syscalls.list.
7330         (fchflags): Likewise.
7331         (revoke): Likewise.
7332         (setlogin): Likewise.
7333         (sigaltstack): Likewise.
7334         (wait4): Likewise.
7335         (sigblock): Remove.
7336         (sigsetmask): Likewise.
7337         (wait3): Likewise.
7338         (waitpid): Likewise.
7339         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
7340         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
7341         file.
7342         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
7343         * sysdeps/unix/bsd/Makefile: ... here.
7344         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
7345         * sysdeps/unix/bsd/Versions: ... here.
7346         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
7347         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
7348         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
7349         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
7350         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
7351         * sysdeps/unix/bsd/sigblock.c: ... here.
7352         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
7353         * sysdeps/unix/bsd/sigsetmask.c: ... here.
7354         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
7355         * sysdeps/unix/bsd/sigvec.c: ... here.
7356         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
7357         * sysdeps/unix/bsd/tcdrain.c: ... here.
7358         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
7359         * sysdeps/unix/bsd/tcgetattr.c: ... here.
7360         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
7361         * sysdeps/unix/bsd/tcsetattr.c: ... here.
7362         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
7363         * sysdeps/unix/bsd/wait.c: ... here.
7364         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
7365         * sysdeps/unix/bsd/wait3.c: ... here.
7366         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
7367         * sysdeps/unix/bsd/waitpid.c: ... here.
7369 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
7371         [BZ #16356]
7372         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
7373         round-to-nearest for [!USE_AS_EXPM1L].
7374         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
7375         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
7376         more tests of exp and exp10.  Expect some exp10 tests to miss
7377         exceptions or fail in directed rounding modes.
7378         * math/auto-libm-test-out: Regenerated.
7379         * math/libm-test.inc (exp10_tonearest_test_data): New array.
7380         (exp10_test_tonearest): New function.
7381         (exp10_towardzero_test_data): New array.
7382         (exp10_test_towardzero): New function.
7383         (exp10_downward_test_data): New array.
7384         (exp10_test_downward): New function.
7385         (exp10_upward_test_data): New array.
7386         (exp10_test_upward): New function.
7387         (main): Call the new functions.
7388         * sysdeps/i386/fpu/libm-test-ulps: Update.
7389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7391 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
7393         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
7394         asinh, atan, atan2, atanh, cbrt, cos and cosh.
7395         * math/auto-libm-test-out: Regenerated.
7396         * math/libm-test.inc (acosh_test_data): Add more tests.
7397         (atanh_test_data): Likewise.
7398         (ceil_test_data): Likewise.
7399         (copysign_test_data): Likewise.
7400         * sysdeps/i386/fpu/libm-test-ulps: Update.
7401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7403         * timezone/checktab.awk: Update from tzcode 2013i.
7404         * timezone/private.h: Likewise.
7405         * timezone/scheck.c: Likewise.
7406         * timezone/tzfile.h: Likewise.
7407         * timezone/tzselect.ksh: Likewise.
7408         * timezone/zdump.c: Likewise.
7409         * timezone/zic.c: Likewise.
7411         * math/auto-libm-test-in: Add tests of cpow.
7412         * math/auto-libm-test-out: Regenerated.
7413         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
7414         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7415         mpc_cc_c.
7416         (func_calc_desc): Add mpc_cc_c union field.
7417         (test_functions): Add cpow.
7418         (special_fill_2pi): New function.
7419         (special_real_inputs): Add 2pi.
7420         (calc_generic_results): Handle mpc_cc_c.
7421         * sysdeps/i386/fpu/libm-test-ulps: Update.
7422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7424         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
7425         csqrt, ctan and ctanh.
7426         * math/auto-libm-test-out: Regenerated.
7427         * math/libm-test.inc (TEST_COND_x86_64): New macro.
7428         (TEST_COND_x86): Likewise.
7429         (ccos_test_data): Use AUTO_TESTS_c_c.
7430         (ccosh_test_data): Likewise.
7431         (cexp_test_data): Likewise.
7432         (clog_test_data): Likewise.
7433         (csqrt_test_data): Likewise.
7434         (ctan_test_data): Likewise.
7435         (ctan_tonearest_test_data): Likewise.
7436         (ctan_towardzero_test_data): Likewise.
7437         (ctan_downward_test_data): Likewise.
7438         (ctan_upward_test_data): Likewise.
7439         (ctanh_test_data): Likewise.
7440         (ctanh_tonearest_test_data): Likewise.
7441         (ctanh_towardzero_test_data): Likewise.
7442         (ctanh_downward_test_data): Likewise.
7443         (ctanh_upward_test_data): Likewise.
7444         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7445         mpc_c_c.
7446         (func_calc_desc): Add mpc_c_c union field.
7447         (FUNC_mpc_c_c): New macro.
7448         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
7449         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
7450         ctanh.
7451         (special_fill_min_subnorm_p120): New function.
7452         (special_real_inputs): Add min_subnorm_p120.
7453         (calc_generic_results): Handle mpc_c_c.
7454         * sysdeps/i386/fpu/libm-test-ulps: Update.
7455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7457 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
7459         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
7460         (do_sin_slow): New functions.
7461         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
7462         (cslow2, csloww1, csloww2): Use the new functions.
7464         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
7465         Use M to change sign of result instead of X.  Assume X is
7466         positive.
7467         (csloww1): Likewise.
7468         (__sin): Adjust.
7469         (__cos): Adjust.
7471         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
7472         arguments A and DA.
7473         (__sin): Adjust.
7474         (__cos): Likewise.
7476         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
7477         (__cos): Likewise.
7478         (sloww1): Don't adjust sign of DX.
7479         (csloww1): Likewise.
7480         (sloww2): Use X directly and don't adjust sign of DX.
7481         (csloww2): Likewise.
7483 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
7485         * math/auto-libm-test-in: Add tests of cabs and carg.
7486         * math/auto-libm-test-out: Regenerated.
7487         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
7488         (carg_test_data): Likewise.
7489         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7490         mpc_c_f.
7491         (func_calc_desc): Add mpc_c_f union field.
7492         (test_functions): Add cabs and carg.
7493         (calc_generic_results): Handle mpc_c_f.
7495         * sysdeps/powerpc/powerpc32/libgcc-compat.S
7496         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
7497         as a macro and a compat symbol.
7498         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7499         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7500         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7501         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7502         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
7503         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
7504         not use .hidden.
7505         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
7506         Likewise.
7507         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
7508         Likewise.
7509         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
7510         Likewise.
7511         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
7512         Likewise.
7513         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
7514         Likewise.
7515         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
7516         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
7517         from GLIBC_2.3.2.
7519 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7521         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7523 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
7525         * manual/texinfo.tex: Update to version 2013-11-26.10 with
7526         trailing whitespace removed.
7527         * scripts/config.guess: Update to version 2013-11-29.
7528         * scripts/config.sub: Update to version 2013-10-01.
7530         * math/auto-libm-test-in: Add tests of sincos.
7531         * math/auto-libm-test-out: Regenerated.
7532         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
7533         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7534         mpfr_f_11.
7535         (func_calc_desc): Add mpfr_f_11 union field.
7536         (test_functions): Add sincos.
7537         (calc_generic_results): Handle mpfr_f_11.
7538         * sysdeps/i386/fpu/libm-test-ulps: Update.
7539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7541 2013-12-19  Andreas Schwab  <schwab@suse.de>
7543         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
7544         CALL_MCOUNT.
7545         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
7546         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
7547         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
7549 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
7551         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
7552         * sysdeps/i386/fpu/libm-test-ulps: Update.
7553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7555         [BZ #16293]
7556         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
7557         round-to-nearest mode when using frndint.
7558         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
7559         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
7560         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7561         Likewise.
7562         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
7563         sinh test to fail.
7564         * math/auto-libm-test-out: Regenerated.
7565         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
7566         (TEST_COND_x86): Likewise.
7567         (expm1_tonearest_test_data): New array.
7568         (expm1_test_tonearest): New function.
7569         (expm1_towardzero_test_data): New array.
7570         (expm1_test_towardzero): New function.
7571         (expm1_downward_test_data): New array.
7572         (expm1_test_downward): New function.
7573         (expm1_upward_test_data): New array.
7574         (expm1_test_upward): New function.
7575         (main): Run the new test functions.
7576         * sysdeps/i386/fpu/libm-test-ulps: Update.
7577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7579         * include/features.h: Update comment documenting feature test
7580         macros.  Mention _DEFAULT_SOURCE in comment.
7581         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
7582         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
7583         _BSD_SOURCE and _SVID_SOURCE.
7584         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
7585         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
7586         !_SVID_SOURCE]: Likewise.
7587         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
7588         (__USE_POSIX_IMPLICITLY): Define.
7589         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
7590         (_POSIX_SOURCE): Undefine and redefine.
7591         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
7592         (_POSIX_C_SOURCE): Likewise.
7593         * manual/creature.texi (_DEFAULT_SOURCE): Document.
7594         (Feature Test Macros): Update documentation of default features.
7596 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7598         * benchtests/Makefile: Add bench-strtok.
7599         * benchtests/bench-strtok.c: New file: strtok benchtest.
7601 2013-12-19  Allan McRae  <allan@archlinux.org>
7603         * manual/install.texi: Suppress menu for plain text output.
7604         * INSTALL: Regenerated.
7606 2013-12-18  Brooks Moses  <bmoses@google.com>
7608         [BZ #15846]
7609         * misc/getauxval.c: Include errno.h.
7610         (__getauxval): Set errno to ENOENT if the requested type is not
7611         found.
7612         * misc/sys/auxv.h (getauxval): Document that it may set errno;
7613         don't declare with __attribute_const__.
7614         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
7615         * manual/startup.texi: Document that getauxval sets errno.
7617 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
7619         * math/auto-libm-test-in: Add tests of jn and yn.
7620         * math/auto-libm-test-out: Regenerated.
7621         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
7622         (yn_test_data): Likewise.
7623         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7624         mpfr_if_f.
7625         (func_calc_desc): Add mpfr_if_f union field.
7626         (FUNC_mpfr_if_f): New macro.
7627         (test_functions): Add jn and yn.
7628         (calc_generic_results): Assert type of second input for
7629         mpfr_ff_f.  Handle mpfr_if_f.
7630         (output_for_one_input_case): Disable all checking for arguments
7631         fitting floating-point types in case of an integer argument.
7632         * sysdeps/i386/fpu/libm-test-ulps: Update.
7633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7636         Don't expect fegetround reference in libm.so.
7638 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
7640         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
7641         $(config-cflags-nofma).
7643 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
7645         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
7646         * math/auto-libm-test-out: Regenerated.
7648         [BZ #16338]
7649         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
7650         to determine exponent and adjust argument to have exponent of -1.
7651         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
7652         log2.
7653         * math/auto-libm-test-out: Regenerated.
7654         * sysdeps/i386/fpu/libm-test-ulps: Update.
7655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7657 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
7659         * manual/probes.texi: Remove cases when per-thread arenas are
7660         disabled.
7662 2013-12-18  Andreas Schwab  <schwab@suse.de>
7664         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
7665         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
7666         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
7667         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
7668         * sysdeps/i386/i686/multiarch/Makefile: Update.
7669         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
7671 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
7673         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
7674         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
7676 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
7678         [BZ #15968]
7679         Support TZ transition times < 00:00:00.
7680         This is needed for version-3 tz-format files; it supports time
7681         stamps past 2037 for America/Godthab (the only entry in the tz
7682         database for which this change is relevant).
7683         * manual/time.texi (TZ Variable): Document transition times
7684         from -167:59:59 through -00:00:01.
7685         * time/tzset.c (tz_rule): Time of day is now signed.
7686         (__tzset_parse_tz): Parse negative time of day.
7688         Document TZ transition times >= 25:00:00.
7689         * manual/time.texi (TZ Variable): Document transition times from
7690         25:00:00 through 167:59:59.  These are already supported, and this
7691         support will help with version-3 tz-format files.
7693         * manual/time.texi (TZ Variable): Modernize North America example
7694         to reflect current (i.e., 2007-and-later) daylight saving rules.
7696         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
7698 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
7700         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
7701         * sysdeps/unix/bsd/bits/stat.h: Likewise.
7702         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
7703         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
7704         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
7705         * sysdeps/unix/bsd/bsdstat.h: Likewise.
7706         * sysdeps/unix/bsd/clock.c: Likewise.
7707         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
7708         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
7709         * sysdeps/unix/bsd/init-posix.c: Likewise.
7710         * sysdeps/unix/bsd/poll.c: Likewise.
7711         * sysdeps/unix/bsd/ptsname.c: Likewise.
7712         * sysdeps/unix/bsd/seekdir.c: Likewise.
7713         * sysdeps/unix/bsd/setegid.c: Likewise.
7714         * sysdeps/unix/bsd/seteuid.c: Likewise.
7715         * sysdeps/unix/bsd/setgid.c: Likewise.
7716         * sysdeps/unix/bsd/setrgid.c: Likewise.
7717         * sysdeps/unix/bsd/setruid.c: Likewise.
7718         * sysdeps/unix/bsd/setsid.c: Likewise.
7719         * sysdeps/unix/bsd/setuid.c: Likewise.
7720         * sysdeps/unix/bsd/sigaction.c: Likewise.
7721         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
7722         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
7723         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
7724         * sysdeps/unix/bsd/telldir.c: Likewise.
7725         * sysdeps/unix/bsd/times.c: Likewise.
7726         * sysdeps/unix/bsd/usleep.c: Likewise.
7728         * misc/Makefile (install-lib): Remove libbsd-compat.a.
7729         ($(objpfx)libbsd-compat.a): Remove rule.
7731         * include/features.h (__FAVOR_BSD): Do not define.
7732         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
7733         features conflicting with POSIX.
7734         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
7735         (_BSD_SOURCE): Remove description of not being a subset of other
7736         feature test macros.
7737         * manual/job.texi (getpgrp): Do not document BSD version.
7738         (getpgid): Do not document by reference to BSD getpgrp.
7739         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
7740         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
7741         * signal/signal.h [__FAVOR_BSD]: Likewise.
7742         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
7743         instead of making contents conditional on [__FAVOR_BSD].
7744         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
7746 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7750 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
7752         [BZ #16314]
7753         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
7754         values below 2**-450, not 2**-500.
7755         * math/auto-libm-test-in: Don't allow spurious underflow from
7756         hypot.
7757         * math/auto-libm-test-out: Regenerated.
7759         [BZ #16316]
7760         [BZ #16330]
7761         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
7762         values of ha and hb and sort them after adjusting subnormal
7763         arguments.
7764         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
7765         Likewise.
7766         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
7767         values of ea and eb and sort them after adjusting subnormal
7768         arguments.
7769         * math/auto-libm-test-in: Do not expect some hypot tests of
7770         subnormals to fail.  Add more hypot tests.
7771         * math/auto-libm-test-out: Regenerated.
7773 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7775         [BZ #13304]
7776         * sysdeps/sh/s_fma.c: New file.
7777         * sysdeps/sh/s_fmaf.c: New file.
7778         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
7779         version.
7780         * sysdeps/sh/Implies: Add sh/soft-fp.
7782 2013-12-16  Roland McGrath  <roland@hack.frob.com>
7784         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
7785         level of indirection to members `objname', `errstring', `malloced'.
7786         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
7787         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
7788         it as the __longjmp argument (just pass 1 instead).
7789         (_dl_catch_error): Initialize C with argument pointers and address of
7790         volatile local ERRCODE rather than copying values out of C at return.
7792 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
7794         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
7795         * math/auto-libm-test-out: Regenerated.
7796         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
7797         (hypot_test_data): Likewise.
7798         (pow_test_data): Likewise.
7799         (pow_tonearest_test_data): Likewise.
7800         * math/gen-auto-libm-tests.c (func_calc_method): Add value
7801         mpfr_ff_f.
7802         (func_calc_desc): Add mpfr_ff_f union field.
7803         (FUNC_mpfr_ff_f): New macro.
7804         (test_functions): Add atan2, hypot and pow.
7805         (special_fill_min): New function.
7806         (special_fill_minus_min): Likewise.
7807         (special_fill_min_subnorm): Likewise.
7808         (special_fill_minus_min_subnorm): Likewise.
7809         (special_real_inputs): Add min, -min, min_subnorm and
7810         -min_subnorm.
7811         (calc_generic_results): Handle mpfr_ff_f.
7812         * sysdeps/i386/fpu/libm-test-ulps: Update.
7813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7815 2013-12-16  Will Newton  <will.newton@linaro.org>
7817         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
7818         (Aligned Memory Blocks): Add documentation for aligned_alloc
7819         and suggest it as an alternative to posix_memalign.
7820         (Hooks for Malloc): Document __memalign_hook is also called
7821         for aligned_alloc.  (Summary of Malloc): Add summary for
7822         aligned alloc.  Document __memalign_hook is also called
7823         for aligned_alloc.
7825 2013-12-16  Will Newton  <will.newton@linaro.org>
7827         * manual/memory.texi (Malloc Examples): Clarify default
7828         alignment documentation.  Suggest posix_memalign rather
7829         than memalign or valloc.
7830         (Aligned Memory Blocks): Remove suggestion to use memalign
7831         or valloc.  Remove obsolete comment about BSD.
7832         Document memalign errno values and mark the function obsolete.
7833         Document posix_memalign returned error codes.  Mark valloc
7834         as obsolete.  (Hooks for Malloc): __memalign_hook is also
7835         called for posix_memalign and valloc.
7836         (Summary of Malloc): Add posix_memalign to function summary.
7837         __memalign_hook is also called for posix_memalign and valloc.
7839 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7841         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
7842         TAYLOR_SIN.
7843         (__sin): Adjust.
7844         (__cos): Likewise.
7845         (sloww): Use mynumber union.  Expand ternary operator into
7846         if-else statements.
7847         (cslow): use mynumber union.
7849 2013-12-16  Allan McRae  <allan@archlinux.org>
7851         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
7852         * configure: Regenerated.
7854         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
7856         [BZ #14120]
7857         * configure.ac: Added --enable-maintainer-mode. Check for
7858         autoconf when enabled.
7859         * configure: Regenerated.
7861         * nscd/nscd.service: New file.
7862         * nscd/nscd.tmpfiles: New file.
7864 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
7866         [BZ #12100]
7867         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
7868         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
7869         * sysdeps/x86_64/multiarch/strstr.c: ... here.
7870         (strstr): Add __strstr_sse2_unaligned ifunc.
7871         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
7872         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
7873         (strcasestr): Remove __strcasestr_sse42 ifunc.
7874         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
7875         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
7876         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
7878 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7880         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
7881         * sysdeps/sh/bits/fenv.h: ... here.
7882         * sysdeps/sh/sh4/fpu/bits: Remove directory.
7884 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7886         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
7888         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
7889         hypotf multiarch implementations.
7890         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
7891         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
7892         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
7893         multiarch hypot for PPC64.
7894         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
7895         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
7896         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
7897         multiarch hypotf for PPC64.
7899         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
7900         modff multiarch implementations.
7901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
7902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
7903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
7904         multiarch modf for PPC64.
7905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
7906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
7907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
7908         multiarch modff for PPC64.
7910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
7911         and logl multiarch implementations.
7912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
7913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
7914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
7915         multiarch logb for PPC64.
7916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
7917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
7918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
7919         multiarch logb for PPC64.
7920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
7921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
7922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
7923         multiarch logb for PPC64.
7925         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
7926         isinff multiarch implementation.
7927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
7928         file.
7929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
7930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
7931         multiarch isinf for PPC64.
7932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
7933         file.
7934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
7935         multiarch isinff for PPC64.
7937         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
7938         finitef multiarch implementation.
7939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
7940         file.
7941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
7942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
7943         multiarch finite for PPC64.
7944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
7945         file.
7946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
7947         multiarch finitef for PPC64.
7949         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
7950         lrint multiarch implementation.
7951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
7952         file.
7953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
7954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
7955         multiarch llrint for PPC64.
7956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
7957         multiarch lrint for PPC64.
7959         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
7960         copysignf multiarch implementation.
7961         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
7962         file.
7963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
7964         file.
7965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
7966         multiarch copysign for PPC64.
7967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
7968         multiarch copysignf for PPC64.
7970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
7971         multiarch implementation.
7972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
7973         file.
7974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
7975         file.
7976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
7977         file.
7978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
7979         file.
7980         multiarch llround for PPC64.
7981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
7982         multiarch trunc for PPC64.
7983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
7984         multiarch truncf for PPC64.
7986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
7987         multiarch implementation.
7988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
7989         file.
7990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
7991         file.
7992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
7993         file.
7994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
7995         file.
7996         multiarch llround for PPC64.
7997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
7998         multiarch round for PPC64.
7999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
8000         multiarch roundf for PPC64.
8002         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
8003         multiarch implementation.
8004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
8005         file.
8006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
8007         file.
8008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
8009         file.
8010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
8011         file.
8012         multiarch llround for PPC64.
8013         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
8014         multiarch floor for PPC64.
8015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
8016         multiarch floorf for PPC64.
8018         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
8019         multiarch implementation.
8020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
8021         file.
8022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
8023         file.
8024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
8025         file.
8026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
8027         file.
8028         multiarch llround for PPC64.
8029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
8030         multiarch ceil for PPC64.
8031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
8032         multiarch ceilf for PPC64.
8034         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
8035         multiarch implementation.
8036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
8037         file.
8038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
8039         file.
8040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
8041         file.
8042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
8043         multiarch llround for PPC64.
8044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
8045         multiarch lround for PPC64.
8047         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
8048         multiarch implementation.
8049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
8050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
8051         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
8052         file.
8053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
8054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
8055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
8056         multiarch isnan for PPC64.
8057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
8058         multiarch isnanf for PPC64.
8060         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
8061         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
8062         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
8063         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
8064         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
8065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
8067         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
8068         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
8069         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
8070         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
8072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
8073         multiarch implementations.
8074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8075         (__libc_ifunc_impl_list): Likewise.
8076         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
8077         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
8078         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
8079         multiarch stpcpy for PPC64.
8081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
8082         multiarch implementations.
8083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8084         (__libc_ifunc_impl_list): Likewise.
8085         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
8086         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
8087         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
8088         multiarch strcpy for PPC64.
8090         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
8091         redefine function name.
8092         (_wordcopy_fwd_dest_aligned): Likewise.
8093         (_wordcopy_bwd_aligned): Likewise.
8094         (_wordcopy_bwd_dest_aligned): Likewise.
8095         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
8096         multiarch implementations.
8097         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8098         (__libc_ifunc_impl_list): Likewise.
8099         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
8100         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
8101         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
8102         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
8103         multiarch wcscpy for PPC64.
8105         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
8106         multiarch implementations.
8107         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8108         (__libc_ifunc_impl_list): Likewise.
8109         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
8110         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
8111         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
8112         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
8113         multiarch wcscpy for PPC64.
8115         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
8116         multiarch implementations.
8117         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8118         (__libc_ifunc_impl_list): Likewise.
8119         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
8120         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
8121         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
8122         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
8123         multiarch wcsrchr for PPC64.
8125         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
8126         multiarch implementations.
8127         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8128         (__libc_ifunc_impl_list): Likewise.
8129         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
8130         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
8131         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
8132         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
8133         multiarch wcschr for PPC64.
8135         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
8136         multiarch implementations.
8137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8138         (__libc_ifunc_impl_list): Likewise.
8139         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
8140         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
8141         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
8142         multiarch strchrnul for PPC64.
8144         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
8145         implementations.
8146         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8147         (__libc_ifunc_impl_list): Likewise.
8148         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
8149         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
8150         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
8151         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
8152         strchr for PPC64.
8154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
8155         implementations.
8156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8157         (__libc_ifunc_impl_list): Likewise.
8158         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
8159         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
8160         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
8161         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
8162         strncmp for PPC64.
8164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
8165         multiarch implementations.
8166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8167         (__libc_ifunc_impl_list): Likewise.
8168         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
8169         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
8170         strncasecmp for PPC64.
8171         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
8172         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
8173         multiarch strncasecmp_l for PPC64.
8175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
8176         multiarch implementations.
8177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8178         (__libc_ifunc_impl_list): Likewise.
8179         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
8180         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
8181         multiarch strcasecmp for PPC64.
8182         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
8183         file.
8184         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
8185         multiarch strcasecmp_l for PPC64.
8187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
8188         implementations.
8189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8190         (__libc_ifunc_impl_list): Likewise.
8191         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
8192         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
8193         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
8194         strnlen for PPC64.
8196         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
8197         implementations.
8198         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8199         (__libc_ifunc_impl_list): Likewise.
8200         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
8201         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
8202         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
8203         strlen for PPC64.
8205         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
8206         implementations.
8207         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8208         (__libc_ifunc_impl_list): Likewise.
8209         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
8210         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
8211         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
8212         rawmemrchr for PPC64.
8214         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
8215         implementation.
8216         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8217         (__libc_ifunc_impl_list): Likewise.
8218         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
8219         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
8220         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
8221         memrchr for PPC64.
8223         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
8224         implementation.
8225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8226         (__libc_ifunc_impl_list): Likewise.
8227         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
8228         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
8229         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
8230         memchr for PPC64.
8232         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
8233         implementation.
8234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8235         (__libc_ifunc_impl_list): Likewise.
8236         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
8237         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
8238         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
8239         mempcpy for PPC64.
8241         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
8242         avoid cretion of __bzero symbol.
8243         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
8244         Likewise.
8245         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
8246         Likewise.
8247         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
8248         Likewise.
8249         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
8250         multiarch implementations.
8251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8252         (__libc_ifunc_impl_list): Likewise.
8253         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
8254         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
8255         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
8256         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
8257         bzero for PPC32.
8258         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
8259         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
8260         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
8261         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
8262         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
8263         memset for PPC64.
8264         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
8266         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
8267         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
8268         implementations.
8269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8270         (__libc_ifunc_impl_list): Likewise.
8271         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
8272         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
8273         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
8274         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
8275         memcmp for PPC64.
8277         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
8278         multiarch for POWER/PPC64.
8279         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
8280         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
8281         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
8282         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
8283         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
8284         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
8285         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
8286         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
8287         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
8288         memcpy for PPC64.
8290         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
8291         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
8292         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
8293         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
8294         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
8295         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
8296         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
8297         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
8298         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
8299         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
8300         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
8301         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
8302         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
8303         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
8304         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
8305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
8306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
8307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
8308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
8309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
8310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
8311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
8313 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8315         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
8317 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8319         * benchtests/Makefile (bench): Add exp2 and log2.
8320         (LDLIBS-bench-exp2): Add -lm.
8321         (LDLIBS-bench-log2): Likewise.
8322         * benchtests/exp2-inputs: New inputs file.
8323         * benchtests/log2-inputs: New inputs file.
8324         * benchtests/log-inputs: Add new inputs.
8325         * benchtests/tan-inputs: Likewise.
8327 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8329         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
8330         definition...
8331         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
8332         (csloww2): ... from here.
8334         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
8335         instead of structures.
8336         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
8337         (POLYNOMIAL): Likewise.
8338         (TAYLOR_SLOW): Likewise.
8339         (__sin): Likewise.
8340         (__cos): Likewise.
8341         (slow1): Likewise.
8342         (slow2): Likewise.
8343         (sloww): Likewise.
8344         (sloww1); Likewise.
8345         (sloww2): Likewise.
8346         (bsloww1): Likewise.
8347         (bsloww2): Likewise.
8348         (cslow2): Likewise.
8349         (csloww): Likewise.
8350         (csloww1): Likewise.
8351         (csloww2): Likewise.
8353 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
8355         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
8356         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
8357         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
8358         * malloc/hooks.c (realloc_check): Likewise.
8360         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
8361         * malloc/arena.c: Remove PER_THREAD conditional.
8362         [!PER_THREAD]: Remove code.
8363         (ptmalloc_unlock_all2): Likewise.
8364         (ptmalloc_init): Likewise.
8365         (_int_new_arena): Likewise.
8366         (arena_get2): Likewise.
8367         * malloc/hooks.c (__malloc_get_state): Likewise.
8368         (__malloc_set_state): Likewise.
8369         * malloc/malloc.c: Likewise.
8370         (struct malloc_state): Likewise.
8371         (struct malloc_par): Likewise.
8372         (__libc_realloc): Likewise.
8373         (__libc_mallopt): Likewise.
8375 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8377         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
8379 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
8381         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
8382         macro to a function.  Check for zero perturb_byte.
8383         (_int_malloc, _int_free): Remove zero perturb_byte checks.
8385         * malloc/malloc.c: (force_reg): Remove.
8386         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
8387         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
8388         force_reg by atomic_forced_read.
8389         * malloc/arena.c (ptmalloc_init): Likewise.
8390         * malloc/hooks.c (top_check): Likewise.
8392 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8394         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8396 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
8398         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8400 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
8402         * math/auto-libm-test-in: Add tests of lgamma.
8403         * math/auto-libm-test-out: Regenerated.
8404         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
8405         (M_LOG_2_SQRT_PIl): Likewise.
8406         (lgamma_test_data): Use AUTO_TESTS_f_f1.
8407         * math/gen-auto-libm-tests.c (func_calc_method): Add value
8408         mpfr_f_f1.
8409         (func_calc_desc): Add mpfr_f_f1 union field.
8410         (ARGS1): New macro.
8411         (ARGS2): Likewise.
8412         (ARGS3): Likewise.
8413         (ARGS4): Likewise.
8414         (RET1): Likewise.
8415         (RET2): Likewise.
8416         (CALC): Likewise.
8417         (FUNC): Likewise.
8418         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
8419         (test_functions): Add lgamma.
8420         (calc_generic_results): Handle mpfr_f_f1.
8421         * sysdeps/i386/fpu/libm-test-ulps: Update.
8422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8424 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8426         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
8427         __mpn_add_n for PowerPC64/POWER7.
8428         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
8429         __mpn_sub_n for PowerPC64/POWER7.
8431         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
8432         __mpn_addmul_1 for PowerPC64.
8433         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
8434         __mpn_submul_1 for PowerPC64.
8435         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
8436         for PowerPC64.
8437         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
8438         for PowerPC64.
8440 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
8442         [BZ #15089]
8443         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
8445 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8447         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
8449         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
8450         add multiarch folders.
8451         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
8452         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
8453         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
8454         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
8455         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
8456         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
8457         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
8458         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
8459         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
8460         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
8461         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
8462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
8463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
8464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
8465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
8466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
8467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
8469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
8470         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
8471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
8472         New file.
8473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
8474         New file.
8475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
8476         multiarch __ieee754_hypot for PowerPC32.
8477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
8478         New file.
8479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
8480         New file.
8481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
8482         multiarch __ieee754_hypotf for PowerPC32.
8484         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
8485         long_double_symbol only if __logbl is defined.
8486         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
8487         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
8488         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
8489         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
8490         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
8491         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
8492         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
8493         path for implementation.
8494         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
8495         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
8496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
8497         logb, and logbl multiarch implementations for PowerPC32.
8498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
8499         file.
8500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
8501         file.
8502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
8503         multiarch logb for PowerPC32.
8504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
8505         file.
8506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
8507         file.
8508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
8509         multiarch logbf for PowerPC32.
8510         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
8511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
8512         file.
8513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
8514         multiarch logbl implementation for PowerPC32.
8516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
8517         and modff multiarch implementations.
8518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
8519         New file.
8520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
8521         New file.
8522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
8523         multiarch modf for PowerPC32.
8524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
8525         New file.
8526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
8527         New file.
8528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
8529         multiarch modff for PowerPC32.
8531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
8532         and lrintf multiarch implementations.
8533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
8534         New file.
8535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
8536         New file.
8537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
8538         multiarch lrint for PowerPC32.
8539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
8540         file: multiarch lrintf for PowerPC32.
8542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
8543         and lroundf multiarch implementations.
8544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
8545         New file.
8546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
8547         New file.
8548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
8549         New file.
8550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
8551         multiarch lround for PowerPC32.
8552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
8553         file: multiarch lroundf for PowerPC32.
8555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
8556         copysign and copysignf multiarch implementations.
8557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
8558         New file.
8559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
8560         New file.
8561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
8562         file: multiarch copysign for PowerPC32.
8563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
8564         file: multiarch copysignf for PowerPC32.
8566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
8567         and truncf multiarch implementations.
8568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
8569         New file.
8570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
8571         file.
8572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
8573         multiarch trunc for PowerPC32.
8574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
8575         New file.
8576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
8577         New file.
8578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
8579         multiarch truncf for PowerPC32.
8581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
8582         and roundf multiarch implementations.
8583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
8584         New file.
8585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
8586         file.
8587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
8588         multiarch round for PowerPC32.
8589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
8590         New file.
8591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
8592         New file.
8593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
8594         multiarch roundf for PowerPC32.
8596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
8597         and floorf multiarch implementations.
8598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
8599         New file.
8600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
8601         file.
8602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
8603         multiarch floor for PowerPC32.
8604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
8605         New file.
8606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
8607         New file.
8608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
8609         multiarch floorf for PowerPC32.
8611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
8612         and ceilf multiarch implementations.
8613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
8614         New file.
8615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
8616         file.
8617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
8618         multiarch ceil for PowerPC32.
8619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
8620         New file.
8621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
8622         file.
8623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
8624         multiarch ceilf for PowerPC32.
8626         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
8627         is defined.
8628         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
8629         FINITEF is defined.
8630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
8631         and finitef multiarch implementations.
8632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
8633         New file.
8634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
8635         file.
8636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
8637         multiarch finite for PowerPC32.
8638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
8639         New file.
8640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
8641         file: multiarch finitef for PowerPC32.
8643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
8644         and isinff multiarch implementations.
8645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
8646         file.
8647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
8648         file.
8649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
8650         multiarch isinf for PowerPC32.
8651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
8652         New file.
8653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
8654         multiarch isinff for PowerPC32.
8656         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
8657         alias when __isnan is defined.
8658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
8659         and isnanf multiarch implementations.
8660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
8661         file.
8662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
8663         file.
8664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
8665         file.
8666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
8667         file.
8668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
8669         multiarch isnan for PowerPC32.
8670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
8671         New file.
8672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
8673         New file.
8674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
8675         multiarch isnanf for PowerPC32.
8677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
8678         and sqrtf multiarch implementations.
8679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
8680         file.
8681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
8682         file.
8683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
8684         multiarch sqrt for PowerPC32.
8685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
8686         file.
8687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
8688         file.
8689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
8690         multiarch sqrtf for PowerPC32.
8692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
8693         and llroundf multiarch implementations.
8694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
8695         New file.
8696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
8697         New file.
8698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
8699         New file.
8700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
8701         file: multiarch llround for PowerPC32.
8702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
8703         file: multiarch llroundf for PowerPC32.
8705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
8706         multiarch PowerPC32 fpu implementations.
8707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
8708         New file.
8709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
8710         New file.
8711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
8712         multiarch llrint for PowerPC32.
8713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
8714         New file.
8715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
8716         New file.
8717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
8718         file.
8720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
8722         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
8723         file.
8724         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
8725         file.
8726         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
8727         file.
8728         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
8729         multiarch wordcopy for PPC32.
8730         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
8731         wordcopy objects.
8732         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8733         (__libc_ifunc_impl_list): Likewise.
8734         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
8735         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
8736         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
8737         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
8738         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
8739         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
8741         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
8742         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
8743         file.
8744         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
8745         file.
8746         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
8747         file.
8748         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
8749         multiarch wcscpy for PPC32.
8750         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
8751         multiarch objects.
8752         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8753         (__libc_ifunc_impl_list): Likewise.
8754         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
8755         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
8756         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
8757         sysdeps/powerpc/power6/wcscpy.c.
8759         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
8760         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
8761         file.
8762         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
8763         file.
8764         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
8765         file.
8766         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
8767         multiarch wcsrchr for PPC32.
8768         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
8769         multiarch objects.
8770         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8771         (__libc_ifunc_impl_list): Likewise.
8772         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
8773         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
8774         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
8775         sysdeps/powerpc/power6/wcsrchr.c.
8777         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
8778         file.
8779         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
8780         file.
8781         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
8782         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
8783         multiarch wcschr for PPc32.
8784         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
8785         multiarch objects.
8786         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8787         (__libc_ifunc_impl_list): Likewise.
8788         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
8789         * sysdeps/powerpc/power6/wcschr.c: ... to here.
8790         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
8791         sysdeps/powerpc/power6/wcschr.c.
8793         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
8794         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
8795         file.
8796         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
8797         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
8798         file: multiarch strchr for PPC32.
8799         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
8800         multiarch objects.
8801         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8802         (__libc_ifunc_impl_list): Likewise.
8804         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
8805         name.
8806         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
8807         file.
8808         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
8809         file.
8810         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
8811         multiarch strchrnul for PPC32.
8812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
8813         multiarch objects.
8814         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8815         (__libc_ifunc_impl_list): Likewise.
8817         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
8818         file.
8819         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
8820         multiarch strncasecmp for PPC32.
8821         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
8822         file.
8823         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
8824         multiarch strncasecmp_l for PPC32.
8825         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
8826         strncasecmp multiarch objects.
8827         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8828         (__libc_ifunc_impl_list): Likewise.
8830         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
8831         file.
8832         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
8833         multiarch strncasecmp for PPC32.
8834         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8835         New file.
8836         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
8837         multiarch strcasecmp_l for PPC32.
8838         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
8839         multiarch objects.
8840         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8841         (__libc_ifunc_impl_list): Likewise.
8843         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
8844         file.
8845         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
8846         file.
8847         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
8848         multiarch strncmp for PPC32.
8849         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
8850         multiarch objects.
8851         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8852         (__libc_ifunc_impl_list): Likewise.
8854         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
8855         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
8856         file.
8857         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
8858         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
8859         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
8860         multiarch objects.
8861         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8862         (__libc_ifunc_impl_list): Likewise.
8864         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
8865         file.
8866         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
8867         file.
8868         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
8869         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
8870         multiarch objects.
8871         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8872         (__libc_ifunc_impl_list): Likewise.
8874         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
8875         file.
8876         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
8877         file.
8878         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
8879         multiarch rawmemchr for PPC32.
8880         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
8881         multiarch objects.
8882         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8883         (__libc_ifunc_impl_list): Likewise.
8885         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
8886         file.
8887         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
8888         file.
8889         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
8890         file: memrchr multiarch for PPC32.
8891         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
8892         multiarch objects.
8893         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
8894         (__libc_ifunc_impl_list): Likewise.
8896         * string/memchr.c (__memchr): Using macro to redefine symbol name.
8897         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
8898         file.
8899         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
8900         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
8901         multiarch memchr for PPC32.
8902         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
8903         multiarch objects.
8904         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8905         (__libc_ifunc_impl_list): Likewise.
8907         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
8908         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
8909         file.
8910         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
8911         file.
8912         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
8913         file: multiarch mempcpy for PPC32.
8914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
8915         multiarch objects.
8916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8917         (__libc_ifunc_impl_list): Likewise.
8919         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
8920         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
8921         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
8922         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
8923         multiarch bzero for PPC32.
8924         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
8925         file.
8926         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
8927         file.
8928         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
8929         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
8930         file: multiarch memset for PPC32.
8931         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
8932         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
8933         memset multiarch objects.
8934         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8935         (__libc_ifunc_impl_list): Likewise.
8937         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
8938         file.
8939         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
8940         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
8941         memcmp for PPC32.
8942         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
8943         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
8944         multiarch objects.
8945         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8946         (__libc_ifunc_impl_list): Likewise.
8948         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
8949         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
8950         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
8951         file.
8952         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
8953         file.
8954         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
8955         file.
8956         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
8957         multiarch memcpy for PPC32.
8958         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
8959         multiarch objects.
8960         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8961         (__libc_ifunc_impl_list): Likewise.
8963         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
8964         support multiarch for POWER/PPC32.
8965         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
8966         Likewise.
8967         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
8968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
8969         Implies file to make multiarch folder appers before the fpu and
8970         default folder for power4 configuration.
8972 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
8974         * scripts/bench.pl: Append volatile keyword to type.
8976 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8978         * sysdeps/sh/sotruss-lib.c: New file.
8979         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
8981 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8985 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
8987         [BZ #6810]
8988         * math/w_tgamma.c: Include <errno.h>.
8989         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
8990         * math/w_tgammaf.c: Include <errno.h>.
8991         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
8992         * math/w_tgammal.c: Include <errno.h>.
8993         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
8994         * math/auto-libm-test-in: Do not allow missing errno on tgamma
8995         underflow.  Add more tgamma tests.
8996         * math/auto-libm-test-out: Regenerated.
8997         * sysdeps/i386/fpu/libm-test-ulps: Update.
8998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9000         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
9001         sin, sinh, tan, tanh, tgamma, y0 and y1.
9002         * math/auto-libm-test-out: Regenerated.
9003         * math/libm-test.inc (TEST_COND_x86_64): New macro.
9004         (TEST_COND_x86): Likewise.
9005         (M_E2l): Remove macro.
9006         (M_E3l): Likewise.
9007         (M_2_SQRT_PIl): Likewise.
9008         (M_SQRT_PIl): Likewise.
9009         (M_1_DIV_El): Likewise.
9010         (log_test_data): Use AUTO_TESTS_f_f.
9011         (log10_test_data): Likewise.
9012         (log1p_test_data): Likewise.
9013         (log2_test_data): Likewise.
9014         (sin_test_data): Likewise.
9015         (sin_tonearest_test_data): Likewise.
9016         (sin_towardzero_test_data): Likewise.
9017         (sin_downward_test_data): Likewise.
9018         (sin_upward_test_data): Likewise.
9019         (sinh_test_data): Likewise.
9020         (sinh_tonearest_test_data): Likewise.
9021         (sinh_towardzero_test_data): Likewise.
9022         (sinh_downward_test_data): Likewise.
9023         (sinh_upward_test_data): Likewise.
9024         (tan_test_data): Likewise.
9025         (tan_tonearest_test_data): Likewise.
9026         (tan_towardzero_test_data): Likewise.
9027         (tan_downward_test_data): Likewise.
9028         (tan_upward_test_data): Likewise.
9029         (tanh_test_data): Likewise.
9030         (tgamma_test_data): Likewise.
9031         (y0_test_data): Likewise.
9032         (y1_test_data): Likewise.
9033         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
9034         (special_real_inputs): Add pi/4.
9035         * sysdeps/i386/fpu/libm-test-ulps: Update.
9036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9038 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9040         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
9041         "longjmp_target" static probes.
9042         (__longjmp): Rename to __longjmp_symbol.
9043         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
9044         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
9045         on which longjmp to generate.
9046         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
9047         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
9048         probe.
9049         (__sigsetjmp): Rename to __sigsetjmp_symbol.
9050         (__sigjmp_save): Rename to __sigjmp_save_symbol.
9051         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9052         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
9053         and __sigjmp_save_symbol based on which sigsetjmp to generated.
9054         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
9055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
9056         __longjmp_symbol based on which __longjmp to generate.
9057         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
9058         probe.
9059         (setjmp): Rename to setjmp_symbol.
9060         (__sigsetjmp): Rename to __sigsetjmp_symbol.
9061         (_setjmp): Rename to _setjmp_symbol.
9062         (__sigsetjmp): Rename to __sigsetjmp_symbol.
9063         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
9064         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
9065         which setjmp to generate.
9066         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
9067         "longjmp_target" static probes.
9069 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9071         * benchtests/README: Add note about output arguments.
9072         * benchtests/bench-sincos.c: Remove file.
9073         * benchtests/sincos-inputs: New file.
9074         * scripts/bench.pl: Identify output arguments and define
9075         static variables for them.
9077         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
9079         [BZ #15941]
9080         * Makefile (INSTALL): Add install-plain.texi as the primary
9081         dependency.
9082         * manual/install-plain.texi: New file.
9083         * manual/install.texi: Include node directive only for
9084         non-plaintext output.
9086 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
9088         * stdlib/longlong.h: Update from GCC.
9090         [BZ #6807]
9091         [BZ #15901]
9092         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
9093         * math/w_j0f.c (y0f): Likewise.
9094         * math/w_j0l.c (__y0l): Likewise.
9095         * math/w_j1.c (y1): Likewise.
9096         * math/w_j1f.c (y1f): Likewise.
9097         * math/w_j1l.c (__y1l): Likewise
9098         * math/w_jn.c (yn): Likewise.
9099         * math/w_jnf.c (ynf): Likewise.
9100         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
9101         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
9102         value for Bessel function domain errors outside _SVID_ mode.
9103         Adjust sign of return value for yn (negative integer, 0).
9104         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
9105         by zero in return for negative x and set sign appropriately for
9106         negative n.
9107         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
9108         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
9109         * math/libm-test.inc (y0_test_data): Add more tests and adjust
9110         expectations in error cases.
9111         (y1_test_data): Likewise.
9112         (yn_test_data): Likewise.
9113         * sysdeps/i386/fpu/libm-test-ulps: Update.
9114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9116 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9118         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
9119         "64" to "64-v1".  Add "64-v2".
9120         (abi-64-options): Rename to ...
9121         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
9122         (abi-64-condition): Rename to ...
9123         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
9124         (abi-64-ld-soname): Rename to ...
9125         (abi-64-v1-ld-soname): ... this.
9126         (abi-64-v2-options): Define.
9127         (abi-64-v2-condition): Likewise.
9128         (abi-64-v2-ld-soname): Likewise.
9129         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
9130         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
9131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
9132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
9133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
9135 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9136             Alan Modra  <amodra@gmail.com>
9138         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
9139         New versions for use with the ELFv2 ABI.
9140         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
9141         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
9142         declaration.
9143         (struct La_ppc64v2_retval): Likewise.
9144         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
9145         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
9146         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
9147         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
9148         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
9149         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
9150         Do not save or restore CR.
9151         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
9152         (_dl_profile_resolve): Do no save or restore CR.  Support extended
9153         return values for ELFv2 ABI.  Fix location of FPR return registers.
9154         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
9155         updated values for _CALL_ELF == 2.
9156         (La_regs, La_retval, int_retval): Likewise.
9158 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9160         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
9161         (FRAME_MIN_SIZE_PARM): Likewise.
9162         (FRAME_BACKCHAIN): Likewise.
9163         (FRAME_CR_SAVE): Likewise.
9164         (FRAME_LR_SAVE): Likewise.
9165         (FRAME_TOC_SAVE): Likewise.
9166         (FRAME_PARM_SAVE): Likewise.
9167         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
9168         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
9169         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
9170         (call_mcount_parm_offset): New macro.
9171         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
9172         (PROF): Use symbolic stack frame offsets.
9173         (TAIL_CALL_SYSCALL_ERROR): Likewise.
9174         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
9175         Redefine in terms of FRAME_MIN_SIZE.
9176         (_dl_runtime_resolve): Use symbolic stack frame offsets.
9177         (_dl_profile_resolve): Likewise.  Update comment.
9178         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
9179         symbols stack frame offsets.
9180         (__sigsetjmp): Likewise.
9181         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9182         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
9183         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
9184         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
9186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
9187         (FRAME_BACKCHAIN): Remove.
9188         (FRAME_CR_SAVE): Likewise.
9189         (FRAME_LR_SAVE): Likewise.
9190         (FRAME_COMPILER_DW): Likewise.
9191         (FRAME_LINKER_DW): Likewise.
9192         (FRAME_TOC_SAVE): Likewise.
9193         (FRAME_PARM_SAVE): Likewise.
9194         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
9195         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
9196         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
9197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
9198         (CHECK_SP): Use symbolic stack frame offsets.
9199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
9200         zone" instead of caller's parameter save area for temp storage.
9201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
9202         Likewise.  Also, use symbolic stack frame offsets.
9203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
9204         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
9205         our own stack frame instead of the caller's.
9206         (__socket): Use symbolic stack frame offsets.
9208 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9209             Alan Modra  <amodra@gmail.com>
9211         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
9212         Define.
9213         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
9214         (PPC64_LOCAL_ENTRY_OFFSET): Define.
9215         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
9216         New function.
9217         (elf_machine_fixup_plt): Call it.
9218         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
9219         reloc arguments.
9220         (elf_machine_rela): Update call to elf_machine_plt_conflict.
9221         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
9222         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
9223         r2 before calling target.
9225 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9226             Alan Modra  <amodra@gmail.com>
9228         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
9229         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
9230         versions of macros to support ELFv2 ABI.
9231         (LOCALENTRY): New macro.
9232         (ENTRY, EALIGN): Use it.
9233         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
9234         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
9235         fall through into ENTRY entry point.
9236         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
9237         Only define if _CALL_ELF != 2.
9239         (elf_machine_matches_host): Verify ABI version matches.
9240         (RTLD_START): Use LOCALENTRY.
9241         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
9242         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
9243         (PLT_ENTRY_WORDS): New macro.
9244         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
9245         (elf_machine_runtime_setup): Support ELFv2 ABI.
9246         (elf_machine_fixup_plt): Likewise.
9247         (elf_machine_plt_conflict): Likewise.
9248         (resolve_ifunc): Likewise.
9249         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
9250         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
9251         Likewise.
9252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9253         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
9254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
9255         (makecontext): Support ELFv2 ABI.
9256         * elf/elf.h (EF_PPC64_ABI): Define.
9258 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9260         * sysdeps/powerpc/powerpc64/sysdep.h
9261         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
9262         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
9263         (ENTRY) [ASSEMBLER]: ... but instead here ...
9264         (EALIGN) [ASSEMBLER]: ... and here.
9265         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
9266         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
9267         (ENTRY_2) [!ASSEMBLER]: Use it.
9268         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
9269         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
9270         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
9271         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
9272         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
9273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
9274         Use PPC64_LOAD_FUNCPTR.
9276         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
9278 2013-12-04  Alan Modra  <amodra@gmail.com>
9280         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
9281         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
9282         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
9283         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
9285         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
9286         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
9287         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
9288         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
9289         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
9290         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
9292 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
9295         (__makecontext): Fix incorrect CFI when backtracing out of
9296         context created via makecontext.
9297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
9298         (__setcontext): Fix incorrect CFI during switch to new context.
9299         (__novec_setcontext): Likewise.
9301 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
9303         [BZ #4772]
9304         * time/strptime_l.c (__strptime_internal): Allow modifiers
9305         in strptime.
9306         * time/tst-strptime.c (day_tests): Add testcase.
9308 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9310         * scripts/bench.pl: Skip over blank lines.
9312 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
9314         [BZ #926]
9315         * manual/time.texi (Calendar Time): Clarify what timezone functions
9316         use.
9318 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9322 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
9324         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
9325         implementation.
9326         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
9327         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
9328         * debug/memset_chk.c (__memset_chk): Likewise.
9329         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
9330         * debug/strncpy_chk.c: Likewise.
9332 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
9334         [BZ #15268]
9335         [BZ #15425]
9336         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
9337         (__ieee754_exp): For possibly underflowing results, check size of
9338         result and force underflow exception if required.
9339         * math/auto-libm-test-in: Add more tests of exp.
9340         * math/auto-libm-test-out: Regenerated.
9341         * sysdeps/i386/fpu/libm-test-ulps: Update.
9342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9344         [BZ #16283]
9345         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
9346         * math/w_exp2f.c (__exp2f): Likewise.
9347         * math/w_exp2l.c (__exp2l): Likewise.
9348         * math/auto-libm-test-in: Do not allow missing errno on exp2
9349         underflow.
9350         * math/auto-libm-test-out: Regenerated.
9352 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
9354         [BZ #16274]
9355         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
9356         handle filename validation.
9357         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
9358         (do_open): Delete.
9360 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
9362         [BZ #6786]
9363         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
9364         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
9365         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
9366         <float.h>.
9367         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
9368         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
9369         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
9370         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
9371         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
9372         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
9373         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
9374         * math/auto-libm-test-in: Don't allow missing errno from erfc.
9375         Add more erfc tests.
9376         * math/auto-libm-test-out: Regenerated.
9377         * sysdeps/i386/fpu/libm-test-ulps: Update.
9378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9380         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
9381         exp2, expm1, j0 and j1.
9382         * math/auto-libm-test-out: Regenerated.
9383         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
9384         (erfc_test_data): Likewise.
9385         (exp_test_data): Likewise.
9386         (exp_tonearest_test_data): Likewise.
9387         (exp_towardzero_test_data): Likewise.
9388         (exp_downward_test_data): Likewise.
9389         (exp_upward_test_data): Likewise.
9390         (exp10_test_data): Likewise.
9391         (exp2_test_data): Likewise.
9392         (expm1_test_data): Likewise.
9393         (j0_test_data): Likewise.
9394         (j1_test_data): Likewise.
9395         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
9396         (input_flag_type): Add flag_xfail_rounding.
9397         (input_flags): Add xfail-rounding.
9398         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
9399         (output_for_one_input_case): Handle flag_xfail_rounding.
9400         * sysdeps/i386/fpu/libm-test-ulps: Update.
9401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9403 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
9405         [BZ #16289]
9406         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
9407         division by 0.
9409 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9411         [BZ #16195]
9412         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
9413         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
9414         (STAP_PROBE0): New macro.
9415         (STAP_PROBE1): Likewise.
9416         (STAP_PROBE2): Likewise.
9417         (STAP_PROBE3): Likewise.
9418         (STAP_PROBE4): Likewise.
9420 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
9422         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
9424 2013-12-02  Steve Ellcey  <sellcey@mips.com>
9426         * benchtests/Makefile (bench): Add sqrt.
9427         (LDLIBS-bench-sqrt): New.
9428         * benchtests/sqrt-input: New.
9430 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
9432         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
9433         (GAIH_EAI): Likewise.
9434         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
9435         (gaih_inet): Likewise.
9436         (getaddrinfo): Don't use GAIH_EAI.
9438         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
9439         (struct gaih): Remove definition.
9441 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9443         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
9444         Use HERRNOP directly.
9446 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9450 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
9452         * math/gen-auto-libm-tests.c (test_functions): Add more
9453         single-argument functions.
9454         (special_fill_pi_2): New function.
9455         (special_fill_minus_pi_2): Likewise.
9456         (special_fill_pi_6): Likewise.
9457         (special_fill_minus_pi_6): Likewise.
9458         (special_fill_pi_3): Likewise.
9459         (special_fill_2pi_3): Likewise.
9460         (special_fill_e): Likewise.
9461         (special_fill_1_e): Likewise.
9462         (special_fill_e_minus_1): Likewise.
9463         (special_real_inputs): Add more special inputs.
9464         (output_for_one_input_case): Do not require ERANGE on underflow to
9465         zero if round-to-nearest result does not underflow to zero, unless
9466         exact results required.
9467         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
9468         atan, atanh, cbrt, cos and cosh.
9469         * math/auto-libm-test-out: Regenerated.
9470         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
9471         (acos_tonearest_test_data): Likewise.
9472         (acos_towardzero_test_data): Likewise.
9473         (acos_downward_test_data): Likewise.
9474         (acos_upward_test_data): Likewise.
9475         (acosh_test_data): Likewise.
9476         (asin_test_data): Likewise.
9477         (asin_tonearest_test_data): Likewise.
9478         (asin_towardzero_test_data): Likewise.
9479         (asin_upward_test_data): Likewise.
9480         (asinh_test_data): Likewise.
9481         (atan_test_data): Likewise.
9482         (atanh_test_data): Likewise.
9483         (cbrt_test_data): Likewise.
9484         (cos_test_data): Likewise.
9485         (cos_tonearest_test_data): Likewise.
9486         (cos_towardzero_test_data): Likewise.
9487         (cos_downward_test_data): Likewise.
9488         (cos_upward_test_data): Likewise.
9489         (cosh_test_data): Likewise.
9490         (cosh_tonearest_test_data): Likewise.
9491         (cosh_towardzero_test_data): Likewise.
9492         (cosh_downward_test_data): Likewise.
9493         (cosh_upward_test_data): Likewise.
9494         * sysdeps/i386/fpu/libm-test-ulps: Update.
9495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9497 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
9499         [BZ #6787]
9500         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
9501         * math/w_exp10f.c (__exp10f): Likewise.
9502         * math/w_exp10l.c (__exp10l): Likewise.
9503         * math/libm-test.inc (exp10_test_data): Add more tests and expect
9504         errno settings in existing tests.
9506         [BZ #14032]
9507         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
9508         precision control set to double precision.
9509         * sysdeps/i386/fpu/w_sqrt.c: New file.
9510         * math/auto-libm-test-in: Add more tests.
9511         * math/auto-libm-test-out: Update.
9513         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
9514         (sqrt_test_tonearest): New function.
9515         (sqrt_towardzero_test_data): New variable.
9516         (sqrt_test_towardzero): New function.
9517         (sqrt_downward_test_data): New variable.
9518         (sqrt_test_downward): New function.
9519         (sqrt_upward_test_data): New variable.
9520         (sqrt_test_upward): New function.
9521         (main): Call the new functions.
9523         * math/gen-auto-libm-tests.c: New file.
9524         * math/auto-libm-test-in: Likewise.
9525         * math/auto-libm-test-out: New generated file.
9526         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
9527         variables.
9528         (%beautify): Add generated representations of zero.
9529         (top level): Set $auto_input and call parse_auto_input.
9530         (beautify): Remove trailing "f" from hex float constants.
9531         (parse_args): Handle XFAIL_TEST.
9532         (convert_condition): New function.
9533         (or_value): Likewise.
9534         (or_cond_value): Likewise.
9535         (generate_testfile): Handle AUTO_TESTS_* lines.
9536         (parse_auto_input): New function.
9537         * math/libm-test.inc (XFAIL_TEST): New macro.
9538         (ERRNO_UNCHANGED): Update value.
9539         (ERRNO_EDOM): Likewise.
9540         (ERRNO_ERANGE): Likewise.
9541         (IGNORE_RESULT): Likewise.
9542         (TEST_COND_flt_32): New macro.
9543         (TEST_COND_dbl_64): Likewise.
9544         (TEST_COND_ldbl_96_intel): Likewise.
9545         (TEST_COND_ldbl_96_m68k): Likewise.
9546         (TEST_COND_ldbl_128): Likewise.
9547         (TEST_COND_ldbl_128ibm): Likewise.
9548         (TEST_COND_long32): Likewise.
9549         (TEST_COND_long64): Likewise.
9550         (TEST_COND_before_rounding): Likewise.
9551         (TEST_COND_after_rounding): Likewise.
9552         (enable_test): Handle XFAIL_TEST flag.
9553         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
9554         with finite results.
9555         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
9556         auto-libm-test-out.
9558 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
9559             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9561         [BZ #16214]
9562         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
9563         __tls_get_addr_internal instead of __tls_get_offset in order to
9564         avoid GOT pointer dependency.  Make rtld export
9565         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
9566         __tls_get_addr since we are a __tls_get_offset platform.
9567         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
9568         GOT pointer being set up before.
9569         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
9571 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
9573         * manual/math.texi (Errors in Math Functions): Document accuracy
9574         goals.
9576         [BZ #15004]
9577         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
9578         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
9579         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
9580         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9581         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9582         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9583         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9584         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
9585         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
9586         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9587         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9588         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9589         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9590         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9591         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9592         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
9594         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
9595         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
9596         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
9597         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
9598         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
9599         Likewise.
9600         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
9601         Likewise.
9602         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
9603         Likewise.
9604         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
9605         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
9606         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
9607         atomic-feupdateenv and flt-rounds.
9608         * sysdeps/powerpc/nofpu/Versions (libc): Add
9609         __atomic_feholdexcept, __atomic_feclearexcept,
9610         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
9611         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
9612         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
9613         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
9614         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
9615         here.
9616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9617         Update.
9619         * manual/arith.texi (FP Exceptions): Document that exceptions may
9620         not be raised when matherr is used.
9621         (Math Error Reporting): Document overflow in directed rounding
9622         modes.  Document that errno may not be set when finite values are
9623         returned on overflow.  Document intent to set errno on underflow
9624         only for underflow to zero.
9626         [BZ #16271]
9627         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
9628         round-to-nearest then adjust result for other rounding modes.
9629         * include/fenv.h (fegetround): Use libm_hidden_proto.
9630         * math/fegetround.c (fegetround): Use libm_hidden_def.
9631         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
9632         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
9633         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
9634         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
9635         Likewise.
9636         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
9637         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
9638         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
9639         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
9641 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9643         [BZ #16077]
9644         * nss/Versions (libnss_files): Add
9645         _nss_files_gethostbyname3_r.
9646         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
9647         New function.
9648         (HOST_DB_LOOKUP): Remove macro.
9649         (_nss_files_gethostbyname_r): Implement function without the
9650         HOST_DB_LOOKUP macro.
9651         (_nss_files_gethostbyname2_r): Likewise.
9653 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
9655         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
9657 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
9659         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
9660         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
9661         warning.
9663 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9665         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
9666         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
9667         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
9668         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
9669         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
9670         __fe_nomask_env_priv and attribute_hidden.
9671         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
9672         (libc_feupdateenv_test_ppc): Likewise.
9673         (libc_feresetround_ppc): Likewise.
9674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
9675         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
9676         compat_symbol macro.
9677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
9678         (__fe_nomask_env): Likewise.
9679         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
9681 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
9683         * string/Makefile: Remove ifunc tests.
9684         * string/test-string.h: Define TEST_IFUNC.
9685         * string/test-bcopy-ifunc.c: Remove.
9686         * string/test-bzero-ifunc.c: Likewise.
9687         * string/test-memccpy-ifunc.c: Likewise.
9688         * string/test-memchr-ifunc.c: Likewise.
9689         * string/test-memcmp-ifunc.c: Likewise.
9690         * string/test-memcpy-ifunc.c: Likewise.
9691         * string/test-memmem-ifunc.c: Likewise.
9692         * string/test-memmove-ifunc.c: Likewise.
9693         * string/test-mempcpy-ifunc.c: Likewise.
9694         * string/test-memrchr-ifunc.c: Likewise.
9695         * string/test-memset-ifunc.c: Likewise.
9696         * string/test-rawmemchr-ifunc.c: Likewise.
9697         * string/test-stpcpy-ifunc.c: Likewise.
9698         * string/test-stpncpy-ifunc.c: Likewise.
9699         * string/test-strcasecmp-ifunc.c: Likewise.
9700         * string/test-strcasestr-ifunc.c: Likewise.
9701         * string/test-strcat-ifunc.c: Likewise.
9702         * string/test-strchr-ifunc.c: Likewise.
9703         * string/test-strchrnul-ifunc.c: Likewise.
9704         * string/test-strcmp-ifunc.c: Likewise.
9705         * string/test-strcpy-ifunc.c: Likewise.
9706         * string/test-strcspn-ifunc.c: Likewise.
9707         * string/test-strlen-ifunc.c: Likewise.
9708         * string/test-strncasecmp-ifunc.c: Likewise.
9709         * string/test-strncat-ifunc.c: Likewise.
9710         * string/test-strncmp-ifunc.c: Likewise.
9711         * string/test-strncpy-ifunc.c: Likewise.
9712         * string/test-strnlen-ifunc.c: Likewise.
9713         * string/test-strpbrk-ifunc.c: Likewise.
9714         * string/test-strrchr-ifunc.c: Likewise.
9715         * string/test-strspn-ifunc.c: Likewise.
9716         * string/test-strstr-ifunc.c: Likewise.
9718 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
9720         * benchtests/Makefile: Remove ifunc tests.
9721         * benchtests/bench-string.h: Define TEST_IFUNC.
9722         * benchtests/bench-bcopy-ifunc.c: Remove.
9723         * benchtests/bench-bzero-ifunc.c: Likewise.
9724         * benchtests/bench-memccpy-ifunc.c: Likewise.
9725         * benchtests/bench-memchr-ifunc.c: Likewise.
9726         * benchtests/bench-memcmp-ifunc.c: Likewise.
9727         * benchtests/bench-memcpy-ifunc.c: Likewise.
9728         * benchtests/bench-memmem-ifunc.c: Likewise.
9729         * benchtests/bench-memmove-ifunc.c: Likewise.
9730         * benchtests/bench-mempcpy-ifunc.c: Likewise.
9731         * benchtests/bench-memrchr-ifunc.c: Likewise.
9732         * benchtests/bench-memset-ifunc.c: Likewise.
9733         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
9734         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
9735         * benchtests/bench-stpcpy-ifunc.c: Likewise.
9736         * benchtests/bench-stpncpy-ifunc.c: Likewise.
9737         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
9738         * benchtests/bench-strcasestr-ifunc.c: Likewise.
9739         * benchtests/bench-strcat-ifunc.c: Likewise.
9740         * benchtests/bench-strchr-ifunc.c: Likewise.
9741         * benchtests/bench-strchrnul-ifunc.c: Likewise.
9742         * benchtests/bench-strcmp-ifunc.c: Likewise.
9743         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
9744         * benchtests/bench-strcpy-ifunc.c: Likewise.
9745         * benchtests/bench-strcspn-ifunc.c: Likewise.
9746         * benchtests/bench-strlen-ifunc.c: Likewise.
9747         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
9748         * benchtests/bench-strncat-ifunc.c: Likewise.
9749         * benchtests/bench-strncmp-ifunc.c: Likewise.
9750         * benchtests/bench-strncpy-ifunc.c: Likewise.
9751         * benchtests/bench-strnlen-ifunc.c: Likewise.
9752         * benchtests/bench-strpbrk-ifunc.c: Likewise.
9753         * benchtests/bench-strrchr-ifunc.c: Likewise.
9754         * benchtests/bench-strsep-ifunc.c: Likewise.
9755         * benchtests/bench-strspn-ifunc.c: Likewise.
9756         * benchtests/bench-strstr-ifunc.c: Likewise.
9758 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
9760         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
9762 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
9764         * resolv/netdb.h: Use __glibc_reserved instead __unused.
9765         * rt/aio.h: Likewise.
9766         * sysdeps/gnu/bits/utmp.h: Likewise.
9767         * sysdeps/gnu/bits/utmpx.h: Likewise.
9768         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
9769         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9770         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9771         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9772         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9773         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9774         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
9775         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
9776         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
9777         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
9778         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
9779         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
9780         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
9781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
9782         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
9783         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
9784         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
9785         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
9786         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
9787         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9788         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
9789         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
9790         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
9791         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
9792         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
9793         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9794         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
9795         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
9796         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
9797         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
9798         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9799         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
9800         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
9801         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9802         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
9803         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
9804         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
9805         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
9806         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
9807         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
9808         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9809         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
9811 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
9813         [BZ #16245]
9814         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
9815         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
9817 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
9819         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
9820         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
9821         Likewise.
9823 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9825         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
9826         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
9827         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
9828         (__fesetround): Remove define.
9829         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
9830         rounding and exceptions handling.
9831         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
9832         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
9833         (__fe_nomask_env): Likewise.
9834         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
9835         __fegetround instead of fegetround.
9836         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
9837         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
9839 2013-11-21  Roland McGrath  <roland@hack.frob.com>
9841         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
9842         it's there.
9844         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
9846 2013-11-21  Meador Inge  <meadori@codesourcery.com>
9848         [BZ #11157]
9849         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
9850         (encrypt_r): Likewise.
9851         * malloc/obstack.h (obstack_free): Likewise.
9852         * posix/unistd.h (encrypt): Likewise.
9854 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
9856         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
9857         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
9858         DL_CALL_DT_FINI() that call the functions directly.
9859         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
9860         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
9861         * elf/dl-fini.c: Likewise.
9863 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
9865         * malloc/hooks.c (memalign_check): Add alignment rounding.
9866         * malloc/malloc.c (_mid_memalign): New function.
9867         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
9868         Implement by calling _mid_memalign.
9869         * manual/probes.texi (Memory Allocation Probes): Remove
9870         memory_valloc_retry and memory_pvalloc_retry.
9872 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
9874         * locale/programs/locarchive.c (open_archive): Add const
9875         qualifier to ARCHIVEFNAME and copy default fname to
9876         DEFAULT_FNAME.
9878         [BZ #15601]
9879         * libio/tst-widetext.input: Rename Oriya to Odia.
9880         * locale/iso-639.def: Likewise.
9882         * manual/probes.texi (Mathematical Function Probes): Add
9883         documentation for sin, cos, asin and acos probes.
9884         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
9885         (__sin32): Add slowasin probe.
9886         (__cos32): Add slowacos probe.
9887         (__mpsin): Add slowsin probe.
9888         (__mpcos): Add slowcos probe.
9890 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
9892         [BZ #15483]
9893         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
9894         thread-local __sim_exceptions_thread and global
9895         __sim_exceptions_global.
9896         (__sim_disabled_exceptions): Change to thread-local
9897         __sim_disabled_exceptions_thread and global
9898         __sim_disabled_exceptions_global.
9899         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
9900         and global __sim_round_mode_global.
9901         (__simulate_exceptions): Use thread-local floating-point state and
9902         set global state from it as needed.
9903         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
9904         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
9905         __sim_round_mode_thread.
9906         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
9907         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
9908         and global __sim_exceptions_global.
9909         (__sim_disabled_exceptions): Change to thread-local
9910         __sim_disabled_exceptions_thread and global
9911         __sim_disabled_exceptions_global.
9912         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
9913         and global __sim_round_mode_global.
9914         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
9915         (SIM_SET_GLOBAL): Likewise.
9916         * sysdeps/powerpc/soft-fp/sfp-machine.h
9917         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
9918         __sim_round_mode_thread.
9919         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
9920         __sim_disabled_exceptions_thread.
9921         (__sim_exceptions): Change to __sim_exceptions_thread.
9922         (__sim_disabled_exceptions): Change to
9923         __sim_disabled_exceptions_thread.
9924         (__sim_round_mode): Change to __sim_round_mode_thread.
9925         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
9926         thread-local floating-point state and set global state from it as
9927         needed.
9928         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
9929         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
9930         (__sim_disabled_exceptions): Remove extern declaration.
9931         (feenableexcept): Use thread-local floating-point state and set
9932         global state from it as needed.
9933         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
9934         extern declaration.
9935         (__sim_disabled_exceptions): Likewise.
9936         (__sim_round_mode): Likewise.
9937         (__fegetenv): Use thread-local floating-point state.
9938         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
9939         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
9940         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
9941         floating-point state and set global state from it as needed.
9942         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
9943         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
9944         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
9945         Likewise.
9946         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
9947         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
9948         Likewise.
9949         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
9950         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
9951         Use __sim_round_mode_thread.
9952         * math/test-fenv-tls.c: New file.
9953         * math/Makefile (tests): Add test-fenv-tls.
9954         ($(objpfx)test-fenv-tls): Depend on
9955         $(common-objpfx)nptl/libpthread.so.
9957 2013-11-19  Andreas Schwab  <schwab@suse.de>
9959         * locale/programs/locale.c (show_info): Decode wordarray elements.
9960         * locale/categories.def (LC_MONETARY): Add element for
9961         _NL_MONETARY_CRNCYSTR.
9962         * locale/C-monetary.c (conversion_rate): New variable.
9963         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
9964         element.
9966 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
9968         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
9969         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
9971 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
9973         * elf/Makefile (tst-auxv): New test.
9974         * elf/tst-auxv.c: New
9975         * elf/rtld.c (dl_main): Adjust AT_EXECFN
9977 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
9979         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
9980         (hidden_proto): Caller changed.
9981         (hidden_tls_proto): New macro.
9982         (libc_hidden_tls_proto): Likewise.
9983         (rtld_hidden_tls_proto): Likewise.
9984         (libm_hidden_tls_proto): Likewise.
9985         (libresolv_hidden_tls_proto): Likewise.
9986         (librt_hidden_tls_proto): Likewise.
9987         (libdl_hidden_tls_proto): Likewise.
9988         (libnss_files_hidden_tls_proto): Likewise.
9989         (libnsl_hidden_tls_proto): Likewise.
9990         (libnss_nisplus_hidden_tls_proto): Likewise.
9991         (libutil_hidden_tls_proto): Likewise.
9993 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
9995         [BZ #10253]
9996         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
9997         (decompose_rpath): Defer expansion to fillin_rpath.
9998         (_dl_init_paths): Pass linkmap to fillin_rpath.
10000 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10002         * benchtests/Makefile: Add strsep.
10003         * benchtests/bench-strsep.c: New file: strsep benchtest.
10004         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
10006 2013-11-18  Andreas Schwab  <schwab@suse.de>
10008         * locale/programs/locale.c (show_info) [case byte]: Check for
10009         '\377' instead of '\177'.
10010         * locale/C-monetary.c (not_available): Always use "\377".
10011         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
10012         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
10013         detect unavailable sign_posn locale elements.
10014         * locale/localeconv.c (__localeconv): For grouping and
10015         mon_grouping handle "\177" and "\377" like no grouping.
10016         (INT_ELEM): New macro.  Use it to set all numeric members.
10017         * locale/programs/ld-monetary.c (monetary_read)
10018         <tok_mon_grouping>: Normalize single -1 to the empty string.
10019         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
10020         Likewise.
10022 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
10024         [BZ #16055]
10025         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
10026         when we match (nil).
10027         * stdio-common/tst-sscanf.c (struct test): Add testcase.
10029 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
10031         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
10032         (NO_TEST_INLINE): Update value.
10033         (ERRNO_UNCHANGED): Likewise.
10034         (ERRNO_EDOM): Likewise.
10035         (ERRNO_ERANGE): Likewise.
10036         (IGNORE_RESULT): Likewise.
10037         (check_float_internal): Check signs of NaN results if
10038         TEST_NAN_SIGN used.
10039         (check_complex): Pass TEST_NAN_SIGN flag through to second
10040         check_float_internal call.
10041         (copysign_test_data): Add tests with quiet NaNs as second
10042         argument.  Use TEST_NAN_SIGN.
10043         (fabs_test_data): Add test of negative quiet NaN argument.  Use
10044         TEST_NAN_SIGN.
10045         (signbit_test_data): Add tests of quiet NaN argument.
10046         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
10048         * math/gen-libm-test.pl (show_exceptions): Take extra argument
10049         $ignore_result.
10050         (parse_args): Handle function results specified as IGNORE.
10051         * math/libm-test.inc (IGNORE_RESULT): New macro.
10052         (check_float_internal): Do not check numerical result if flag
10053         IGNORE_RESULT set.
10054         (check_complex): Pass through IGNORE_RESULT to second
10055         check_float_internal call.
10056         (check_int): Do not check numerical result if flag IGNORE_RESULT
10057         set.
10058         (check_long): Likewise.
10059         (check_bool): Likewise.
10060         (check_longlong): Likewise.
10061         (lrint_test_data): Add tests of infinite and NaN arguments.
10062         (lrint_tonearest_test_data): Likewise.
10063         (lrint_towardzero_test_data): Likewise.
10064         (lrint_downward_test_data): Likewise.
10065         (lrint_upward_test_data): Likewise.
10066         (llrint_test_data): Likewise.
10067         (llrint_tonearest_test_data): Likewise.
10068         (llrint_towardzero_test_data): Likewise.
10069         (llrint_downward_test_data): Likewise.
10070         (llrint_upward_test_data): Likewise.
10071         (lround_test_data): Likewise.
10072         (llround_test_data): Likewise.
10074         * math/libm-test.inc (NO_TEST_INLINE): New macro.
10075         (ERRNO_UNCHANGED): Update value.
10076         (ERRNO_EDOM): Likewise.
10077         (ERRNO_ERANGE): Likewise.
10078         (NO_TEST_INLINE_FLOAT): New macro.
10079         (NO_TEST_INLINE_DOUBLE): Likewise.
10080         (enable_test): New function.
10081         (RUN_TEST_f_f): Check enable_test before running test.
10082         (RUN_TEST_2_f): Likewise.
10083         (RUN_TEST_fff_f): Likewise.
10084         (RUN_TEST_c_f): Likewise.
10085         (RUN_TEST_f_f1): Likewise.
10086         (RUN_TEST_fF_f1): Likewise.
10087         (RUN_TEST_fI_f1): Likewise.
10088         (RUN_TEST_ffI_f1): Likewise.
10089         (RUN_TEST_c_c): Likewise.
10090         (RUN_TEST_cc_c): Likewise.
10091         (RUN_TEST_f_i): Likewise.
10092         (RUN_TEST_f_i_tg): Likewise.
10093         (RUN_TEST_ff_i_tg): Likewise.
10094         (RUN_TEST_f_b): Likewise.
10095         (RUN_TEST_f_b_tg): Likewise.
10096         (RUN_TEST_f_l): Likewise.
10097         (RUN_TEST_f_L): Likewise.
10098         (RUN_TEST_fFF_11): Likewise.
10099         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
10100         conditionals.
10101         (cosh_test_data): Likewise.
10102         (exp_test_data): Likewise.
10103         (expm1_test_data): Likewise.
10104         (hypot_test_data): Likewise.
10105         (pow_test_data): Likewise.
10106         (sinh_test_data): Likewise.
10107         (tanh_test_data): Likewise.
10108         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
10109         flags argument.
10111         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
10112         tests with quiet NaN input and output.
10113         (acosh_test_data): Likewise.
10114         (asin_test_data): Likewise.
10115         (asinh_test_data): Likewise.
10116         (atan_test_data): Likewise.
10117         (atanh_test_data): Likewise.
10118         (atan2_test_data): Likewise.
10119         (cbrt_test_data): Likewise.
10120         (cos_test_data): Likewise.
10121         (cosh_test_data): Likewise.
10122         (erf_test_data): Likewise.
10123         (erfc_test_data): Likewise.
10124         (exp_test_data): Likewise.
10125         (exp10_test_data): Likewise.
10126         (exp2_test_data): Likewise.
10127         (expm1_test_data): Likewise.
10128         (hypot_test_data): Likewise.
10129         (j0_test_data): Likewise.
10130         (j1_test_data): Likewise.
10131         (jn_test_data): Likewise.
10132         (lgamma_test_data): Likewise.
10133         (log_test_data): Likewise.
10134         (log10_test_data): Likewise.
10135         (log1p_test_data): Likewise.
10136         (log2_test_data): Likewise.
10137         (pow_test_data): Likewise.
10138         (scalb_test_data): Likewise.
10139         (sin_test_data): Likewise.
10140         (sincos_test_data): Likewise.
10141         (sinh_test_data): Likewise.
10142         (tan_test_data): Likewise.
10143         (tanh_test_data): Likewise.
10144         (tgamma_test_data): Likewise.
10145         (y0_test_data): Likewise.
10146         (y1_test_data): Likewise.
10147         (yn_test_data): Likewise.
10149         [BZ #16167]
10150         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
10151         argument being NaN and avoid computations with second argument in
10152         that case.
10153         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10154         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10155         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10157 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
10159         * locale/iso-639.def: Add Chitwani Tharu (the).
10161 2013-11-14  Andreas Schwab  <schwab@suse.de>
10163         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
10164         word instead of empty string.
10166 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
10169         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
10170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
10171         (__fe_nomask_env): Likewise.
10173 2013-11-13  Steve Ellcey  <sellcey@mips.com>
10175         * benchtests/bench-timing.h: Include time.h.
10177 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
10179         [BZ #15997]
10180         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
10181         to 3.4.0 for x32.
10182         * sysdeps/unix/sysv/linux/configure: Regenerated.
10184 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
10186         [BZ #16151]
10187         * stdlib/strtod_l.c (round_and_return): Do not consider
10188         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
10189         exponent one less than half the least subnormal exponent.
10190         * stdlib/test-strtod-round-data: Add more tests.
10191         * stdlib/tst-strtod-round.c (tests): Regenerated.
10193 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10195         [BZ #14143]
10196         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
10197         (__fe_mask_env): Likewise.
10198         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
10199         libm_hidden_proto and add function prototype.
10200         (__fe_mask_env): Add function prototype.
10201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
10202         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
10203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
10204         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
10205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
10206         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
10208 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
10210         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
10211         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
10213 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
10215         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
10216         of htab_find_slot().
10218 2013-11-11  David S. Miller  <davem@davemloft.net>
10220         [BZ #16150]
10221         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
10222         symbol in the non-vis3 case in static builds.
10223         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
10224         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
10225         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
10226         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
10228 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10230         [BZ #387]
10231         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
10232         it is empty.
10234 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10236         * benchtests/Makefile: Add bench-strtod.
10237         * benchtests/bench-strtod.c: New file: strtod benchtest
10239 2013-11-11  Andreas Schwab  <schwab@suse.de>
10241         [BZ #16153]
10242         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
10243         terminating NUL in key length.
10245 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10247         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
10248         Add artificial ODP entry for vDSO symbol for PPC64.
10249         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
10250         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
10252 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
10254         [BZ #15374]
10255         * nss/getent.c (services_keys): Recognize services starting with digit.
10257 2013-11-06  David S. Miller  <davem@davemloft.net>
10259         [BZ #15985]
10260         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
10261         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
10263 2013-11-06  Will Newton  <will.newton@linaro.org>
10265         * manual/memory.texi (Malloc Examples): Remove register
10266         keyword from examples.
10268 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
10270         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
10272 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
10274         [BZ #6981]
10275         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
10276         depending on [__GCC_IEC_559 > 0].
10277         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
10278         depending on [__GCC_IEC_559_COMPLEX > 0].
10280 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
10282         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
10283         to iso-639.def.
10285 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
10287         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
10289 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
10291         [BZ #16112]
10292         * malloc/malloc (malloc_info): Do not handle first bin as
10293         special case.
10295 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
10297         * locale/iso-639.def: Add Central Nahuatl (nhn).
10299 2013-11-01  Bruno Haible  <bruno@clisp.org>
10301         [BZ #7003]
10302         * manual/math.texi (BSD Random): Specify range upper bound as
10303         in POSIX.
10305 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
10307         * locale/iso-639.def: Add Meadow Mari (mhr).
10309 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
10311         [BZ #14752], [BZ #15763]
10312         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
10313         Validate name.
10314         * rt/tst_shm.c: Add test for escaping directory.
10316 2013-10-31  Andreas Schwab  <schwab@suse.de>
10318         [BZ #15917]
10319         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
10320         followed by 'x' as part of digit sequence.
10321         * stdio-common/tst-sscanf.c (double_tests2): New tests.
10323 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
10325         [BZ #16037]
10326         * configure.ac: allow GNU Make 4.0 and greater.
10327         * configure: Regenerated.
10329 2013-10-30  Will Newton  <will.newton@linaro.org>
10331         [BZ #16038]
10332         * malloc/hooks.c (memalign_check): Limit alignment to the
10333         maximum representable power of two.
10334         * malloc/malloc.c (__libc_memalign): Likewise.
10335         * malloc/tst-memalign.c (do_test): Add test for very
10336         large alignment values.
10337         * malloc/tst-posix_memalign.c (do_test): Likewise.
10339 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
10341         [BZ #11087]
10342         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
10343         (munmap_chunk): Likewise.
10344         (mremap_chunk): Likewise.
10346 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
10348         [BZ #15799]
10349         * stdlib/div.c (div): Remove obsolete code.
10350         * stdlib/ldiv.c (ldiv): Likewise.
10351         * stdlib/lldiv.c (lldiv): Likewise.
10353 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10355         [BZ #16071]
10356         * nss/nss_files/files-XXX.c (get_contents_ret): New
10357         enumerator.
10358         (get_contents): New function.
10359         (internal_getent): Use it.  Expand size of LINEBUFLEN.
10361 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
10363         * configure.in: Moved to ...
10364         * configure.ac: ... here. Change reference to configure.in
10365         to configure.ac.
10366         * sysdeps/arm/preconfigure.ac: ... here.
10367         configure.in to configure.ac.
10368         * sysdeps/gnu/configure.in: Moved to ...
10369         * sysdeps/gnu/configure.ac: ... here.
10370         * sysdeps/i386/configure.in: Moved to ...
10371         * sysdeps/i386/configure.ac: ... here.
10372         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
10373         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
10374         * sysdeps/mach/configure.in: Moved to ...
10375         * sysdeps/mach/configure.ac: ... here.
10376         * sysdeps/mach/hurd/configure.in: Moved to ...
10377         * sysdeps/mach/hurd/configure.ac: ... here.
10378         * sysdeps/powerpc/configure.in: Moved to ...
10379         * sysdeps/powerpc/configure.ac: ... here.
10380         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
10381         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
10382         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
10383         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
10384         * sysdeps/s390/s390-32/configure.in: Moved to ...
10385         * sysdeps/s390/s390-32/configure.ac: ... here.
10386         * sysdeps/s390/s390-64/configure.in: Moved to ...
10387         * sysdeps/s390/s390-64/configure.ac: ... here.
10388         * sysdeps/sh/configure.in: Moved to ...
10389         * sysdeps/sh/configure.ac: ... here.
10390         * sysdeps/sparc/configure.in: Moved to ...
10391         * sysdeps/sparc/configure.ac: ... here.
10392         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
10393         * sysdeps/unix/sysv/linux/configure.ac: ... here.
10394         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
10395         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
10396         * sysdeps/x86_64/configure.in: Moved to ...
10397         * sysdeps/x86_64/configure.ac: ... here.
10398         * sysdeps/x86_64/preconfigure.in: Moved to ...
10399         * sysdeps/x86_64/preconfigure.ac: ... here.
10400         * aclocal.m4: Change reference to configure.in to configure.ac.
10401         * config.h.in: Likewise.
10402         * manual/install.texi: Likewise.
10403         * manual/maint.texi: Likewise.
10404         * Makefile: Likewise.
10405         * malloc/Makefile: Likewise.
10406         * nscd/Makefile: Likewise.
10407         * Makeconfig: Change reference to configure.in and
10408         preconfigure.in to configure.ac and preconfigure.ac
10409         respectively.
10410         * INSTALL: Regenerated.
10411         * configure: Likewise.
10412         * sysdeps/gnu/configure: Likewise.
10413         * sysdeps/i386/configure: Likewise.
10414         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
10415         * sysdeps/mach/configure: Likewise.
10416         * sysdeps/mach/hurd/configure: Likewise.
10417         * sysdeps/powerpc/configure: Likewise.
10418         * sysdeps/powerpc/powerpc32/configure: Likewise.
10419         * sysdeps/powerpc/powerpc64/configure: Likewise.
10420         * sysdeps/s390/s390-32/configure: Likewise.
10421         * sysdeps/s390/s390-64/configure: Likewise.
10422         * sysdeps/sh/configure: Likewise.
10423         * sysdeps/sparc/configure: Likewise.
10424         * sysdeps/unix/sysv/linux/configure: Likewise.
10425         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
10426         * sysdeps/x86_64/configure: Likewise.
10427         * sysdeps/x86_64/preconfigure: Likewise.
10429 2013-10-29  Andreas Schwab  <schwab@suse.de>
10431         * stdio-common/Makefile (tst-swscanf-ENV): Define.
10433 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10435         * benchtests/pow-inputs: Add new inputs.
10437         * benchtests/exp-inputs: Add new inputs.
10439         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
10440         conditional check for return value.
10441         (__cos32): Likewise.
10443 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10445         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
10446         to provide a boost for large inputs with word alignment.
10447         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
10448         implementation based on optimized PPC64 strcpy.
10449         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
10450         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
10451         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
10452         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
10454 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
10456         [BZ #2801]
10457         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
10459 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
10461         [BZ #14876]
10462         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
10463         * time/tst-strptime.c (day_tests): Add testcase.
10465 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
10467         [BZ #14029]
10468         * manual/pattern.texi: Acknowledge that fnmatch can fail.
10470 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
10472         [BZ #16074]
10473         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
10474         MAP_FAILED on error.
10476 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10478         [BZ #16072]
10479         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
10480         heap for large requests.
10482 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
10484         [BZ #9954]
10485         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
10486         result if the result has no associated interface.
10487         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
10488         interface for all 127.X.Y.Z addresses.
10490 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
10492         * locale/iso-639.def: Add Ligurian (lij)
10494 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
10496         [BZ #15825]
10497         * sunrpc/rpc_main.c: Document rpcgen -5.
10499 2013-10-19  Michael Stahl  <mstahl@redhat.com>
10501         * elf/rtld.c (do_preload): Print the reason why preloading failed.
10503 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
10505         [BZ #10278]
10506         * posix/glob.c: Match only directories when trailing slash is present.
10507         * posix/tst-gnuglob.c (my_opendir): Do not open files.
10508         (main): Add testcase.
10510 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
10512         [BZ #15670]
10513         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
10515 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
10517         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
10518         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
10519         AUTH_DES and cindex for FIPS 140-2.
10520         (DES Encryption): Add cindex FIPS 46-3.
10522         * locale/locarchive.h (struct locarhandle): Add fname.
10523         * locale/programs/localedef.c (main): Pass ARGV[remaining]
10524         if an optional argument was specified to --list-archive,
10525         otherwise NULL.
10526         * locale/programs/locarchive.c (show_archive_content): Take new
10527         argument fname and pass it via ah.fname to open_archive.
10528         * locale/programs/localedef.h: Update decl.
10529         (open_archive): If AH->fname is non-null, open that file
10530         rather than the default file name, and don't ignore ENOENT.
10531         (create_archive): Set AH.fname to NULL.
10532         (delete_locales_from_archive): Likewise.
10533         (add_locales_to_archive): Likewise.
10534         * locale/programs/locfile.c (write_all_categories): Likewise.
10536 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
10537             Aldy Hernandez  <aldyh@redhat.com>
10539         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
10540         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
10541         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
10542         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
10543         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
10544         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
10545         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
10546         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
10547         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
10548         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
10549         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
10550         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
10551         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
10552         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
10553         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
10554         Likewise.
10555         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
10556         Likewise.
10557         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
10558         Likewise.
10559         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
10560         Likewise.
10561         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
10562         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
10563         Likewise.
10564         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
10565         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
10566         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
10567         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
10568         Likewise.
10569         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
10570         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
10571         * sysdeps/powerpc/preconfigure: Likewise.
10572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
10573         Likewise.
10574         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
10575         Replace contents of file by #include of <fenv_libc.h>.
10576         * sysdeps/powerpc/soft-fp/sfp-machine.h
10577         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
10578         and <sys/prctl.h>.
10579         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
10580         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
10581         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
10582         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
10583         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
10584         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
10585         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
10586         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
10587         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
10588         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
10589         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
10590         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
10591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10592         Allow copysignl PLT reference to be missing.
10594 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
10595             Joseph Myers  <joseph@codesourcery.com
10597         [BZ #15948]
10598         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
10599         single character.
10600         (add_to_tablewc): Assert sequence of wide characters is nonempty.
10602 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
10604         * elf/tst-tls-dlinfo.c: Don't include tls.h.
10605         * elf/tst-tls1.c: Likewise.
10606         * elf/tst-tls10.h: Likewise.
10607         * elf/tst-tls14.c: Likewise.
10608         * elf/tst-tls2.c: Likewise.
10609         * elf/tst-tls3.c: Likewise.
10610         * elf/tst-tls4.c: Likewise.
10611         * elf/tst-tls5.c: Likewise.
10612         * elf/tst-tls6.c: Likewise.
10613         * elf/tst-tls7.c: Likewise.
10614         * elf/tst-tls8.c: Likewise.
10615         * elf/tst-tls9.c: Likewise.
10616         * elf/tst-tlsmod1.c: Likewise.
10617         * elf/tst-tlsmod13.c: Likewise.
10618         * elf/tst-tlsmod13a.c: Likewise.
10619         * elf/tst-tlsmod14a.c: Likewise.
10620         * elf/tst-tlsmod16a.c: Likewise.
10621         * elf/tst-tlsmod16b.c: Likewise.
10622         * elf/tst-tlsmod2.c: Likewise.
10623         * elf/tst-tlsmod3.c: Likewise.
10624         * elf/tst-tlsmod4.c: Likewise.
10625         * elf/tst-tlsmod5.c: Likewise.
10626         * elf/tst-tlsmod6.c: Likewise.
10628 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
10630         [BZ #12486]
10631         * malloc/malloc.c: remove checks for statistics.
10633 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
10635         [BZ #15277]
10636         * inet/inet_net.c (inet_network): Detect additional invalid strings.
10637         * inet/tst-network.c: Add testcase.
10639 2013-10-17  Andreas Schwab  <schwab@suse.de>
10641         [BZ #15218]
10642         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
10643         to determine canonical name.
10645 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
10647         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
10648         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
10649         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10650         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
10651         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10652         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
10653         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
10654         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
10655         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
10656         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
10657         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
10658         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10659         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
10660         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
10661         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
10662         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
10663         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10664         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
10665         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
10666         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
10667         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10668         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10669         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
10670         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
10671         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
10672         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
10673         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
10674         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
10675         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
10676         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
10677         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
10678         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10679         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
10680         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10681         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
10682         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
10683         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10684         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
10685         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
10686         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10687         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
10688         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
10689         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
10690         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
10691         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
10692         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10693         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
10694         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
10695         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
10696         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
10697         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
10698         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
10699         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10700         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
10701         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10702         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
10703         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10704         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
10706 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
10708         [BZ #16041]
10709         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
10710         make result into a quiet NaN.
10712 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
10714         * soft-fp/adddf3.c: Fix horizontal whitespace.
10715         * soft-fp/addsf3.c: Likewise.
10716         * soft-fp/addtf3.c: Likewise.
10717         * soft-fp/divdf3.c: Likewise.
10718         * soft-fp/divsf3.c: Likewise.
10719         * soft-fp/divtf3.c: Likewise.
10720         * soft-fp/double.h: Likewise.
10721         * soft-fp/eqdf2.c: Likewise.
10722         * soft-fp/eqsf2.c: Likewise.
10723         * soft-fp/eqtf2.c: Likewise.
10724         * soft-fp/extenddftf2.c: Likewise.
10725         * soft-fp/extended.h: Likewise.
10726         * soft-fp/extendsfdf2.c: Likewise.
10727         * soft-fp/extendsftf2.c: Likewise.
10728         * soft-fp/extendxftf2.c: Likewise.
10729         * soft-fp/fixdfdi.c: Likewise.
10730         * soft-fp/fixdfsi.c: Likewise.
10731         * soft-fp/fixdfti.c: Likewise.
10732         * soft-fp/fixsfdi.c: Likewise.
10733         * soft-fp/fixsfsi.c: Likewise.
10734         * soft-fp/fixsfti.c: Likewise.
10735         * soft-fp/fixtfdi.c: Likewise.
10736         * soft-fp/fixtfsi.c: Likewise.
10737         * soft-fp/fixtfti.c: Likewise.
10738         * soft-fp/fixunsdfdi.c: Likewise.
10739         * soft-fp/fixunsdfsi.c: Likewise.
10740         * soft-fp/fixunsdfti.c: Likewise.
10741         * soft-fp/fixunssfdi.c: Likewise.
10742         * soft-fp/fixunssfsi.c: Likewise.
10743         * soft-fp/fixunssfti.c: Likewise.
10744         * soft-fp/fixunstfdi.c: Likewise.
10745         * soft-fp/fixunstfsi.c: Likewise.
10746         * soft-fp/fixunstfti.c: Likewise.
10747         * soft-fp/floatdidf.c: Likewise.
10748         * soft-fp/floatdisf.c: Likewise.
10749         * soft-fp/floatditf.c: Likewise.
10750         * soft-fp/floatsidf.c: Likewise.
10751         * soft-fp/floatsisf.c: Likewise.
10752         * soft-fp/floatsitf.c: Likewise.
10753         * soft-fp/floattidf.c: Likewise.
10754         * soft-fp/floattisf.c: Likewise.
10755         * soft-fp/floattitf.c: Likewise.
10756         * soft-fp/floatundidf.c: Likewise.
10757         * soft-fp/floatundisf.c: Likewise.
10758         * soft-fp/floatunditf.c: Likewise.
10759         * soft-fp/floatunsidf.c: Likewise.
10760         * soft-fp/floatunsisf.c: Likewise.
10761         * soft-fp/floatunsitf.c: Likewise.
10762         * soft-fp/floatuntidf.c: Likewise.
10763         * soft-fp/floatuntisf.c: Likewise.
10764         * soft-fp/floatuntitf.c: Likewise.
10765         * soft-fp/fmadf4.c: Likewise.
10766         * soft-fp/fmasf4.c: Likewise.
10767         * soft-fp/fmatf4.c: Likewise.
10768         * soft-fp/gedf2.c: Likewise.
10769         * soft-fp/gesf2.c: Likewise.
10770         * soft-fp/getf2.c: Likewise.
10771         * soft-fp/ledf2.c: Likewise.
10772         * soft-fp/lesf2.c: Likewise.
10773         * soft-fp/letf2.c: Likewise.
10774         * soft-fp/muldf3.c: Likewise.
10775         * soft-fp/mulsf3.c: Likewise.
10776         * soft-fp/multf3.c: Likewise.
10777         * soft-fp/negdf2.c: Likewise.
10778         * soft-fp/negsf2.c: Likewise.
10779         * soft-fp/negtf2.c: Likewise.
10780         * soft-fp/op-1.h: Likewise.
10781         * soft-fp/op-2.h: Likewise.
10782         * soft-fp/op-4.h: Likewise.
10783         * soft-fp/op-8.h: Likewise.
10784         * soft-fp/op-common.h: Likewise.
10785         * soft-fp/quad.h: Likewise.
10786         * soft-fp/single.h: Likewise.
10787         * soft-fp/soft-fp.h: Likewise.
10788         * soft-fp/sqrtdf2.c: Likewise.
10789         * soft-fp/sqrtsf2.c: Likewise.
10790         * soft-fp/sqrttf2.c: Likewise.
10791         * soft-fp/subdf3.c: Likewise.
10792         * soft-fp/subsf3.c: Likewise.
10793         * soft-fp/subtf3.c: Likewise.
10794         * soft-fp/truncdfsf2.c: Likewise.
10795         * soft-fp/trunctfdf2.c: Likewise.
10796         * soft-fp/trunctfsf2.c: Likewise.
10797         * soft-fp/trunctfxf2.c: Likewise.
10798         * soft-fp/unorddf2.c: Likewise.
10799         * soft-fp/unordsf2.c: Likewise.
10800         * soft-fp/unordtf2.c: Likewise.
10802 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
10804         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
10805         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
10807 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
10809         * elf/dl-libc.c: Clear initfini list after freeing.
10811 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
10813         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
10814         * soft-fp/addsf3.c: Likewise.
10815         * soft-fp/addtf3.c: Likewise.
10816         * soft-fp/divdf3.c: Likewise.
10817         * soft-fp/divsf3.c: Likewise.
10818         * soft-fp/divtf3.c: Likewise.
10819         * soft-fp/double.h: Likewise.
10820         * soft-fp/eqdf2.c: Likewise.
10821         * soft-fp/eqsf2.c: Likewise.
10822         * soft-fp/eqtf2.c: Likewise.
10823         * soft-fp/extenddftf2.c: Likewise.
10824         * soft-fp/extended.h: Likewise.
10825         * soft-fp/extendsfdf2.c: Likewise.
10826         * soft-fp/extendsftf2.c: Likewise.
10827         * soft-fp/extendxftf2.c: Likewise.
10828         * soft-fp/fixdfdi.c: Likewise.
10829         * soft-fp/fixdfsi.c: Likewise.
10830         * soft-fp/fixdfti.c: Likewise.
10831         * soft-fp/fixsfdi.c: Likewise.
10832         * soft-fp/fixsfsi.c: Likewise.
10833         * soft-fp/fixsfti.c: Likewise.
10834         * soft-fp/fixtfdi.c: Likewise.
10835         * soft-fp/fixtfsi.c: Likewise.
10836         * soft-fp/fixtfti.c: Likewise.
10837         * soft-fp/fixunsdfdi.c: Likewise.
10838         * soft-fp/fixunsdfsi.c: Likewise.
10839         * soft-fp/fixunsdfti.c: Likewise.
10840         * soft-fp/fixunssfdi.c: Likewise.
10841         * soft-fp/fixunssfsi.c: Likewise.
10842         * soft-fp/fixunssfti.c: Likewise.
10843         * soft-fp/fixunstfdi.c: Likewise.
10844         * soft-fp/fixunstfsi.c: Likewise.
10845         * soft-fp/fixunstfti.c: Likewise.
10846         * soft-fp/floatdidf.c: Likewise.
10847         * soft-fp/floatdisf.c: Likewise.
10848         * soft-fp/floatditf.c: Likewise.
10849         * soft-fp/floatsidf.c: Likewise.
10850         * soft-fp/floatsisf.c: Likewise.
10851         * soft-fp/floatsitf.c: Likewise.
10852         * soft-fp/floattidf.c: Likewise.
10853         * soft-fp/floattisf.c: Likewise.
10854         * soft-fp/floattitf.c: Likewise.
10855         * soft-fp/floatundidf.c: Likewise.
10856         * soft-fp/floatundisf.c: Likewise.
10857         * soft-fp/floatunsidf.c: Likewise.
10858         * soft-fp/floatunsisf.c: Likewise.
10859         * soft-fp/floatuntidf.c: Likewise.
10860         * soft-fp/floatuntisf.c: Likewise.
10861         * soft-fp/floatuntitf.c: Likewise.
10862         * soft-fp/fmadf4.c: Likewise.
10863         * soft-fp/fmasf4.c: Likewise.
10864         * soft-fp/fmatf4.c: Likewise.
10865         * soft-fp/gedf2.c: Likewise.
10866         * soft-fp/gesf2.c: Likewise.
10867         * soft-fp/getf2.c: Likewise.
10868         * soft-fp/ledf2.c: Likewise.
10869         * soft-fp/lesf2.c: Likewise.
10870         * soft-fp/letf2.c: Likewise.
10871         * soft-fp/muldf3.c: Likewise.
10872         * soft-fp/mulsf3.c: Likewise.
10873         * soft-fp/multf3.c: Likewise.
10874         * soft-fp/negdf2.c: Likewise.
10875         * soft-fp/negsf2.c: Likewise.
10876         * soft-fp/negtf2.c: Likewise.
10877         * soft-fp/op-1.h: Likewise.
10878         * soft-fp/op-2.h: Likewise.
10879         * soft-fp/op-4.h: Likewise.
10880         * soft-fp/op-8.h: Likewise.
10881         * soft-fp/op-common.h: Likewise.
10882         * soft-fp/quad.h: Likewise.
10883         * soft-fp/single.h: Likewise.
10884         * soft-fp/soft-fp.h: Likewise.
10885         * soft-fp/sqrtdf2.c: Likewise.
10886         * soft-fp/sqrtsf2.c: Likewise.
10887         * soft-fp/sqrttf2.c: Likewise.
10888         * soft-fp/subdf3.c: Likewise.
10889         * soft-fp/subsf3.c: Likewise.
10890         * soft-fp/subtf3.c: Likewise.
10891         * soft-fp/truncdfsf2.c: Likewise.
10892         * soft-fp/trunctfdf2.c: Likewise.
10893         * soft-fp/trunctfsf2.c: Likewise.
10894         * soft-fp/trunctfxf2.c: Likewise.
10895         * soft-fp/unorddf2.c: Likewise.
10896         * soft-fp/unordsf2.c: Likewise.
10897         * soft-fp/unordtf2.c: Likewise.
10899 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
10901         [BZ #15672]
10902         * misc/error.c (error_tail): Fix possible buffer overflow.
10904 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
10906         [BZ #13028]
10907         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
10908         address.
10910 2013-10-14  P. J. McDermott  <pj@pehjota.net>
10912         [BZ #832]
10913         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
10914         testing pipefail option.
10916 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
10918         * soft-fp/double.h: Indent preprocessor directives inside #if.
10919         * soft-fp/extended.h: Likewise.
10920         * soft-fp/op-2.h: Likewise.
10921         * soft-fp/op-4.h: Likewise.
10922         * soft-fp/op-common.h: Likewise.
10923         * soft-fp/quad.h: Likewise.
10924         * soft-fp/single.h: Likewise.
10925         * soft-fp/soft-fp.h: Likewise.
10927 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
10929         * iconv/iconv_prog.c: Fix typos.
10930         * stdio-common/psiginfo-data.h: Likewise.
10932 2013-10-12   Reuben Thomas <rrt@sc3d.org>
10934         [BZ #15764]
10935         * locale/setlocale.c: Fix typo.
10937 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
10939         [BZ #16036]
10940         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
10941         signaling NaN arguments.
10942         * soft-fp/unordsf2.c (__unordsf2): Likewise.
10943         * soft-fp/unordtf2.c (__unordtf2): Likewise.
10945         [BZ #14910]
10946         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
10947         unordered operands.
10948         * soft-fp/gesf2.c (__gesf2): Likewise.
10949         * soft-fp/getf2.c (__getf2): Likewise.
10950         * soft-fp/ledf2.c (__ledf2): Likewise.
10951         * soft-fp/lesf2.c (__lesf2): Likewise.
10952         * soft-fp/letf2.c (__letf2): Likewise.
10954         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
10955         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10956         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10957         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
10958         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
10959         * soft-fp/fixdfti.c (__fixdfti): Likewise.
10960         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
10961         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
10962         * soft-fp/fixsfti.c (__fixsfti): Likewise.
10963         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
10964         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
10965         * soft-fp/fixtfti.c (__fixtfti): Likewise.
10966         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
10967         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
10968         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
10969         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
10970         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
10971         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
10972         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
10973         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
10974         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
10975         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
10976         * soft-fp/floatdisf.c (__floatdisf): Likewise.
10977         * soft-fp/floatsisf.c (__floatsisf): Likewise.
10978         * soft-fp/floattidf.c (__floattidf): Likewise.
10979         * soft-fp/floattisf.c (__floattisf): Likewise.
10980         * soft-fp/floattitf.c (__floattitf): Likewise.
10981         * soft-fp/floatundidf.c (__floatundidf): Likewise.
10982         * soft-fp/floatundisf.c (__floatundisf): Likewise.
10983         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
10984         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
10985         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
10986         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
10987         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
10988         * soft-fp/gesf2.c (__gesf2): Likewise.
10989         * soft-fp/getf2.c (__getf2): Likewise.
10990         * soft-fp/ledf2.c (__ledf2): Likewise.
10991         * soft-fp/lesf2.c (__lesf2): Likewise.
10992         * soft-fp/letf2.c (__letf2): Likewise.
10994         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
10995         Undefine and redefine.
10996         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
10997         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
10998         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
10999         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
11000         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11001         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
11002         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11003         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
11004         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11005         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
11006         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11007         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
11008         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11009         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
11010         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
11012         [BZ #16032]
11013         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
11014         without decrementing exponent if mantissa >= that for the
11015         denominator, not >.
11016         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
11017         denominator, not >.  Decrement exponent in < case instead of
11018         incrementing in >= case.
11019         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
11020         without decrementing exponent if mantissa >= that for the
11021         denominator, not >.
11023         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
11024         computing saturated result for unsigned overflow.
11026 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11027             Jeff Law  <law@redhat.com>
11029         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
11030         (atan2Mp): Add systemtap probe marker.
11031         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
11032         (__ieee754_log): Add systemtap probe marker.
11033         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
11034         (atanMp): Add systemtap probe marker.
11035         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
11036         (tanMp): Add systemtap probe marker.
11037         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
11038         (__slowexp): Add systemtap probe marker.
11039         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
11040         (__slowpow): Add systemtap probe marker.
11041         * manual/probes.texi: Document probes.
11043 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
11045         [BZ #15362]
11046         * libio/fileops.c (_IO_new_file_write): Return count of bytes
11047         written.
11048         (_IO_new_file_xsputn): Don't return EOF if nothing has been
11049         written.
11050         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
11051         written to buffer but not flushed.
11052         * libio/iofwrite_u.c:  Likewise.
11053         * libio/iopadn.c:  Return bytes returned even if EOF was
11054         encountered.
11055         * libio/iowpadn.c:  Likewise.
11056         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
11057         if _IO_padn does not write the whole buffer.
11058         [!COMPILE_WPRINTF] (PAD): Likewise.
11060 2013-10-10  David S. Miller  <davem@davemloft.net>
11062         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
11063         directory block.
11065 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
11067         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
11068         instead of FSF address.
11069         * soft-fp/fixdfti.c: Likewise.
11070         * soft-fp/fixsfti.c: Likewise.
11071         * soft-fp/fixtfti.c: Likewise.
11072         * soft-fp/fixunsdfti.c: Likewise.
11073         * soft-fp/fixunssfti.c: Likewise.
11074         * soft-fp/fixunstfti.c: Likewise.
11075         * soft-fp/floattidf.c: Likewise.
11076         * soft-fp/floattisf.c: Likewise.
11077         * soft-fp/floattitf.c: Likewise.
11078         * soft-fp/floatuntidf.c: Likewise.
11079         * soft-fp/floatuntisf.c: Likewise.
11080         * soft-fp/floatuntitf.c: Likewise.
11081         * soft-fp/trunctfxf2.c: Likewise.
11083         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
11084         * soft-fp/fixdfti.c: Likewise.
11085         * soft-fp/fixsfti.c: Likewise.
11086         * soft-fp/fixtfti.c: Likewise.
11087         * soft-fp/fixunsdfti.c: Likewise.
11088         * soft-fp/fixunssfti.c: Likewise.
11089         * soft-fp/fixunstfti.c: Likewise.
11090         * soft-fp/floattidf.c: Likewise.
11091         * soft-fp/floattisf.c: Likewise.
11092         * soft-fp/floattitf.c: Likewise.
11093         * soft-fp/floatuntidf.c: Likewise.
11094         * soft-fp/floatuntisf.c: Likewise.
11095         * soft-fp/floatuntitf.c: Likewise.
11096         * soft-fp/trunctfxf2.c: Likewise.
11098 2013-10-10  David S. Miller  <davem@davemloft.net>
11100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11102 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
11104         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11105         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
11106         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
11107         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
11108         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
11109         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
11110         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
11112         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
11113         for NaNs before doing comparisons on argument.
11114         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
11115         Likewise.
11117 2013-10-10  Will Newton  <will.newton@linaro.org>
11119         * malloc/hooks.c (memalign_check): Ensure the value of bytes
11120         passed to _int_memalign does not overflow.
11122 2013-10-10  Torvald Riegel  <triegel@redhat.com>
11124         * scripts/bench.pl: Add include-sources directive.
11125         * benchtests/README: Update documentation.
11127 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
11129         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
11130         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
11131         instead of FP_INIT_ROUNDMODE.
11132         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
11133         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
11135         [BZ #16034]
11136         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
11137         copy class of input value.
11138         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
11139         not handle exceptions.
11140         * soft-fp/negsf2.c (__negsf2): Likewise.
11141         * soft-fp/negtf2.c (__negtf2): Likewise.
11142         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
11144 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
11146         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
11147         semicolon.  From Linux kernel.
11149 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
11151         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
11153 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
11155         [BZ #156]
11156         * manual/socket.texi: Added statement about buffer
11157         for gethostbyname2_r.
11159 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
11161         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
11162         Use .p2align directive instead, throughout.
11163         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
11164         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
11165         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
11166         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
11167         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
11168         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
11169         * sysdeps/x86_64/strchr.S: Likewise.
11170         * sysdeps/x86_64/strrchr.S: Likewise.
11172 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
11174         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
11176         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
11178         * sysdeps/generic/math_private.h (__mpsin1): Remove
11179         declaration.
11180         (__mpcos1): Likewise.
11181         (__mpsin): New argument __range_reduce.
11182         (__mpcos): Likewise.
11183         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
11184         (slow): Use __mpsin and __mpcos.
11185         (slow1): Likewise.
11186         (slow2): Likewise.
11187         (sloww): Likewise.
11188         (sloww1): Likewise.
11189         (sloww2): Likewise.
11190         (bsloww): Likewise.
11191         (bsloww1): Likewise.
11192         (bsloww2): Likewise.
11193         (cslow2): Likewise.
11194         (csloww): Likewise.
11195         (csloww1): Likewise.
11196         (csloww2): Likewise.
11197         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
11198         range_reduce.  Merge in __mpsin1.
11199         (__mpcos): Likewise.
11200         (__mpsin1): Remove.
11201         (__mpcos1): Likewise.
11203 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
11205         * locale/loadlocale.c (_nl_intern_locale_data): Use
11206         LOCFILE_ALIGNED_P.
11207         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
11208         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
11209         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
11210         obstack data is appropriately aligned.
11211         (obstack_int32_grow_fast): Likewise.
11212         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
11213         * locale/programs/locfile.c (add_locale_uint32): Likewise.
11214         (add_locale_uint32_array): Likewise.
11216 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
11218         * benchtests/Makefile: Remove ARGLIST and RET variables.
11219         ($(objpfx)bench-%.c): Pass only function name to the script.
11220         * benchtests/README: Update documentation.
11221         * benchtests/acos-inputs: Add new directives.
11222         * benchtests/acosh-inputs: Likewise.
11223         * benchtests/asin-inputs: Likewise.
11224         * benchtests/asinh-inputs: Likewise.
11225         * benchtests/atan-inputs: Likewise.
11226         * benchtests/atanh-inputs: Likewise.
11227         * benchtests/cos-inputs: Likewise.
11228         * benchtests/cosh-inputs: Likewise.
11229         * benchtests/exp-inputs: Likewise.
11230         * benchtests/log-inputs: Likewise.
11231         * benchtests/pow-inputs: Likewise.
11232         * benchtests/rint-inputs: Likewise.
11233         * benchtests/sin-inputs: Likewise.
11234         * benchtests/sinh-inputs: Likewise.
11235         * benchtests/tan-inputs: Likewise.
11236         * benchtests/tanh-inputs: Likewise.
11237         * scripts/bench.pl: Add support for new directives.
11239 2013-10-07  Alan Modra  <amodra@gmail.com>
11241         * README: Fix careless merge.
11243 2013-10-05  Alan Modra  <amodra@gmail.com>
11245         * NEWS: Mention powerpc64le support and bugs fixed.
11246         * README: Both big-endian and little-endian powerpc64 supported.
11248 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11250         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
11251         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
11252         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
11253         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
11255 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
11257         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
11258         match prototype.
11260 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
11262         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
11263         Move -mhard-float appending from
11264         ports/sysdeps/powerpc/powerpc32/Makefile.
11265         [$(with-fp) = yes] (ASFLAGS): Likewise.
11266         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
11267         * sysdeps/powerpc/nofpu: Move directory from
11268         ports/sysdeps/powerpc/nofpu.
11269         * sysdeps/powerpc/soft-fp: Move directory from
11270         ports/sysdeps/powerpc/soft-fp.
11271         * sysdeps/powerpc/powerpc32/405: Move directory from
11272         ports/sysdeps/powerpc/powerpc32/405.
11273         * sysdeps/powerpc/powerpc32/440: Move directory from
11274         ports/sysdeps/powerpc/powerpc32/440.
11275         * sysdeps/powerpc/powerpc32/464: Move directory from
11276         ports/sysdeps/powerpc/powerpc32/464.
11277         * sysdeps/powerpc/powerpc32/476: Move directory from
11278         ports/sysdeps/powerpc/powerpc32/476.
11279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
11280         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
11281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
11282         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
11283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
11284         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
11285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
11286         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
11287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
11288         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
11289         * README: Update for powerpc-*-linux-gnu software floating point
11290         support in libc.
11292         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
11293         case to powerpc/powerpc32*.
11294         * sysdeps/unix/sysv/linux/configure: Regenerated.
11296         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
11297         (_FPU_MASK_OM): Define as 0x04.
11298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
11299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
11300         0x00c10080.
11301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
11302         0x0000003c.
11303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
11305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
11306         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
11307         getcontext_e500.
11308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
11309         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
11310         setcontext_e500.
11311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
11312         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
11313         and setcontext_e500.
11315 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
11317         * locale/iso-3166.def: Update iso-1366.def and related occurrences
11319 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11321         * manual/threads.texi (Default Thread Attributes): Fix typo.
11323 2013-10-04  Will Newton  <will.newton@linaro.org>
11325         * malloc/Makefile: Add tst-memalign.
11326         * malloc/tst-memalign.c: New file.
11328         * malloc/tst-posix_memalign.c: Add comments.
11329         (do_test): Add comments and call free on all potentially
11330         allocated pointers. Add space after cast.
11332         * malloc/tst-pvalloc.c: Add comments.
11333         (do_test): Add comments and call free on all potentially
11334         allocated pointers. Remove duplicate check for NULL pointer.
11335         Add space after cast.
11337         * malloc/tst-valloc.c: Add comments.
11338         (do_test): Add comments and call free on all potentially
11339         allocated pointers. Remove duplicate check for NULL pointer.
11340         Add space after cast.
11342 2013-10-04  Alan Modra  <amodra@gmail.com>
11344         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11345         Use stdint types in rather than __attribute__((mode())).
11346         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11348 2013-10-04  Alan Modra  <amodra@gmail.com>
11350         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11351         Correct handling of unaligned relocs for little-endian.
11352         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11354 2013-10-04  Alan Modra  <amodra@gmail.com>
11356         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
11357         * configure: Regenerate.
11358         * nptl/shlib-versions: Powerpc*le starts at 2.18.
11359         * shlib-versions: Likewise.
11361 2013-10-04  Alan Modra  <amodra@gmail.com>
11363         * string/tester.c (test_memrchr): Increment reported test cycle.
11365 2013-10-04  Alan Modra  <amodra@gmail.com>
11367         * string/test-memcpy.c (do_one_test): When reporting errors, print
11368         string address and don't overrun end of string.
11370 2013-10-04  Alan Modra  <amodra@gmail.com>
11372         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
11373         insrdi.  Make better use of reg selection to speed exit slightly.
11374         Schedule entry path a little better.  Remove useless "are we done"
11375         checks on entry to main loop.  Handle wrapping around zero address.
11376         Correct main loop count.  Handle single left-over word from main
11377         loop inline rather than by using loop_small.  Remove extra word
11378         case in loop_small caused by wrong loop count.  Add little-endian
11379         support.
11380         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
11381         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
11382         cache hint.
11383         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
11384         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
11385         support.  Avoid rlwimi.
11386         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
11388 2013-10-04  Alan Modra  <amodra@gmail.com>
11390         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
11391         insrdi.  Formatting.
11392         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
11393         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
11394         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
11395         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
11396         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
11397         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
11399 2013-10-04  Alan Modra  <amodra@gmail.com>
11401         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
11402         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
11403         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
11404         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
11405         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
11406         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
11407         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
11408         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
11409         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
11410         use of regs.  Use power7 mtocrf.  Tidy function tails.
11412 2013-10-04  Alan Modra  <amodra@gmail.com>
11414         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
11415         Formatting.  Consistently use rXXX register defines or rN defines.
11416         Use early exit labels that avoid restoring unused non-volatile regs.
11417         Make cr field use more consistent with rWORDn compares.  Rename
11418         regs used as shift registers for unaligned loop, using rN defines
11419         for short lifetime/multiple use regs.
11420         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
11421         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
11422         addi 1,1,64 to pop stack frame.  Simplify return value code.
11423         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
11425 2013-10-04  Alan Modra  <amodra@gmail.com>
11427         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
11428         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
11429         rather than rlwimi.
11430         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
11431         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
11432         little-endian support.  Correct typos.
11433         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
11434         rather than rlwimi.
11435         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
11436         in loop and entry code to keep "and." results.
11437         (strchr): Add little-endian support.  Comment.  Move cntlzd
11438         earlier in tail.
11439         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
11441 2013-10-04  Alan Modra  <amodra@gmail.com>
11443         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
11444         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
11445         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
11446         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
11448 2013-10-04  Alan Modra  <amodra@gmail.com>
11450         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
11451         (rTMP): Define as r11.
11452         (strcmp): Add little-endian support.  Optimise tail.
11453         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
11454         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
11455         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
11456         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
11457         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
11458         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
11459         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
11461 2013-10-04  Alan Modra  <amodra@gmail.com>
11463         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
11464         little-endian support.  Remove unnecessary "are we done" tests.
11465         Handle "s" wrapping around zero and extremely large "size".
11466         Correct main loop count.  Handle single left-over word from main
11467         loop inline rather than by using small_loop.  Correct comments.
11468         Delete "zero" tail, use "end_max" instead.
11469         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
11471 2013-10-04  Alan Modra  <amodra@gmail.com>
11473         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
11474         support.  Don't branch over align.
11475         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
11476         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
11477         support.  Rearrange tmp reg use to suit.  Comment.
11478         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
11480 2013-10-04  Alan Modra  <amodra@gmail.com>
11482         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
11484 2013-10-04  Alan Modra  <amodra@gmail.com>
11486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
11487         conditional form of branch and link when obtaining pc.
11488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11490 2013-10-04  Alan Modra  <amodra@gmail.com>
11492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
11493         HIWORD/LOWORD.
11494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
11495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
11497 2013-10-04  Alan Modra  <amodra@gmail.com>
11499         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
11500         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
11501         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
11502         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
11503         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
11504         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
11505         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
11506         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
11507         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
11508         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
11510 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
11511             Alistair Popple <alistair@ozlabs.au.ibm.com>
11512             Alan Modra <amodra@gmail.com>
11514         [BZ #15723]
11515         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
11516         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
11517         _dl_hwcap access for little-endian.
11518         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
11519         destroy vmx regs when saving unaligned.
11520         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
11521         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
11522         destroy vmx regs when saving unaligned.
11524 2013-10-04  Alan Modra  <amodra@gmail.com>
11526         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
11527         Don't use a union to pack hi/low value.
11529 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
11531         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
11532         for little-endian.
11533         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
11534         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
11535         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
11536         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
11537         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
11539 2013-10-04  Alan Modra  <amodra@gmail.com>
11541         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
11542         constants to usual value for .cst8 section, and remove redundant
11543         high address load.
11544         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
11545         constant for 0x1p52.  Load little-endian words of double from
11546         correct stack offsets.
11548 2013-10-04  Alan Modra  <amodra@gmail.com>
11550         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
11551         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
11552         words of double from correct stack offsets.
11553         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
11554         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
11555         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
11556         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
11557         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
11558         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
11559         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
11560         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
11561         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
11562         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
11563         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
11564         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
11565         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
11566         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
11567         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
11568         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
11569         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
11571 2013-10-04  Alan Modra  <amodra@gmail.com>
11573         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
11574         64-bit int/double union.
11575         (_FPU_SETCW): Likewise.
11576         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
11577         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
11579 2013-10-04  Alan Modra  <amodra@gmail.com>
11581         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
11582         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
11584 2013-10-04  Alan Modra  <amodra@gmail.com>
11586         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
11587         use vector int constants.
11588         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
11590 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
11592         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
11593         array with long long.
11594         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
11595         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
11596         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
11597         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
11598         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
11599         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
11600         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
11601         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
11602         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
11603         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
11604         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
11605         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
11606         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
11608 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
11610         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
11611         (__signbit): Likewise.  Correct for little-endian.
11612         (__signbitl): Call __signbit.
11613         (lrint): Correct for little-endian.
11614         (lrintf): Call lrint.
11616 2013-10-04  Alan Modra  <amodra@gmail.com>
11618         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
11619         union 32-bit int array member with 64-bit int array.
11620         (t515, tm256): Double rather than long double.
11621         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
11623 2013-10-04  Alan Modra  <amodra@gmail.com>
11625         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
11626         Delete.
11627         (IEEE854_LONG_DOUBLE_BIAS): Delete.
11628         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
11629         version of math_ldbl.h.
11631 2013-10-04  Alan Modra  <amodra@gmail.com>
11633         [BZ #15734], [BZ #15735]
11634         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
11635         all uses of ieee875 long double macros and unions.  Simplify test
11636         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
11637         ldbl_extract_mantissa value for ix,iy exponents.  Properly
11638         normalize after ldbl_extract_mantissa, and don't add hidden bit
11639         already handled.  Don't treat low word of ieee854 mantissa like
11640         low word of IBM long double and mask off bit when testing for
11641         zero.
11642         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
11643         all uses of ieee875 long double macros and unions.  Simplify tests
11644         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
11645         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
11646         two1022, instead use their values.  Recognise that tests for large
11647         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
11648         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
11649         Rewrite all uses of ieee875 long double macros and unions.  Simplify
11650         test for 0.0L and nan.  Correct negation.
11651         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
11652         ieee875 long double macros and unions.  Correct output for large
11653         magnitude x.  Correct absolute value calculation.
11654         (__erfcl): Likewise.
11655         * math/libm-test.inc: Add tests for errors discovered in IBM long
11656         double versions of fmodl, remainderl, erfl and erfcl.
11658 2013-10-04  Alan Modra  <amodra@gmail.com>
11660         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
11661         all uses of ieee854 long double macros and unions.  Simplify tests
11662         for long doubles that are fully specified by the high double.
11663         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
11664         Likewise.
11665         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
11666         Remove dead code too.
11667         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
11668         (__ieee754_ynl): Likewise.
11669         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
11670         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
11671         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
11672         Remove dead code too.
11673         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
11674         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
11675         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
11676         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
11677         Simplify.
11678         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
11679         Simplify.
11680         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
11681         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
11682         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
11683         Comment on variable precision.
11684         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
11685         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
11686         Likewise.
11687         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
11688         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
11689         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
11690         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
11691         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
11693 2013-10-04  Alan Modra  <amodra@gmail.com>
11695         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
11696         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
11697         all uses of ieee854 long double macros and unions.
11698         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
11699         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
11700         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
11701         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
11702         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
11703         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
11704         Likewise.
11705         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
11706         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
11707         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
11708         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
11709         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
11710         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
11711         Simplify sign and nan test too.
11712         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
11713         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
11714         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
11715         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
11716         Likewise.
11717         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
11718         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
11719         Likewise.
11720         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11721         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
11722         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
11723         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
11724         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
11725         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
11727 2013-10-04  Alan Modra  <amodra@gmail.com>
11729         * stdio-common/printf_size.c (__printf_size): Don't use
11730         union ieee854_long_double in fpnum union.
11731         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
11732         signbit macro to retrieve sign from long double.
11733         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
11734         retrieve sign from long double.
11735         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
11736         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
11737         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
11738         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
11739         * math/test-misc.c (main): Don't use union ieee854_long_double.
11741 2013-10-04  Alan Modra  <amodra@gmail.com>
11743         [BZ #15680]
11744         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
11745         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
11746         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
11747         calculation.  Remove unnecessary test for denormal exponent.
11748         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
11749         Correct handling of denormals.  Avoid undefined shift behaviour.
11750         Correct normalisation of low mantissa when low double is denormal.
11751         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
11752         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
11753         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
11754         Correct normalisation of low mantissa.  Test for overflow of high
11755         mantissa and normalise.
11756         (ldbl_nearbyint): Use more readable constant for two52.
11757         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
11758         (__mpn_construct_long_double): Fix test for overflow of high
11759         mantissa and correct normalisation.  Avoid undefined shift.
11761 2013-10-04  Alan Modra  <amodra@gmail.com>
11763         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
11764         (union ibm_extended_long_double): Define as an array of ieee754_double.
11765         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
11766         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
11767         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
11768         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
11769         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11770         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
11771         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
11772         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
11773         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
11774         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
11775         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
11777 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
11779         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
11780         page size instead of calling getpagesize.
11782         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
11783         (LOCFILE_ALIGN_MASK): Likewise.
11784         (LOCFILE_ALIGN_UP): Likewise.
11785         (LOCFILE_ALIGNED_P): Likewise.
11786         * locale/programs/ld-collate.c (collate_output): Use the new
11787         macros instead of __alignof__ (int32_t).
11788         * locale/weight.h (findidx): Likewise.
11790 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
11792         [BZ #431]
11793         * manual/string.texi: Fix strncat and wcsncat.
11795 2013-10-03  Brooks Moses  <bmoses@google.com>
11797         [BZ #15915]
11798         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
11799         * Makerules: ...here, and adjust associated comments.
11801 2013-10-02  Will Newton  <will.newton@linaro.org>
11803         * malloc/Makefile: Add tst-pvalloc.
11804         * malloc/tst-pvalloc.c: New file.
11806 2013-10-02  Will Newton  <will.newton@linaro.org>
11808         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
11809         improve test coverage.
11811 2013-10-02  Will Newton  <will.newton@linaro.org>
11813         * malloc/Makefile: Add tst-posix_memalign.
11814         * malloc/tst-posix_memalign.c: New file.
11816 2013-10-01  Eric Blake  <eblake@redhat.com>
11818         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
11819         Use __THROWNL rather than __THROW on static functions.
11821 2013-09-30  Petr Machata  <pmachata@redhat.com>
11823         * elf/elf.h (R_AARCH64_ABS16): New macro.
11824         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
11825         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
11826         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
11827         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
11828         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
11829         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
11830         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
11831         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
11832         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
11833         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
11834         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
11835         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
11836         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
11837         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
11838         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
11839         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
11840         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
11841         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
11842         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
11843         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
11844         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
11845         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
11846         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
11847         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
11848         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
11849         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
11850         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
11851         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
11852         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
11853         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
11854         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
11855         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
11856         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
11857         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
11858         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
11859         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
11860         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
11861         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
11862         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
11863         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
11864         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
11865         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
11866         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
11867         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
11868         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
11869         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
11870         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
11871         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
11872         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
11873         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
11874         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
11875         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
11876         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
11877         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
11878         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
11879         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
11880         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
11881         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
11882         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
11883         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
11884         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
11885         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
11886         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
11887         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
11888         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
11889         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
11890         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
11891         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
11892         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
11893         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
11894         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
11895         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
11896         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
11897         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
11898         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
11899         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
11900         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
11901         (R_AARCH64_TLSDESC_LDR): Likewise.
11902         (R_AARCH64_TLSDESC_ADD): Likewise.
11903         (R_AARCH64_TLSDESC_CALL): Likewise.
11905 2013-09-30  Andreas Schwab  <schwab@suse.de>
11907         [BZ #15048]
11908         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
11909         the nss database lookup.
11910         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11911         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
11913 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
11915         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
11917 2013-09-28  P. J. McDermott  <pj@pehjota.net>
11919         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
11920         ${Bash-specific parameter/pattern/string} parameter expansion.
11921         * sysdeps/unix/make-syscalls.sh: Likewise.
11923 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11925         * sysdeps/sh/stackguard-macros.h: New file.
11927 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
11929         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
11930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
11931         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
11932         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
11933         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
11934         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
11936 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11938         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
11939         Fix thread ID register.
11941 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
11943         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
11944         [POSIX || UNIX98]: Require rather than permitting all symbols from
11945         <time.h>.
11946         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
11947         element of struct sched_param.
11948         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
11949         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
11950         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
11951         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
11952         constant.
11954 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
11956         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
11957         argument calculation.
11959 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
11961         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
11962         Expect macro.
11963         [POSIX] (pthread_attr_t): Do not require type.
11964         [POSIX] (pthread_cond_t): Likewise.
11965         [POSIX] (pthread_condattr_t): Likewise.
11966         [POSIX] (pthread_key_t): Likewise.
11967         [POSIX] (pthread_mutex_t): Likewise.
11968         [POSIX] (pthread_mutexattr_t): Likewise.
11969         [POSIX] (pthread_once_t): Likewise.
11970         [POSIX] (pthread_t): Likewise.
11971         [POSIX-based standards] (pthread_atfork): Expect function.
11973 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
11974             Richard Sandiford  <richard@codesourcery.com>
11976         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
11977         (swap_endianness_p): New extern variable.
11978         (set_big_endian): New inline function.
11979         (maybe_swap_uint32): Likewise.
11980         (maybe_swap_uint32_array): Likewise.
11981         (maybe_swap_uint32_obstack): Likewise.
11982         * locale/programs/locfile.c: Include <stdbool.h>.
11983         (swap_endianness_p): New variable.
11984         (add_locale_uint32): Call maybe_swap_uint32.
11985         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
11986         (write_locale_data): Call maybe_swap_uint32_array.
11987         * locale/programs/ld-collate.c (obstack_int32_grow): Call
11988         maybe_swap_uint32.
11989         (obstack_int32_grow_fast): Likewise.
11990         (output_weightwc): Call maybe_swap_uint32_obstack.
11991         (collate_output): Likewise.
11992         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
11993         (OPT_LITTLE_ENDIAN): Likewise.
11994         (options): Add --little-endian and --big-endian options.
11995         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
11996         * locale/programs/locarchive.c: Include "locfile.h".
11997         (GET): New macro.
11998         (SET): Likewise.
11999         (INC): Likewise.
12000         (create_archive): Use the new macros to access fields of
12001         structures directly mapped from or written to locale archives.
12002         (oldlocrecentcmp): Likewise.
12003         (enlarge_archive): Likewise.
12004         (insert_name): Likewise.
12005         (add_alias): Likewise.
12006         (add_locale): Likewise.
12007         (delete_locales_from_archive): Likewise.
12008         (show_archive_content): Likewise.
12009         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
12010         locale data.
12012 2013-09-24  Roland McGrath  <roland@hack.frob.com>
12014         * manual/freemanuals.texi: Updated from (newly) canonical copy at
12015         http://www.gnu.org/doc/freemanuals.texi.
12016         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
12018 2013-09-24  Will Newton  <will.newton@linaro.org>
12020         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
12021         macro.
12023 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
12025         * locale/hashval.h (compute_hashval): Interpret bytes of key as
12026         unsigned char.
12028 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
12030         * manual/threads.texi (POSIX Threads): Fix a typo.
12032 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
12034         [BZ #14547]
12035         * string/tst-strcoll-overflow.c: New test case.
12036         * string/Makefile (xtests): Add tst-strcoll-overflow.
12037         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
12038         cache if string sizes may cause integer overflow.
12040         [BZ #14547]
12041         * string/strcoll_l.c (coll_seq): New members rule, idx,
12042         save_idx and back_us.
12043         (get_next_seq_nocache): New function.
12044         (do_compare_nocache): New function.
12045         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
12046         when malloc fails.
12048 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
12050         [BZ #15754]
12051         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
12052         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
12053         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
12055         [BZ #15754]
12056         * elf/Makefile (tests): Add tst-ptrguard1.
12057         (tests-static): Add tst-ptrguard1-static.
12058         (tst-ptrguard1-ARGS): Define.
12059         (tst-ptrguard1-static-ARGS): Define.
12060         * elf/tst-ptrguard1.c: New file.
12061         * elf/tst-ptrguard1-static.c: New file.
12062         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
12063         * sysdeps/i386/stackguard-macros.h: Likewise.
12064         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
12065         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
12066         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
12067         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
12068         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
12069         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
12071 2013-09-23  Hector Marco  <hecmargi@upv.es>
12072             Ismael Ripoll  <iripoll@disca.upv.es>
12073             Carlos O'Donell  <carlos@redhat.com>
12075         [BZ #15754]
12076         * sysdeps/generic/stackguard-macros.h: Define
12077         __pointer_chk_guard_local and POINTER_CHK_GUARD.
12078         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
12079         Define __pointer_chk_guard_local.
12080         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
12081         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
12083 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
12085         [BZ #15859]
12086         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
12088 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
12090         * include/string.h (__ffs): Declare as hidden.
12091         * string/ffs.c (__ffs): Define as hidden.
12092         * sysdeps/i386/ffs.c (__ffs): Likewise.
12093         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
12094         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
12095         * sysdeps/s390/ffs.c (__ffs): Likewise.
12096         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
12098 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
12100         * NEWS: Mention malloc probes.
12102         * malloc/arena.c (new_heap): New memory_heap_new probe.
12103         (grow_heap): New memory_heap_more probe.
12104         (shrink_heap): New memory_heap_less probe.
12105         (heap_trim): New memory_heap_free probe.
12106         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
12107         (systrim): New memory_sbrk_less probe.
12108         * manual/probes.texi: Document them.
12110         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
12111         * manual/probes.texi: Document it.
12113         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
12114         (__libc_realloc): Add memory_realloc_retry probe.
12115         (__libc_memalign): Add memory_memalign_retry probe.
12116         (__libc_valloc): Add memory_valloc_retry probe.
12117         (__libc_pvalloc): Add memory_pvalloc_retry probe.
12118         (__libc_calloc): Add memory_calloc_retry probe.
12119         * manual/probes.texi: Document them.
12121         * malloc/arena.c (get_free_list): Add probe
12122         memory_arena_reuse_free_list.
12123         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
12124         and memory_arena_reuse.
12125         (arena_get2) [!PER_THREAD]: Likewise.
12126         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
12127         memory_arena_reuse_realloc.
12128         * manual/probes.texi: Document them.
12130         * malloc/malloc.c (__libc_free): Add
12131         memory_mallopt_free_dyn_thresholds probe.
12132         (__libc_mallopt): Add multiple memory_mallopt probes.
12133         * manual/probes.texi: Document them.
12135         * malloc/malloc.c: Include stap-probe.h.
12136         (__libc_mallopt): Add memory_mallopt probe.
12137         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
12138         * manual/probes.texi: New.
12139         * manual/Makefile (chapters): Add probes.
12140         * manual/threads.texi: Set next node.
12142 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
12144         [BZ #15963, #13985]
12145         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
12146         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
12147         Add `Chinese' to `nan' entry name.
12149 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12151         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
12152         (POLYNOMIAL): Likewise.
12153         (TAYLOR_SINCOS): Likewise.
12154         (TAYLOR_SLOW): Likewise.
12155         (__sin): Use TAYLOR_SINCOS.
12156         (__cos): Likewise.
12157         (slow): Use TAYLOR_SLOW.
12158         (sloww): Likewise.
12159         (bsloww): Likewise.
12160         (csloww): Likewise.
12162 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12164         * stdlib/strtod_l.c: Fix buffer overrun.
12166 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12168         * benchtests/Makefile (bench): Add sincos.
12169         * benchtests/bench-sincos.c: New file.
12171         * math/libm-test.inc (cos_test_data): New test inputs.
12172         (sin_test_data): Likewise.
12174         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
12175         macro.
12176         (__sin): Use it.
12177         (__cos): Likewise.
12178         (slow1): Likewise.
12179         (slow2): Likewise.
12180         (sloww1): Likewise.
12181         (sloww2): Likewise.
12182         (bsloww1): Likewise.
12183         (bsloww2): Likewise.
12184         (cslow2): Likewise.
12185         (csloww1): Likewise.
12186         (csloww2): Likewise.
12188         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
12189         function.
12190         (__sin): Use it.
12191         (__cos): Likewise.
12193         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
12194         gotos.
12195         (__cos): Likewise.
12197 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
12199         * config.h.in (HAVE_MIPS_NAN2008): New macro.
12200         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
12201         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
12202         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
12203         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
12204         * elf/cache.c (print_entry): Handle the new cache flags.
12206 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
12207             Aldy Hernandez  <aldyh@redhat.com>
12209         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
12210         Change condition to [_SOFT_FLOAT].
12211         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
12212         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
12213         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
12214         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
12215         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
12216         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
12217         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
12218         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
12219         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
12220         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
12221         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
12222         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
12223         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
12224         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
12225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
12226         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
12227         declaration.
12229 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
12231         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
12232         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
12233         (__longjmp): Use LOAD_GP to load saved GPRs.
12234         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
12235         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
12236         (__sigsetjmp): Use SAVE_GP to save GPRs.
12238         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
12239         Do not append -msoft-float.
12240         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
12242 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
12244         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
12246 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
12248         [BZ #15966]
12249         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
12250         (_FPU_GETCW): Use initial "__" on variable and field names but not
12251         on macro parameter name.
12252         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
12253         parentheses around reference to macro parameter.
12255 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
12257         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
12258         prototype.
12259         (ctype_startup): Use uint32_t in cast and sizeof for
12260         ctype->charnames.
12262 2013-09-11  Jia Liu  <proljc@gmail.com>
12264         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
12265         __daddr_t_defined.
12266         [__FreeBSD__]: Likewise.
12268 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
12270         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
12271         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
12272         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
12273         (strchr): Remove __strchr_sse42 ifunc selection.
12274         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
12275         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
12277 2013-09-11  Will Newton  <will.newton@linaro.org>
12279         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
12280         parameter to RES. Remove hardcoded 1000 value.
12281         * benchtests/bench-skeleton.c (main): Pass RES parameter
12282         to TIMING_INIT and multiply result by 1000.
12284 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12288 2013-09-11  Andreas Schwab  <schwab@suse.de>
12290         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
12291         if not defined.
12292         (O_TMPFILE) [__USE_GNU]: Define.
12293         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
12294         Define.
12296 2013-09-11  Will Newton  <will.newton@linaro.org>
12298         [BZ #15857]
12299         * malloc/malloc.c (__libc_memalign): Check the value of bytes
12300         does not overflow.
12302 2013-09-11  Will Newton  <will.newton@linaro.org>
12304         [BZ #15856]
12305         * malloc/malloc.c (__libc_valloc): Check the value of bytes
12306         does not overflow.
12308 2013-09-11  Will Newton  <will.newton@linaro.org>
12310         [BZ #15855]
12311         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
12312         does not overflow.
12314 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
12316         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
12317         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
12318         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12319         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
12320         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
12322 2013-09-10  Allan McRae  <allan@archlinux.org>
12324         [BZ #15748]
12325         * manual/arith.texi (Parsing of Floats): Clarify
12326         cross-reference.
12328         [BZ #15849]
12329         * manual/install.texi (Running make install): Mention
12330         --enable-pt-chown.
12331         * INSTALL: Regenerated.
12333 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12335         * csu/init-first.c (_init): Remove the !SHARED condition around
12336         FPU control word initialization.
12337         * elf/dl-support.c (_dl_fpu_control): New variable.
12338         (_dl_aux_init) <AT_FPUCW>: Initialize it.
12339         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
12340         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
12341         * math/test-fpucw-static.c: New file.
12342         * math/test-fpucw-ieee.c: New file.
12343         * math/test-fpucw-ieee-static.c: New file.
12344         * math/Makefile (tests): Add `test-fpucw-ieee' and
12345         `$(tests-static)'.
12346         (tests-static): New variable.
12347         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
12348         dependency to...
12349         [($(build-shared),yes)]
12350         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12351         ... this.
12352         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
12353         New dependency.
12355 2013-09-09  Allan McRae  <allan@archlinux.org>
12357         [BZ #15939]
12358         * manual/string.texi (Collation Functions): Fix typo in
12359         strcoll example.
12360         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
12362         [BZ #15893]
12363         * stdlib/isomac.c (get_null_defines): Fix memory leak.
12365         [BZ #15892]
12366         * libio/memstream.c (open_memstream): Fix memory leak.
12367         * libio/wmemstream.c (open_wmemstream): Likewise.
12369         [BZ #15895]
12370         * nscd/netgroupcache.c: Fix nesting of ifdefs.
12372 2013-09-09  Will Newton  <will.newton@linaro.org>
12374         * malloc/Makefile: Add tst-realloc to tests.
12375         * malloc/tst-realloc.c: New file.
12377 2013-09-09  Allan McRae  <allan@archlinux.org>
12379         [BZ #15844]
12380         * COPYING: Update from GNU website to fix FSF address.
12381         * COPYING.LIB: Likewise.
12383 2013-09-06  David S. Miller  <davem@davemloft.net>
12385         * po/zh_TW.po: Update Chinese (traditional) translation from
12386         translation project.
12388 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
12389             Joseph Myers  <joseph@codesourcery.com>
12391         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
12392         "localeinfo.h".
12393         (obstack_chunk_alloc): New macro.
12394         (obstack_chunk_free): Likewise.
12395         (record_offset): New function.
12396         (init_locale_data): Likewise.
12397         (align_locale_data): Likewise.
12398         (add_locale_empty): Likewise.
12399         (add_locale_raw_data): Likewise.
12400         (add_locale_raw_obstack): Likewise.
12401         (add_locale_string): Likewise.
12402         (add_locale_wstring): Likewise.
12403         (add_locale_uint32): Likewise.
12404         (add_locale_uint32_array): Likewise.
12405         (add_locale_char): Likewise.
12406         (start_locale_structure): Likewise.
12407         (end_locale_structure): Likewise.
12408         (start_locale_prelude): Likewise.
12409         (end_locale_prelude): Likewise.
12410         (write_locale_data): Take locale_file structure rather than an
12411         iovec.
12412         * locale/programs/locfile.h: Include "obstack.h".
12413         (struct locale_file): Change to store locale file contents instead
12414         of header.
12415         (init_locale_data): New prototype.
12416         (align_locale_data): Likewise.
12417         (add_locale_empty): Likewise.
12418         (add_locale_raw_data): Likewise.
12419         (add_locale_raw_obstack): Likewise.
12420         (add_locale_string): Likewise.
12421         (add_locale_wstring): Likewise.
12422         (add_locale_uint32): Likewise.
12423         (add_locale_uint32_array): Likewise.
12424         (add_locale_char): Likewise.
12425         (start_locale_structure): Likewise.
12426         (end_locale_structure): Likewise.
12427         (start_locale_prelude): Likewise.
12428         (end_locale_prelude): Likewise.
12429         (write_locale_data): Update prototype.
12430         * locale/programs/3level.h (struct TABLE): Remove result field.
12431         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
12432         Use new locale_file interface.
12433         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
12434         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
12435         * locale/programs/ld-address.c (address_output): Use new
12436         locale_file interface.
12437         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
12438         NO_ADD_LOCALE.
12439         (collate_finish): Don't call collseq_table_finalize.
12440         (collate_output): Use new locale_file interface.
12441         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
12442         in file.
12443         (NO_FINALIZE): Change to NO_ADD_LOCALE.
12444         (TABLE): Move defines earlier in file.
12445         (ELEMENT): Likewise.
12446         (DEFAULT): Likewise.
12447         (wctrans_table_add): Move macro and inline function earlier in
12448         file.
12449         (struct wctype_table): Move type earlier in file.
12450         (add_locale_wctype_table): New static prototype.
12451         (struct locale_ctype_t): Use logical types instead of struct iovec
12452         pointers for members.
12453         (ctype_output): Use new locale_file interface.
12454         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
12455         new locale_file interface.
12456         (allocate_arrays): Update for use of new locale_file interface.
12457         * locale/programs/ld-identification.c (identification_output): Use
12458         new locale_file interface.
12459         * locale/programs/ld-measurement.c (measurement_output): Likewise.
12460         * locale/programs/ld-messages.c (messages_output): Likewise.
12461         * locale/programs/ld-monetary.c (monetary_output): Likewise.
12462         * locale/programs/ld-name.c (name_output): Likewise.
12463         * locale/programs/ld-numeric.c (numeric_output): Likewise.
12464         * locale/programs/ld-paper.c (paper_output): Likewise.
12465         * locale/programs/ld-telephone.c (telephone_output): Likewise.
12466         * locale/programs/ld-time.c (time_output): Likewise.
12468 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12470         * benchtests/Makefile: Add memrchr benchmark.
12471         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
12472         benchmark as memrchr.
12473         * benchtests/bench-memrchr-ifunc.c: New file.
12474         * benchtests/bench-memrchr.c: New file.
12476 2013-09-06   Will Newton  <will.newton@linaro.org>
12478         * benchtests/Makefile (string-bench): Add memcpy.
12480 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
12481             Cong Wang  <amwang@redhat.com>
12483         [BZ #15850]
12484         * sysdeps/unix/sysv/linux/bits/in.h
12485         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
12486         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
12487         before __USE_KERNEL_IPV6_DEFS uses.
12488         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
12489         IPPROTO_BEETPH.
12490         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
12491         sockaddr_in6, or ipv6_mreq.
12493 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12495         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
12496         memory access for final bytes in some large inputs.
12497         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
12499 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12501         * string/test-memrchr.c: New file.
12502         * string/test-memrchr-ifunc.c: New file.
12503         * string/Makefile: Add new memrchr testcase.
12505 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
12507         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
12508         fanotify_init returns EPERM.
12510 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
12512         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
12513         errors.
12514         (top level): Treat second token from macro or constant entries for
12515         allowed headers as allowed.
12516         * include/complex.h: Condition internal declarations on
12517         [!_ISOMAC].
12518         * include/fenv.h: Condition include of <stdbool.h> and internal
12519         declarations on [!_ISOMAC].
12521 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
12523         [BZ #15923]
12524         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
12526 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
12528         * configure.in (--enable-versioning): Remove configure option.
12529         (libc_cv_asm_symver_directive): Remove configure test.
12530         (libc_cv_ld_version_script_option): Likewise.
12531         (VERSIONING): Remove variable and AC_SUBST.
12532         (DO_VERSIONING): Remove AC_DEFINE.
12533         * configure: Regenerated.
12534         * config.h.in (DO_VERSIONING): Remove macro.
12535         * Makerules [$(versioning) = yes]: Change conditionals to
12536         [$(build-shared) = yes].
12537         * config.make.in (versioning): Remove variable.
12538         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
12539         [$(build-shared) = yes].
12540         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
12541         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
12542         * elf/Makefile [$(versioning) = yes]: Change conditionals to
12543         [$(build-shared) = yes].
12544         * extra-lib.mk [$(versioning) = yes]: Likewise.
12545         * hurd/Makefile [$(versioning) = yes]: Likewise.
12546         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
12547         [SHARED].
12548         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
12549         [SHARED].
12550         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
12551         [SHARED && !NO_HIDDEN].
12552         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
12553         [SHARED].
12554         [SHARED && DO_VERSIONING]: Likewise..
12555         * libio/Makefile [$(versioning) = yes]: Change conditionals to
12556         [$(build-shared) = yes].
12557         * manual/install.texi (--disable-versioning): Remove
12558         documentation.
12559         * INSTALL: Regenerated.
12560         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
12561         to [SHARED].
12562         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
12563         [$(build-shared) = yes].
12564         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
12565         * sysdeps/i386/i686/multiarch/strstr-c.c
12566         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
12567         [SHARED && !NO_HIDDEN].
12568         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
12569         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
12570         * sysdeps/powerpc/powerpc32/dl-machine.c
12571         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
12572         * sysdeps/powerpc/powerpc32/sysdep.h
12573         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
12574         to [SHARED && PIC && !NO_HIDDEN].
12575         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
12576         conditional to [SHARED].
12578 2013-09-04   Will Newton  <will.newton@linaro.org>
12580         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
12581         * benchtests/bench-string.h: Include bench-timing.h instead
12582         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
12583         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
12584         call to HP_TIMING_DIFF_INIT.
12585         * benchtests/bench-memccpy.c: Use bench-timing.h macros
12586         instead of hp-timing.h macros.
12587         * benchtests/bench-memchr.c: Likewise.
12588         * benchtests/bench-memcmp.c: Likewise.
12589         * benchtests/bench-memcpy.c: Likewise.
12590         * benchtests/bench-memmem.c: Likewise.
12591         * benchtests/bench-memmove.c: Likewise.
12592         * benchtests/bench-memset.c: Likewise.
12593         * benchtests/bench-rawmemchr.c: Likewise.
12594         * benchtests/bench-strcasecmp.c: Likewise.
12595         * benchtests/bench-strcasestr.c: Likewise.
12596         * benchtests/bench-strcat.c: Likewise.
12597         * benchtests/bench-strchr.c: Likewise.
12598         * benchtests/bench-strcmp.c: Likewise.
12599         * benchtests/bench-strcpy.c: Likewise.
12600         * benchtests/bench-strcpy_chk.c: Likewise.
12601         * benchtests/bench-strlen.c: Likewise.
12602         * benchtests/bench-strncasecmp.c: Likewise.
12603         * benchtests/bench-strncat.c: Likewise.
12604         * benchtests/bench-strncmp.c: Likewise.
12605         * benchtests/bench-strncpy.c: Likewise.
12606         * benchtests/bench-strnlen.c: Likewise.
12607         * benchtests/bench-strpbrk.c: Likewise.
12608         * benchtests/bench-strrchr.c: Likewise.
12609         * benchtests/bench-strspn.c: Likewise.
12610         * benchtests/bench-strstr.c: Likewise.
12612 2013-09-04  Will Newton  <will.newton@linaro.org>
12614         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
12616 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
12618         [BZ #15427]
12619         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
12620         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
12621         * math/libm-test.inc (lgamma_test_data): Add more tests.
12622         * sysdeps/i386/fpu/libm-test-ulps: Update.
12623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12625 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
12627         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
12628         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12629         Add ifunc.
12630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
12631         Add strcmp-sse2-unaligned
12632         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
12634 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
12636         * Versions.def (libc): Add GLIBC_2.19.
12638 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
12640         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
12641         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
12643 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
12645         [BZ #14155]
12646         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
12647         intermediate calculations in recurrence.
12648         (__ieee754_ynf): Likewise.
12649         * math/libm-test.inc (jn_test_data): Do not allow spurious
12650         underflow exception.  Add more tests.
12651         (yn_test_data): Add more tests.
12652         * sysdeps/i386/fpu/libm-test-ulps: Update.
12653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12655 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
12657         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
12659 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
12661         * csu/init-first.c: Fix then/than typos.
12662         * locale/programs/ld-collate.c: Likewise.
12663         * locale/programs/linereader.h: Likewise.
12664         * manual/charset.texi: Likewise.
12665         * manual/filesys.texi: Likewise.
12666         * manual/stdio.texi: Likewise.
12667         * manual/string.texi: Likewise.
12668         * stdlib/fmtmsg.c: Likewise.
12669         * sysdeps/i386/stpncpy.S: Likewise.
12670         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
12671         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
12672         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
12673         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
12675 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
12677         * elf/dl-open.c: Fix typos.
12678         * iconvdata/gbbig5.c: Likewise.
12679         * iconvdata/iso-2022-jp.c: Likewise.
12680         * iconv/gconv_int.h: Likewise.
12681         * iconv/loop.c: Likewise.
12682         * nis/rpcsvc/nis.h: Likewise.
12683         * resolv/ns_name.c: Likewise.
12684         * stdio-common/vfscanf.c: Likewise.
12685         * streams/stropts.h: Likewise.
12686         * sunrpc/rpc_thread.c: Likewise.
12687         * sysdeps/i386/strpbrk.S: Likewise.
12688         * sysdeps/ieee754/k_standard.c: Likewise.
12689         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12690         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
12691         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12692         * sysdeps/mach/hurd/profil.c: Likewise.
12693         * sysdeps/s390/dl-procinfo.h: Likewise.
12694         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
12695         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
12696         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
12697         * sysdeps/x86_64/dl-trampoline.S: Likewise.
12698         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
12700 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
12702         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
12703         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
12705 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
12707         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
12708         aix specific files.
12709         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
12710         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
12711         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
12712         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
12713         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
12714         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
12715         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
12716         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
12718 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
12719             Roland McGrath  <roland@hack.frob.com>
12721         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
12722         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
12724 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12726         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
12727         __executable_start symbol instead of _start.
12729 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
12731         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
12732         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
12733         Move macros to...
12734         * sysdeps/gnu/ldsodefs.h: ... this new file.
12736         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
12737         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
12738         instead of ELFOSABI_LINUX.
12740         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
12741         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
12742         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
12743         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
12744         Likewise.
12745         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
12746         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
12747         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
12748         Likewise.
12749         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
12750         (ibm_extended_long_double): Add ieee_nan member.
12751         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
12752         (do_test): New function.
12754         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
12755         TEST_TRUNC.
12756         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
12757         functions, renamed from truncdfsf_test, trunctfsf_test,
12758         trunctfdf_test.
12759         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
12760         functions.
12761         (do_test): Run all these.
12763 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
12765         * argp/argp-help.c: Fix typos.
12766         * argp/argp-parse.c: Likewise.
12767         * debug/backtracesyms.c: Likewise.
12768         * elf/elf.h: Likewise.
12769         * malloc/malloc.c: Likewise.
12770         * nis/nis_print.c: Likewise.
12771         * resolv/res_comp.c: Likewise.
12772         * stdlib/stdlib.h: Likewise.
12773         * sunrpc/clnt_tcp.c: Likewise.
12774         * sunrpc/clnt_udp.c: Likewise.
12775         * sunrpc/clnt_unix.c: Likewise.
12776         * sysdeps/unix/bsd/ptsname.c: Likewise.
12777         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
12778         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
12779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
12780         Likewise.
12781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
12782         Likewise.
12783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
12784         Likewise.
12785         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
12787 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12789         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
12790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
12792 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
12794         [BZ #15897]
12795         * dlfcn/Makefile (tests): Add bug-dl-leaf.
12796         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
12797         ($(objpfx)bug-dl-leaf): New rule.
12798         ($(objpfx)bug-dl-leaf.so): Likewise.
12799         ($(objpfx)bug-dl-leaf.out): Likewise.
12800         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
12801         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
12802         * dlfcn/bug-dl-leaf.c: New test.
12803         * dlfcn/bug-dl-leaf-lib.c: Likewise.
12804         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
12805         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
12806         (dlclose): Likewise.
12807         (dlmopen): Likewise.
12809 2013-08-27  Roland McGrath  <roland@hack.frob.com>
12811         * include/netdb.h [!_ISOMAC]:
12812         Don't include <tls.h>.
12813         (h_errno, __libc_h_errno): Move declaration and macros out of
12814         [_LIBC_REENTRANT].
12816         * include/resolv.h [_RESOLV_H_]:
12817         Don't include <tls.h>.
12818         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
12819         * resolv/res_libc.c: Don't include <tls.h>.
12820         (_res): Use __attribute__ ((nocommon)) in place of
12821         __attribute__ ((section (".bss"))).
12823         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
12824         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
12826         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
12828         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
12829         only under [SIOCGIFCONF && SIOCGIFNETMASK].
12831         * resolv/res_mkquery.c: Include <sys/time.h>.
12833         * inet/ifreq.c: Moved to ...
12834         * sysdeps/unix/ifreq.c: ... here.
12835         * inet/ifreq.c: New file, true stub version.
12837         * socket/sa_len.c: New file.
12838         * socket/Makefile (aux): Add it.
12839         * sysdeps/unix/sysv/linux/Makefile
12840         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
12841         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
12842         and #include <socket/sa_len.c>.
12843         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
12844         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
12846         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
12847         * bits/socket.h: ... here.
12849         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
12850         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
12851         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
12853 2013-08-27  Andreas Schwab  <schwab@suse.de>
12855         [BZ #15736]
12856         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
12857         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
12858         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
12859         * string/test-strcasecmp.c (test_main): Run tests in several
12860         locales.
12861         * string/test-strncasecmp.c (test_main): Likewise.
12863         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
12864         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
12865         to __strcasecmp_nonascii and __strncasecmp_nonascii.
12866         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
12867         (__strncasecmp_ssse3) [PIC]: Likewise.
12869 2013-08-26  Roland McGrath  <roland@hack.frob.com>
12871         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
12873         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
12874         instead of explicitly declaring xdecrypt.
12875         * nis/nss_nis/nis-publickey.c: Likewise.
12877 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12879         [BZ #15890]
12880         * nscd/aicache.c: Include res_hconf.h.
12881         (addhstaiX): Initialize res_hconf.
12883 2013-08-26  Andreas Schwab  <schwab@suse.de>
12885         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
12886         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
12888 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12890         * nscd/aicache.c (addhstaiX): Fix indentation.
12892 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
12894         * configure.ac: Quote $build_pt_chown test.
12895         * configure: Regenerated.
12897 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
12899         [BZ #15532]
12900         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
12901         * math/s_cexpf.c (__cexpf): Likewise.
12902         * math/s_cexpl.c (__cexpl): Likewise.
12903         * math/libm-test.inc (cexp_test_data): Correct expected return
12904         value for NaN + i0.  Add another test.
12906 2013-08-22  David S. Miller  <davem@davemloft.net>
12908         * po/ca.po: Update Catalan translation from translation project.
12909         * po/uk.po: Add Ukrainian translations from translation project.
12911 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
12913         [BZ #15797]
12914         * math/s_fdim.c (__fdim): Check for infinite arguments if result
12915         is infinite, not alongside NaN test.
12916         * math/s_fdimf.c (__fdimf): Likewise.
12917         * math/s_fdiml.c (__fdiml): Likewise.
12918         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
12919         errno is unchanged.
12921 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
12923         * argp/argp-help.c: Fix typos.
12924         * crypt/speeds.c: Likewise.
12925         * csu/check_fds.c: Likewise.
12926         * elf/dl-load.c: Likewise.
12927         * elf/dl-open.c: Likewise.
12928         * elf/reldep3.c: Likewise.
12929         * elf/reldep.c: Likewise.
12930         * elf/sprof.c: Likewise.
12931         * iconv/iconv_charmap.c: Likewise.
12932         * iconv/skeleton.c: Likewise.
12933         * iconv/strtab.c: Likewise.
12934         * io/lockf64.c: Likewise.
12935         * libio/libioP.h: Likewise.
12936         * resolv/gai_notify.c: Likewise.
12937         * resolv/ns_name.c: Likewise.
12938         * resolv/ns_samedomain.c: Likewise.
12939         * resolv/res_send.c: Likewise.
12940         * stdlib/random.c: Likewise.
12941         * sunrpc/rpc/xdr.h: Likewise.
12942         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
12943         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
12944         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
12945         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
12946         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
12947         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
12948         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
12949         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
12950         * sysdeps/mach/hurd/check_fds.c: Likewise.
12951         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
12952         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
12953         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
12954         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
12955         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
12956         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
12957         * sysdeps/pthread/aio_notify.c: Likewise.
12958         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
12959         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
12960         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
12961         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
12962         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
12964 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12966         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
12967         version if bit_Slow_SSE4_2 is set.
12968         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12969         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
12971 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12973         [BZ #15867]
12974         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
12975         trampoline stack frame information.
12976         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
12977         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
12978         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
12979         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
12980         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
12981         * sysdeps/unix/sysv/linux/powerpc/init-first.c
12982         (_libc_vdso_platform_setup): Initialize the signal trampolines.
12983         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
12984         sa_flags value.
12985         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
12986         interrupting a syscall and set with option SA_SIGINFO.
12988 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
12990         [BZ #15531]
12991         * math/s_cproj.c (__cproj): Only return an infinity if one part of
12992         argument is infinite.
12993         * math/s_cprojf.c (__cprojf): Likewise.
12994         * math/s_cprojl.c (__cprojl): Likewise.
12995         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
12996         * math/libm-test.inc (cproj_test_data): Add more tests.
12998         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
13000         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
13001         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
13002         size.  Use __ffs to determine corresponding shift.
13004 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
13005             Roland McGrath  <roland@hack.frob.com>
13007         * Makefile (INSTALL): Remove trailing blank lines from output of
13008         makeinfo.
13010 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13012         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
13013         Align 32 bit compat elf_greg to 8 bytes.
13015 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13017         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
13019 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13021         * string/strcoll_l.c (coll_seq): New structure.
13022         (get_next_seq_cached): New function.
13023         (get_next_seq): New function.
13024         (do_compare): New function.
13025         (STRCOLL): Use GNU style definition.  Simplify implementation
13026         by using get_next_seq, get_next_seq_cached and do_compare.
13028 2013-08-16  Florian Weimer  <fweimer@redhat.com>
13030         [BZ #14699]
13031         CVE-2013-4237
13032         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
13033         member.
13034         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
13035         member.
13036         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
13037         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
13038         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
13039         conditional.
13040         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
13041         GETDENTS_64BIT_ALIGNED.
13042         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13043         * manual/filesys.texi (Reading/Closing Directory): Document
13044         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
13045         strongly.
13046         * manual/conf.texi (Limits for Files): Add portability note to
13047         NAME_MAX, PATH_MAX.
13048         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
13050 2013-08-13  Andreas Schwab  <schwab@suse.de>
13052         [BZ #15749]
13053         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
13054         of fabs.
13055         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
13056         LDBL_MAX_EXP >= 16384]: Add tests for it.
13058 2013-08-12  David S. Miller  <davem@davemloft.net>
13060         * version.h (RELEASE): Set to "development".
13061         (VERSION): Set to "2.18.90".
13062         * NEWS: Add 2.19 section.
13064 2013-08-03  David S. Miller  <davem@davemloft.net>
13066         * po/ko.po: Update Korean translation from translation project.
13068 2013-08-01  David S. Miller  <davem@davemloft.net>
13070         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
13071         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
13072         Bilka.
13074 2013-07-30  David S. Miller  <davem@davemloft.net>
13076         * po/fr.po: Update French translation from translation project.
13078 2013-07-28  David S. Miller  <davem@davemloft.net>
13080         * po/cs.po: Update Czech translation from translation project.
13082         * po/sv.po: Update Swedish translation from translation project.
13084 2013-07-27  David S. Miller  <davem@davemloft.net>
13086         * po/eo.po: Update Esperanto translation from translation project.
13088         * po/vi.po: Update Vietnamese translation from translation project.
13090         * po/de.po: Update German translation from translation project.
13092 2013-07-26  David S. Miller  <davem@davemloft.net>
13094         * po/bg.po: Update Bulgarian translation from translation project.
13096         * po/nl.po: Update Dutch translation from translation project.
13097         * po/pl.po: Update Polish translation from translation project.
13098         * po/ru.po: Update Russian translation from translation project.
13100 2013-07-24  David S. Miller  <davem@davemloft.net>
13102         * po/libc.pot: Update.
13104 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13106         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
13107         variable page size.
13108         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
13109         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
13110         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
13112 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13114         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
13116 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13117             Andreas Schwab  <schwab@suse.de>
13118             Roland McGrath  <roland@hack.frob.com>
13119             Joseph Myers  <joseph@codesourcery.com>
13120             Carlos O'Donell  <carlos@redhat.com>
13122         [BZ #15755]
13123         * config.h.in: Define HAVE_PT_CHOWN.
13124         * config.make.in (build-pt-chown): New variable.
13125         * configure.in (--enable-pt_chown): New configure option.
13126         * configure: Regenerate.
13127         * login/Makefile: Include Makeconfig.  Build pt_chown only if
13128         build-pt-chown is enabled.
13129         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
13130         pt_chown to fix pty ownership.
13131         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
13132         CLOSE_ALL_FDS.
13133         * manual/install.texi (Configuring and compiling): Mention
13134         --enable-pt_chown. Add @findex for grantpt.
13135         * INSTALL: Regenerate.
13137 2013-07-20  David S. Miller  <davem@davemloft.net>
13139         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
13140         difference between 32-bit and 64-bit.
13142 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
13144         [BZ #15711]
13145         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
13146         Avoid system header dependency with -ffreestanding.
13147         ($(objpfx)bits/syscall%d): Likewise.
13149 2013-07-13  David S. Miller  <davem@davemloft.net>
13151         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
13152         underflows from atanl/atan2l due to bug 15319.
13153         (casinh_test_data): Likewise.
13155 2013-07-07  David S. Miller  <davem@davemloft.net>
13157         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
13159 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
13161         * sysdeps/i386/fpu/libm-test-ulps: Update.
13162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13164 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13166         * configure.in (--enable-lock-elision): Fix message text.
13167         * INSTALL: Regenerate.
13168         * configure: Regenerate.
13170 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13172         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13174 2013-07-03  Andreas Jaeger  <aj@suse.de>
13176         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
13177         define.
13178         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
13179         (ptrace_peeksiginfo_args): Add.
13180         (__ptrace_peeksiginfo_flags): Add.
13181         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13182         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13183         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13185 2013-07-03  Allan McRae  <allan@archlinux.org>
13187         * sysdeps/i386/fpu/libm-test-ulps: Update.
13189 2013-07-02  David S. Miller  <davem@davemloft.net>
13191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13193 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
13195         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13197 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
13199         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13202 2013-07-02  Andi Kleen <ak@linux.intel.com>
13204         * config.h.in (ENABLE_LOCK_ELISION): Add.
13205         * configure.in (--enable-lock-elision): Add option.
13206         * manual/install.texi: Document --enable lock elision.
13207         * configure: Regenerate
13208         * INSTALL: Regenerate.
13210 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
13212         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
13213         SSE4.2 strcasecmp for libc.a.
13214         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
13216 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
13218         [BZ #13304]
13219         * soft-fp/op-common.h (_FP_FMA): New macro.
13220         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
13221         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
13222         (_FP_MUL_MEAT_1_imm): ... here.
13223         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
13224         (_FP_MUL_MEAT_1_wide): ... here.
13225         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
13226         (_FP_MUL_MEAT_1_hard): ... here.
13227         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
13228         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
13229         (_FP_MUL_MEAT_2_wide): ... here.
13230         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
13231         (_FP_MUL_MEAT_2_wide_3mul): ... here.
13232         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
13233         (_FP_MUL_MEAT_2_gmp): ... here.
13234         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
13235         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
13236         (_FP_MUL_MEAT_4_wide): ... here.
13237         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
13238         (_FP_MUL_MEAT_4_gmp): ... here.
13239         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
13240         (_FP_WFRACBITS_DW_S): Likewise.
13241         (_FP_WFRACXBITS_DW_S): Likewise.
13242         (_FP_HIGHBIT_DW_S): Likewise.
13243         (FP_FMA_S): Likewise.
13244         (_FP_FRAC_HIGH_DW_S): Likewise.
13245         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
13246         (_FP_WFRACBITS_DW_D): Likewise.
13247         (_FP_WFRACXBITS_DW_D): Likewise.
13248         (_FP_HIGHBIT_DW_D): Likewise.
13249         (FP_FMA_D): Likewise.
13250         (_FP_FRAC_HIGH_DW_D): Likewise.
13251         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
13252         (_FP_WFRACBITS_DW_E): Likewise.
13253         (_FP_WFRACXBITS_DW_E): Likewise.
13254         (_FP_HIGHBIT_DW_E): Likewise.
13255         (FP_FMA_E): Likewise.
13256         (_FP_FRAC_HIGH_DW_E): Likewise.
13257         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
13258         (_FP_WFRACBITS_DW_Q): Likewise.
13259         (_FP_WFRACXBITS_DW_Q): Likewise.
13260         (_FP_HIGHBIT_DW_Q): Likewise.
13261         (FP_FMA_Q): Likewise.
13262         (_FP_FRAC_HIGH_DW_Q): Likewise.
13263         * soft-fp/fmasf4.c: New file.
13264         * soft-fp/fmadf4.c: Likewise.
13265         * soft-fp/fmatf4.c: Likewise.
13267 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13269         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
13270         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
13271         Silvermont.
13272         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
13273         macro.
13274         (index_Slow_SSE4_2): Likewise.
13275         (index_Prefer_PMINUB_for_stringop): Likewise.
13276         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
13277         bit_Slow_SSE4_2 is set.
13278         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
13279         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
13281 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13283         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
13284         rtld_global._dl_hwcap2.
13285         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
13286         POWER8.
13287         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
13288         POWER8 feature descriptions defined in _dl_hwcap2.
13289         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
13290         string handling for POWER8 feature bits.
13291         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
13292         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
13293         _dl_powerpc_cap_flags.
13294         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
13295         * sysdeps/powerpc/rtld-global-offsets.sym
13296         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
13297         _dl_hwcap2 in the rtld_global_ro structure.
13299 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13301         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
13302         hardware capabilities in support of AT_HWCAP2.
13303         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
13304         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
13305         GLRO(dl_hwcap2).
13306         (_dl_show_auxv): Add support for calling _dl_procinfo to display
13307         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
13308         explicitly the unknown a_type display mechanism is used.
13309         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
13310         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
13311         struct member.
13312         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
13313         to macro prototype for AT_HWCAP2 support.
13314         * sysdeps/i386/dl-procinfo.h: Likewise.
13315         * sysdeps/s390/dl-procinfo.h: Likewise.
13316         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
13317         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
13318         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
13319         return -1 for unknown a_type display fallback.
13320         * sysdeps/sparc/dl-procinfo.h: Likewise.
13321         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
13322         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
13324 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
13326         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
13327         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
13329 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
13331         [BZ #12492]
13332         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
13333         mprotect making __stack_prot writable.
13335 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
13336             Joseph Myers  <joseph@codesourcery.com>
13338         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
13339         as being properly aligned.
13341 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
13343         * dlfcn/modstatic5.c: New file.
13344         * dlfcn/tststatic5.c: New file.
13345         * dlfcn/Makefile (tests): Add tststatic5.
13346         (tests-static): Likewise.
13347         (modules-names): Add modstatic5.
13348         (tststatic5-ENV): New variable.
13349         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
13351         [BZ #15022]
13352         * elf/dl-support.c (_dl_main_map): New variable.
13353         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
13354         (_dl_nns, _dl_load_adds): Set to 1.
13355         (_dl_initial_searchlist): Refer to _dl_main_map.
13356         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
13357         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
13358         call to _dl_get_origin.
13359         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
13360         around call_map.
13361         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
13362         * dlfcn/modstatic3.c: New file.
13363         * dlfcn/tststatic3.c: New file.
13364         * dlfcn/tststatic4.c: New file.
13365         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
13366         (tests-static): Likewise.
13367         (modules-names): Add modstatic3.
13368         (tststatic3-ENV, tststatic4-ENV): New variables.
13369         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
13370         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
13372 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
13374         * configure.in (CC): Require GCC version 4.4 or later.
13375         * configure: Regenerated.
13376         * manual/install.texi (Tools for Compilation): Update GCC version
13377         requirement.
13378         * INSTALL: Regenerated.
13380 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13382         [BZ #15674]
13383         * string/test-memcmp.c (check2): New.
13384         (main): Call check2.
13386         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
13388 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
13390         [BZ #15022]
13391         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
13392         over to...
13393         (dl_open_worker) [!SHARED]: ... here.
13395 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13397         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
13399 2013-06-25  Richard Henderson  <rth@redhat.com>
13401         * locale/programs/locarchive.c: Include <libc-internal.h>
13403 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
13405         * manual/texinfo.tex: Update to version 2013-06-21.17, with
13406         trailing whitespace removed.
13408 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
13410         [BZ #10283]
13411         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
13412         * locale/programs/locarchive.c: Include libc-mmap.h.
13413         (prepare_address_space): Take two new outputs (the mmap base and len).
13414         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
13415         values.
13416         (create_archive): Declare new mmap base and len values for
13417         prepare_address_space, and store the result in ah.
13418         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
13419         (enlarge_archive): If ah->mmap_base is not NULL, use that and
13420         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
13421         Declare new mmap base and len values for
13422         prepare_address_space, and store the result in new_ah.
13423         (open_archive): Declare new mmap base and len values for
13424         prepare_address_space, and store the result in ah.
13425         (close_archive): If ah->mmap_base is not NULL, use that and
13426         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
13427         * sysdeps/generic/libc-mmap.h: New file.
13429 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
13431         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
13432         (ALIGN_UP): Likewise.
13433         (PTR_ALIGN_DOWN): Likewise.
13434         (PTR_ALIGN_UP): Likewise.
13436 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13438         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
13439         entry mapped to PPC_PLATFORM_POWER8.
13440         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
13441         POWER8.
13442         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
13443         (_dl_string_platform): Add case for exporting platform position for
13444         POWER8.
13445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
13446         search path to sysdeps/powerpc/powerpc32/power8 directory.
13447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
13448         search path to sysdeps/powerpc/powerpc64/power8 directory.
13449         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
13450         power7 directories.
13451         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
13452         power7 directories.
13454 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13456         * INSTALL: Regenerate.
13458         * nscd/connections.c (nscd_init): Fix comment.
13460 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
13462         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
13464         [BZ #15667]
13465         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
13466         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
13468 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
13470         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
13471         DL_DST_REQ_STATIC.
13472         (DL_DST_REQ_STATIC): Remove macro.
13474 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
13476         [BZ #7006]
13477         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
13478         with a shift of 0 bits.
13480 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
13482         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
13483         $(tststatic-ENV).
13485 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13487         [BZ #15655]
13488         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
13490 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13492         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
13493         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
13494         accepts -fno-tree-loop-distribute-patterns.
13495         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
13496         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
13497         recursive call.
13498         * string/memset.c (memset): Likewise.
13499         * string/test-memmove.c (simple_memmove): Disable loop transformation
13500         to library calls.
13501         * string/test-memset.c (simple_memset): Likewise.
13502         * benchtests/bench-memmove.c (simple_memmove): Likewise.
13503         * benchtests/bench-memset.c (simple_memset): Likewise.
13504         * configure: Regenerated.
13506 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
13508         * math/test-misc.c (main): Ignore fesetround failure when failures
13509         of subsequent rounding tests would be ignored.
13511         [BZ #15654]
13512         * math/fedisblxcpt.c (fedisableexcept): Return 0.
13513         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
13514         * math/fegetenv.c (__fegetenv): Return 0.
13515         * math/fegetexcept.c (fegetexcept): Return 0.
13516         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
13517         FE_TONEAREST.
13518         * math/feholdexcpt.c (feholdexcept): Return 0.
13519         * math/fesetenv.c (__fesetenv): Return 0.
13520         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
13521         argument FE_TONEAREST.
13522         * math/feupdateenv.c (__feupdateenv): Return 0.
13523         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
13525 2013-06-18  Roland McGrath  <roland@hack.frob.com>
13527         * elf/rtld-Rules (rtld-compile-command.S): New variable.
13528         (rtld-compile-command.s, rtld-compile-command.c): New variables.
13529         ($(objpfx)rtld-%.os rules): Use them.
13531 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13533         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
13534         fields.
13536 2013-06-17  Roland McGrath  <roland@hack.frob.com>
13538         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
13539         length of target pattern, then descending length of dependency pattern.
13540         * configure.in (AWK): Require gawk 3.1.2 or newer.
13541         * manual/install.texi (Tools for Compilation): Say that we do.
13542         * configure: Regenerated.
13544         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
13545         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
13546         * scripts/sysd-rules.awk: ... this new script.
13547         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
13548         than a glob-style pattern.
13550 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
13552         * math/test-misc.c (main): Do not treat incorrectly rounded
13553         conversions as failure unless ROUNDING_TESTS passes.
13555 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
13557         [BZ #15631]
13558         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
13559         restore exception state around main square root computation, then
13560         check for inexactness explicitly.
13562         * math/libm-test.inc (fma_test_data): Add another test.
13564 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13566         * manual/threads.texi (Non-POSIX Extensions): New document
13567         node.  Document pthread_getattr_default_np and
13568         pthread_setattr_default_np.
13570         * Versions.def (libpthread): Add GLIBC_2.18.
13571         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
13572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
13573         Likewise.
13574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
13575         Likewise.
13576         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13577         Likewise.
13578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13579         Likewise.
13580         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
13581         Likewise.
13582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
13583         Likewise.
13584         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
13585         Likewise.
13586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
13587         Likewise.
13588         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
13589         Likewise.
13591 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13593         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13594         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
13596 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
13597             H.J. Lu  <hjl.tools@gmail.com>
13599         [BZ #15627]
13600         * sysdeps/x86_64/rtld-memset.c: Remove file.
13601         * sysdeps/x86_64/rtld-memset.S: New file.
13603 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
13605         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
13606         (test_in_one_mode): Take arguments for whether the rounding mode
13607         is supported for each floating-point type.
13608         (do_test): Pass new arguments to test_in_one_mode using
13609         ROUNDING_TESTS.
13611 2013-06-13  Roland McGrath  <roland@hack.frob.com>
13613         * posix/tst-waitid.c (do_test): Distinguish different instances of
13614         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
13615         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
13616         before entering the kernel for waitpid.
13618 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13620         * NEWS: Fix note on clock function precision.  Text by Roland
13621         McGrath.
13623 2013-06-13  Roland McGrath  <roland@hack.frob.com>
13625         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
13626         it into place only when and if the sanity check passes.
13628 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
13630         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
13631         output for whether conversion result is exact.  Take argument
13632         indicating whether type is IBM long double.
13633         (round_for_all): Change need_exact field to ibm_ld.
13634         * stdlib/tst-strtod-round.c (struct exactness): New type.
13635         (struct test): Change bool ld_ok field to struct exactness exact.
13636         (TEST): Update all definitions for change to field.
13637         (tests): Regenerate array contents.
13638         (test_in_one_mode): Take pointer to new field instead of old ld_ok
13639         field value.  Check for IBM long double here.
13640         (do_test): Update calls to test_in_one_mode.
13642 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13644         [BZ #12515]
13645         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
13646         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
13648 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13650         [BZ #15605]
13651         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
13652         generated by the compiler on loop optimizations.
13653         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
13654         general definitions.
13656 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
13658         * math/bug-nextafter.c: Include <math-tests.h>.
13659         (main): Only test for exceptions if EXCEPTION_TESTS is true for
13660         the relevant type.
13661         * math/bug-nexttoward.c: Include <math-tests.h>.
13662         (main): Only test for exceptions if EXCEPTION_TESTS is true for
13663         the relevant type.
13664         * math/test-misc.c: Include <math-tests.h>.
13665         (main): Only test for exceptions if EXCEPTION_TESTS is true for
13666         the relevant type.
13668 2013-06-12  Andreas Jaeger  <aj@suse.de>
13670         * po/ia.po: Update Interlingua translation from translation
13671         project.
13673 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13675         * include/fenv.h: Include stdbool.h.
13676         (struct rm_ctx): New structure.
13677         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
13678         Define macro.
13679         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
13680         (SET_RESTORE_ROUNDF): Likewise.
13681         (SET_RESTORE_ROUNDL): Likewise.
13682         (SET_RESTORE_ROUND_NOEX): Likewise.
13683         (SET_RESTORE_ROUND_NOEXF): Likewise.
13684         (SET_RESTORE_ROUND_NOEXL): Likewise.
13685         (SET_RESTORE_ROUND_53BIT): Likewise.
13686         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
13687         (libc_feresetround_noexf_ctx): Likewise.
13688         (libc_feresetround_noexl_ctx): Likewise.
13689         (libc_feholdsetround_53bit_ctx): Likewise.
13690         (libc_feresetround_53bit_ctx): Likewise.
13691         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
13692         (libc_feholdexcept_setround_sse_ctx): New function.
13693         (libc_fesetenv_sse_ctx): Likewise.
13694         (libc_feupdateenv_sse_ctx): Likewise.
13695         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
13696         (libc_feholdexcept_setround_387_ctx): Likewise.
13697         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
13698         (libc_feholdsetround_387_prec_ctx): Likewise.
13699         (libc_feholdsetround_387_ctx): Likewise.
13700         (libc_feholdsetround_387_53bit_ctx): Likewise.
13701         (libc_feholdsetround_sse_ctx): Likewise.
13702         (libc_feresetround_sse_ctx): Likewise.
13703         (libc_feresetround_387_ctx): Likewise.
13704         (libc_feupdateenv_387_ctx): Likewise.
13705         (libc_feholdexcept_setroundf_ctx): Define macro.
13706         (libc_fesetenvf_ctx): Likewise.
13707         (libc_feupdateenvf_ctx): Likewise.
13708         (libc_feholdsetroundf_ctx): Likewise.
13709         (libc_feresetroundf_ctx): Likewise.
13710         (libc_feholdexcept_setround_ctx): Likewise.
13711         (libc_fesetenv_ctx): Likewise.
13712         (libc_feupdateenv_ctx): Likewise.
13713         (libc_feholdsetround_ctx): Likewise.
13714         (libc_feresetround_ctx): Likewise.
13715         (libc_feholdexcept_setroundl_ctx): Likewise.
13716         (libc_feupdateenvl_ctx): Likewise.
13717         (libc_feholdsetroundl_ctx): Likewise.
13718         (libc_feresetroundl_ctx): Likewise.
13719         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
13720         (libc_feresetround_53bit_ctx): Likewise.
13722 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13724         * locale/iso-639.def: Convert to UTF-8.
13726 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
13728         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
13729         (EXCEPTION_TESTS_double): Likewise.
13730         (EXCEPTION_TESTS_long_double): Likewise.
13731         (EXCEPTION_TESTS): Likewise.
13732         * math/libm-test.inc (test_exceptions): Only test exceptions if
13733         EXCEPTION_TESTS (FLOAT).
13735 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13737         * benchtests/Makefile (string-bench): Add strcpy_chk and
13738         stpcpy_chk.
13739         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
13740         * benchtests/bench-stpcpy_chk.c: New file.
13741         * benchtests/bench-strcpy_chk-ifunc.c: New file.
13742         * benchtests/bench-strcpy_chk.c: New file.
13743         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
13744         code.
13745         (do_test): Likewise.
13747 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13749         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
13750         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
13751         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
13752         with tabs where appropriate.
13753         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
13754         dl-procinfo.h.
13755         [PPC_PLATFORM_PPC440]: Likewise.
13756         [PPC_PLATFORM_PPC464]: Likewise.
13757         [PPC_PLATFORM_PPC476]: Likewise.
13758         (_dl_string_platform): Add support for detecting ppc405, ppc440,
13759         ppc464, and ppc476 platform strings merging from ports/
13760         dl-procinfo.h.
13762 2013-06-11  Andreas Schwab  <schwab@suse.de>
13764         [BZ #14991]
13765         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
13766         (from_ucs4_idx): Regenerate.
13767         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
13768         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
13769         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
13770         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
13771         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
13772         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
13773         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
13774         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
13775         from FROM_LOOP and TO_LOOP specific macros.
13776         (BODY): Handle combining characters.
13777         * iconvdata/BIG5HKSCS.irreversible: Update.
13778         * iconvdata/BIG5HKSCS.precomposed: New file.
13779         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
13780         characters.
13781         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
13783 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13785         * include/sys/time.h: Fix indentation and add copyright header.
13787         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
13788         (do_test): Likewise.
13789         * string/test-memchr.c (do_one_test): Likewise.
13790         (do_test): Likewise.
13791         * string/test-memcmp.c (do_one_test): Likewise.
13792         (do_test): Likewise.
13793         * string/test-memcpy.c (do_one_test): Likewise.
13794         (do_test): Likewise.
13795         * string/test-memmem.c (do_one_test): Likewise.
13796         (do_test): Likewise.
13797         (do_random_tests): Likewise.
13798         * string/test-memmove.c (do_one_test): Likewise.
13799         (do_test): Likewise.
13800         * string/test-memset.c (do_one_test): Likewise.
13801         (do_test): Likewise.
13802         * string/test-rawmemchr.c (do_one_test): Likewise.
13803         (do_test): Likewise.
13804         * string/test-strcasecmp.c (do_one_test): Likewise.
13805         (do_test): Likewise.
13806         * string/test-strcasestr.c (do_one_test): Likewise.
13807         (do_test): Likewise.
13808         * string/test-strcat.c (do_one_test): Likewise.
13809         (do_test): Likewise.
13810         * string/test-strchr.c (do_one_test): Likewise.
13811         (do_test): Likewise.
13812         * string/test-strcmp.c (do_one_test): Likewise.
13813         (do_test): Likewise.
13814         * string/test-strcpy.c (do_one_test): Likewise.
13815         (do_test): Likewise.
13816         * string/test-string.h: Likewise.
13817         (test_init): Likewise.
13818         * string/test-strlen.c (do_one_test): Likewise.
13819         (do_test): Likewise.
13820         * string/test-strncasecmp.c (do_one_test): Likewise.
13821         (do_test): Likewise.
13822         * string/test-strncat.c (do_one_test): Likewise.
13823         (do_test): Likewise.
13824         * string/test-strncmp.c (do_one_test): Likewise.
13825         (do_test_limit): Likewise.
13826         (do_test): Likewise.
13827         * string/test-strncpy.c (do_one_test): Likewise.
13828         (do_test): Likewise.
13829         * string/test-strnlen.c (do_one_test): Likewise.
13830         (do_test): Likewise.
13831         * string/test-strpbrk.c (do_one_test): Likewise.
13832         (do_test): Likewise.
13833         * string/test-strrchr.c (do_one_test): Likewise.
13834         (do_test): Likewise.
13835         * string/test-strspn.c (do_one_test): Likewise.
13836         (do_test): Likewise.
13837         * string/test-strstr.c (do_one_test): Likewise.
13838         (do_test): Likewise.
13840         * benchtests/Makefile (string-bench): Add string benchmarks.
13841         * benchtests/bench-bcopy-ifunc.c: New file.
13842         * benchtests/bench-bcopy.c: New file.
13843         * benchtests/bench-bzero-ifunc.c: New file.
13844         * benchtests/bench-bzero.c: New file.
13845         * benchtests/bench-memccpy-ifunc.c: New file.
13846         * benchtests/bench-memccpy.c: New file.
13847         * benchtests/bench-memchr-ifunc.c: New file.
13848         * benchtests/bench-memchr.c: New file.
13849         * benchtests/bench-memcmp-ifunc.c: New file.
13850         * benchtests/bench-memcmp.c: New file.
13851         * benchtests/bench-memmem-ifunc.c: New file.
13852         * benchtests/bench-memmem.c: New file.
13853         * benchtests/bench-memmove-ifunc.c: New file.
13854         * benchtests/bench-memmove.c: New file.
13855         * benchtests/bench-mempcpy-ifunc.c: New file.
13856         * benchtests/bench-mempcpy.c: New file.
13857         * benchtests/bench-memset-ifunc.c: New file.
13858         * benchtests/bench-memset.c: New file.
13859         * benchtests/bench-rawmemchr-ifunc.c: New file.
13860         * benchtests/bench-rawmemchr.c: New file.
13861         * benchtests/bench-stpcpy-ifunc.c: New file.
13862         * benchtests/bench-stpcpy.c: New file.
13863         * benchtests/bench-stpncpy-ifunc.c: New file.
13864         * benchtests/bench-stpncpy.c: New file.
13865         * benchtests/bench-strcasecmp-ifunc.c: New file.
13866         * benchtests/bench-strcasecmp.c: New file.
13867         * benchtests/bench-strcasestr-ifunc.c: New file.
13868         * benchtests/bench-strcasestr.c: New file.
13869         * benchtests/bench-strcat-ifunc.c: New file.
13870         * benchtests/bench-strcat.c: New file.
13871         * benchtests/bench-strchr-ifunc.c: New file.
13872         * benchtests/bench-strchr.c: New file.
13873         * benchtests/bench-strchrnul-ifunc.c: New file.
13874         * benchtests/bench-strchrnul.c: New file.
13875         * benchtests/bench-strcmp-ifunc.c: New file.
13876         * benchtests/bench-strcmp.c: New file.
13877         * benchtests/bench-strcpy-ifunc.c: New file.
13878         * benchtests/bench-strcpy.c: New file.
13879         * benchtests/bench-strcspn-ifunc.c: New file.
13880         * benchtests/bench-strcspn.c: New file.
13881         * benchtests/bench-strlen-ifunc.c: New file.
13882         * benchtests/bench-strlen.c: New file.
13883         * benchtests/bench-strncasecmp-ifunc.c: New file.
13884         * benchtests/bench-strncasecmp.c: New file.
13885         * benchtests/bench-strncat-ifunc.c: New file.
13886         * benchtests/bench-strncat.c: New file.
13887         * benchtests/bench-strncmp-ifunc.c: New file.
13888         * benchtests/bench-strncmp.c: New file.
13889         * benchtests/bench-strncpy-ifunc.c: New file.
13890         * benchtests/bench-strncpy.c: New file.
13891         * benchtests/bench-strnlen-ifunc.c: New file.
13892         * benchtests/bench-strnlen.c: New file.
13893         * benchtests/bench-strpbrk-ifunc.c: New file.
13894         * benchtests/bench-strpbrk.c: New file.
13895         * benchtests/bench-strrchr-ifunc.c: New file.
13896         * benchtests/bench-strrchr.c: New file.
13897         * benchtests/bench-strspn-ifunc.c: New file.
13898         * benchtests/bench-strspn.c: New file.
13899         * benchtests/bench-strstr-ifunc.c: New file.
13900         * benchtests/bench-strstr.c: New file.
13902         * benchtests/Makefile: Disable parallel execution of targets.
13903         (string-bench): Add memcpy.
13904         (benchset): New variable to store a list of benchmark sets.
13905         (bench-func): Renamed from bench.
13906         (bench-set): New target.
13907         (bench): Depend on bench-func and bench-set.
13908         * benchtests/README: Add section on benchmark sets.
13909         * benchtests/bench-memcpy-ifunc.c: New file.
13910         * benchtests/bench-memcpy.c: New file.
13911         * benchtests/bench-string.h: New file.
13913 2013-06-11  Andreas Schwab  <schwab@suse.de>
13915         [BZ #15577]
13916         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
13917         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
13918         values in the triple.
13919         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
13920         terminator in the group key.
13922 2013-06-11  Andreas Jaeger  <aj@suse.de>
13924         * po/zh_TW.po: Update Chinese (traditional) translation from
13925         translation project.
13927 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13929         * include/time.h (__clock_gettime): Add libc_hidden_proto.
13930         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
13931         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
13932         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
13933         (clock_getcpuclockid): Likewise.
13934         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
13935         Add weak_alias and libc_hidden_def.
13936         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
13937         * rt/clock_gettime.c (clock_gettime): Rename to
13938         __clock_gettime.  Add weak_alias and libc_hidden_def.
13939         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
13940         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
13941         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
13942         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
13943         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
13944         Likewise.
13945         * rt/clock_settime.c (clock_settime): Rename to
13946         __clock_settime.  Add weak_alias and libc_hidden_def.
13947         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
13949 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
13951         * mach/err_boot.sub: Remove trailing whitespace.
13952         * mach/err_ipc.sub: Likewise.
13953         * mach/err_mach.sub: Likewise.
13955         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
13956         (ROUNDING_TESTS_double): Likewise.
13957         (ROUNDING_TESTS_long_double): Likewise.
13958         (ROUNDING_TESTS): Likewise.
13959         * math/libm-test.inc: Include <math-tests.h>.
13960         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
13961         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
13962         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
13963         (IF_ROUND_INIT_FE_UPWARD): Likewise.
13965 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13967         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
13968         of assigning.
13970 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
13972         * sysdeps/gnu/errlist.awk: Do not generate space at end of
13973         otherwise empty TRANS lines.
13974         * sysdeps/gnu/errlist.c: Regenerated.
13976         * catgets/gencat.c (error_print): Use (void) in function
13977         definition.
13978         * crypt/crypt_util.c (__init_des): Likewise.
13979         * crypt/speeds.c (Stop): Likewise.
13980         (main): Likewise.
13981         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
13982         * inet/ruserpass.c (token): Likewise.
13983         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
13984         * intl/localealias.c (extend_alias_table): Likewise.
13985         * intl/plural-exp.c (init_germanic_plural): Likewise.
13986         * libio/fcloseall.c (__fcloseall): Likewise.
13987         * libio/genops.c (_IO_flush_all): Likewise.
13988         (_IO_flush_all_linebuffered): Likewise.
13989         (_IO_cleanup): Likewise.
13990         (_IO_iter_begin): Likewise.
13991         (_IO_iter_end): Likewise.
13992         (_IO_list_lock): Likewise.
13993         (_IO_list_unlock): Likewise.
13994         (_IO_list_resetlock): Likewise.
13995         * libio/getchar.c (getchar): Likewise.
13996         * libio/getchar_u.c (getchar_unlocked): Likewise.
13997         * libio/getwchar.c (getwchar): Likewise.
13998         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
13999         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
14000         * login/getpt.c (__getpt): Likewise.
14001         * login/tst-utmp.c (main): Likewise.
14002         * malloc/hooks.c (__malloc_check_init): Likewise.
14003         * malloc/malloc.c (__malloc_stats): Likewise.
14004         * malloc/mtrace.c (tr_break): Likewise.
14005         (mtrace): Likewise.
14006         (muntrace): Likewise.
14007         * misc/fstab.c (endfsent): Likewise.
14008         * misc/getclktck.c (__getclktck): Likewise.
14009         * misc/getdtsz.c (__getdtablesize): Likewise.
14010         * misc/gethostid.c (gethostid): Likewise.
14011         * misc/getpagesize.c (__getpagesize): Likewise.
14012         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
14013         (__get_nprocs): Likewise.
14014         (__get_phys_pages): Likewise.
14015         (__get_avphys_pages): Likewise.
14016         * misc/getttyent.c (getttyent): Likewise.
14017         (setttyent): Likewise.
14018         (endttyent): Likewise.
14019         * misc/getusershell.c (getusershell): Likewise.
14020         (endusershell): Likewise.
14021         (setusershell): Likewise.
14022         (initshells): Likewise.
14023         * misc/hsearch.c (__hdestroy): Likewise.
14024         * misc/sync.c (sync): Likewise.
14025         * misc/syslog.c (closelog_internal): Likewise.
14026         (closelog): Likewise.
14027         * misc/ttyslot.c (ttyslot): Likewise.
14028         * misc/vhangup.c (vhangup): Likewise.
14029         * posix/fork.c (__fork): Likewise.
14030         * posix/getegid.c (__getegid): Likewise.
14031         * posix/geteuid.c (__geteuid): Likewise.
14032         * posix/getgid.c (__getgid): Likewise.
14033         * posix/getpid.c (__getpid): Likewise.
14034         * posix/getppid.c (__getppid): Likewise.
14035         * posix/getuid.c (__getuid): Likewise.
14036         * posix/pause.c (pause): Likewise.
14037         * posix/setpgrp.c (setpgrp): Likewise.
14038         * posix/setsid.c (__setsid): Likewise.
14039         * posix/test-vfork.c (noop): Likewise.
14040         * resolv/gethnamaddr.c (_endhtent): Likewise.
14041         (_gethtent): Likewise.
14042         (ht_endhostent): Likewise.
14043         (gethostent): Likewise.
14044         (dns_service): Likewise.
14045         * stdlib/drand48.c (drand48): Likewise.
14046         * stdlib/lrand48.c (lrand48): Likewise.
14047         * stdlib/mrand48.c (mrand48): Likewise.
14048         * stdlib/rand.c (rand): Likewise.
14049         * stdlib/random.c (__random): Likewise.
14050         * stdlib/setenv.c (clearenv): Likewise.
14051         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
14052         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
14053         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
14054         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
14055         (__get_nprocs): Likewise.
14056         (__get_phys_pages): Likewise.
14057         (__get_avphys_pages): Likewise.
14058         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
14059         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
14060         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
14061         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
14062         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
14063         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
14064         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
14065         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
14066         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
14067         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
14068         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
14069         * sysdeps/mach/hurd/sync.c (sync): Likewise.
14070         * sysdeps/posix/clock.c (clock): Likewise.
14071         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
14072         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
14073         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
14074         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
14075         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
14076         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
14077         (__get_nprocs_conf): Likewise.
14078         (__get_phys_pages): Likewise.
14079         (__get_avphys_pages): Likewise.
14080         * time/clock.c (clock): Likewise.
14081         * time/tzset.c (__tzname_max): Likewise.
14083 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
14085         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
14086         (__bswap_32): Do not use "register".
14087         * crypt/crypt.c (_ufc_doit_r): Likewise.
14088         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14089         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14090         * gmon/gmon.c (__monstartup): Likewise.
14091         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
14092         * hurd/hurdmalloc.c (more_memory): Likewise.
14093         (malloc): Likewise.
14094         (free): Likewise.
14095         (realloc): Likewise.
14096         (malloc_fork_prepare): Likewise.
14097         (malloc_fork_parent): Likewise.
14098         (malloc_fork_child): Likewise.
14099         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
14100         (_svcauth_des): Likewise.
14101         * inet/inet_lnaof.c (inet_lnaof): Likewise.
14102         * inet/inet_net.c (inet_network): Likewise.
14103         * inet/inet_netof.c (inet_netof): Likewise.
14104         * inet/rcmd.c (__validuser2_sa): Likewise.
14105         * io/fts.c (fts_open): Likewise.
14106         (fts_load): Likewise.
14107         (fts_close): Likewise.
14108         (fts_read): Likewise.
14109         (fts_children): Likewise.
14110         (fts_build): Likewise.
14111         (fts_stat): Likewise.
14112         (fts_sort): Likewise.
14113         (fts_alloc): Likewise.
14114         (fts_lfree): Likewise.
14115         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
14116         (_IO_file_xsgetn): Likewise.
14117         (_IO_file_xsgetn_mmap): Likewise.
14118         * libio/iofopncook.c (_IO_cookie_read): Likewise.
14119         (_IO_cookie_write): Likewise.
14120         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
14121         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
14122         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
14123         * malloc/obstack.c (_obstack_begin): Likewise.
14124         (_obstack_begin_1): Likewise.
14125         (_obstack_newchunk): Likewise.
14126         (_obstack_allocated_p): Likewise.
14127         (obstack_free): Likewise.
14128         (_obstack_memory_used): Likewise.
14129         * misc/getttyent.c (getttynam): Likewise.
14130         (getttyent): Likewise.
14131         (skip): Likewise.
14132         (value): Likewise.
14133         * misc/getusershell.c (initshells): Likewise.
14134         * misc/syslog.c (__vsyslog_chk): Likewise.
14135         * misc/ttyslot.c (ttyslot): Likewise.
14136         * nis/nis_hash.c (__nis_hash): Likewise.
14137         * posix/fnmatch_loop.c (FCT): Likewise.
14138         * posix/getconf.c (print_all): Likewise.
14139         (main): Likewise.
14140         * posix/getopt.c (exchange): Likewise.
14141         * posix/glob.c (globfree): Likewise.
14142         (prefix_array): Likewise.
14143         (__glob_pattern_type): Likewise.
14144         * resolv/arpa/nameser.h (NS_GET16): Likewise.
14145         (NS_GET32): Likewise.
14146         (NS_PUT16): Likewise.
14147         (NS_PUT32): Likewise.
14148         * resolv/gethnamaddr.c (getanswer): Likewise.
14149         (gethostbyname2): Likewise.
14150         (gethostbyaddr): Likewise.
14151         (_gethtent): Likewise.
14152         (_gethtbyname2): Likewise.
14153         (_gethtbyaddr): Likewise.
14154         * resolv/ns_print.c (dst_s_get_int16): Likewise.
14155         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
14156         * resolv/res_init.c (__res_vinit): Likewise.
14157         (net_mask): Likewise.
14158         * resolv/res_mkquery.c (outchar): Likewise.
14159         (PRINT): Likewise.
14160         * stdio-common/printf_fp.c (outchar): Likewise.
14161         (PRINT): Likewise.
14162         * stdio-common/printf_fphex.c (outchar): Likewise.
14163         (PRINT): Likewise.
14164         * stdio-common/printf_size.c (outchar): Likewise.
14165         (PRINT): Likewise.
14166         * stdio-common/test_rdwr.c (main): Likewise.
14167         * stdio-common/tfformat.c (matches): Likewise.
14168         * stdio-common/vfprintf.c (outchar): Likewise.
14169         (printf_unknown): Likewise.
14170         (buffered_vfprintf): Likewise.
14171         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14172         * stdio-common/xbug.c (AppendToBuffer): Likewise.
14173         (ReadFile): Likewise.
14174         * stdlib/qsort.c (SWAP): Likewise.
14175         (_quicksort): Likewise.
14176         * stdlib/setenv.c (__add_to_environ): Likewise.
14177         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14178         * stdlib/strtol_l.c (__strtol_l): Likewise.
14179         * stdlib/tst-strtod.c (main): Likewise.
14180         * stdlib/tst-strtol.c (main): Likewise.
14181         * stdlib/tst-strtoll.c (main): Likewise.
14182         * string/bits/string2.h (__strcmp_cc): Likewise.
14183         (__strcmp_cg): Likewise.
14184         (__strcspn_c1): Likewise.
14185         (__strcspn_c2): Likewise.
14186         (__strcspn_c3): Likewise.
14187         (__strspn_c1): Likewise.
14188         (__strspn_c2): Likewise.
14189         (__strspn_c3): Likewise.
14190         (__strsep_1c): Likewise.
14191         (__strsep_2c): Likewise.
14192         (__strsep_3c): Likewise.
14193         * string/memccpy.c (__memccpy): Likewise.
14194         * string/stpcpy.c (__stpcpy): Likewise.
14195         * string/strcmp.c (strcmp): Likewise.
14196         * string/strrchr.c (strrchr): Likewise.
14197         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
14198         Likewise.
14199         * sysdeps/mach/hurd/getcwd.c
14200         (_hurd_canonicalize_directory_name_internal): Likewise.
14201         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
14202         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
14203         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
14204         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
14205         Likewise, in both definitions.
14206         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
14207         definitions.
14208         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
14209         64] (__bswap_64): Likewise.
14210         * time/test_time.c (main): Likewise.
14211         * time/tzfile.c (__tzfile_read): Likewise.
14212         (__tzfile_compute): Likewise.
14213         * time/tzset.c (__tzset_parse_tz): Likewise.
14214         (tzset_internal): Likewise.
14215         (compute_change): Likewise.
14216         * wcsmbs/wcscat.c (__wcscat): Likewise.
14217         * wcsmbs/wcschr.c (wcschr): Likewise.
14218         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
14219         * wcsmbs/wcscspn.c (wcscspn): Likewise.
14220         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
14221         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
14222         * wcsmbs/wcsspn.c (wcsspn): Likewise.
14223         * wcsmbs/wcsstr.c (wcsstr): Likewise.
14224         * wcsmbs/wmemchr.c (wmemchr): Likewise.
14225         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
14226         * wcsmbs/wmemset.c (wmemset): Likewise.
14228 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
14230         * scripts/config.guess: Update to version 2013-05-16.
14231         * scripts/config.sub: Update to version 2013-04-24.
14232         * scripts/install-sh: Update to version 2011-11-20.07.
14233         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
14234         * scripts/move-if-change: Update to version 2012-01-06 07:23.
14236 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
14238         * debug/fgetws_u_chk.c: Fix leading whitespaces.
14239         * elf/sln.c: Likewise.
14240         * hurd/hurd/ioctl.h: Likewise.
14241         * hurd/hurdmalloc.c: Likewise.
14242         * hurd/xattr.c: Likewise.
14243         * include/shlib-compat.h: Likewise.
14244         * inet/ruserpass.c: Likewise.
14245         * libio/iofgets_u.c: Likewise.
14246         * libio/iofgetws_u.c: Likewise.
14247         * locale/programs/ld-identification.c: Likewise.
14248         * locale/programs/ld-time.c: Likewise.
14249         * mach/msg-destroy.c: Likewise.
14250         * nss/nss_files/files-netgrp.c: Likewise.
14251         * resolv/res_data.c: Likewise.
14252         * soft-fp/op-1.h: Likewise.
14253         * soft-fp/op-2.h: Likewise.
14254         * soft-fp/op-4.h: Likewise.
14255         * soft-fp/op-common.h: Likewise.
14256         * stdio-common/printf_fphex.c: Likewise.
14257         * stdlib/strtod_l.c: Likewise.
14258         * sunrpc/rpc/clnt.h: Likewise.
14259         * sysdeps/generic/framestate.c: Likewise.
14260         * sysdeps/i386/bsd-_setjmp.S: Likewise.
14261         * sysdeps/i386/bsd-setjmp.S: Likewise.
14262         * sysdeps/i386/__longjmp.S: Likewise.
14263         * sysdeps/i386/setjmp.S: Likewise.
14264         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
14265         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
14266         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
14267         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
14268         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
14269         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
14270         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
14271         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
14272         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
14273         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
14274         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
14275         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
14276         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
14277         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
14278         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
14279         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
14280         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
14281         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
14282         * sysdeps/ieee754/support.c: Likewise.
14283         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
14284         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
14285         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
14286         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
14287         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
14288         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
14289         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
14290         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
14291         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
14292         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
14293         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
14294         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
14295         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
14296         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
14297         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
14298         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
14299         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
14300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
14302 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
14304         * posix/transbug.c: Remove executable mode.
14306 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
14308         * crypt/speeds.c: Remove trailing whitespace.
14309         * dlfcn/default.c: Likewise.
14310         * elf/ifuncdep2.c: Likewise.
14311         * elf/ifuncmain1.c: Likewise.
14312         * elf/ifuncmain1vis.c: Likewise.
14313         * elf/testobj.h: Likewise.
14314         * elf/tst-stackguard1.c: Likewise.
14315         * gmon/sys/gmon.h: Likewise.
14316         * hurd/hurdmsg.c: Likewise.
14317         * hurd/new-fd.c: Likewise.
14318         * hurd/ports-get.c: Likewise.
14319         * iconvdata/ibm1008_420.c: Likewise.
14320         * inet/tst-getni1.c: Likewise.
14321         * inet/tst-getni2.c: Likewise.
14322         * libio/ioungetc.c: Likewise.
14323         * libio/wfiledoalloc.c: Likewise.
14324         * manual/libm-err-tab.pl: Likewise.
14325         * math/w_dremf.c: Likewise.
14326         * misc/ftruncate.c: Likewise.
14327         * posix/bug-glob2.c: Likewise.
14328         * posix/tst-pcre.c: Likewise.
14329         * posix/wait4.c: Likewise.
14330         * resolv/README: Likewise.
14331         * resolv/res_debug.h: Likewise.
14332         * resolv/tst-inet_ntop.c: Likewise.
14333         * setjmp/bug269-setjmp.c: Likewise.
14334         * soft-fp/extended.h: Likewise.
14335         * soft-fp/op-1.h: Likewise.
14336         * soft-fp/op-2.h: Likewise.
14337         * soft-fp/op-4.h: Likewise.
14338         * soft-fp/op-8.h: Likewise.
14339         * soft-fp/testit.c: Likewise.
14340         * stdio-common/bug16.c: Likewise.
14341         * stdlib/random.c: Likewise.
14342         * sunrpc/rpcsvc/rquota.x: Likewise.
14343         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
14344         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
14345         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
14346         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
14347         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
14348         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
14349         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
14350         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
14351         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
14352         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
14353         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
14354         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
14355         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
14356         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
14357         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
14358         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
14359         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
14360         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
14361         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
14362         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
14363         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
14364         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
14365         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
14366         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
14367         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
14368         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
14369         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
14370         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
14371         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
14372         * sysdeps/ieee754/s_lib_version.c: Likewise.
14373         * sysdeps/mach/hurd/check_fds.c: Likewise.
14374         * sysdeps/mach/hurd/getsockname.c: Likewise.
14375         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
14376         * sysdeps/mach/hurd/recvfrom.c: Likewise.
14377         * sysdeps/powerpc/bits/link.h: Likewise.
14378         * sysdeps/powerpc/dl-procinfo.c: Likewise.
14379         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
14380         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
14381         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
14382         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
14383         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
14384         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
14385         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
14386         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
14387         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
14388         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
14389         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
14390         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
14391         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
14392         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
14393         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
14394         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
14395         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
14396         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
14397         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
14398         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
14399         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
14400         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
14401         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
14402         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
14403         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
14404         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
14405         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
14406         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
14407         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
14408         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
14409         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
14410         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
14411         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
14412         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
14413         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
14414         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
14415         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
14416         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
14417         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
14418         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
14419         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
14420         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
14421         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
14422         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
14423         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
14424         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
14425         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
14426         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
14427         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
14428         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14429         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14430         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
14431         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
14432         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
14433         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
14434         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
14435         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
14436         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
14437         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
14438         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
14439         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
14440         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
14441         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
14442         * sysdeps/powerpc/sysdep.h: Likewise.
14443         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
14444         * sysdeps/s390/s390-64/sub_n.S: Likewise.
14445         * sysdeps/sh/dl-trampoline.S: Likewise.
14446         * sysdeps/sh/memset.S: Likewise.
14447         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
14448         * sysdeps/sh/strlen.S: Likewise.
14449         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
14450         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
14451         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
14452         * sysdeps/sparc/sparc32/rem.S: Likewise.
14453         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
14454         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
14455         * sysdeps/sparc/sparc32/strchr.S: Likewise.
14456         * sysdeps/sparc/sparc32/udiv.S: Likewise.
14457         * sysdeps/sparc/sparc32/urem.S: Likewise.
14458         * sysdeps/sparc/sparc64/add_n.S: Likewise.
14459         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
14460         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
14461         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
14462         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
14463         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
14464         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
14465         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
14466         * sysdeps/unix/bsd/times.c: Likewise.
14467         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
14468         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
14469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
14470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
14471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
14472         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
14473         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14474         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
14475         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
14476         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
14477         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
14478         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
14479         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
14480         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
14481         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
14482         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
14483         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
14484         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14485         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
14486         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
14487         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
14488         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
14489         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
14490         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
14491         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
14492         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
14493         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
14494         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
14495         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
14496         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
14497         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
14498         * sysdeps/x86_64/strcspn.S: Likewise.
14500 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
14502         * locale/C-translit.h: Revert #include <stdint.h> because this is a
14503         generated file.  Regenerate properly from gen-translit.pl.
14504         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
14505         locale/C-translit.h.
14507 2013-06-05  Andreas Schwab  <schwab@suse.de>
14509         [BZ #15100]
14510         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
14511         week as 6 instead of -1.
14512         * time/tst-strptime.c (day_tests): Add test case.
14514 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14516         * sysdeps/generic/math_private.h
14517         (libc_feholdexcept_setround_53bit): Replace with
14518         libc_feholdsetround_53bit.
14519         (libc_feupdateenv_53bit): Replace with
14520         libc_feresetround_53bit.
14521         (SET_RESTORE_ROUND_53BIT): Adjust.
14523 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14525         * string/test-strchrnul.c: Add copyright header.
14527         * posix/tst-getaddrinfo4.c: Increase test timeout.
14529 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
14531         [BZ #15536]
14532         * math/libm-test.inc (MAX_EXP): Remove
14533         (MIN_EXP): Define.
14534         (ulp): Use MIN_EXP - MANT_DIG.
14535         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
14537 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
14539         * po/be.po: Revert last change.
14540         * po/zh_CN.po: Likewise.
14541         * po/header.pot: Likewise.
14543 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
14545         * Makefile ($(common-objpfx)linkobj/libc.so): Define
14546         link-libc-deps to empty as target-specific variable.
14547         * Makerules (link-libc-args): New variable.
14548         (libc-for-link): Likewise.
14549         (link-libc-deps): Likewise.
14550         (lib%.so): Depend on $(link-libc-deps).  Link with
14551         $(link-libc-args).
14552         (build-module): Link with $(link-libc-args).
14553         (build-module-asneeded): Likewise.
14554         (build-module-helper-objlist): Filter out $(link-libc-deps) from
14555         list of objects.
14556         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
14557         target-specific variable.
14558         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
14559         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
14560         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
14561         libc.
14562         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
14563         libc and ld.so.
14564         ($(objpfx)libpcprofile.so): Likewise.
14565         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
14566         libc_nonshared.a.
14567         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
14568         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
14569         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
14570         $(link-libc-deps).
14571         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
14572         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
14573         * login/Makefile ($(objpfx)libutil.so): Likewise.
14574         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
14575         * math/Makefile ($(objpfx)libm.so): Likewise.
14576         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
14577         $(objpfx)libnsl.so): Define libc-for-link as target-specific
14578         variable instead of depending directly on libc.
14579         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
14580         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
14581         $(link-libc-deps).
14582         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
14583         libc.
14584         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
14585         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
14586         ($(objpfx)libanl.so): Likewise.
14587         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
14588         ld.so.
14589         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
14590         $(link-libc-deps).
14591         * sysdeps/i386/fpu/Makefile: Remove file.
14592         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
14593         ($(objpfx)libm.so): Remove dependency on ld.so.
14595 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
14597         [BZ # 15553]
14598         * nis/yp_xdr.c (XDRMAXNAME): Define.
14599         (XDRMAXRECORD): Define.
14600         (xdr_domainname): Use XDRMAXNAME.
14601         (xdr_mapname): Likewise.
14602         (xdr_peername): Likewise.
14603         (xdr_keydat): Use XDRMAXRECORD.
14604         (xdr_valdat): Likewise.
14606 2013-05-30  Jeff Law  <law@redhat.com>
14608         [BZ #14256]
14609         * manual/errno.texi (ESTALE): Update to account for more than
14610         just NFS file systems.
14611         * sysdeps/gnu/errlist.c: Regenerated.
14613 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14615         [BZ #15465]
14616         * elf/Makefile (tests): Add tst-null-argv.
14617         (modules-names):  Add tst-null-argv-lib.
14618         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
14619         (tst-null-argv-ENV): Set environment for tst-null-argv.
14620         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
14621         (RTLD_PROGNAME): New macro.
14622         * elf/tst-null-argv.c: New test case.
14623         * elf/tst-null-argv-lib.c: Library for test case.
14624         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
14625         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
14626         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
14627         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
14628         * elf/dl-init.c (call_init): Likewise.
14629         (_dl_init): Likewise.
14630         * elf/dl-load.c (print_search_path): Likewise.
14631         (_dl_map_object): Likewise.
14632         * elf/dl-lookup.c (do_lookup_x): Likewise.
14633         (add_dependency): Likewise.
14634         (_dl_lookup_symbol_x): Likewise.
14635         (_dl_debug_bindings): Likewise.
14636         * elf/dl-open.c (_dl_show_scope): Likewise.
14637         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14638         * elf/dl-version.c (match_symbol): Likewise.
14639         (_dl_check_map_versions): Likewise.
14640         * elf/rtld.c (dl_main): Likewise.
14641         (print_unresolved): Use RTLD_PROGNAME.
14642         (print_missing_version): Likewise.
14643         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
14644         (elf_machine_rela): Likewise.
14645         * sysdeps/powerpc/powerpc32/dl-machine.c
14646         (__process_machine_rela): Likewise.
14647         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
14648         Likewise.
14649         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
14650         Likewise.
14651         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
14652         Likewise.
14653         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14654         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
14655         Likewise.
14656         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
14657         Likewise.
14658         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
14660 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
14662         * po/be.po: Add descriptive title.
14663         * po/zh_CN.po: Likewise.
14664         * po/header.pot: Likewise.
14666 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
14668         * locale/programs/locarchive.c (create_archive): Inlucde fname in
14669         error message.
14670         (enlarge_archive): Likewise.
14672 2013-05-28  Ben North  <ben@redfrontdoor.org>
14674         * manual/arith.texi (frexp): It is the magnitude of the return
14675         value which lies in [0.5, 1), not the return value itself.
14677 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14681 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
14683         * stdio-common/bug26.c (main): Correct fscanf template.
14685         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
14686         declare _dl_skip_args.
14688         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
14689         Don't declare.
14691         * manual/platform.texi: Add missing @end deftypefun.
14693 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
14695         [BZ #15529]
14696         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
14697         bit of mantissa of 2^16382.
14698         * math/libm-test.inc (hypot_test_data): Add more tests.
14700         * math/libm-test.inc: Add drem and pow10 to list of tested
14701         functions.
14702         (pow10_test): New function.
14703         (drem_test): Likewise.
14704         (drem_test_tonearest): Likewise.
14705         (drem_test_towardzero): Likewise.
14706         (drem_test_downward): Likewise.
14707         (drem_test_upward): Likewise.
14708         (main): Call the new functions.
14710         * math/libm-test.inc (finite_test_data): Remove.
14711         (finite_test): Run tests from isfinite_test_data.
14712         (gamma_test_data): Remove.
14713         (gamma_test): Run tests from lgamma_test_data.
14714         * sysdeps/i386/fpu/libm-test-ulps: Update.
14715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14717 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14719         * manual/platform.texi: Add PowerPC PPR function set documentation.
14720         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
14721         implementation.
14723 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
14725         * math/libm-test.inc (MAX_EXP): Define.
14726         (ULPDIFF): Define.
14727         (ulp): New function.
14728         (check_float_internal): Use ULPDIFF.
14729         (cpow_test): Disable failing test.
14730         (check_ulp): Test ulp() implemetnation.
14731         (main): Call check_ulp before starting tests.
14733 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
14735         * math/gen-libm-test.pl (generate_testfile): Do not handle
14736         START_DATA and END_DATA.
14737         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
14738         END_DATA.
14739         (acos_tonearest_test_data): Likewise.
14740         (acos_towardzero_test_data): Likewise.
14741         (acos_downward_test_data): Likewise.
14742         (acos_upward_test_data): Likewise.
14743         (acosh_test_data): Likewise.
14744         (asin_test_data): Likewise.
14745         (asin_tonearest_test_data): Likewise.
14746         (asin_towardzero_test_data): Likewise.
14747         (asin_downward_test_data): Likewise.
14748         (asin_upward_test_data): Likewise.
14749         (asinh_test_data): Likewise.
14750         (atan_test_data): Likewise.
14751         (atanh_test_data): Likewise.
14752         (atan2_test_data): Likewise.
14753         (cabs_test_data): Likewise.
14754         (cacos_test_data): Likewise.
14755         (cacosh_test_data): Likewise.
14756         (carg_test_data): Likewise.
14757         (casin_test_data): Likewise.
14758         (casinh_test_data): Likewise.
14759         (catan_test_data): Likewise.
14760         (catanh_test_data): Likewise.
14761         (cbrt_test_data): Likewise.
14762         (ccos_test_data): Likewise.
14763         (ccosh_test_data): Likewise.
14764         (ceil_test_data): Likewise.
14765         (cexp_test_data): Likewise.
14766         (cimag_test_data): Likewise.
14767         (clog_test_data): Likewise.
14768         (clog10_test_data): Likewise.
14769         (conj_test_data): Likewise.
14770         (copysign_test_data): Likewise.
14771         (cos_test_data): Likewise.
14772         (cos_tonearest_test_data): Likewise.
14773         (cos_towardzero_test_data): Likewise.
14774         (cos_downward_test_data): Likewise.
14775         (cos_upward_test_data): Likewise.
14776         (cosh_test_data): Likewise.
14777         (cosh_tonearest_test_data): Likewise.
14778         (cosh_towardzero_test_data): Likewise.
14779         (cosh_downward_test_data): Likewise.
14780         (cosh_upward_test_data): Likewise.
14781         (cpow_test_data): Likewise.
14782         (cproj_test_data): Likewise.
14783         (creal_test_data): Likewise.
14784         (csin_test_data): Likewise.
14785         (csinh_test_data): Likewise.
14786         (csqrt_test_data): Likewise.
14787         (ctan_test_data): Likewise.
14788         (ctan_tonearest_test_data): Likewise.
14789         (ctan_towardzero_test_data): Likewise.
14790         (ctan_downward_test_data): Likewise.
14791         (ctan_upward_test_data): Likewise.
14792         (ctanh_test_data): Likewise.
14793         (ctanh_tonearest_test_data): Likewise.
14794         (ctanh_towardzero_test_data): Likewise.
14795         (ctanh_downward_test_data): Likewise.
14796         (ctanh_upward_test_data): Likewise.
14797         (erf_test_data): Likewise.
14798         (erfc_test_data): Likewise.
14799         (exp_test_data): Likewise.
14800         (exp_tonearest_test_data): Likewise.
14801         (exp_towardzero_test_data): Likewise.
14802         (exp_downward_test_data): Likewise.
14803         (exp_upward_test_data): Likewise.
14804         (exp10_test_data): Likewise.
14805         (exp2_test_data): Likewise.
14806         (expm1_test_data): Likewise.
14807         (fabs_test_data): Likewise.
14808         (fdim_test_data): Likewise.
14809         (finite_test_data): Likewise.
14810         (floor_test_data): Likewise.
14811         (fma_test_data): Likewise.
14812         (fma_towardzero_test_data): Likewise.
14813         (fma_downward_test_data): Likewise.
14814         (fma_upward_test_data): Likewise.
14815         (fmax_test_data): Likewise.
14816         (fmin_test_data): Likewise.
14817         (fmod_test_data): Likewise.
14818         (fpclassify_test_data): Likewise.
14819         (frexp_test_data): Likewise.
14820         (gamma_test_data): Likewise.
14821         (hypot_test_data): Likewise.
14822         (ilogb_test_data): Likewise.
14823         (isfinite_test_data): Likewise.
14824         (isgreater_test_data): Likewise.
14825         (isgreaterequal_test_data): Likewise.
14826         (isinf_test_data): Likewise.
14827         (isless_test_data): Likewise.
14828         (islessequal_test_data): Likewise.
14829         (islessgreater_test_data): Likewise.
14830         (isnan_test_data): Likewise.
14831         (isnormal_test_data): Likewise.
14832         (issignaling_test_data): Likewise.
14833         (isunordered_test_data): Likewise.
14834         (j0_test_data): Likewise.
14835         (j1_test_data): Likewise.
14836         (jn_test_data): Likewise.
14837         (ldexp_test_data): Likewise.
14838         (lgamma_test_data): Likewise.
14839         (lrint_test_data): Likewise.
14840         (lrint_tonearest_test_data): Likewise.
14841         (lrint_towardzero_test_data): Likewise.
14842         (lrint_downward_test_data): Likewise.
14843         (lrint_upward_test_data): Likewise.
14844         (llrint_test_data): Likewise.
14845         (llrint_tonearest_test_data): Likewise.
14846         (llrint_towardzero_test_data): Likewise.
14847         (llrint_downward_test_data): Likewise.
14848         (llrint_upward_test_data): Likewise.
14849         (log_test_data): Likewise.
14850         (log10_test_data): Likewise.
14851         (log1p_test_data): Likewise.
14852         (log2_test_data): Likewise.
14853         (logb_test_data): Likewise.
14854         (logb_downward_test_data): Likewise.
14855         (lround_test_data): Likewise.
14856         (llround_test_data): Likewise.
14857         (modf_test_data): Likewise.
14858         (nearbyint_test_data): Likewise.
14859         (nextafter_test_data): Likewise.
14860         (nexttoward_test_data): Likewise.
14861         (pow_test_data): Likewise.
14862         (pow_tonearest_test_data): Likewise.
14863         (pow_towardzero_test_data): Likewise.
14864         (pow_downward_test_data): Likewise.
14865         (pow_upward_test_data): Likewise.
14866         (remainder_test_data): Likewise.
14867         (remainder_tonearest_test_data): Likewise.
14868         (remainder_towardzero_test_data): Likewise.
14869         (remainder_downward_test_data): Likewise.
14870         (remainder_upward_test_data): Likewise.
14871         (remquo_test_data): Likewise.
14872         (rint_test_data): Likewise.
14873         (rint_tonearest_test_data): Likewise.
14874         (rint_towardzero_test_data): Likewise.
14875         (rint_downward_test_data): Likewise.
14876         (rint_upward_test_data): Likewise.
14877         (round_test_data): Likewise.
14878         (scalb_test_data): Likewise.
14879         (scalbn_test_data): Likewise.
14880         (scalbln_test_data): Likewise.
14881         (signbit_test_data): Likewise.
14882         (sin_test_data): Likewise.
14883         (sin_tonearest_test_data): Likewise.
14884         (sin_towardzero_test_data): Likewise.
14885         (sin_downward_test_data): Likewise.
14886         (sin_upward_test_data): Likewise.
14887         (sincos_test_data): Likewise.
14888         (sinh_test_data): Likewise.
14889         (sinh_tonearest_test_data): Likewise.
14890         (sinh_towardzero_test_data): Likewise.
14891         (sinh_downward_test_data): Likewise.
14892         (sinh_upward_test_data): Likewise.
14893         (sqrt_test_data): Likewise.
14894         (tan_test_data): Likewise.
14895         (tan_tonearest_test_data): Likewise.
14896         (tan_towardzero_test_data): Likewise.
14897         (tan_downward_test_data): Likewise.
14898         (tan_upward_test_data): Likewise.
14899         (tanh_test_data): Likewise.
14900         (tgamma_test_data): Likewise.
14901         (trunc_test_data): Likewise.
14902         (y0_test_data): Likewise.
14903         (y1_test_data): Likewise.
14904         (yn_test_data): Likewise.
14905         (significand_test_data): Likewise.
14907         * math/gen-libm-test.pl (@functions): Remove variable.
14908         (generate_testfile): Don't handle START and END lines.
14909         * math/libm-test.inc (START): New macro.
14910         (END): Likewise.
14911         (END_COMPLEX): Likewise.
14912         (acos_test): Use END macro without arguments.
14913         (acos_test_tonearest): Likewise.
14914         (acos_test_towardzero): Likewise.
14915         (acos_test_downward): Likewise.
14916         (acos_test_upward): Likewise.
14917         (acosh_test): Likewise.
14918         (asin_test): Likewise.
14919         (asin_test_tonearest): Likewise.
14920         (asin_test_towardzero): Likewise.
14921         (asin_test_downward): Likewise.
14922         (asin_test_upward): Likewise.
14923         (asinh_test): Likewise.
14924         (atan_test): Likewise.
14925         (atanh_test): Likewise.
14926         (atan2_test): Likewise.
14927         (cabs_test): Likewise.
14928         (cacos_test): Use END_COMPLEX macro without arguments.
14929         (cacosh_test): Likewise.
14930         (carg_test): Use END macro without arguments.
14931         (casin_test): Use END_COMPLEX macro without arguments.
14932         (casinh_test): Likewise.
14933         (catan_test): Likewise.
14934         (catanh_test): Likewise.
14935         (cbrt_test): Use END macro without arguments.
14936         (ccos_test): Use END_COMPLEX macro without arguments.
14937         (ccosh_test): Likewise.
14938         (ceil_test): Use END macro without arguments.
14939         (cexp_test): Use END_COMPLEX macro without arguments.
14940         (cimag_test): Use END macro without arguments.
14941         (clog_test): Use END_COMPLEX macro without arguments.
14942         (clog10_test): Likewise.
14943         (conj_test): Likewise.
14944         (copysign_test): Use END macro without arguments.
14945         (cos_test): Likewise.
14946         (cos_test_tonearest): Likewise.
14947         (cos_test_towardzero): Likewise.
14948         (cos_test_downward): Likewise.
14949         (cos_test_upward): Likewise.
14950         (cosh_test): Likewise.
14951         (cosh_test_tonearest): Likewise.
14952         (cosh_test_towardzero): Likewise.
14953         (cosh_test_downward): Likewise.
14954         (cosh_test_upward): Likewise.
14955         (cpow_test): Use END_COMPLEX macro without arguments.
14956         (cproj_test): Likewise.
14957         (creal_test): Use END macro without arguments.
14958         (csin_test): Use END_COMPLEX macro without arguments.
14959         (csinh_test): Likewise.
14960         (csqrt_test): Likewise.
14961         (ctan_test): Likewise.
14962         (ctan_test_tonearest): Likewise.
14963         (ctan_test_towardzero): Likewise.
14964         (ctan_test_downward): Likewise.
14965         (ctan_test_upward): Likewise.
14966         (ctanh_test): Likewise.
14967         (ctanh_test_tonearest): Likewise.
14968         (ctanh_test_towardzero): Likewise.
14969         (ctanh_test_downward): Likewise.
14970         (ctanh_test_upward): Likewise.
14971         (erf_test): Use END macro without arguments.
14972         (erfc_test): Likewise.
14973         (exp_test): Likewise.
14974         (exp_test_tonearest): Likewise.
14975         (exp_test_towardzero): Likewise.
14976         (exp_test_downward): Likewise.
14977         (exp_test_upward): Likewise.
14978         (exp10_test): Likewise.
14979         (exp2_test): Likewise.
14980         (expm1_test): Likewise.
14981         (fabs_test): Likewise.
14982         (fdim_test): Likewise.
14983         (finite_test): Likewise.
14984         (floor_test): Likewise.
14985         (fma_test): Likewise.
14986         (fma_test_towardzero): Likewise.
14987         (fma_test_downward): Likewise.
14988         (fma_test_upward): Likewise.
14989         (fmax_test): Likewise.
14990         (fmin_test): Likewise.
14991         (fmod_test): Likewise.
14992         (fpclassify_test): Likewise.
14993         (frexp_test): Likewise.
14994         (gamma_test): Likewise.
14995         (hypot_test): Likewise.
14996         (ilogb_test): Likewise.
14997         (isfinite_test): Likewise.
14998         (isgreater_test): Likewise.
14999         (isgreaterequal_test): Likewise.
15000         (isinf_test): Likewise.
15001         (isless_test): Likewise.
15002         (islessequal_test): Likewise.
15003         (islessgreater_test): Likewise.
15004         (isnan_test): Likewise.
15005         (isnormal_test): Likewise.
15006         (issignaling_test): Likewise.
15007         (isunordered_test): Likewise.
15008         (j0_test): Likewise.
15009         (j1_test): Likewise.
15010         (jn_test): Likewise.
15011         (ldexp_test): Likewise.
15012         (lgamma_test): Likewise.
15013         (lrint_test): Likewise.
15014         (lrint_test_tonearest): Likewise.
15015         (lrint_test_towardzero): Likewise.
15016         (lrint_test_downward): Likewise.
15017         (lrint_test_upward): Likewise.
15018         (llrint_test): Likewise.
15019         (llrint_test_tonearest): Likewise.
15020         (llrint_test_towardzero): Likewise.
15021         (llrint_test_downward): Likewise.
15022         (llrint_test_upward): Likewise.
15023         (log_test): Likewise.
15024         (log10_test): Likewise.
15025         (log1p_test): Likewise.
15026         (log2_test): Likewise.
15027         (logb_test): Likewise.
15028         (logb_test_downward): Likewise.
15029         (lround_test): Likewise.
15030         (llround_test): Likewise.
15031         (modf_test): Likewise.
15032         (nearbyint_test): Likewise.
15033         (nextafter_test): Likewise.
15034         (nexttoward_test): Likewise.
15035         (pow_test): Likewise.
15036         (pow_test_tonearest): Likewise.
15037         (pow_test_towardzero): Likewise.
15038         (pow_test_downward): Likewise.
15039         (pow_test_upward): Likewise.
15040         (remainder_test): Likewise.
15041         (remainder_test_tonearest): Likewise.
15042         (remainder_test_towardzero): Likewise.
15043         (remainder_test_downward): Likewise.
15044         (remainder_test_upward): Likewise.
15045         (remquo_test): Likewise.
15046         (rint_test): Likewise.
15047         (rint_test_tonearest): Likewise.
15048         (rint_test_towardzero): Likewise.
15049         (rint_test_downward): Likewise.
15050         (rint_test_upward): Likewise.
15051         (round_test): Likewise.
15052         (scalb_test): Likewise.
15053         (scalbn_test): Likewise.
15054         (scalbln_test): Likewise.
15055         (signbit_test): Likewise.
15056         (sin_test): Likewise.
15057         (sin_test_tonearest): Likewise.
15058         (sin_test_towardzero): Likewise.
15059         (sin_test_downward): Likewise.
15060         (sin_test_upward): Likewise.
15061         (sincos_test): Likewise.
15062         (sinh_test): Likewise.
15063         (sinh_test_tonearest): Likewise.
15064         (sinh_test_towardzero): Likewise.
15065         (sinh_test_downward): Likewise.
15066         (sinh_test_upward): Likewise.
15067         (sqrt_test): Likewise.
15068         (tan_test): Likewise.
15069         (tan_test_tonearest): Likewise.
15070         (tan_test_towardzero): Likewise.
15071         (tan_test_downward): Likewise.
15072         (tan_test_upward): Likewise.
15073         (tanh_test): Likewise.
15074         (tgamma_test): Likewise.
15075         (trunc_test): Likewise.
15076         (y0_test): Likewise.
15077         (y1_test): Likewise.
15078         (yn_test): Likewise.
15079         (significand_test): Likewise.
15081 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
15083         [BZ #15381]
15084         * libio/genops.c (_IO_no_init): Initialize wide struct info.
15086 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
15088         [BZ #14894]
15089         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
15090         __ppc_mdoio and __ppc_mdoom.
15091         * manual/platform.texi: Document new functions __ppc_yield,
15092         __ppc_mdoio and __ppc_mdoom.
15094 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
15096         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
15097         (main): Mention "tls" pseudo-hwcap is legacy.
15098         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
15100 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
15102         * math/gen-libm-test.pl (parse_args): Output only string of
15103         arguments as text for test name, not full call or descriptions of
15104         tests for extra outputs.
15105         (generate_testfile): Do not pass function name to parse_args.
15106         Generate this_func variable from START.
15107         * math/libm-test.inc (struct test_f_f_data): Rename test_name
15108         field to arg_str.
15109         (struct test_ff_f_data): Likewise.
15110         (test_ff_f_data_nexttoward): Likewise.
15111         (struct test_fi_f_data): Likewise.
15112         (struct test_fl_f_data): Likewise.
15113         (struct test_if_f_data): Likewise.
15114         (struct test_fff_f_data): Likewise.
15115         (struct test_c_f_data): Likewise.
15116         (struct test_f_f1_data): Likewise.  Remove field extra_name.
15117         (struct test_fF_f1_data): Likewise.
15118         (struct test_ffI_f1_data): Likewise.
15119         (struct test_c_c_data): Rename test_name field to arg_str.
15120         (struct test_cc_c_data): Likewise.
15121         (struct test_f_i_data): Likewise.
15122         (struct test_ff_i_data): Likewise.
15123         (struct test_f_l_data): Likewise.
15124         (struct test_f_L_data): Likewise.
15125         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
15126         and extra2_name.
15127         (COMMON_TEST_SETUP): New macro.
15128         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
15129         (COMMON_TEST_CLEANUP): Likewise.
15130         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
15131         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
15132         macros.
15133         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
15134         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
15135         macros.
15136         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
15137         (RUN_TEST_fff_f): Take argument string.  Call new setup and
15138         cleanup macros.
15139         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
15140         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
15141         macros.
15142         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
15143         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
15144         macros.
15145         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
15146         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
15147         cleanup macros.
15148         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
15149         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
15150         cleanup macros.
15151         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
15152         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
15153         cleanup macros.
15154         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
15155         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
15156         macros.
15157         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
15158         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
15159         macros.
15160         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
15161         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
15162         macros.
15163         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
15164         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
15165         cleanup macros.
15166         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
15167         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
15168         cleanup macros.
15169         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
15170         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
15171         macros.
15172         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
15173         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
15174         cleanup macros.
15175         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
15176         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
15177         macros.
15178         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
15179         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
15180         macros.
15181         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
15182         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
15183         cleanup macros.
15184         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
15186 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15188         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
15189         to _sifields.sigfault.
15190         (si_addr_lsb): Define new macro.
15191         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
15192         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
15193         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
15195 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
15197         [BZ #15441]
15198         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
15199         returns -1.
15200         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
15201         null return -1.
15202         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
15203         loading the domain.
15205 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
15207         * math/gen-libm-test.pl (parse_args): Do not include expected
15208         result in test name.
15209         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
15210         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15211         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15212         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
15213         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15216 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15218         * benchtests/Makefile: Sort function entries.
15220         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
15221         tanh, asinh, acosh, atanh.
15222         * benchtests/acos-inputs: New file.
15223         * benchtests/acosh-inputs: New file.
15224         * benchtests/asin-inputs: New file.
15225         * benchtests/asinh-inputs: New file.
15226         * benchtests/atanh-inputs: New file.
15227         * benchtests/cosh-inputs: New file.
15228         * benchtests/log-inputs: New file.
15229         * benchtests/sinh-inputs: New file.
15230         * benchtests/tanh-inputs: New file.
15232 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
15234         [BZ #15339]
15235         * posix/tst-getaddrinfo4.c: New test.
15236         * posix/Makefile (tests): Add it.
15238 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15240         [BZ #15339]
15241         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
15242         when no services were used.
15243         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
15244         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
15246 2013-05-21  Andreas Schwab  <schwab@suse.de>
15248         [BZ #15014]
15249         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
15250         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
15251         successful.
15252         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
15253         redundant variable declarations and reallocation of buffer when
15254         parsing as IPv6 address.  Always set NSS status when called from
15255         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
15256         buffer too small.  Correct computation of needed size.
15257         * nss/Makefile (tests): Add test-digits-dots.
15258         * nss/test-digits-dots.c: New test.
15260 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15262         * benchtests/Makefile: Remove instructions for adding
15263         benchmark tests.
15264         * benchtests/README: New file to explain how to execute and
15265         enhance the benchmark tests.
15267 2013-05-21  Andreas Schwab  <schwab@suse.de>
15269         [BZ #15493]
15270         * setjmp/Makefile (tests): Add tst-sigsetjmp.
15271         * setjmp/tst-sigsetjmp.c: New test.
15273 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
15275         * sysdeps/x86_64/memset.S (memset): New implementation.
15276         (__bzero): Likewise.
15277         (__memset_tail): New function.
15279 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
15281         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
15282         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
15283         __memcpy_sse2_unaligned ifunc selection.
15284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
15285         Add memcpy-sse2-unaligned.S.
15286         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
15287         Add: __memcpy_sse2_unaligned.
15289 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
15291         [BZ #15490]
15292         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
15293         math_force_eval before restoring floating-point envrionment.
15294         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
15295         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
15296         Likewise.
15297         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
15298         <math_private.h>.
15299         (__nearbyintl): Use math_force_eval before restoring
15300         floating-point environment.
15301         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
15303         * math/gen-libm-test.pl (special_functions): Remove.
15304         (parse_args): Don't handle TEST_extra.  Handle functions with no
15305         return value.
15306         * math/libm-test.inc (struct test_sincos_data): Replace with
15307         struct test_fFF_11_data.
15308         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
15309         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
15310         (sincos_test_data): Change element type to struct
15311         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
15312         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
15313         RUN_TEST_LOOP_sincos.
15314         * math/README.libm-test: Don't mention special handling of
15315         individual functions.
15316         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
15317         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15318         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15319         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
15320         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15323         * math/gen-libm-test.pl (get_variable): Remove function.
15324         (parse_args): Don't show pointer parameters to call in test
15325         names.  Use "extra output N" in test names for extra outputs
15326         rather than naming variables.
15328 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
15330         [BZ #15488]
15331         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
15332         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
15333         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
15334         double tests.
15335         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
15336         disable.
15337         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
15338         check_long_double.
15340         * math/gen-libm-test.pl (@tests): Remove variable.
15341         ($count): Likewise.
15342         (new_test): Remove function.
15343         (show_exceptions): New function.
15344         (special_functions): Use show_exceptions instead of new_test.
15345         (parse_args): Likewise.
15346         (generate_testfile): Pass only function name in generated call to
15347         print_max_error or print_complex_max_error.
15348         (get_ulps): Do not handle complex tests specially.
15349         (output_test): Rename to ...
15350         (get_all_ulps_for_test): ... this.  Return a string rather than
15351         printing to a file.  Require ulps to be present.
15352         (output_ulps): Generate arrays rather than #defines.
15353         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
15354         (struct ulp_data): New type.
15355         (BUILD_COMPLEX_ULP): Remove macro.
15356         (compare_ulp_data): New function.
15357         (find_ulps): Likewise.
15358         (find_test_ulps): Likewise.
15359         (find_function_ulps): Likewise.
15360         (find_complex_function_ulps): Likewise.
15361         (print_max_error): Determine allowed ulps using
15362         find_function_ulps.
15363         (print_complex_max_error): Determine allowed ulps using
15364         find_complex_function_ulps.
15365         (check_float_internal): Determine max ulps using find_test_ulps.
15366         (check_float): Do not take max_ulp parameter.  Update call to
15367         check_float_internal.
15368         (check_complex): Likewise.
15369         (check_int): Do not take max_ulp parameter.
15370         (check_long): Likewise.
15371         (check_bool): Likewise.
15372         (check_longlong): Likewise.
15373         (struct test_f_f_data): Remove max_ulp field.
15374         (struct test_ff_f_data): Likewise.
15375         (struct test_ff_f_data_nexttoward): Likewise.
15376         (struct test_fi_f_data): Likewise.
15377         (struct test_fl_f_data): Likewise.
15378         (struct test_if_f_data): Likewise.
15379         (struct test_fff_f_data): Likewise.
15380         (struct test_c_f_data): Likewise.
15381         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
15382         (struct test_fF_f1_data): Likewise.
15383         (struct test_ffI_f1_data): Likewise.
15384         (struct test_c_c_data): Remove max_ulp field.
15385         (struct test_cc_c_data): Likewise.
15386         (struct test_f_i_data): Likewise.
15387         (struct test_ff_i_data): Likewise.
15388         (struct test_f_l_data): Likewise.
15389         (struct test_f_L_data): Likewise.
15390         (struct test_sincos_data): Likewise.
15391         (RUN_TEST_f_f): Do not handle ulps.
15392         (RUN_TEST_LOOP_f_f): Likewise.
15393         (RUN_TEST_2_f): Likewise.
15394         (RUN_TEST_LOOP_2_f): Likewise.
15395         (RUN_TEST_fff_f): Likewise.
15396         (RUN_TEST_LOOP_fff_f): Likewise.
15397         (RUN_TEST_c_f): Likewise.
15398         (RUN_TEST_LOOP_c_f): Likewise.
15399         (RUN_TEST_f_f1): Likewise.
15400         (RUN_TEST_LOOP_f_f1): Likewise.
15401         (RUN_TEST_fF_f1): Likewise.
15402         (RUN_TEST_LOOP_fF_f1): Likewise.
15403         (RUN_TEST_fI_f1): Likewise.
15404         (RUN_TEST_LOOP_fI_f1): Likewise.
15405         (RUN_TEST_ffI_f1): Likewise.
15406         (RUN_TEST_LOOP_ffI_f1): Likewise.
15407         (RUN_TEST_c_c): Likewise.
15408         (RUN_TEST_LOOP_c_c): Likewise.
15409         (RUN_TEST_cc_c): Likewise.
15410         (RUN_TEST_LOOP_cc_c): Likewise.
15411         (RUN_TEST_f_i): Likewise.
15412         (RUN_TEST_LOOP_f_i): Likewise.
15413         (RUN_TEST_f_i_tg): Likewise.
15414         (RUN_TEST_LOOP_f_i_tg): Likewise.
15415         (RUN_TEST_ff_i_tg): Likewise.
15416         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15417         (RUN_TEST_f_b): Likewise.
15418         (RUN_TEST_LOOP_f_b): Likewise.
15419         (RUN_TEST_f_b_tg): Likewise.
15420         (RUN_TEST_LOOP_f_b_tg): Likewise.
15421         (RUN_TEST_f_l): Likewise.
15422         (RUN_TEST_LOOP_f_l): Likewise.
15423         (RUN_TEST_f_L): Likewise.
15424         (RUN_TEST_LOOP_f_L): Likewise.
15425         (RUN_TEST_sincos): Likewise.
15426         (RUN_TEST_LOOP_sincos): Likewise.
15428 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
15430         [BZ #15480]
15431         [BZ #15485]
15432         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
15433         main case of finite arguments, set rounding mode to FE_TONEAREST
15434         and discard exceptions.
15435         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
15436         exceptions.
15437         (remainder_tonearest_test_data): New variable.
15438         (remainder_test_tonearest): New function.
15439         (remainder_towardzero_test_data): New variable.
15440         (remainder_test_towardzero): New function.
15441         (remainder_downward_test_data): New variable.
15442         (remainder_test_downward): New function.
15443         (remainder_upward_test_data): New variable.
15444         (remainder_test_upward): New function.
15445         (main): Call the new test functions.
15447         * math/libm-test.inc (struct test_f_f1_data): Remove field
15448         extra_init.
15449         (struct test_fF_f1_data): Likewise.
15450         (struct test_ffI_f1_data): Likewise.
15451         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
15452         based on value of EXTRA_EXPECTED.
15453         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
15454         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
15455         EXTRA_VAR based on value of EXTRA_EXPECTED.
15456         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
15457         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
15458         EXTRA_VAR based on value of EXTRA_EXPECTED.
15459         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
15460         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
15461         EXTRA_VAR based on value of EXTRA_EXPECTED.
15462         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
15463         * math/gen-libm-test.pl (parse_args): Don't output initializers
15464         for extra output values.
15466         * math/libm-test.inc (check_int): Expect result to be exactly
15467         equal to expected value and do not handle ulps.
15468         (check_long): Likewise.
15469         (check_longlong): Likewise.
15471         * math/libm-test.inc (ceil_test_data): Test for "inexact"
15472         exceptions.
15473         (cimag_test_data): Likewise.
15474         (conj_test_data): Likewise.
15475         (copysign_test_data): Likewise.
15476         (cproj_test_data): Likewise.
15477         (creal_test_data): Likewise.
15478         (fabs_test_data): Likewise.
15479         (fdim_test_data): Likewise.
15480         (finite_test_data): Likewise.
15481         (floor_test_data): Likewise.
15482         (fmax_test_data): Likewise.
15483         (fmin_test_data): Likewise.
15484         (fmod_test_data): Likewise.
15485         (fpclassify_test_data): Likewise.
15486         (frexp_test_data): Likewise.
15487         (ilogb_test_data): Likewise.
15488         (isfinite_test_data): Likewise.
15489         (isgreater_test_data): Likewise.
15490         (isgreaterequal_test_data): Likewise.
15491         (isinf_test_data): Likewise.
15492         (isless_test_data): Likewise.
15493         (islessequal_test_data): Likewise.
15494         (islessgreater_test_data): Likewise.
15495         (isnan_test_data): Likewise.
15496         (isnormal_test_data): Likewise.
15497         (issignaling_test_data): Likewise.
15498         (isunordered_test_data): Likewise.
15499         (ldexp_test_data): Likewise.
15500         (lrint_test_data): Likewise.
15501         (lrint_test_data) [TEST_FLOAT]: Disable one test.
15502         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
15503         (lrint_tonearest_test_data): Test for "inexact" exceptions.
15504         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
15505         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
15506         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
15507         test input.
15508         (lrint_towardzero_test_data): Test for "inexact" exceptions.
15509         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
15510         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
15511         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
15512         that test input.
15513         (lrint_downward_test_data): Test for "inexact" exceptions.
15514         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
15515         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
15516         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
15517         test input.
15518         (lrint_upward_test_data): Test for "inexact" exceptions.
15519         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
15520         test input.
15521         (llrint_test_data): Test for "inexact" exceptions.
15522         (llrint_test_data) [TEST_FLOAT]: Disable one test.
15523         (llrint_tonearest_test_data): Test for "inexact" exceptions.
15524         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
15525         (llrint_towardzero_test_data): Test for "inexact" exceptions.
15526         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
15527         (llrint_downward_test_data): Test for "inexact" exceptions.
15528         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
15529         (llrint_upward_test_data): Test for "inexact" exceptions.
15530         (logb_test_data): Likewise.
15531         (logb_downward_test_data): Likewise.
15532         (nextafter_test_data): Likewise.
15533         (nexttoward_test_data): Likewise.
15534         (remainder_test_data): Likewise.
15535         (remquo_test_data): Likewise.
15536         (scalbn_test_data): Likewise.
15537         (scalbln_test_data): Likewise.
15538         (signbit_test_data): Likewise.
15539         (sqrt_test_data): Likewise.
15540         (significand_test_data): Likewise.
15542 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15544         [BZ #15424]
15545         * benchtests/bench-modf.c (struct args): Mark arg0 as
15546         volatile.
15547         * scripts/bench.pl: Mark members of struct args as volatile.
15549 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15551         [BZ # 15497]
15552         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
15553         negative infinity on POWER6 or lower.
15554         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
15556 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
15558         [BZ #15442]
15559         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
15560         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
15561         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
15562         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
15563         (_FP_SETQNAN): New macro.
15564         (_FP_SETQNAN_SEMIRAW): Likewise.
15565         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
15566         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
15567         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
15568         (FP_EXTEND): Use _FP_FRAC_SNANP.
15569         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
15570         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
15571         into account.
15572         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
15573         New macro.
15574         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
15575         Likewise.
15577 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
15579         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
15580         with DIVIDE_BY_ZERO_EXCEPTION.
15581         (gamma_test_data): Likewise.
15582         (lgamma_test_data): Likewise.
15583         (log_test_data): Likewise.
15584         (log10_test_data): Likewise.
15585         (log2_test_data): Likewise.
15586         (tgamma_test_data): Likewise.
15588         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
15589         (acos_test_tonearest): Likewise.
15590         (acos_test_towardzero): Likewise.
15591         (acos_test_downward): Likewise.
15592         (acos_test_upward): Likewise.
15593         (acosh_test): Likewise.
15594         (asin_test): Likewise.
15595         (asin_test_tonearest): Likewise.
15596         (asin_test_towardzero): Likewise.
15597         (asin_test_downward): Likewise.
15598         (asin_test_upward): Likewise.
15599         (asinh_test): Likewise.
15600         (atan_test): Likewise.
15601         (atanh_test): Likewise.
15602         (atan2_test): Likewise.
15603         (cabs_test): Likewise.
15604         (cacos_test): Likewise.
15605         (cacosh_test): Likewise.
15606         (casin_test): Likewise.
15607         (casinh_test): Likewise.
15608         (catan_test): Likewise.
15609         (catanh_test): Likewise.
15610         (cbrt_test): Likewise.
15611         (ccos_test): Likewise.
15612         (ccosh_test): Likewise.
15613         (cexp_test): Likewise.
15614         (clog_test): Likewise.
15615         (clog10_test): Likewise.
15616         (cos_test): Likewise.
15617         (cos_test_tonearest): Likewise.
15618         (cos_test_towardzero): Likewise.
15619         (cos_test_downward): Likewise.
15620         (cos_test_upward): Likewise.
15621         (cosh_test): Likewise.
15622         (cosh_test_tonearest): Likewise.
15623         (cosh_test_towardzero): Likewise.
15624         (cosh_test_downward): Likewise.
15625         (cosh_test_upward): Likewise.
15626         (cpow_test): Likewise.
15627         (csin_test): Likewise.
15628         (csinh_test): Likewise.
15629         (csqrt_test): Likewise.
15630         (ctan_test): Likewise.
15631         (ctan_test_tonearest): Likewise.
15632         (ctan_test_towardzero): Likewise.
15633         (ctan_test_downward): Likewise.
15634         (ctan_test_upward): Likewise.
15635         (ctanh_test): Likewise.
15636         (ctanh_test_tonearest): Likewise.
15637         (ctanh_test_towardzero): Likewise.
15638         (ctanh_test_downward): Likewise.
15639         (ctanh_test_upward): Likewise.
15640         (erf_test): Likewise.
15641         (erfc_test): Likewise.
15642         (exp_test): Likewise.
15643         (exp_test_tonearest): Likewise.
15644         (exp_test_towardzero): Likewise.
15645         (exp_test_downward): Likewise.
15646         (exp_test_upward): Likewise.
15647         (exp10_test): Likewise.
15648         (exp2_test): Likewise.
15649         (expm1_test): Likewise.
15650         (fmod_test): Likewise.
15651         (gamma_test): Likewise.
15652         (hypot_test): Likewise.
15653         (j0_test): Likewise.
15654         (j1_test): Likewise.
15655         (jn_test): Likewise.
15656         (lgamma_test): Likewise.
15657         (log_test): Likewise.
15658         (log10_test): Likewise.
15659         (log1p_test): Likewise.
15660         (log2_test): Likewise.
15661         (logb_test_downward): Likewise.
15662         (pow_test): Likewise.
15663         (pow_test_tonearest): Likewise.
15664         (pow_test_towardzero): Likewise.
15665         (pow_test_downward): Likewise.
15666         (pow_test_upward): Likewise.
15667         (remainder_test): Likewise.
15668         (remquo_test): Likewise.
15669         (sin_test): Likewise.
15670         (sin_test_tonearest): Likewise.
15671         (sin_test_towardzero): Likewise.
15672         (sin_test_downward): Likewise.
15673         (sin_test_upward): Likewise.
15674         (sincos_test): Likewise.
15675         (sinh_test): Likewise.
15676         (sinh_test_tonearest): Likewise.
15677         (sinh_test_towardzero): Likewise.
15678         (sinh_test_downward): Likewise.
15679         (sinh_test_upward): Likewise.
15680         (sqrt_test): Likewise.
15681         (tan_test): Likewise.
15682         (tan_test_tonearest): Likewise.
15683         (tan_test_towardzero): Likewise.
15684         (tan_test_downward): Likewise.
15685         (tan_test_upward): Likewise.
15686         (tanh_test): Likewise.
15687         (tgamma_test): Likewise.
15688         (y0_test): Likewise.
15689         (y1_test): Likewise.
15690         (yn_test): Likewise.
15692         * math/gen-libm-test.pl (adjust_arg): Remove function.
15693         (special_function): Remove argument $in_func.  Only handle
15694         generating output for tables of tests, not inside functions.
15695         (parse_args): Likewise.
15696         (generate_testfile): Remove variable $in_func.  Update call to
15697         parse_args.
15698         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
15699         (MINUS_ZERO_INIT): Rename macro to minus_zero.
15700         (PLUS_INFTY_INIT): Rename macro to plus_infty.
15701         (MINUS_INFTY_INIT): Rename macro to minus_infty.
15702         (QNAN_VALUE_INIT): Rename macro to qnan_value.
15703         (MAX_VALUE_INIT): Rename macro to max_value.
15704         (MIN_VALUE_INIT): Rename macro to min_value.
15705         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
15706         (plus_zero): Remove variable.
15707         (minus_zero): Likewise.
15708         (plus_infty): Likewise.
15709         (minus_infty): Likewise.
15710         (qnan_value): Likewise.
15711         (max_value): Likewise.
15712         (min_value): Likewise.
15713         (min_subnorm_value): Likewise.
15715 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
15717         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
15718         uint64_t or uint32_t usage.
15719         * crypt/sha256-block.c: Likewise.
15720         * crypt/sha256-crypt.c: Likewise.
15721         * crypt/sha256.c: Likewise.
15722         * crypt/sha512-block.c: Likewise.
15723         * crypt/sha512-crypt.c: Likewise.
15724         * crypt/sha512.c: Likewise.
15725         * debug/backtrace-tst.c: Likewise.
15726         * debug/pcprofiledump.c: Likewise.
15727         * elf/cache.c: Likewise.
15728         * elf/dl-cache.c: Likewise.
15729         * elf/dl-misc.c: Likewise.
15730         * elf/dl-profile.c: Likewise.
15731         * elf/dl-support.c: Likewise.
15732         * elf/ldconfig.c: Likewise.
15733         * elf/sprof.c: Likewise.
15734         * iconv/dummy-repertoire.c: Likewise.
15735         * iconv/iconv_charmap.c: Likewise.
15736         * iconv/skeleton.c: Likewise.
15737         * iconvdata/8bit-generic.c: Likewise.
15738         * iconvdata/cp737.h: Likewise.
15739         * iconvdata/cp775.h: Likewise.
15740         * iconvdata/ibm1008.h: Likewise.
15741         * iconvdata/ibm1025.h: Likewise.
15742         * iconvdata/ibm1046.h: Likewise.
15743         * iconvdata/ibm1097.h: Likewise.
15744         * iconvdata/ibm1112.h: Likewise.
15745         * iconvdata/ibm1122.h: Likewise.
15746         * iconvdata/ibm1123.h: Likewise.
15747         * iconvdata/ibm1124.h: Likewise.
15748         * iconvdata/ibm1129.h: Likewise.
15749         * iconvdata/ibm1130.h: Likewise.
15750         * iconvdata/ibm1132.h: Likewise.
15751         * iconvdata/ibm1133.h: Likewise.
15752         * iconvdata/ibm1137.h: Likewise.
15753         * iconvdata/ibm1140.h: Likewise.
15754         * iconvdata/ibm1141.h: Likewise.
15755         * iconvdata/ibm1142.h: Likewise.
15756         * iconvdata/ibm1143.h: Likewise.
15757         * iconvdata/ibm1144.h: Likewise.
15758         * iconvdata/ibm1145.h: Likewise.
15759         * iconvdata/ibm1146.h: Likewise.
15760         * iconvdata/ibm1147.h: Likewise.
15761         * iconvdata/ibm1148.h: Likewise.
15762         * iconvdata/ibm1149.h: Likewise.
15763         * iconvdata/ibm1153.h: Likewise.
15764         * iconvdata/ibm1154.h: Likewise.
15765         * iconvdata/ibm1155.h: Likewise.
15766         * iconvdata/ibm1156.h: Likewise.
15767         * iconvdata/ibm1157.h: Likewise.
15768         * iconvdata/ibm1158.h: Likewise.
15769         * iconvdata/ibm1160.h: Likewise.
15770         * iconvdata/ibm1161.h: Likewise.
15771         * iconvdata/ibm1162.h: Likewise.
15772         * iconvdata/ibm1163.h: Likewise.
15773         * iconvdata/ibm1164.h: Likewise.
15774         * iconvdata/ibm1166.h: Likewise.
15775         * iconvdata/ibm1167.h: Likewise.
15776         * iconvdata/ibm12712.h: Likewise.
15777         * iconvdata/ibm1390.h: Likewise.
15778         * iconvdata/ibm1399.h: Likewise.
15779         * iconvdata/ibm16804.h: Likewise.
15780         * iconvdata/ibm4517.h: Likewise.
15781         * iconvdata/ibm4899.h: Likewise.
15782         * iconvdata/ibm4909.h: Likewise.
15783         * iconvdata/ibm4971.h: Likewise.
15784         * iconvdata/ibm5347.h: Likewise.
15785         * iconvdata/ibm803.h: Likewise.
15786         * iconvdata/ibm856.h: Likewise.
15787         * iconvdata/ibm901.h: Likewise.
15788         * iconvdata/ibm902.h: Likewise.
15789         * iconvdata/ibm9030.h: Likewise.
15790         * iconvdata/ibm9066.h: Likewise.
15791         * iconvdata/ibm921.h: Likewise.
15792         * iconvdata/ibm922.h: Likewise.
15793         * iconvdata/ibm9448.h: Likewise.
15794         * iconvdata/isiri-3342.h: Likewise.
15795         * iconvdata/jis0201.h: Likewise.
15796         * include/link.h: Likewise.
15797         * include/netdb.h: Likewise.
15798         * inet/check_native.c: Likewise.
15799         * inet/check_pf.c: Likewise.
15800         * inet/getipv4sourcefilter.c: Likewise.
15801         * inet/getnameinfo.c: Likewise.
15802         * inet/getsourcefilter.c: Likewise.
15803         * inet/htonl.c: Likewise.
15804         * inet/setipv4sourcefilter.c: Likewise.
15805         * inet/setsourcefilter.c: Likewise.
15806         * inet/test-inet6_opt.c: Likewise.
15807         * inet/tst-network.c: Likewise.
15808         * locale/C-collate.c: Likewise.
15809         * locale/C-ctype.c: Likewise.
15810         * locale/C-time.c: Likewise.
15811         * locale/C-translit.h: Likewise.
15812         * locale/loadarchive.c: Likewise.
15813         * locale/programs/3level.h: Likewise.
15814         * locale/programs/charmap.c: Likewise.
15815         * locale/programs/charmap.h: Likewise.
15816         * locale/programs/ld-address.c: Likewise.
15817         * locale/programs/ld-collate.c: Likewise.
15818         * locale/programs/ld-ctype.c: Likewise.
15819         * locale/programs/ld-identification.c: Likewise.
15820         * locale/programs/ld-measurement.c: Likewise.
15821         * locale/programs/ld-messages.c: Likewise.
15822         * locale/programs/ld-monetary.c: Likewise.
15823         * locale/programs/ld-name.c: Likewise.
15824         * locale/programs/ld-numeric.c: Likewise.
15825         * locale/programs/ld-paper.c: Likewise.
15826         * locale/programs/ld-telephone.c: Likewise.
15827         * locale/programs/ld-time.c: Likewise.
15828         * locale/programs/linereader.c: Likewise.
15829         * locale/programs/locale.c: Likewise.
15830         * locale/programs/locarchive.c: Likewise.
15831         * locale/programs/locfile.h: Likewise.
15832         * locale/programs/repertoire.c: Likewise.
15833         * locale/programs/simple-hash.c: Likewise.
15834         * locale/programs/simple-hash.h: Likewise.
15835         * malloc/memusage.c: Likewise.
15836         * malloc/memusagestat.c: Likewise.
15837         * nis/nis_defaults.c: Likewise.
15838         * nis/nis_hash.c: Likewise.
15839         * nis/nis_print.c: Likewise.
15840         * nis/nis_xdr.c: Likewise.
15841         * nscd/connections.c: Likewise.
15842         * nscd/hstcache.c: Likewise.
15843         * nscd/nscd_gethst_r.c: Likewise.
15844         * nscd/nscd_getserv_r.c: Likewise.
15845         * nscd/nscd_helper.c: Likewise.
15846         * nscd/servicescache.c: Likewise.
15847         * nss/makedb.c: Likewise.
15848         * nss/nss_db/db-XXX.c: Likewise.
15849         * nss/nss_db/db-initgroups.c: Likewise.
15850         * nss/nss_db/db-netgrp.c: Likewise.
15851         * nss/nss_files/files-network.c: Likewise.
15852         * nss/nss_files/files-parse.c: Likewise.
15853         * posix/bug-regex5.c: Likewise.
15854         * posix/fnmatch_loop.c: Likewise.
15855         * posix/regcomp.c: Likewise.
15856         * posix/regexec.c: Likewise.
15857         * posix/tst-rfc3484-2.c: Likewise.
15858         * posix/tst-rfc3484-3.c: Likewise.
15859         * posix/tst-rfc3484.c: Likewise.
15860         * resolv/nss_dns/dns-canon.c: Likewise.
15861         * resolv/nss_dns/dns-network.c: Likewise.
15862         * resolv/res_init.c: Likewise.
15863         * resolv/res_mkquery.c: Likewise.
15864         * resolv/tst-aton.c: Likewise.
15865         * stdlib/cxa_atexit.c: Likewise.
15866         * stdlib/cxa_finalize.c: Likewise.
15867         * stdlib/gen-fpioconst.c: Likewise.
15868         * stdlib/strtol_l.c: Likewise.
15869         * string/tst-endian.c: Likewise.
15870         * sunrpc/auth_des.c: Likewise.
15871         * sunrpc/clnt_udp.c: Likewise.
15872         * sunrpc/rtime.c: Likewise.
15873         * sunrpc/svcauth_des.c: Likewise.
15874         * sunrpc/xdr.c: Likewise.
15875         * sunrpc/xdr_intXX_t.c: Likewise.
15876         * sunrpc/xdr_rec.c: Likewise.
15877         * sysdeps/generic/ldconfig.h: Likewise.
15878         * sysdeps/generic/ldsodefs.h: Likewise.
15879         * sysdeps/generic/memusage.h: Likewise.
15880         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
15881         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
15882         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
15883         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
15884         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15885         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
15886         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
15887         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
15888         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
15889         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
15890         * sysdeps/posix/getaddrinfo.c: Likewise.
15891         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
15892         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
15893         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
15894         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
15895         * sysdeps/powerpc/test-gettimebase.c: Likewise.
15896         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
15897         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
15898         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
15899         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
15900         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
15901         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
15902         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
15903         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
15904         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
15905         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
15906         * sysdeps/x86_64/dl-tls.h: Likewise.
15907         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
15908         * time/alt_digit.c: Likewise.
15909         * time/era.c: Likewise.
15910         * wcsmbs/tst-c16c32-1.c: Likewise.
15912 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
15914         * math/libm-test.inc (struct test_sincos_data): New type.
15915         (RUN_TEST_LOOP_sincos): New macro.
15916         (sincos_test_data): New variable.
15917         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
15919 2013-05-16  Richard Henderson  <rth@redhat.com>
15921         * math/atest-exp2.c (LIMB64): New macro.
15922         (CONSTSZ): New macro.
15923         (mp_exp1, mp_exp_m1, mp_log2): New variables.
15924         (hexdig): Move ...
15925         (print_mpn_fp): ... to function scope.
15926         (read_mpn_hex): Remove.
15927         (get_log2): Remove.
15928         (exp2_mpn): Use mp_log2.
15929         (main): Use mp_exp1.
15931 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
15933         * math/libm-test.inc: Remove comment about not testing "inexact"
15934         exceptions.
15935         (INEXACT_EXCEPTION): New macro.
15936         (NO_INEXACT_EXCEPTION): Likewise.
15937         (INVALID_EXCEPTION_OK): Update value.
15938         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
15939         (OVERFLOW_EXCEPTION_OK): Likewise.
15940         (UNDERFLOW_EXCEPTION_OK): Likewise.
15941         (IGNORE_ZERO_INF_SIGN): Likewise.
15942         (ERRNO_UNCHANGED): Likewise.
15943         (ERRNO_EDOM): Likewise.
15944         (ERRNO_ERANGE): Likewise.
15945         (test_exceptions): Handle testing "inexact" exceptions.
15946         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
15947         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
15948         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
15949         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
15950         INEXACT_EXCEPTION.
15951         (rint_towardzero_test_data): Likewise.
15952         (rint_downward_test_data): Likewise.
15953         (rint_upward_test_data): Likewise.
15955         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
15956         with OVERFLOW_EXCEPTION.
15957         (exp10_test_data): Likewise.
15958         (exp2_test_data): Likewise.
15959         (expm1_test_data): Likewise.
15960         (lgamma_test_data): Likewise.
15961         (pow_test_data): Likewise.
15962         (tgamma_test_data): Likewise.
15963         (yn_test_data): Remove duplicate test of overflow.
15965         * math/libm-test.inc (struct test_cc_c_data): New type.
15966         (RUN_TEST_LOOP_cc_c): New macro.
15967         (cpow_test_data): New variable.
15968         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
15970         * math/libm-test.inc (struct test_f_L_data): New type.
15971         (RUN_TEST_LOOP_f_L): New macro.
15972         (llrint_test_data): New variable.
15973         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
15974         (llrint_tonearest_test_data): New variable.
15975         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
15976         (llrint_towardzero_test_data): New variable.
15977         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
15978         (llrint_downward_test_data): New variable.
15979         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
15980         (llrint_upward_test_data): New variable.
15981         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
15982         (llround_test_data): New variable.
15983         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
15985 2013-05-13  Peter Collingbourne  <pcc@google.com>
15987         * math/atest-exp2.c (get_log2): Remove const attribute.
15989 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
15991         * math/libm-test.inc (struct test_f_l_data): New type.
15992         (RUN_TEST_LOOP_f_l): New macro.
15993         (lrint_test_data): New variable.
15994         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
15995         (lrint_tonearest_test_data): New variable.
15996         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
15997         (lrint_towardzero_test_data): New variable.
15998         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
15999         (lrint_downward_test_data): New variable.
16000         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
16001         (lrint_upward_test_data): New variable.
16002         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
16003         (lround_test_data): New variable.
16004         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
16006 2013-05-15  Peter Collingbourne  <pcc@google.com>
16008         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
16009         (EXTRACT_WORDS64) Use where appropriate.
16010         (INSERT_WORDS64) Likewise.
16012         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
16013         constraints with x constraints.
16014         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
16016         * malloc/obstack.c (_obstack_compat): Add initializer.
16018 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
16020         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
16021         si_trapno and add si_addr_lsb to _sifields.sigfault.
16022         (si_trapno): Remove macro.
16023         (si_addr_lsb): Define new macro.
16024         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
16026 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
16028         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
16029         instead of TEST_f_l.
16030         (llrint_test_tonearest): Likewise.
16031         (llrint_test_towardzero): Likewise.
16032         (llrint_test_downward): Likewise.
16033         (llrint_test_upward): Likewise.
16034         (llround_test): Likewise.
16036         * math/libm-test.inc (struct test_f_i_data): Add comment.
16037         (RUN_TEST_LOOP_f_b): New macro.
16038         (RUN_TEST_LOOP_f_b_tg): Likewise.
16039         (finite_test_data): New variable.
16040         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
16041         (isfinite_test_data): New variable.
16042         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16043         (isinf_test_data): New variable.
16044         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16045         (isnan_test_data): New variable.
16046         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16047         (isnormal_test_data): New variable.
16048         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16049         (issignaling_test_data): New variable.
16050         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16051         (signbit_test_data): New variable.
16052         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
16054         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
16055         with INVALID_EXCEPTION.
16056         (acosh_test_data): Likewise.
16057         (asin_test_data): Likewise.
16058         (atanh_test_data): Likewise.
16059         (fmod_test_data): Likewise.
16060         (log_test_data): Likewise.
16061         (log10_test_data): Likewise.
16062         (log2_test_data): Likewise.
16063         (pow_test_data): Likewise.
16064         (sqrt_test_data): Likewise.
16065         (y0_test_data): Likewise.
16066         (y1_test_data): Likewise.
16067         (yn_test_data): Likewise.
16069         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
16070         function contents.
16072         * math/libm-test.inc (struct test_ff_i_data): New type.
16073         (RUN_TEST_LOOP_ff_i_tg): New macro.
16074         (isgreater_test_data): New variable.
16075         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16076         (isgreaterequal_test_data): New variable.
16077         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16078         (isless_test_data): New variable.
16079         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16080         (islessequal_test_data): New variable.
16081         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16082         (islessgreater_test_data): New variable.
16083         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16084         (isunordered_test_data): New variable.
16085         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
16087 2013-05-14  David S. Miller  <davem@davemloft.net>
16089         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16091 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
16093         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
16095         * math/libm-test.inc (struct test_fF_f1_data): Change type of
16096         extra_test to int.
16097         (struct test_f_i_data): Change type of max_ulp to int.
16099         * math/libm-test.inc (test_ffI_f1_data): New type.
16100         (RUN_TEST_LOOP_ffI_f1): New macro.
16101         (remquo_test_data): New variable.
16102         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
16104         * setjmp/tst-setjmp-fp.c: New file.
16105         * setjmp/Makefile (tests): Add tst-setjmp-fp.
16106         (link-libm): New variable.
16107         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
16109         * math/libm-test.inc (struct test_f_i_data): New type.
16110         (RUN_TEST_LOOP_f_i): New macro.
16111         (RUN_TEST_LOOP_f_i_tg): Likewise.
16112         (fpclassify_test_data): New variable.
16113         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
16114         (ilogb_test_data): New variable.
16115         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
16117         * math/libm-test.inc (scalbln_test): Correct function name in END
16118         call.
16120         * math/libm-test.inc (struct test_f_f1_data): Add comment.
16121         (RUN_TEST_LOOP_fI_f1): New macro.
16122         (frexp_test_data): New variable.
16123         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
16125         * math/libm-test.inc (struct test_fF_f1_data): New type.
16126         (RUN_TEST_LOOP_fF_f1): New macro.
16127         (modf_test_data): New variable.
16128         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
16130         * math/libm-test.inc (struct test_f_f1_data): New type.
16131         (RUN_TEST_LOOP_f_f1): New macro.
16132         (gamma_test_data): New variable.
16133         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
16134         (lgamma_test_data): New variable.
16135         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
16137 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
16139         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
16140         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
16141         (main): Comment "tls" pseudo-hwcap.
16143 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
16145         * math/libm-test.inc (struct test_fl_f_data): New type.
16146         (RUN_TEST_LOOP_fl_f): New variable.
16147         (scalbln_test_data): New variable.
16148         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
16150         * math/libm-test.inc (struct test_fi_f_data): New type.
16151         (RUN_TEST_LOOP_fi_f): New macro.
16152         (ldexp_test_data): New variable.
16153         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
16154         (scalbn_test_data): New variable.
16155         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
16157         * math/libm-test.inc (struct test_c_f_data): New type.
16158         (RUN_TEST_LOOP_c_f): New macro.
16159         (cabs_test_data): New variable.
16160         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
16161         (carg_test_data): New variable.
16162         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
16163         (cimag_test_data): New variable.
16164         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
16165         (creal_test_data): New variable.
16166         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
16168         * math/libm-test.inc (struct test_if_f_data): New type.
16169         (RUN_TEST_LOOP_if_f): New macro.
16170         (jn_test_data): New variable.
16171         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
16172         (yn_test_data): New variable.
16173         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
16175         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
16177 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16179         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
16180         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
16182 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
16184         * benchtests/Makefile (CPPFLAGS-nonlib): Add
16185         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
16186         (bench-deps): Add bench-timing.h.
16187         * benchtests-bench-skeleton.c: Include bench-timing.h.
16188         (main): Use TIMING_* macros instead of clock_gettime.
16189         * benchtests/bench-timing.h: New file.
16191         [BZ #14582]
16192         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
16193         Renamed from _LIB_VERSION.
16194         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
16196 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
16198         * math/libm-test.inc (struct test_fff_f_data): New type.
16199         (RUN_TEST_LOOP_fff_f): New macro.
16200         (fma_test_data): New variable.
16201         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
16202         (fma_towardzero_test_data): New variable.
16203         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
16204         (fma_downward_test_data): New variable.
16205         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
16206         (fma_upward_test_data): New variable.
16207         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
16209         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
16210         (struct test_c_c_data): New type.
16211         (RUN_TEST_LOOP_c_c): New macro.
16212         (cacos_test_data): New variable.
16213         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
16214         (cacosh_test_data): New variable.
16215         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
16216         (casin_test_data): New variable.
16217         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
16218         (casinh_test_data): New variable.
16219         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
16220         (catan_test_data): New variable.
16221         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
16222         (catanh_test_data): New variable.
16223         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
16224         (ccos_test_data): New variable.
16225         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
16226         (ccosh_test_data): New variable.
16227         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
16228         (cexp_test_data): New variable.
16229         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
16230         (clog_test_data): New variable.
16231         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
16232         (clog10_test_data): New variable.
16233         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
16234         (conj_test_data): New variable.
16235         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
16236         (cproj_test_data): New variable.
16237         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
16238         (csin_test_data): New variable.
16239         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
16240         (csinh_test_data): New variable.
16241         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
16242         (csqrt_test_data): New variable.
16243         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
16244         (ctan_test_data): New variable.
16245         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
16246         (ctan_tonearest_test_data): New variable.
16247         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
16248         (ctan_towardzero_test_data): New variable.
16249         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
16250         (ctan_downward_test_data): New variable.
16251         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
16252         (ctan_upward_test_data): New variable.
16253         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
16254         (ctanh_test_data): New variable.
16255         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
16256         (ctanh_tonearest_test_data): New variable.
16257         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
16258         (ctanh_towardzero_test_data): New variable.
16259         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
16260         (ctanh_downward_test_data): New variable.
16261         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
16262         (ctanh_upward_test_data): New variable.
16263         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
16264         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
16265         of BUILD_COMPLEX.
16267         * math/libm-test.inc (struct test_ff_f_data): New type.
16268         (struct test_ff_f_data_nexttoward): Likewise.
16269         (RUN_TEST_LOOP_2_f): New macro.
16270         (RUN_TEST_LOOP_ff_f): Likewise.
16271         (atan2_test_data): New variable.
16272         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
16273         (copysign_test_data): New variable.
16274         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
16275         (fdim_test_data): New variable.
16276         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
16277         (fmax_test_data): New variable.
16278         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
16279         (fmin_test_data): New variable.
16280         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
16281         (fmod_test_data): New variable.
16282         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
16283         (hypot_test_data): New variable.
16284         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
16285         (nextafter_test_data): New variable.
16286         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
16287         (nexttoward_test_data): New variable.
16288         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
16289         (pow_test_data): New variable.
16290         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
16291         (pow_tonearest_test_data): New variable.
16292         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
16293         (pow_towardzero_test_data): New variable.
16294         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
16295         (pow_downward_test_data): New variable.
16296         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
16297         (pow_upward_test_data): New variable.
16298         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
16299         (remainder_test_data): New variable.
16300         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
16301         (scalb_test_data): New variable.
16302         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
16303         * sysdeps/i386/fpu/libm-test-ulps: Update.
16305 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
16307         * math/libm-test.inc (fma_test): Use max_value instead of local
16308         variable fltmax.
16309         (nextafter_test): Likewise.
16311         * math/libm-test.inc (acos_towardzero_test_data): New variable.
16312         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16313         (acos_downward_test_data): New variable.
16314         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16315         (acos_upward_test_data): New variable.
16316         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16317         (acosh_test_data): New variable.
16318         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
16319         (asin_test_data): New variable.
16320         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
16321         (asin_tonearest_test_data): New variable.
16322         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16323         (asin_towardzero_test_data): New variable.
16324         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16325         (asin_downward_test_data): New variable.
16326         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16327         (asin_upward_test_data): New variable.
16328         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16329         (asinh_test_data): New variable.
16330         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
16331         (atan_test_data): New variable.
16332         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
16333         (atanh_test_data): New variable.
16334         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
16335         (cbrt_test_data): New variable.
16336         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
16337         (ceil_test_data): New variable.
16338         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
16339         (cos_test_data): New variable.
16340         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
16341         (cos_tonearest_test_data): New variable.
16342         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16343         (cos_towardzero_test_data): New variable.
16344         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16345         (cos_downward_test_data): New variable.
16346         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16347         (cos_upward_test_data): New variable.
16348         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16349         (cosh_test_data): New variable.
16350         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
16351         (cosh_tonearest_test_data): New variable.
16352         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16353         (cosh_towardzero_test_data): New variable.
16354         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16355         (cosh_downward_test_data): New variable.
16356         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16357         (cosh_upward_test_data): New variable.
16358         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16359         (erf_test_data): New variable.
16360         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
16361         (erfc_test_data): New variable.
16362         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
16363         (exp_test_data): New variable.
16364         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
16365         (exp_tonearest_test_data): New variable.
16366         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16367         (exp_towardzero_test_data): New variable.
16368         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16369         (exp_downward_test_data): New variable.
16370         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16371         (exp_upward_test_data): New variable.
16372         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16373         (exp10_test_data): New variable.
16374         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
16375         (exp2_test_data): New variable.
16376         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
16377         (expm1_test_data): New variable.
16378         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
16379         (fabs_test_data): New variable.
16380         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
16381         (floor_test_data): New variable.
16382         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
16383         (j0_test_data): New variable.
16384         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
16385         (j1_test_data): New variable.
16386         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
16387         (log_test_data): New variable.
16388         (log_test): Run tests with RUN_TEST_LOOP_f_f.
16389         (log10_test_data): New variable.
16390         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
16391         (log1p_test_data): New variable.
16392         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
16393         (log2_test_data): New variable.
16394         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
16395         (logb_test_data): New variable.
16396         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
16397         (logb_downward_test_data): New variable.
16398         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16399         (nearbyint_test_data): New variable.
16400         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
16401         (rint_test_data): New variable.
16402         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
16403         (rint_tonearest_test_data): New variable.
16404         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16405         (rint_towardzero_test_data): New variable.
16406         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16407         (rint_downward_test_data): New variable.
16408         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16409         (rint_upward_test_data): New variable.
16410         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16411         (round_test_data): New variable.
16412         (round_test): Run tests with RUN_TEST_LOOP_f_f.
16413         (sin_test_data): New variable.
16414         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
16415         (sin_tonearest_test_data): New variable.
16416         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16417         (sin_towardzero_test_data): New variable.
16418         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16419         (sin_downward_test_data): New variable.
16420         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16421         (sin_upward_test_data): New variable.
16422         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16423         (sinh_test_data): New variable.
16424         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
16425         (sinh_tonearest_test_data): New variable.
16426         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16427         (sinh_towardzero_test_data): New variable.
16428         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16429         (sinh_downward_test_data): New variable.
16430         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16431         (sinh_upward_test_data): New variable.
16432         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16433         (sqrt_test_data): New variable.
16434         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
16435         (tan_test_data): New variable.
16436         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
16437         (tan_tonearest_test_data): New variable.
16438         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16439         (tan_towardzero_test_data): New variable.
16440         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
16441         (tan_downward_test_data): New variable.
16442         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
16443         (tan_upward_test_data): New variable.
16444         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
16445         (tanh_test_data): New variable.
16446         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
16447         (tgamma_test_data): New variable.
16448         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
16449         (trunc_test_data): New variable.
16450         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
16451         (y0_test_data): New variable.
16452         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
16453         (y1_test_data): New variable.
16454         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
16455         (significand_test_data): New variable.
16456         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
16458 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
16460         [BZ #12387]
16461         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
16463 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
16465         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
16467 2013-05-10  Andreas Jaeger  <aj@suse.de>
16469         [BZ #15448]
16470         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
16471         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
16473 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
16475         * math/gen-libm-test.pl (adjust_arg): New function.
16476         (special_functions): Handle generating output in both functions
16477         and arrays.
16478         (parse_args): Likewise.
16479         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
16480         $in_func argument to parse_args.
16481         * math/libm-test.inc (struct test_f_f_data): New type.
16482         (IF_ROUND_INIT_): New macro.
16483         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
16484         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
16485         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
16486         (IF_ROUND_INIT_FE_UPWARD): Likewise.
16487         (ROUND_RESTORE_): Likewise.
16488         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
16489         (ROUND_RESTORE_FE_TONEAREST): Likewise.
16490         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
16491         (ROUND_RESTORE_FE_UPWARD): Likewise.
16492         (RUN_TEST_LOOP_f_f): New macro.
16493         (acos_test_data): New variable.
16494         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
16495         (acos_tonearest_test_data): New variable.
16496         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
16498 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16500         * benchtests/bench-skeleton.c (startup): Fix coding style.
16502 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
16504         [BZ #6809]
16505         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
16506         negative infinity argument.
16507         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
16508         negative infinity argument.
16509         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
16510         negative infinity argument.
16511         * math/libm-test.inc (tgamma_test): Expect errno to be set for
16512         domain errors.
16514 2013-05-10  Florian Weimer  <fweimer@redhat.com>
16516         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
16517         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
16518         * iconv/iconv_prog.c (main): Likewise.
16519         * locale/programs/charmap-dir.c (charmap_readdir)
16520         (fopen_uncompressed): Likewise.
16521         * locale/programs/locfile.c (siblings_uncached)
16522         (write_locale_data): Use lstat64 instead of lstat.
16523         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
16524         stat.
16526 2013-05-10  Andreas Jaeger  <aj@suse.de>
16528         [BZ #15395]
16529         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
16530         localization.
16531         Include <locale.h>.
16533 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
16535         * elf/dl-close.c (_dl_close_worker): Add comments.
16537 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
16539         [BZ #15359]
16540         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
16541         high part of pi/2.
16542         (__ieee754_rem_pio2l): Update comments.
16544         [BZ #15429]
16545         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
16546         high part of pi/2.
16547         (__ieee754_rem_pio2l): Update comments.
16549         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
16550         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
16552         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
16553         M_PI_4l.
16555         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
16556         (M_PI_34_LOG10El): Likewise.
16557         (M_PI2_LOG10El): Likewise.
16558         (M_PI4_LOG10El): Likewise.
16559         (M_PI_LOG10El): Likewise.
16561 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16565 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
16567         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
16568         (MINUS_ZERO_INIT): Likewise.
16569         (PLUS_INFTY_INIT): Likewise.
16570         (MINUS_INFTY_INIT): Likewise.
16571         (QNAN_VALUE_INIT): Likewise.
16572         (MAX_VALUE_INIT): Likewise.
16573         (MIN_VALUE_INIT): Likewise.
16574         (MIN_SUBNORM_VALUE_INIT): Likewise.
16575         (plus_zero): Initialize with PLUS_ZERO_INIT.
16576         (minus_zero): Initialize with MINUS_ZERO_INIT.
16577         (plus_infty): Initialize with PLUS_INFTY_INIT.
16578         (minus_infty): Initialize with MINUS_INFTY_INIT.
16579         (qnan_value): Initialize with QNAN_VALUE_INIT.
16580         (max_value): Initialize with MAX_VALUE_INIT.
16581         (min_value): Initialize with MIN_VALUE_INIT.
16582         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
16584         * math/libm-test.inc (RUN_TEST_if_f): New macro.
16585         (jn_test): Use TEST_if_f instead of TEST_ff_f.
16586         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
16587         (yn_test): Use TEST_if_f instead of TEST_ff_f.
16589         * math/libm-test.inc (RUN_TEST_f_f): New macro.
16590         (RUN_TEST_2_f): Likewise.
16591         (RUN_TEST_ff_f): Likewise.
16592         (RUN_TEST_fi_f): Likewise.
16593         (RUN_TEST_fl_f): Likewise.
16594         (RUN_TEST_fff_f): Likewise.
16595         (RUN_TEST_c_f): Likewise.
16596         (RUN_TEST_f_f1): Likewise.
16597         (RUN_TEST_fF_f1): Likewise.
16598         (RUN_TEST_fI_f1): Likewise.
16599         (RUN_TEST_ffI_f1): Likewise.
16600         (RUN_TEST_c_c): Likewise.
16601         (RUN_TEST_cc_c): Likewise.
16602         (RUN_TEST_f_i): Likewise.
16603         (RUN_TEST_f_i_tg): Likewise.
16604         (RUN_TEST_ff_i_tg): Likewise.
16605         (RUN_TEST_f_b): Likewise.
16606         (RUN_TEST_f_b_tg): Likewise.
16607         (RUN_TEST_f_l): Likewise.
16608         (RUN_TEST_f_L): Likewise.
16609         (RUN_TEST_sincos): Likewise.
16610         * math/gen-libm-test.pl (new_test): Take new argument to indicate
16611         whether to show exceptions.  Do not include ");\n" in return
16612         value.
16613         (special_functions): Output call to RUN_TEST_sincos instead of
16614         check_float calls.  Update calls to new_test.
16615         (parse_args): Output call to single RUN_TEST_* macro instead of
16616         check_* calls and other assignments.  Update calls to new_test.
16618         [BZ #2546]
16619         [BZ #2560]
16620         [BZ #5159]
16621         [BZ #15426]
16622         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
16623         input to result for tgamma overflow.
16624         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
16625         (gamma_coeff): New variable.
16626         (NCOEFF): New macro.
16627         (gamma_positive): New function.
16628         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
16629         underflow here.  Use gamma_positive instead of exp (lgamma) for
16630         other arguments.
16631         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
16632         (gamma_coeff): New variable.
16633         (NCOEFF): New macro.
16634         (gammaf_positive): New function.
16635         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
16636         underflow here.  Use gamma_positive instead of exp (lgamma) for
16637         other arguments.
16638         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
16639         (gamma_coeff): New variable.
16640         (NCOEFF): New macro.
16641         (gammal_positive): New function.
16642         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
16643         underflow here.  Use gamma_positive instead of exp (lgamma) for
16644         other arguments.
16645         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
16646         (gamma_coeff): New variable.
16647         (NCOEFF): New macro.
16648         (gammal_positive): New function.
16649         (__ieee754_gammal_r): Handle positive infinity, overflow and
16650         underflow here.  Handle NaN the same as positive infinity.  Remove
16651         check x < 0xffffffff for negative integers.  Use gamma_positive
16652         instead of exp (lgamma) for other arguments.
16653         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
16654         (gamma_coeff): New variable.
16655         (NCOEFF): New macro.
16656         (gammal_positive): New function.
16657         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
16658         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
16659         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
16660         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
16661         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
16662         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
16663         * sysdeps/generic/math_private.h (__gamma_productf): New
16664         prototype.
16665         (__gamma_product): Likewise.
16666         (__gamma_productl): Likewise.
16667         * math/Makefile (libm-calls): Add gamma_product.
16668         * math/libm-test.inc (tgamma_test): Add more tests.
16669         * sysdeps/i386/fpu/libm-test-ulps: Update.
16670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16672 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
16674         * benchtests/bench-skeleton.c (main): Preheat CPU.
16676 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
16678         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
16680 2013-05-07  Roland McGrath  <roland@hack.frob.com>
16682         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
16683         and _dl_skip_args_internal.
16685 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
16687         * manual/message.texi (Message Translation): Talk about users.
16688         Message to key mapping impacts design.
16690 2013-05-06  Roland McGrath  <roland@hack.frob.com>
16692         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
16694         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
16696         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
16697         * sysdeps/wordsize-64/glob64.c: ... here.
16699         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
16700         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
16701         New macros.
16703         * debug/getlogin_r_chk.c: Moved to ...
16704         * login/getlogin_r_chk.c: ... here.
16705         * debug/Makefile (routines): Move getlogin_r_chk to ...
16706         * login/Makefile (routines): ... here.
16707         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
16708         * login/Versions (libc: GLIBC_2.4): ... here.
16710         * io/poll.c (__poll): Renamed from poll.
16711         Add libc_hidden_def.
16712         (poll): Define as weak alias.
16714         * debug/ptsname_r_chk.c: Moved to ...
16715         * login/ptsname_r_chk.c: ... here.
16716         * debug/Makefile (routines): Move ptsname_r_chk to ...
16717         * login/Makefile (routines): ... here.
16718         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
16719         * login/Versions (libc: GLIBC_2.4): ... here.
16721         * posix/getlogin.c: Moved to ...
16722         * login/getlogin.c: ... here.
16723         * posix/getlogin_r.c: Moved to ...
16724         * login/getlogin_r.c: ... here.
16725         * posix/getlogin_r.c: Moved to ...
16726         * login/getlogin_r.c: ... here.
16727         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
16728         * login/Makefile (routines): ... here.
16729         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
16730         * login/Versions (libc: GLIBC_2.0): ... here.
16732         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
16733         (setrlimit): Define as weak alias.
16735         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
16736         Call __ names for open, ftruncate, and close.
16737         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
16738         (truncate): Define as weak alias.
16740 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
16742         * math/gen-libm-test.pl (parse_args): Initialize x before each
16743         test of frexp, modf and remquo.
16745         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
16746         test signgam value.
16748 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16750         [BZ #15418]
16751         [BZ #15419]
16752         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
16753         internal tests.
16754         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
16756 2013-05-06  Roland McGrath  <roland@hack.frob.com>
16758         * elf/dl-writev.h: New file.
16759         * elf/dl-misc.c: Include it.
16760         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
16761         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
16763 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
16765         * math/libm-test.inc (noXFails): Remove variable.
16766         (noXPasses): Likewise.
16767         (BUILD_COMPLEX_INT): Remove macro.
16768         (print_screen): Remove xfail argument.
16769         (print_screen_max_error): Likewise.
16770         (update_stats): Likewise.
16771         (print_max_error): Likewise.  Update calls to other affected
16772         functions.
16773         (print_complex_max_error): Likewise.
16774         (test_single_exception): Update calls to print_screen.
16775         (test_single_errno): Likewise.
16776         (check_float_internal): Remove xfail argument.  Update calls to
16777         other affected functions.
16778         (check_float): Likewise.
16779         (check_complex): Likewise.
16780         (check_int): Likewise.
16781         (check_long): Likewise.
16782         (check_bool): Likewise.
16783         (check_longlong): Likewise.
16784         (main): Don't print noXFails and noXPasses.
16785         * math/gen-libm-test.pl (top level): Don't mention expected
16786         failure handling in comment.
16787         (new_test): Don't handle expected failures.
16788         (parse_args): Don't mention expected failure handling in comment.
16789         (generate_testfile): Don't handle expected failures.
16790         (parse_ulps): Likewise.
16791         (print_ulps_file): Likewise.
16792         (get_failure): Remove function.
16793         (output_test): Don't handle expected failures.
16794         * make/README.libm-test: Don't mention expected failure handling.
16796         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
16797         (minus_zero): Likewise.
16798         (plus_infty): Likewise.
16799         (minus_infty): Likewise.
16800         (qnan_value): Likewise.
16801         (max_value): Likewise.
16802         (min_value): Likewise.
16803         (min_subnorm_value): Likewise.
16804         (initialize): Do not initialize those variables dynamically.
16806 2013-05-03  Roland McGrath  <roland@hack.frob.com>
16808         * io/open.c (__open_2): Moved to ...
16809         * io/open_2.c: ... this new file.
16810         * io/open64.c (__open64_2): Moved to ...
16811         * io/open64_2.c: ... this new file.
16812         * io/openat.c (__openat_2): Moved to ...
16813         * io/openat_2.c: ... this new file.
16814         * io/openat64.c (__openat64_2): Moved to ...
16815         * io/openat64_2.c: ... this new file.
16816         * io/Makefile (routines): Add them.
16817         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
16818         * sysdeps/unix/sysv/linux/open_2.c: File removed.
16819         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
16820         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
16821         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
16822         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
16823         (__openat64): Add hidden_ver.
16824         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
16825         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
16827         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
16828         Separately conditionalize setting of GLRO(dl_sysinfo) so
16829         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
16830         as well, but the actual setting is only under [NEED_DL_SYSINFO].
16832 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16834         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
16835         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
16836         definition.
16837         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
16838         * sysdeps/unix/sysv/linux/powerpc/init-first.c
16839         (_libc_vdso_platform_setup): Add __vdso_time initialization.
16840         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
16841         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
16843 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
16845         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
16846         test signgam value.
16848         * math/libm-test.inc (hypot_test): Do not use
16849         IGNORE_ZERO_INF_SIGN.
16851 2013-05-03  Andreas Jaeger  <aj@suse.de>
16853         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
16854         Linux 3.9.
16855         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
16856         (PF_MAX): Adjust for VSOCK change.
16858 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16862 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
16864         [BZ #15264]
16865         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
16866         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
16867         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
16869 2013-05-02  David S. Miller  <davem@davemloft.net>
16871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16873 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
16875         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
16877 2013-05-01  Roland McGrath  <roland@hack.frob.com>
16879         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
16881 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
16883         [BZ #14952]
16884         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
16885         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
16886         Use __attribute__ ((__gnu_inline__)).
16887         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
16888         Don't use __attribute__ ((__gnu_inline__)).
16890 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
16892         [BZ #15423]
16893         * math/s_catan.c (__catan): Handle small real or imaginary part of
16894         input specially to avoid spurious underflow.
16895         * math/s_catanf.c (__catanf): Likewise.
16896         * math/s_catanh.c (__catanh): Likewise.
16897         * math/s_catanhf.c (__catanhf): Likewise.
16898         * math/s_catanhl.c (__catanhl): Likewise.
16899         * math/s_catanl.c (__catanl): Likewise.
16900         * math/libm-test.inc (catan_test): Add more tests.
16901         (catanh_test): Likewise.
16902         * sysdeps/i386/fpu/libm-test-ulps: Update.
16903         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16905 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16909 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
16911         [BZ #15416]
16912         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
16913         accurately for denominator in atan2.
16914         * math/s_catanf.c (__catanf): Likewise.
16915         * math/s_catanh.c (__catanh): Likewise.
16916         * math/s_catanhf.c (__catanhf): Likewise.
16917         * math/s_catanhl.c (__catanhl): Likewise.
16918         * math/s_catanl.c (__catanl): Likewise.
16919         * math/libm-test.inc (catan_test): Add more tests.
16920         (catanh_test): Likewise.
16921         * sysdeps/i386/fpu/libm-test-ulps: Update.
16922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16924 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16926         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
16928         * benchtests/Makefile (bench): Remove slow benchmarks.
16929         * benchtests/atan-inputs: Add slow benchmark inputs.
16930         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
16931         (BENCH_FUNC): Accept variant offset.
16932         (VARIANT): Define.
16933         * benchtests/bench-skeleton.c (main): Run benchmark for each
16934         variant.
16935         * benchtests/cos-inputs: Add slow benchmark inputs.
16936         * benchtests/exp-inputs: Likewise.
16937         * benchtests/pow-inputs: Likewise.
16938         * benchtests/sin-inputs: Likewise.
16939         * benchtests/slowatan-inputs: Remove.
16940         * benchtests/slowatan.c: Remove.
16941         * benchtests/slowcos-inputs: Remove.
16942         * benchtests/slowcos.c: Remove.
16943         * benchtests/slowexp-inputs: Remove.
16944         * benchtests/slowexp.c: Remove.
16945         * benchtests/slowpow-inputs: Remove.
16946         * benchtests/slowpow.c: Remove.
16947         * benchtests/slowsin-inputs: Remove.
16948         * benchtests/slowsin.c: Remove.
16949         * benchtests/slowtan-inputs: Remove.
16950         * benchtests/slowtan.c: Remove.
16951         * benchtests/tan-inputs: Add slow benchmark inputs.
16952         * scripts/bench.pl: Parse comments and directives.
16954         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
16955         in CPPFLAGS.
16956         ($(objpfx)bench-%.c): Remove *-ITER.
16957         * benchtests/bench-modf.c: Remove definition of ITER.
16958         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
16959         (main): Loop for DURATION seconds instead of fixed number of
16960         iterations.
16961         * scripts/bench.pl: Don't expect iterations in parameters.
16963 2013-04-29  Roland McGrath  <roland@hack.frob.com>
16965         * io/fchdir.c (__fchdir): Renamed from fchdir.
16966         (fchdir): Define as weak alias.
16968 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
16970         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
16971         (ERRNO_EDOM): Likewise.
16972         (ERRNO_ERANGE): Likewise.
16973         (noErrnoTests): New variable.
16974         (init_max_error): Set errno to 0.
16975         (test_single_errno): New function.
16976         (test_errno): Likewise.
16977         (check_float_internal): Call test_errno.  Set errno to 0.
16978         (check_complex): Refer to errno tests in comment.
16979         (check_int): Call test_errno.  Set errno to 0.
16980         (check_long): Likewise.
16981         (check_bool): Likewise.
16982         (check_longlong): Likewise.
16983         (cos_test): Use ERRNO_* flags for errno tests instead of
16984         check_int.
16985         (expm1_test): Likewise.
16986         (fmod_test): Likewise.
16987         (ilogb_test): Likewise.
16988         (lgamma_test): Likewise.
16989         (pow_test): Likewise.
16990         (remainder_test): Likewise.
16991         (sin_test): Likewise.
16992         (tan_test): Likewise.
16993         (yn_test): Likewise.
16994         (initialize): Set errno to 0.
16995         (main): Print number of errno tests.
16996         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
16998 2013-04-29  Andreas Jaeger  <aj@suse.de>
17000         [BZ #15084]
17001         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
17002         and RES_USEVC.
17004         [BZ #15085]
17005         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
17006         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
17007         unimplemented.
17009         [BZ #15380]
17010         * stdlib/random.c (__initstate): Return NULL if
17011         __initstate fails.
17013         [BZ #15086]
17014         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
17015         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
17016         RES_SNGLKUPREOP.
17018 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17022 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
17024         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
17025         of individual tests.
17026         (casin_test): Likewise.
17027         (casinh_test): Likewise.
17029 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
17031         [BZ #15409]
17032         * math/s_catan.c (__catan): Handle arguments with large real or
17033         imaginary part separately without squaring.
17034         * math/s_catanf.c (__catanf): Likewise.
17035         * math/s_catanh.c (__catanh): Likewise.
17036         * math/s_catanhf.c (__catanhf): Likewise.
17037         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
17038         and redefine.
17039         (__catanhl): Handle arguments with large real or imaginary part
17040         separately without squaring.
17041         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
17042         and redefine.
17043         (__catanl): Handle arguments with large real or imaginary part
17044         separately without squaring.
17045         * math/libm-test.inc (catan_test): Add more tests.
17046         (catanh_test): Likewise.
17047         * sysdeps/i386/fpu/libm-test-ulps: Update.
17048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17050 2013-04-27  Andreas Jaeger  <aj@suse.de>
17052         [BZ #15007]
17053         * stdlib/stdlib.h: Update guards for qecvt.
17054         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
17055         <stdlib.h>.
17057 2013-04-27  Allan McRae  <allan@archlinux.org>
17059         * sysdeps/i386/fpu/libm-test-ulps: Update.
17061 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
17063         [BZ #15406]
17064         * math/s_catan.c: Include <float.h>.
17065         (__catan): Ensure underflow exception occurs for underflowed
17066         result.
17067         * math/s_catanf.c: Include <float.h>.
17068         (__catanf): Ensure underflow exception occurs for underflowed
17069         result.
17070         * math/s_catanh.c: Include <float.h>.
17071         (__catanh): Ensure underflow exception occurs for underflowed
17072         result.
17073         * math/s_catanhf.c: Include <float.h>.
17074         (__catanhf): Ensure underflow exception occurs for underflowed
17075         result.
17076         * math/s_catanhl.c: Include <float.h>.
17077         (__catanhl): Ensure underflow exception occurs for underflowed
17078         result.
17079         * math/s_catanl.c: Include <float.h>.
17080         (__catanl): Ensure underflow exception occurs for underflowed
17081         result.
17082         * math/libm-test.inc (catan_test): Add more tests.
17083         (catanh_test): Likewise.
17085         [BZ #15405]
17086         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
17087         underflowed result.
17088         * math/s_ccoshf.c (__ccoshf): Likewise.
17089         * math/s_ccoshl.c (__ccoshl): Likewise.
17090         * math/s_csin.c (__csin): Likewise.
17091         * math/s_csinf.c (__csinf): Likewise.
17092         * math/s_csinh.c (__csinh): Likewise.
17093         * math/s_csinhf.c (__csinhf): Likewise.
17094         * math/s_csinhl.c (__csinhl): Likewise.
17095         * math/s_csinl.c (__csinl): Likewise.
17096         * math/libm-test.inc (ccos_test): Add more tests.
17097         (ccosh_test): Likewise.
17098         (csin_test): Likewise.
17099         (csinh_test): Likewise.
17101 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17103         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
17104         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
17105         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
17106         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
17107         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
17108         powerpc/power5+/fpu folders.
17109         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
17112 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
17114         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17116 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
17118         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
17119         additions to variable.
17120         [$(config-machine) = x86_64] (modules-names): Likewise.
17121         ($(objpfx)tst-audit3): Remove dependency.
17122         ($(objpfx)tst-audit3.out): Likewise.
17123         ($(objpfx)tst-audit4): Likewise.
17124         ($(objpfx)tst-audit4.out): Likewise.
17125         ($(objpfx)tst-audit5): Likewise.
17126         ($(objpfx)tst-audit5.out): Likewise.
17127         ($(objpfx)tst-audit6): Likewise.
17128         ($(objpfx)tst-audit6.out): Likewise.
17129         ($(objpfx)tst-audit7): Likewise.
17130         ($(objpfx)tst-audit7.out): Likewise.
17131         (tst-audit3-ENV): Remove variable.
17132         (tst-audit4-ENV): Likewise.
17133         (tst-audit5-ENV): Likewise.
17134         (tst-audit6-ENV): Likewise.
17135         (tst-audit7-ENV): Likewise.
17136         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
17137         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
17138         addition to variable.
17139         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
17140         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
17141         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
17142         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
17143         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
17144         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
17145         tst-audit3, tst-audit4 and tst-audit5.
17146         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
17147         tst-audit6 and tst-audit7.
17148         [$(subdir) = elf] (modules-names): Add audit modules for those
17149         tests.
17150         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
17151         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
17152         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
17153         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
17154         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
17155         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
17156         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
17157         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
17158         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
17159         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
17160         [$(subdir) = elf] (tst-audit3-ENV): New variable.
17161         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
17162         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
17163         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
17164         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
17165         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
17166         Likewise.
17167         [$(subdir) = elf && $(config-cflags-avx) = yes]
17168         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
17169         [$(subdir) = elf && $(config-cflags-avx) = yes]
17170         (CFLAGS-tst-auditmod4a.c): Likewise.
17171         [$(subdir) = elf && $(config-cflags-avx) = yes]
17172         (CFLAGS-tst-auditmod4b.c): Likewise.
17173         [$(subdir) = elf && $(config-cflags-avx) = yes]
17174         (CFLAGS-tst-auditmod6b.c): Likewise.
17175         [$(subdir) = elf && $(config-cflags-avx) = yes]
17176         (CFLAGS-tst-auditmod6c.c): Likewise.
17177         [$(subdir) = elf && $(config-cflags-avx) = yes]
17178         (CFLAGS-tst-auditmod7b.c): Likewise.
17179         * elf/tst-audit3.c: Move to ...
17180         * sysdeps/x86_64/tst-audit3.c: ... here.
17181         * elf/tst-audit4.c: Move to ...
17182         * sysdeps/x86_64/tst-audit4.c: ... here.
17183         * elf/tst-audit5.c: Move to ...
17184         * sysdeps/x86_64/tst-audit5.c: ... here.
17185         * elf/tst-audit6.c: Move to ...
17186         * sysdeps/x86_64/tst-audit6.c: ... here.
17187         * elf/tst-audit7.c: Move to ...
17188         * sysdeps/x86_64/tst-audit7.c: ... here.
17189         * elf/tst-auditmod3a.c: Move to ...
17190         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
17191         * elf/tst-auditmod3b.c: Move to ...
17192         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
17193         * elf/tst-auditmod4a.c: Move to ...
17194         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
17195         * elf/tst-auditmod4b.c: Move to ...
17196         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
17197         * elf/tst-auditmod5a.c: Move to ...
17198         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
17199         * elf/tst-auditmod5b.c: Move to ...
17200         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
17201         * elf/tst-auditmod6a.c: Move to ...
17202         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
17203         * elf/tst-auditmod6b.c: Move to ...
17204         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
17205         * elf/tst-auditmod6c.c: Move to ...
17206         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
17207         * elf/tst-auditmod7a.c: Move to ...
17208         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
17209         * elf/tst-auditmod7b.c: Move to ...
17210         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
17212 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
17214         [BZ #15366]
17215         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
17216         define unconditionally.
17217         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
17218         define unconditionally.
17219         (INT8_C, INT16_C, etc.): Likewise.
17221 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
17223         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
17224         __ehdr_start with hidden visibility.
17226         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
17228 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
17230         * math/libm-test.inc (cos_test): Use accurate hex constants.
17231         (sincost_test): Likewise.
17233 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
17235         * math/libm-test.inc (catan_test): Add more tests.
17236         (catanh_test): Likewise.
17238         * math/s_catanf.c (__catanf): Use suffixed floating-point
17239         constants.
17240         * math/s_catanhf.c (__catanhf): Likewise.
17241         * math/s_catanhl.c (__catanhl): Likewise.
17242         * math/s_catanl.c (__catanl): Likewise.
17244         [BZ #15394]
17245         * math/s_catan.c (__catan): Calculate imaginary part of result
17246         with log1p not log unless computing log of number close to 0.
17247         * math/s_catanf.c (__catanf): Likewise.
17248         * math/s_catanl.c (__catanl): Likewise.
17249         * math/s_catanh.c (__catanh): Calculate real part of result with
17250         log1p not log unless computing log of number close to 0.
17251         * math/s_catanhf.c (__catanhf): Likewise.
17252         * math/s_catanhl.c (__catanhl): Likewise.
17253         * math/libm-test.inc (catan_test): Add more tests.
17254         (catanh_test): Likewise.
17255         * sysdeps/i386/fpu/libm-test-ulps: Update.
17256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17258 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17260         * benchtests/Makefile: Mention files in which fast and slow
17261         paths of math functions are implemented.
17263 2013-04-23  Roland McGrath  <roland@hack.frob.com>
17265         * sysdeps/posix/timespec_get.c: New file.
17267 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17269         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
17270         POWER.
17271         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
17272         for POWER.
17273         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
17274         powerpc/power5/fpu folders.
17275         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
17276         * benchtests/Makefile: Add modf testcase.
17277         * benchtests/bench-modf.c: New file: Benchmark test for mo
17279 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17281         [BZ #14888]
17282         * time/Makefile (tests): Add tst-strptime-whitespace.
17283         * time/strptime_l.c (get_number): Use ISSPACE.
17284         (__strptime_internal): Likewise.
17285         * time/tst-strptime-whitespace.c: New test case.
17287 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
17289         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
17290         member.
17291         (_nss_files_init): Set it here.
17293 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
17295         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
17296         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
17297         unsigned.
17299 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
17301         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
17303 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
17305         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
17306         size just once.
17308 2013-04-21  David S. Miller  <davem@davemloft.net>
17310         * po/ru.po: Update Russion translation from translation project.
17312 2013-04-17  Adam Conrad  <adconrad@0c3.net>
17314         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
17315         and setfsgid.
17317 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
17319         * configure.in: Remove i386 configure warning. Remove i386 case.
17320         * configure: Regenerate.
17321         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
17322         Add example to error message.
17323         * sysdeps/i386/configure: Regenerate.
17325 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
17327         * benchtests/Makefile (bench): Add cos, tan, slowcos and
17328         slowtan.
17329         * benchtests/cos-inputs: New file.
17330         * benchtests/slowcos-inputs: New file.
17331         * benchtests/slowcos.c: New file.
17332         * benchtests/slowtan-inputs: New file.
17333         * benchtests/slowtan.c: New file.
17334         * benchtests/tan-inputs: New file.
17336 2013-04-16  Roland McGrath  <roland@hack.frob.com>
17338         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
17339         considered kosher.
17341 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17343         * benchtests/Makefile: Include cppflags-iterator.mk to add
17344         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
17346         * Makefile.in (bench-clean): New target.
17347         * benchtests/Makefile (bench-clean): Likewise.
17349 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
17351         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
17353 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
17355         * stdio-common/tstdiomisc.c: Fix coding-style violation.
17357 2013-04-15  Andreas Schwab  <schwab@suse.de>
17359         * nscd/grpcache.c (cache_addgr): Properly check for short write.
17360         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17361         * nscd/pwdcache.c (cache_addpw): Likewise.
17362         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
17363         more than recsize.
17365 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17367         * benchtests/Makefile (bench): Write all output to
17368         bench-out.tmp together.
17370 2013-04-15  Andreas Schwab  <schwab@suse.de>
17372         * nscd/nscd.c (main): Don't fork again after closing files.
17374 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17376         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
17378         * benchtests/Rules (bench-deps): Collect dependencies into a
17379         single variable.  Add Makefile to dependencies.
17380         ($(objpfx)bench-%.c): Depend on bench-deps.
17382 2013-04-12  Roland McGrath  <roland@hack.frob.com>
17383             Xavier Roche  <roche+kml2@exalead.com>
17385         [BZ #15361]
17386         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
17387         just that it's a file descriptor.
17388         * manual/llio.texi (Synchronizing AIO Operations): Update description
17389         for EBADF error from aio_fsync.
17391 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17393         * Rules (bench): Move target definition...
17394         * benchtests/Makefile: ... here.
17396 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
17398         * math/libm-test.inc (cos_test): Fix PI/2 test.
17399         (sincos_test): Likewise.
17400         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17401         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
17403 2013-04-11  Andreas Schwab  <schwab@suse.de>
17405         [BZ #13988]
17406         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
17407         accept exponent character only when digits were seen.
17408         * stdio-common/Makefile (tests): Add bug26.
17409         * stdio-common/bug26.c: New file.
17411         [BZ #14293]
17412         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
17413         non-freeable.
17415 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17417         * Makeconfig (rtld-prefix): Define built linker prefix.
17418         * Rules (run-bench): Use it.
17419         * math/Makefile (run-regen-ulps): Likewise.
17421         * Rules (bench): Remove eval.
17423 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17424             Roland McGrath  <roland@hack.frob.com>
17425             Ondrej Bilka  <neleai@seznam.cz>
17427         [BZ #15346]
17428         * time/getdate.c: Include ctype.h and alloca.h.
17429         (__getdate_r): Trim leading and trailing spaces of input.
17430         * time/tst-getdate.c (tests): Add tests with leading and
17431         trailing spaces.
17433 2013-04-08  Roland McGrath  <roland@hack.frob.com>
17435         [BZ #14280]
17436         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
17437         when computing value.
17439 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
17441         * math/README.libm-test (How can I generate "libm-test-ulps"?):
17442         Use testrun.sh to run libm tests.
17444         [BZ #15309]
17445         * elf/dl-open.c (dl_open_worker): memset all of seen array.
17447 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
17449         [BZ #15264]
17450         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
17452 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
17454         * Makefile.in (regen-ulps): New target.
17455         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
17456         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
17457         [ifneq (no,$(PERL)] (regen-ulps): New target.
17458         [ifeq (no,$(PERL)] (regen-ulps): New target.
17459         * math/libm-test.inc (ulps_file_name): Define.
17460         (output_dir): New variable.
17461         (options): Add "output-dir" option.
17462         (parse_opt): Handle 'o' case.
17463         (main): If output_dir is non-NULL use it as a prefix
17464         otherwise use "".
17465         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
17467 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
17469         [BZ #10060, #10062]
17470         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
17471         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
17472         fail configure if __sync_val_compare_and_swap is not inlined.
17473         * sysdeps/i386/configure: Regenerate.
17474         * configure.in: Build for i686 when configured for i386.
17475         * configure: Regenerate.
17476         * README: Remove i386 reference.
17478 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
17480         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
17481         * sysdeps/s390/s390-64/sysdep.h: Likewise.
17483 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
17485         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
17486         (lmsnanval): New variables.
17487         (F): Add conversion tests.
17488         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
17489         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
17491         * stdio-common/tstdiomisc.c (F): Properly collect individual
17492         tests' results.
17494         [BZ #14686, #15336]
17495         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
17496         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
17497         Instead, use input NaN values or generate a qNaN by arithmetic
17498         operation.  Also fix bugs to comply with the standard.
17499         * math/libm-test.inc (remainder_test): Add more tests.
17501         [BZ #15335, #15342]
17502         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
17503         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
17504         input NaN values or generate a qNaN by arithmetic operation.
17506         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
17507         unreachable code.
17509         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
17510         definitions.
17512 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
17514         [BZ #14478]
17515         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
17516         underflowed result.
17517         * math/s_cexpf.c (__cexpf): Likewise.
17518         * math/s_cexpl.c (__cexpl): Likewise.
17519         * math/libm-test.inc (cexp_test): Add more tests.
17521 2013-04-03  Andreas Schwab  <schwab@suse.de>
17523         [BZ #15330]
17524         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
17525         order arrays from heap if bigger than alloca cutoff.
17527 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
17529         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
17530         (SNAN_TESTS_double): Refer to GCC PR56831.
17531         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
17532         GCC PR56828.
17534 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17536         * Rules (bench): Move bench.out after the run is complete.
17538         * Rules (bench): Echo currently running benchmark.
17540         * benchtests/Makefile (bench): Add atan and slowatan.
17541         * benchtests/atan-inputs: New file.
17542         * benchtests/slowatan-inputs: New file.
17543         * benchtests/slowatan.c: New file.
17545         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
17546         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
17547         its value.
17549         [BZ #15305]
17550         * sysdeps/unix/sysv/linux/kernel-features.h
17551         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
17552         __ASSUME_XFS_RESTRICTED_CHOWN.
17553         * sysdeps/unix/sysv/linux/pathconf.c
17554         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
17555         Save and restore errno.
17557 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
17559         [BZ #15327]
17560         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
17561         arguments using __kernel_casinh.
17562         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
17563         arguments using __kernel_casinhf.
17564         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
17565         arguments using __kernel_casinhl.
17566         * math/libm-test.inc (cacosh_test): Add more tests.
17567         * sysdeps/i386/fpu/libm-test-ulps: Update.
17568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17570 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17572         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
17573         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
17575         * bench/Makefile (bench): Add sin and slowsin.
17576         * benchtests/sin-inputs: New file.
17577         * benchtests/slowsin-inputs: New file.
17578         * benchtests/slowsin.c: New file.
17580         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
17581         (bench): Add slowexp and slowpow.
17582         (exp-ITER): Increase iterations.
17583         (pow-ITER): Likewise.
17584         * benchtests/exp-inputs: Change input.
17585         * benchtests/pow-inputs: Likewise.
17586         * benchtests/slowexp-inputs: New file.
17587         * benchtests/slowexp.c: New file.
17588         * benchtests/slowpow-inputs: New file.
17589         * benchtests/slowpow.c: New file.
17591 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17593         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
17594         instructions.
17595         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
17596         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
17597         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17598         * benchtests/Makefile: Add rint benchtest.
17599         * benchtests/rint-inputs: Input for rint benchtest.
17601 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
17603         * Versions.def (libm): Add GLIBC_2.18.
17604         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
17605         hidden libm prototypes.
17606         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
17607         * math/Makefile (libm-calls): Add s_issignaling.
17608         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
17609         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
17610         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
17611         declaration.
17612         * math/math.h [__USE_GNU] (issignaling): New macro.
17613         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
17614         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
17615         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
17616         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
17617         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
17618         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
17619         * manual/arith.texi (issignaling): New section.
17620         * manual/libm-err-tab.pl (@all_functions): Update comment.
17621         * math/gen-libm-test.pl (parse_args): Apply special handling for
17622         issignaling.
17623         * math/libm-test.inc (print_float, issignaling_test): New
17624         functions.
17625         (check_float_internal): Add issignaling checks.
17626         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
17627         default definition.
17628         * sysdeps/powerpc/math-tests.h: New file.
17629         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
17630         tests.
17631         * math/test-snan.c (TEST_FUNC): Likewise.
17633 2013-03-30  David S. Miller  <davem@davemloft.net>
17635         * po/de.po: Update from translation team.
17637 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
17639         [BZ #10357]
17640         * math/k_casinh.c (__kernel_casinh): Handle arguments with
17641         imaginary part less than 1.0 and real part less than 0.5
17642         specially.
17643         * math/k_casinhf.c (__kernel_casinhf): Likewise.
17644         * math/k_casinhl.c (__kernel_casinhl): Likewise.
17645         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
17646         (cacos_test): Add more tests.
17647         (casin_test): Likewise.
17648         (casinh_test): Likewise.
17649         * sysdeps/i386/fpu/libm-test-ulps: Update.
17650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17652 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
17654         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
17655         ONE with its value.
17657         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
17658         (__pow_mp): Replace ONE and MONE with their values.
17659         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17660         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
17661         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
17662         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
17663         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
17664         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
17666         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
17668         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
17669         (__pow_mp): Replace ZERO and MZERO with their values.
17670         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
17671         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17672         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
17673         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
17674         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
17675         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
17676         (__sqr): Likewise.
17678         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
17680         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
17682 2013-03-28  Roland McGrath  <roland@hack.frob.com>
17684         * include/stdlib.h [!SHARED] (__call_tls_dtors):
17685         Declare with __attribute__ ((weak)).
17686         * stdlib/exit.c (__libc_atexit) [!SHARED]:
17687         Call __call_tls_dtors only if it's not NULL.
17689 2013-03-28  Roland McGrath  <roland@hack.frob.com>
17691         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
17692         didn't do it already, then set _dl_phdr and _dl_phnum based on the
17693         magic __ehdr_start linker symbol if it's defined.
17694         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
17695         them up here if it was already done.
17697         * elf/dl-support.c (_dl_phdr): Make pointer to const.
17698         (_dl_aux_init): Use const in cast when setting it.
17699         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
17700         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
17701         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
17703         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
17704         Declare them here.
17705         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
17706         * csu/libc-tls.c: Nor here.
17707         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
17709         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
17710         (__libc_message): Never call vsyslog.
17712 2013-03-28  Alan Modra  <amodra@gmail.com>
17714         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
17715         Define as empty.
17716         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
17717         Likewise.
17719 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17721         [BZ #15214]
17722         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
17723         underflow.
17724         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17726 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17728         [BZ #15304]
17729         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17730         Don't add gid passed as argument.
17732         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
17734 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
17736         [BZ #15307]
17737         * math/k_casinh.c (__kernel_casinh): Handle arguments with
17738         imaginary part between 1.0 and 1.5 and real part less than 0.5
17739         specially.
17740         * math/k_casinhf.c (__kernel_casinhf): Likewise.
17741         * math/k_casinhl.c (__kernel_casinhl): Likewise.
17742         * math/libm-test.inc (cacos_test): Add more tests.
17743         (casin_test): Likewise.
17744         (casinh_test): Likewise.
17745         * sysdeps/i386/fpu/libm-test-ulps: Update.
17746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17748 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17750         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
17751         constants.
17752         (norm): Likewise.
17753         (denorm): Likewise.
17754         (__dbl_mp): Likewise.
17755         (add_magnitudes): Likewise.
17756         (sub_magnitudes): Likewise.
17757         (__add): Likewise.
17758         (__sub): Likewise.
17759         (__mul): Likewise.
17760         (__sqr): Likewise.
17761         (__inv): Likewise.
17762         (__dvd): Likewise.
17764         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
17765         commented code.
17766         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
17767         (__dubcos): Likewise.
17768         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
17769         (__ieee754_acos): Likewise.
17770         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
17771         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
17772         (__exp1): Likewise.
17773         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17774         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
17775         (log1): Likewise.
17776         (my_log2): Likewise.
17777         (checkint): Likewise.
17778         * sysdeps/ieee754/dbl-64/e_remainder.c
17779         (__ieee754_remainder): Likewise.
17780         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
17781         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
17782         (bsloww): Likewise.
17783         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
17785         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
17786         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
17787         MANTISSA_STORE_T to store computations on mantissa.  Use
17788         macros for rounding and division.
17789         (denorm): Likewise.
17790         (__dbl_mp): Likewise.
17791         (add_magnitudes): Likewise.
17792         (sub_magnitudes): Likewise.
17793         (__mul): Likewise.
17794         (__sqr): Likewise.
17795         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
17796         powers of two in terms of TWOPOW macro.
17797         (mp_no): Make type of mantissa as MANTISSA_T.
17798         [!RADIXI]: Define RADIXI.
17799         [!TWO52]: Define TWO52.
17800         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
17802 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17804         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
17805         llroundl symbol when building for PPC32.
17807 2013-03-24  Mark H Weaver  <mhw@netris.org>
17809         * manual/arith.texi (Normalization Functions): Fix prototypes for
17810         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
17812 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17814         [BZ #13889]
17815         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
17816         high value to check if expl overflow.
17817         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
17818         to check for underflow and overflow.
17819         * math/libm-test.inc: Add exp test.
17821 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
17823         [BZ #11120]
17824         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
17825         with NOT_IN_libc.
17827 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17829         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
17830         symbol.
17832 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
17834         * math/gen-libm-test.pl (parse_args, special_functions): Properly
17835         wrap blocks consisting of several statements.
17837         * sysdeps/generic/math-tests.h: New file.
17838         * sysdeps/i386/fpu/math-tests.h: Likewise.
17839         * math/test-snan.c: Include it.
17840         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
17842 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
17844         [BZ #15285]
17845         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
17846         (__ieee754_j0l): Do not improve calculations using cos of twice
17847         input for inputs above LDBL_MAX / 2.0L.
17848         (__ieee754_y0l): Likewise.
17849         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
17850         (__ieee754_j1l): Do not improve calculations using cos of twice
17851         input for inputs above LDBL_MAX / 2.0L.
17852         (__ieee754_y1l): Likewise.
17853         * math/libm-test.inc (j0_test): Add another test.
17854         (j1_test): Likewise.
17855         (y0_test): Likewise.
17856         (y1_test): Likewise.
17857         * sysdeps/i386/fpu/libm-test-ulps: Update.
17859 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17861         * Rules ($(objpfx)bench-%.c): Include code from a C source
17862         file.
17864 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
17866         [BZ #15287]
17867         * math/k_casinh.c (__kernel_casinh): Handle arguments with
17868         imaginary part 1.0 and real part less than 0.5 specially.
17869         * math/k_casinhf.c (__kernel_casinhf): Likewise.
17870         * math/k_casinhl.c (__kernel_casinhl): Likewise.
17871         * math/libm-test.inc (cacos_test): Add more tests.
17872         (casin_test): Likewise.
17873         (casinh_test): Likewise.
17874         * sysdeps/i386/fpu/libm-test-ulps: Update.
17875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17877 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17879         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
17880         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
17882 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
17884         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
17885         * config.make.in (config-cflags-sse4): Remove variable.
17886         (config-cflags-avx): Likewise.
17887         (config-cflags-sse2avx): Likewise.
17888         (config-cflags-novzeroupper): Likewise.
17889         (config-asflags-i686): Likewise.
17890         (have-mfma4): Likewise.
17891         (have-as-vis3): Likewise.
17892         (MIG): Likewise.
17893         * configure.in (MIG): Do not AC_SUBST.
17894         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
17895         (libc_cv_cc_sse4): Do not AC_SUBST.
17896         (libc_cv_cc_avx): Likewise.
17897         (libc_cv_cc_sse2avx): Likewise.
17898         (libc_cv_cc_novzeroupper): Likewise.
17899         (libc_cv_cc_fma4): Likewise.
17900         (libc_cv_as_i686): Likewise.
17901         (libc_cv_sparc_as_vis3): Likewise.
17902         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
17903         LIBC_CONFIG_VAR.
17904         (config-asflags-i686): Likewise.
17905         (config-cflags-avx): Likewise.
17906         (config-cflags-sse2avx): Likewise.
17907         (have-mfma4): Likewise.
17908         (config-cflags-novzeroupper): Likewise.
17909         * sysdeps/mach/configure.in (MIG): Likewise.
17910         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
17911         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
17912         LIBC_CONFIG_VAR.
17913         (config-cflags-avx): Likewise.
17914         (config-cflags-sse2avx): Likewise.
17915         (have-mfma4): Likewise.
17916         (config-cflags-novzeroupper): Likewise.
17917         * configure: Regenerated.
17918         * sysdeps/i386/configure: Likewise.
17919         * sysdeps/mach/configure: Likewise.
17920         * sysdeps/sparc/configure: Likewise.
17921         * sysdeps/x86_64/configure: Likewise.
17923 2013-03-20  Roland McGrath  <roland@hack.frob.com>
17925         [BZ #14812]
17926         * locale/programs/localedef.c (options): Put N_ translation marker
17927         on argument names, not just descriptions.
17929 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17931         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
17933 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
17935         [BZ #14176]
17936         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
17938 2013-03-19  Roland McGrath  <roland@hack.frob.com>
17940         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
17941         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
17942         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
17943         [!BEFORE_ABORT] (before_abort): New function.
17944         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
17945         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
17946         (writev_for_fatal): New function.
17947         (WRITEV_FOR_FATAL): New macro; call that.
17948         (backtrace_and_maps): New function.
17949         (BEFORE_ABORT): New macro; call that.
17950         (struct str_list): Type removed.
17951         (__libc_message, __libc_fatal): Functions removed.
17952         Include <sysdeps/posix/libc_fatal.c> instead.
17954 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
17956         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
17957         constants.
17958         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
17959         double constants.
17961 2013-03-19  Andreas Schwab  <schwab@suse.de>
17963         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
17964         * sysdeps/gnu/configure: Regenerate.
17966         * configure.in: Substitute libc_cv_rtlddir.
17967         * configure: Regenerate.
17968         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
17969         * Makeconfig (rtlddir, inst_rtlddir): New variables.
17970         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
17971         * elf/Makefile (install-others, CFLAGS-interp.c)
17972         (ldso_install, common-ldd-rewrite): Likewise.
17973         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
17974         $(inst_slibdir)/$(rtld-installed-name).
17975         * scripts/rellns-sh: Add -p option.
17976         * Makerules (make-shlib-link): Use rellns-sh to get relative name
17977         for source.
17979 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17981         * manual/nptl.texi: Renamed to ...
17982         * manual/threads.texi: ... this.
17983         * manual/Makefile (chapters): Update.
17985 2013-03-18  Roland McGrath  <roland@hack.frob.com>
17987         [BZ #14812]
17988         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
17989         on argument names, not just descriptions.
17990         * malloc/memusagestat.c (options): Likewise.
17991         * nss/getent.c (options): Likewise.
17993 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
17995         [BZ #14812]
17996         * iconv/iconv_prog.c (options): Put N_ translation marker
17997         on argument names, not just descriptions.
17998         * iconv/iconvconfig.c (options): Likewise.
18000 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
18002         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
18003         implementation which is faster on all x86_64 architectures.
18004         Tested on AMD, Intel Nehalem, SNB, IVB.
18005         * sysdeps/x86_64/strnlen.S: Likewise.
18007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18008         Remove all multiarch strlen and strnlen versions.
18009         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
18010         Remove strlen and strnlen related parts.
18012         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
18013         Inline strlen part.
18014         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
18016         * sysdeps/x86_64/multiarch/strlen.S: Remove.
18017         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
18018         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
18019         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
18020         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
18021         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
18023 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
18025         * manual/memory.texi (Malloc Tunable Parameters):
18026         Sort parameters alphabetically. Add comments for missing entries.
18028 2013-03-17  David S. Miller  <davem@davemloft.net>
18030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18032 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
18034         [BZ #15283]
18035         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
18036         for arguments at most half maximum finite value.
18037         * math/libm-test.inc (j0_test): Add more tests.
18038         (j1_test): Likewise.
18039         (y0_test): Likewise.
18040         (y1_test): Likewise.
18041         * sysdeps/i386/fpu/libm-test-ulps: Update.
18042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18044         [BZ #14155]
18045         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
18046         1 / x and functions P and Q for arguments above 0x1p256L.
18047         (__ieee754_y0l): Likewise.
18048         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
18049         (__ieee754_y1l): Likewise.
18050         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
18051         (j1_test): Likewise.
18052         (y0_test): Likewise.
18053         (y1_test): Likewise.
18055 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
18057         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
18058         variable.
18060 2013-03-15  Roland McGrath  <roland@hack.frob.com>
18062         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
18063         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
18064         zero since it's initialized to EXEC_PAGESIZE.
18066         * sysdeps/unix/sysv/linux/ldsodefs.h
18067         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
18068         * sysdeps/generic/ldsodefs.h: ... here.
18070 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
18072         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
18074         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
18075         math/test-snan.c.
18076         * math/test-snan.c: Renamed from
18077         sysdeps/powerpc/fpu/test-powerpc-snan.c.
18078         * math/Makefile (tests): Add test-snan.
18079         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
18080         test-powerpc-snan.
18082         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
18083         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
18084         functions.
18085         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
18086         __builtin_nan family of functions.
18087         * math/libm-test.inc (initialize): Initialize qnan_value with
18088         __builtin_nan family of functions.
18089         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
18090         Remove variables.
18091         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
18092         Remove functions.
18093         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
18094         storage class.  Initialize qNaN_var and sNaN_var with
18095         __builtin_nan and __builtin_nans families of functions,
18096         respectively.
18098         * math/libm-test.inc (acosh_test): Also test with qNaN input.
18099         (sqrt_test): Remove duplicate test with qNaN input.
18100         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
18101         (round_test, signbit_test, significand_test): Note missing +/-Inf
18102         as well as qNaN tests.
18104         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
18105         qNaN_var.  Fix a few strings, too.
18106         * math/libm-test.inc (nan_value): Rename to qnan_value.
18107         * math/gen-libm-test.pl (%beautify): Adjust to that.
18108         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
18109         * math/test-misc.c (main): Likewise.
18110         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
18111         to __qnan_bytes, and __qnan_union, respectively.
18112         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
18113         Likewise.
18114         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
18115         and lqnanval, respectively.
18116         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
18117         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
18118         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
18119         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
18121         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
18122         * math/test-misc.c (main) [__x86_64__]: Enable test for long
18123         doubles.
18125         * math/test-misc.c (main): Fix copy'n'pastos.
18126         * misc/tst-efgcvt.c (special): Likewise.
18128         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
18129         Remove declarations.
18131 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18133         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
18134         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
18135         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
18136         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
18138 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18140         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
18141         macro to return vdso values correctly in IFUNC implementations.
18142         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18143         Optimization by using IFUNC.
18145 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18146             Richard Henderson  <rth@redhat.com>
18147             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
18149         * Makefile.in (bench): New target.
18150         * NEWS: Mention the benchmark framework.
18151         * Rules (bench): Likewise.
18152         (binaries-bench): Generate binaries for functions to
18153         benchmark.
18154         * benchtests/Makefile: New makefile for benchmark tests.
18155         * benchtests/bench-skeleton.c: New skeleton file for benchmark
18156         programs.
18157         * benchtests/exp-inputs: New input file for EXP function.
18158         * benchtests/pow-inputs: New input file for POW function.
18159         * scripts/bench.pl: New script to generate source files for
18160         benchmark programs.
18162 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18164         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
18165         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
18166         computations on mantissa.  Use macros for rounding and
18167         division.
18168         (denorm): Likewise.
18169         (__dbl_mp): Likewise.
18170         (add_magnitudes): Likewise.
18171         (sub_magnitudes): Likewise.
18172         (__mul): Likewise.
18173         (__sqr): Likewise.
18174         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
18175         powers of two in terms of TWOPOW macro.
18176         (mp_no): Make type of mantissa as MANTISSA_T.
18177         [!RADIXI]: Define RADIXI.
18178         [!TWO52]: Define TWO52.
18179         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
18181         * manual/nptl.texi (cindex): Modify threads to pthreads.
18183 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
18185         * sysdeps/x86_64/preconfigure: Regenerated.
18187 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
18189         [BZ #14155]
18190         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
18191         0x1p28 and above.
18192         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
18193         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
18194         0x1p28 and above.
18195         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
18196         * math/libm-test.inc (j0_test): Do not allow one spurious
18197         underflow exception.
18198         (y1_test): Likewise.
18200 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18202         * manual/Makefile (chapters): Add nptl.
18203         * manual/debug.texi (Debugging Support): Add link to Threads
18204         chapter.
18205         * manual/nptl.texi: New file.
18207         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
18209 2013-03-14  Petr Baudis  <pasky@ucw.cz>
18211         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
18212         for non-NULL pointer before the memory validity test. Pointed
18213         out by Holger Brunck <holger.brunck@keymile.com>.
18215 2013-03-13  Andreas Schwab  <schwab@suse.de>
18217         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
18218         instead of .os.
18220 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
18222         * timezone/zic.c: Update from tzcode 2013b.
18224 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
18226         * manual/install.texi (Configuring and compiling):
18227         Mention i686 and i586.
18228         * INSTALL: Regenerate.
18230 2013-03-12  Roland McGrath  <roland@hack.frob.com>
18232         * sysdeps/init_array/elf-init.c: New file.
18233         * csu/elf-init.c
18234         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
18235         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
18237         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
18238         __gmon_start__ as global, but as static with a .preinit_array pointer.
18239         * sysdeps/init_array/gmon-start.c: New file.  Use that.
18240         * sysdeps/init_array/crti.S: New file, empty except for comments.
18241         * sysdeps/init_array/crtn.S: Likewise.
18243 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
18245         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
18246         definining bcopy.
18247         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18248         Remove Prefer_SSE_for_memop.
18249         * sysdeps/x86_64/multiarch/init-arch.h: Remove
18250         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
18251         HAS_PREFER_SSE_FOR_MEMOP.
18252         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
18253         memset-x86-64.
18254         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18255         Remove bzero, memset ifunc support.
18256         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
18257         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
18258         * sysdeps/x86_64/multiarch/memset.S: Likewise.
18259         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
18261 2013-03-11  Andreas Schwab  <schwab@suse.de>
18263         [BZ #15234]
18264         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
18265         by SHLIB_COMPAT.
18266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
18267         (GLIBC_2.16): Remove pthread_atfork.
18269 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
18271         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
18272         (ptestcases.h): Likewise.
18274 2013-03-08  Roland McGrath  <roland@hack.frob.com>
18276         * Makeconfig ($(common-objpfx)config.status): Depend on
18277         sysdeps/*/preconfigure{,.in} too.
18279 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
18281         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
18282         (__free_hook): Use void * instead of __malloc_ptr_t.
18283         (__malloc_hook): Likewise.
18284         (__realloc_hook): Likewise.
18285         (__memalign_hook): Likewise.
18286         (__after_morecore_hook): Likewise.
18287         * malloc/arena.c (save_malloc_hook): Likewise.
18288         (save_free_hook): Likewise.
18289         * malloc/hooks.c (malloc_hook_ini): Likewise.
18290         (realloc_hook_ini): Likewise.
18291         (memalign_hook_ini): Likewise.
18292         * malloc/malloc.c (malloc_hook_ini): Likewise.
18293         (realloc_hook_ini): Likewise.
18294         (memalign_hook_ini): Likewise.
18295         (__free_hook): Likewise.
18296         (__malloc_hook): Likewise.
18297         (__realloc_hook): Likewise.
18298         (__memalign_hook): Likewise.
18299         (__libc_malloc): Likewise.
18300         (__libc_free): Likewise.
18301         (__libc_realloc): Likewise.
18302         (__libc_memalign): Likewise.
18303         (__libc_valloc): Likewise.
18304         (__libc_pvalloc): Likewise.
18305         (__libc_calloc): Likewise.
18306         (__posix_memalign): Likewise.
18307         * malloc/morecore.c (__sbrk): Likewise.
18308         (__default_morecore): Likewise.
18310         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
18312         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
18313         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
18314         __malloc_ptrdiff_t.
18316         * malloc/malloc.h (__malloc_size_t): Remove macro.
18317         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
18318         __malloc_size_t.
18319         (old_memalign_hook): Likewise.
18320         (old_realloc_hook): Likewise.
18321         (struct hdr): Likewise.
18322         (flood): Likewise.
18323         (mallochook): Likewise.
18324         (memalignhook): Likewise.
18325         (reallochook): Likewise.
18326         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
18327         (tr_old_realloc_hook): Likewise.
18328         (tr_old_memalign_hook): Likewise.
18329         (tr_mallochook): Likewise.
18330         (tr_reallochook): Likewise.
18331         (tr_memalignhook): Likewise.
18333 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18335         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
18336         default_ldbl_pack and using as default implementation.
18337         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
18338         implementation.
18339         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
18340         redundant definition.
18341         (ldbl_insert_mantissa): Likewise.
18342         (ldbl_canonicalize): Likewise.
18343         (ldbl_nearbyint): Likewise.
18344         (ldbl_pack): Rename to ldbl_pack_ppc.
18345         (ldbl_unpack): Rename to ldbl_unpack_ppc.
18346         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
18347         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
18349 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
18351         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
18352         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
18353         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
18354         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
18355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
18356         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
18357         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
18358         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
18360 2013-03-07  Andreas Jaeger  <aj@suse.de>
18362         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18363         bits/mman-linux.h.
18365 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
18367         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
18368         Include mpa.h and declare __MPEXP.
18369         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
18370         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
18371         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
18372         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
18373         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
18374         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
18375         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
18377         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
18378         (__slowpow): Use long double EXPL and LOGL functions to
18379         compute POW.
18380         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
18381         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
18382         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
18383         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
18384         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
18385         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
18387         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
18388         intermediate variable to calculate exponent.
18389         (__sqr): Likewise.
18390         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
18391         Likewise.
18392         (__sqr): Likewise.
18394         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
18395         [!NO__SQR]: Define __sqr.
18396         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
18397         and NO__SQR.  Remove all code except __mul and __sqr.  Include
18398         sysdeps/ieee754/dbl-64/mpa.c.
18399         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
18401         [BZ #12723]
18402         * posix/Makefile (tests): Add tst-pathconf.
18403         * posix/tst-pathconf.c: New test case.
18404         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
18405         _PC_PIPE_BUF.
18406         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
18408 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
18410         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
18412 2013-03-06  Andreas Jaeger  <aj@suse.de>
18414         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
18415         definition via __MAP_ANONYMOUS.
18417         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
18418         it's not part of Linux headers.
18420         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
18421         (MAP_HUGE_MASK): Define.
18423         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
18424         Define.
18425         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
18426         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
18427         Define.
18428         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
18429         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
18430         Define.
18431         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
18432         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
18433         Define.
18434         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
18436         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
18437         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
18438         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
18439         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
18440         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
18441         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
18443         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
18444         Handle f2fs.
18446         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18447         Handle f2fs and efivarfs.
18449         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
18450         f2fs.
18452         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
18453         (EFIVARFS_MAGIC): Add.
18454         (F2FS_LINK_MAX): Add.
18456 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
18458         * stdio-common/vfprintf.c: Replace __builtin_expect with
18459         __glibc_unlikely.
18461 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
18463         [BZ #13550]
18464         * sysdeps/generic/bp-sym.h: Remove file.
18465         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
18466         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
18467         <bp-sym.h> and <bp-asm.h>.
18468         (__longjmp): Don't use BP_SYM.
18469         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
18470         and <bp-asm.h>.
18471         (memcpy): Don't use BP_SYM.
18472         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
18473         <bp-sym.h> and <bp-asm.h>.
18474         (memcpy): Don't use BP_SYM.
18475         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
18476         <bp-asm.h>.
18477         (memcpy): Don't use BP_SYM.
18478         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
18479         <bp-asm.h>.
18480         (memset): Don't use BP_SYM.
18481         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
18482         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
18483         (__bzero): Don't use BP_SYM.
18484         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
18485         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
18486         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
18487         <bp-sym.h> and <bp-asm.h>.
18488         (memcmp): Don't use BP_SYM.  Remove comment about bounded
18489         pointers.
18490         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
18491         <bp-sym.h> and <bp-asm.h>.
18492         (memcpy): Don't use BP_SYM.
18493         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
18494         <bp-sym.h> and <bp-asm.h>.
18495         (memset): Don't use BP_SYM.
18496         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
18497         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
18498         (__bzero): Don't use BP_SYM.
18499         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
18500         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
18501         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
18502         <bp-sym.h> and <bp-asm.h>.
18503         (strncmp): Don't use BP_SYM.  Remove comment about bounded
18504         pointers.
18505         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
18506         <bp-sym.h> and <bp-asm.h>.
18507         (memcpy): Don't use BP_SYM.
18508         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
18509         <bp-sym.h> and <bp-asm.h>.
18510         (memset): Don't use BP_SYM.
18511         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
18512         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
18513         (__bzero): Don't use BP_SYM.
18514         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
18515         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
18516         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
18517         <bp-sym.h> and <bp-asm.h>.
18518         (__memchr): Don't use BP_SYM.
18519         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
18520         <bp-sym.h> and <bp-asm.h>.
18521         (memcmp): Don't use BP_SYM.  Remove comment about bounded
18522         pointers.
18523         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
18524         <bp-sym.h> and <bp-asm.h>.
18525         (memcpy): Don't use BP_SYM.
18526         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
18527         <bp-sym.h> and <bp-asm.h>.
18528         (__mempcpy): Don't use BP_SYM.
18529         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
18530         <bp-sym.h> and <bp-asm.h>.
18531         (__memrchr): Don't use BP_SYM.
18532         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
18533         <bp-sym.h> and <bp-asm.h>.
18534         (memset): Don't use BP_SYM.
18535         (__bzero): Likewise.
18536         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
18537         <bp-sym.h> and <bp-asm.h>.
18538         (__rawmemchr): Don't use BP_SYM.
18539         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
18540         <bp-sym.h> and <bp-asm.h>.
18541         (__STRCMP): Don't use BP_SYM.
18542         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
18543         <bp-sym.h> and <bp-asm.h>.
18544         (strchr): Don't use BP_SYM.
18545         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
18546         <bp-sym.h> and <bp-asm.h>.
18547         (__strchrnul): Don't use BP_SYM.
18548         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
18549         <bp-sym.h> and <bp-asm.h>.
18550         (strlen): Don't use BP_SYM.
18551         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
18552         <bp-sym.h> and <bp-asm.h>.
18553         (strncmp): Don't use BP_SYM.  Remove comment about bounded
18554         pointers.
18555         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
18556         <bp-sym.h> and <bp-asm.h>.
18557         (__strnlen): Don't use BP_SYM.
18558         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
18559         <bp-sym.h> and <bp-asm.h>.
18560         (__GI__setjmp): Don't use BP_SYM.
18561         (_setjmp): Likewise.
18562         (__sigsetjmp): Likewise.
18563         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
18564         (L(start_addresses)): Don't use BP_SYM.
18565         (_start): Likewise.
18566         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
18567         <bp-asm.h>.
18568         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
18569         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
18570         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
18571         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
18572         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
18573         <bp-asm.h>.
18574         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
18575         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
18576         about bounded pointers.
18577         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
18578         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
18579         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
18580         <bp-asm.h>.
18581         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
18582         about bounded pointers.  Remove GKM FIXME comments.
18583         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
18584         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
18585         <bp-asm.h>.
18586         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
18587         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
18588         Remove GKM FIXME comments.
18589         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
18590         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
18591         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
18592         <bp-asm.h>.
18593         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
18594         about bounded pointers.  Remove GKM FIXME comment.
18595         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
18596         and <bp-asm.h>.
18597         (strncmp): Don't use BP_SYM.  Remove comment about bounded
18598         pointers.
18599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
18600         <bp-sym.h> and <bp-asm.h>.
18601         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
18602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
18603         <bp-sym.h> and <bp-asm.h>.
18604         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
18605         comment.
18607 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
18609         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
18610         call free(NULL).
18612 2013-03-05  David S. Miller  <davem@davemloft.net>
18614         * po/es.po: Update from translation team.
18616 2013-03-05  Andreas Jaeger  <aj@suse.de>
18618         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
18619         <bits/mman-linux.h>.
18620         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
18621         is fine.
18622         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
18623         <bits/mman-linux.h> to end of file.
18624         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
18625         is fine.
18626         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
18627         <bits/mman-linux.h> to end of file.
18628         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
18629         is fine.
18630         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
18631         <bits/mman-linux.h> to end of file.
18633         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
18634         (MCL_CURRENT, MCL_FUTURE): Define here.
18636 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18638         [BZ #15232]
18639         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
18640         attribute_hidden.
18641         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
18643 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18645         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
18646         fourth parameter needed for rt_sigprocmask syscall.
18647         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
18648         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18649         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
18650         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18651         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18652         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
18654 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
18656         [BZ #13550]
18657         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
18658         comment about bounded pointers.
18659         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
18660         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
18662 2013-03-04  Andreas Jaeger  <aj@suse.de>
18664         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
18665         common definitions.
18667         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
18668         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
18669         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
18670         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
18671         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
18672         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
18674 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18676         [BZ #15055]
18677         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
18678         __ieee754_sqrl instead of __sqrl.
18680 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
18682         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
18683         * sysdeps/powerpc/fpu_control.h: ... here.
18684         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
18685         * sysdeps/powerpc/bits/fenvinline.h: ... here.
18686         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
18687         * sysdeps/powerpc/bits/mathinline.h: ... here.
18689 2013-03-01  Roland McGrath  <roland@hack.frob.com>
18691         * elf/dl-hwcaps.c (_dl_important_hwcaps):
18692         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
18693         to just [NEED_DL_SYSINFO_DSO].
18694         * elf/dl-support.c: Likewise.
18695         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
18696         * elf/rtld.c (dl_main): Likewise.
18697         * elf/setup-vdso.h (setup_vdso): Likewise.
18698         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
18699         * sysdeps/unix/sysv/linux/dl-sysdep.c
18700         (_dl_discover_osversion): Likewise.
18702 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
18704         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
18705         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
18707 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
18709         * NEWS: Mention libm performance improvements and non-x86 PI
18710         futex support.
18712         * csu/libc-start.c (__pthread_initialize_minimal): Change
18713         function arguments.
18714         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
18716 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
18718         [BZ #13550]
18719         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
18720         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
18721         <bp-sym.h> and <bp-asm.h>.
18722         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
18723         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
18724         and <bp-asm.h>.
18725         (memcpy): Don't use BP_SYM.
18726         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
18727         <bp-asm.h>.
18728         (__mpn_add_n): Don't use BP_SYM.
18729         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
18730         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
18731         and <bp-asm.h>.
18732         (__mpn_addmul_1): Don't use BP_SYM.
18733         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
18734         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
18735         <bp-sym.h>.
18736         (_setjmp): Don't use BP_SYM.
18737         (__novmx_setjmp): Likewise.
18738         (__GI__setjmp): Likewise.
18739         (__vmx_setjmp): Likewise.
18740         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
18741         <bp-sym.h>.
18742         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
18743         (__bzero): Don't use BP_SYM.
18744         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
18745         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
18746         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
18747         <bp-sym.h> and <bp-asm.h>.
18748         (memcpy): Don't use BP_SYM.
18749         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
18750         <bp-sym.h> and <bp-asm.h>.
18751         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
18752         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
18753         <bp-sym.h> and <bp-asm.h>.
18754         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
18755         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
18756         <bp-asm.h>.
18757         (__mpn_lshift): Don't use BP_SYM.
18758         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
18759         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
18760         <bp-asm.h>.
18761         (memset): Don't use BP_SYM.
18762         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
18763         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
18764         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
18765         <bp-asm.h>.
18766         (__mpn_mul_1): Don't use BP_SYM.
18767         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
18768         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
18769         <bp-sym.h> and <bp-asm.h>.
18770         (memcmp): Don't use BP_SYM.
18771         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
18772         <bp-sym.h> and <bp-asm.h>.
18773         (memcpy): Don't use BP_SYM.
18774         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
18775         <bp-sym.h> and <bp-asm.h>.
18776         (memset): Don't use BP_SYM.
18777         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
18778         <bp-sym.h> and <bp-asm.h>.
18779         (strncmp): Don't use BP_SYM.
18780         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
18781         <bp-sym.h> and <bp-asm.h>.
18782         (memcpy): Don't use BP_SYM.
18783         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
18784         <bp-sym.h> and <bp-asm.h>.
18785         (memset): Don't use BP_SYM.
18786         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
18787         <bp-sym.h> and <bp-asm.h>.
18788         (__memchr): Don't use BP_SYM.
18789         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
18790         <bp-sym.h> and <bp-asm.h>.
18791         (memcmp): Don't use BP_SYM.
18792         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
18793         <bp-sym.h> and <bp-asm.h>.
18794         (memcpy): Don't use BP_SYM.
18795         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
18796         <bp-sym.h> and <bp-asm.h>.
18797         (__mempcpy): Don't use BP_SYM.
18798         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
18799         <bp-sym.h> and <bp-asm.h>.
18800         (__memrchr): Don't use BP_SYM.
18801         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
18802         <bp-sym.h> and <bp-asm.h>.
18803         (memset): Don't use BP_SYM.
18804         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
18805         <bp-sym.h> and <bp-asm.h>.
18806         (__rawmemchr): Don't use BP_SYM.
18807         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
18808         <bp-sym.h> and <bp-asm.h>.
18809         (__STRCMP): Don't use BP_SYM.
18810         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
18811         <bp-sym.h> and <bp-asm.h>.
18812         (strchr): Don't use BP_SYM.
18813         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
18814         <bp-sym.h> and <bp-asm.h>.
18815         (__strchrnul): Don't use BP_SYM.
18816         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
18817         <bp-sym.h> and <bp-asm.h>.
18818         (strlen): Don't use BP_SYM.
18819         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
18820         <bp-sym.h> and <bp-asm.h>.
18821         (strncmp): Don't use BP_SYM.
18822         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
18823         <bp-sym.h> and <bp-asm.h>.
18824         (__strnlen): Don't use BP_SYM.
18825         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
18826         <bp-asm.h>.
18827         (__mpn_rshift): Don't use BP_SYM.
18828         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
18829         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
18830         <bp-sym.h> and <bp-asm.h>.
18831         (__sigsetjmp): Don't use BP_SYM.
18832         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
18833         (L(start_addresses)): Don't use BP_SYM.
18834         (_start): Likewise.
18835         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
18836         <bp-asm.h>.
18837         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
18838         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
18839         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
18840         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
18841         <bp-asm.h>.
18842         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
18843         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
18844         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
18845         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
18846         <bp-asm.h>.
18847         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
18848         comments.
18849         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
18850         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
18851         <bp-asm.h>.
18852         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
18853         FIXME comments.
18854         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
18855         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
18856         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
18857         <bp-asm.h>.
18858         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
18859         comment.
18860         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
18861         and <bp-asm.h>.
18862         (strncmp): Don't use BP_SYM,
18863         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
18864         <bp-asm.h>.
18865         (__mpn_sub_n): Don't use BP_SYM.
18866         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
18867         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
18868         and <bp-asm.h>.
18869         (__mpn_submul_1): Don't use BP_SYM.
18870         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
18871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
18872         <bp-sym.h> and <bp-asm.h>.
18873         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
18874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
18875         <bp-sym.h> and <bp-asm.h>.
18876         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
18877         comment.
18879 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18881         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
18882         Use ZK to minimize writes to Z.
18883         (sub_magnitudes): Simplify code a bit.
18884         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
18885         Use ZK to minimize writes to Z.
18886         (sub_magnitudes): Simplify code a bit.
18888 2013-02-27  Roland McGrath  <roland@hack.frob.com>
18890         * csu/gmon-start.c: Add special exception to license text.
18892 2013-02-27  Richard Henderson  <rth@redhat.com>
18894         * scripts/config.guess: Update from config.git.
18895         * scripts/config.sub: Likewise.
18897 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18899         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
18901         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
18903         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
18905         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
18907         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
18909 2013-02-26  Roland McGrath  <roland@hack.frob.com>
18911         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
18912         [$(build-shared = yes].
18914 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18916         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
18917         (__mul): Reduce iterations for calculating mantissa.
18919         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
18920         MPTWO.
18921         (__mpranred): Likewise.
18923         [BZ #15160]
18924         * malloc/memusagestat.c (main): Draw graphs for heap and stack
18925         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
18927 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
18929         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
18930         Define __attribute__.
18932 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18934         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
18935         unused.
18936         * posix/regex_internal.h (__attribute): Remove.
18937         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
18938         (re_string_context_at): Likewise.
18939         (bitset_not): Use __attribute__ and mark function as possibly
18940         unused.
18941         (bitset_merge): Likewise.
18942         (bitset_mask): Likewise.
18943         (re_string_char_size_at): Likewise.
18944         (re_string_wchar_at): Likewise.
18945         (re_string_elem_size_at): Likewise.
18947 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18949         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
18950         code.
18951         (cc32): Likewise.
18953         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
18954         (__acr): Likewise.
18955         (__cpy): Likewise.
18956         (norm): Likewise.
18957         (denorm): Likewise.
18958         (__dbl_mp): Likewise.
18959         (add_magnitudes): Likewise.
18960         (sub_magnitudes): Likewise.
18961         (__mul): Likewise.
18962         (__inv): Likewise.
18964         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
18965         style.
18967         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
18968         style.
18970         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
18971         code.
18973         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
18974         up changes with default code.
18975         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
18976         Likewise.
18978 2013-02-24  Allan McRae  <allan@archlinux.org>
18980         * manual/socket.texi (The Internet Namespace): Order menu items
18981         to match that in the file.
18983         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
18984         node listing of the info page menu.
18986 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
18988         [BZ #13550]
18989         * sysdeps/i386/bp-asm.h: Remove file.
18990         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
18991         (PARMS): Do not use macros from bp-asm.h.
18992         (S1): Likewise.
18993         (S2): Likewise.
18994         (SIZE): Likewise.
18995         (__mpn_add_n): Do not use BP_SYM
18996         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
18997         "bp-asm.h".
18998         (PARMS): Do not use macros from bp-asm.h.
18999         (S1): Likewise.
19000         (SIZE): Likewise.
19001         (__mpn_addmul_1): Do not use BP_SYM
19002         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
19003         "bp-asm.h".
19004         (PARMS): Do not use macros from bp-asm.h.
19005         (SIGMSK): Likewise.
19006         (_setjmp): Likewise.  Do not use BP_SYM.
19007         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
19008         "bp-asm.h".
19009         (PARMS): Do not use macros from bp-asm.h.
19010         (SIGMSK): Likewise.
19011         (setjmp): Likewise.  Do not use BP_SYM.
19012         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
19013         "bp-asm.h".
19014         (PARMS): Do not use macros from bp-asm.h.
19015         (__frexp): Do not use BP_SYM.
19016         (frexp): Likewise.
19017         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
19018         "bp-asm.h".
19019         (PARMS): Do not use macros from bp-asm.h.
19020         (__frexpf): Do not use BP_SYM.
19021         (frexpf): Likewise.
19022         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
19023         "bp-asm.h".
19024         (PARMS): Do not use macros from bp-asm.h.
19025         (__frexpl): Do not use BP_SYM.
19026         (frexpl): Likewise.
19027         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
19028         "bp-asm.h".
19029         (PARMS): Do not use macros from bp-asm.h.
19030         (__remquo): Do not use BP_SYM.
19031         (remquo): Likewise.
19032         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
19033         "bp-asm.h".
19034         (PARMS): Do not use macros from bp-asm.h.
19035         (__remquof): Do not use BP_SYM.
19036         (remquof): Likewise.
19037         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
19038         "bp-asm.h".
19039         (PARMS): Do not use macros from bp-asm.h.
19040         (__remquol): Do not use BP_SYM.
19041         (remquol): Likewise.
19042         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
19043         "bp-asm.h".
19044         (PARMS): Do not use macros from bp-asm.h.
19045         (DEST): Likewise.
19046         (SRC): Likewise.
19047         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
19048         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
19049         "bp-asm.h".
19050         (PARMS): Do not use macros from bp-asm.h.
19051         (strlen): Do not use BP_SYM.
19052         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
19053         "bp-asm.h".
19054         (PARMS): Do not use macros from bp-asm.h.
19055         (S1): Likewise.
19056         (S2): Likewise.
19057         (SIZE): Likewise.
19058         (__mpn_add_n): Do not use BP_SYM.
19059         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
19060         "bp-asm.h".
19061         (PARMS): Do not use macros from bp-asm.h.
19062         (S1): Likewise.
19063         (SIZE): Likewise.
19064         (__mpn_addmul_1): Do not use BP_SYM.
19065         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
19066         weak_alias.
19067         (bzero): Likewise.
19068         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
19069         "bp-asm.h".
19070         (PARMS): Do not use macros from bp-asm.h.
19071         (S): Likewise.
19072         (SIZE): Likewise.
19073         (__mpn_lshift): Do not use BP_SYM.
19074         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
19075         "bp-asm.h".
19076         (PARMS): Do not use macros from bp-asm.h.
19077         (DEST): Likewise.
19078         (SRC): Likewise.
19079         (LEN): Likewise.
19080         (memcpy): Likewise.  Do not use BP_SYM.
19081         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
19082         libc_hidden_def and weak_alias.
19083         (mempcpy): Do not use BP_SYM in weak_alias.
19084         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
19085         "bp-asm.h".
19086         (PARMS): Do not use macros from bp-asm.h.
19087         (DEST): Likewise.
19088         (LEN): Likewise.
19089         [!BZERO_P] (CHR): Likewise.
19090         (memset): Likewise.  Do not use BP_SYM.
19091         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
19092         "bp-asm.h".
19093         (PARMS): Do not use macros from bp-asm.h.
19094         (S1): Likewise.
19095         (SIZE): Likewise.
19096         (__mpn_mul_1): Do not use BP_SYM.
19097         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
19098         "bp-asm.h".
19099         (PARMS): Do not use macros from bp-asm.h.
19100         (S): Likewise.
19101         (SIZE): Likewise.
19102         (__mpn_rshift): Do not use BP_SYM.
19103         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
19104         "bp-asm.h".
19105         (PARMS): Do not use macros from bp-asm.h.
19106         (STR): Likewise.
19107         (CHR): Likewise.
19108         (strchr): Likewise.  Do not use BP_SYM.
19109         (index): Do not use BP_SYM in weak_alias.
19110         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
19111         "bp-asm.h".
19112         (PARMS): Do not use macros from bp-asm.h.
19113         (DEST): Likewise.
19114         (SRC): Likewise.
19115         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
19116         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
19117         "bp-asm.h".
19118         (PARMS): Do not use macros from bp-asm.h.
19119         (strlen): Do not use BP_SYM.
19120         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
19121         "bp-asm.h".
19122         (PARMS): Do not use macros from bp-asm.h.
19123         (S1): Likewise.
19124         (S2): Likewise.
19125         (SIZE): Likewise.
19126         (__mpn_sub_n): Do not use BP_SYM.
19127         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
19128         "bp-asm.h".
19129         (PARMS): Do not use macros from bp-asm.h.
19130         (S1): Likewise.
19131         (SIZE): Likewise.
19132         (__mpn_submul_1): Do not use BP_SYM.
19133         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
19134         "bp-asm.h".
19135         (PARMS): Do not use macros from bp-asm.h.
19136         (S1): Likewise.
19137         (S2): Likewise.
19138         (SIZE): Likewise.
19139         (__mpn_add_n): Do not use BP_SYM.
19140         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
19141         weak_alias.
19142         (bzero): Likewise.
19143         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
19144         "bp-asm.h".
19145         (PARMS): Do not use macros from bp-asm.h.
19146         (BLK2): Likewise.
19147         (LEN): Likewise.
19148         (memcmp): Do not use BP_SYM.
19149         (bcmp): Do not use BP_SYM in weak_alias.
19150         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
19151         "bp-asm.h".
19152         (PARMS): Do not use macros from bp-asm.h.
19153         (DEST): Likewise.
19154         (SRC): Likewise.
19155         (LEN): Likewise.
19156         (memcpy): Likewise.  Do not use BP_SYM.
19157         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
19158         "bp-asm.h".
19159         (PARMS): Do not use macros from bp-asm.h.
19160         (DEST): Likewise.
19161         (SRC): Likewise.
19162         (LEN): Likewise.
19163         (memmove): Likewise.  Do not use BP_SYM.
19164         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
19165         "bp-asm.h".
19166         (PARMS): Do not use macros from bp-asm.h.
19167         (DEST): Likewise.
19168         (SRC): Likewise.
19169         (LEN): Likewise.
19170         (__mempcpy): Likewise.  Do not use BP_SYM.
19171         (mempcpy): Do not use BP_SYM in weak_alias.
19172         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
19173         "bp-asm.h".
19174         (PARMS): Do not use macros from bp-asm.h.
19175         (DEST): Likewise.
19176         (LEN): Likewise.
19177         [!BZERO_P] (CHR): Likewise.
19178         (memset): Likewise.  Do not use BP_SYM.
19179         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
19180         "bp-asm.h".
19181         (PARMS): Do not use macros from bp-asm.h.
19182         (STR2): Likewise.
19183         (strcmp): Do not use BP_SYM.
19184         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
19185         "bp-asm.h".
19186         (PARMS): Do not use macros from bp-asm.h.
19187         (STR): Likewise.
19188         (DELIM): Likewise.
19189         [USE_AS_STRTOK_R] (SAVE): Likewise.
19190         (FUNCTION): Likewise.  Do not use BP_SYM.
19191         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
19192         aliases.
19193         (strtok_r): Likewise.
19194         (__GI___strtok_r): Likewise.
19195         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
19196         (PARMS): Do not use macros from bp-asm.h.
19197         (S): Likewise.
19198         (SIZE): Likewise.
19199         (__mpn_lshift): Do not use BP_SYM.
19200         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
19201         (PARMS): Do not use macros from bp-asm.h.
19202         (STR): Likewise.
19203         (CHR): Likewise.
19204         (__memchr): Do not use BP_SYM.
19205         (memchr): Do not use BP_SYM in weak_alias.
19206         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
19207         (PARMS): Do not use macros from bp-asm.h.
19208         (BLK2): Likewise.
19209         (LEN): Likewise.
19210         (memcmp): Do not use BP_SYM.
19211         (bcmp): Do not use BP_SYM in weak_alias.
19212         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
19213         (PARMS): Do not use macros from bp-asm.h.
19214         (S1): Likewise.
19215         (SIZE): Likewise.
19216         (__mpn_mul_1): Do not use BP_SYM.
19217         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
19218         "bp-asm.h".
19219         (PARMS): Do not use macros from bp-asm.h.
19220         (STR): Likewise.
19221         (CHR): Likewise.
19222         (__rawmemchr): Do not use BP_SYM.
19223         (rawmemchr): Do not use BP_SYM in weak_alias.
19224         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
19225         (PARMS): Do not use macros from bp-asm.h.
19226         (S): Likewise.
19227         (SIZE): Likewise.
19228         (__mpn_rshift): Do not use BP_SYM.
19229         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
19230         (PARMS): Do not use macros from bp-asm.h.
19231         (SIGMSK): Likewise.
19232         (__sigsetjmp): Likewise.  Do not use BP_SYM.
19233         * sysdeps/i386/start.S: Do not include "bp-sym.h".
19234         (_start): Do not use BP_SYM.
19235         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
19236         (PARMS): Do not use macros from bp-asm.h.
19237         (DEST): Likewise.
19238         (SRC): Likewise.
19239         (__stpcpy): Likewise.  Do not use BP_SYM.
19240         (stpcpy): Do not use BP_SYM in weak_alias.
19241         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
19242         "bp-asm.h".
19243         (PARMS): Do not use macros from bp-asm.h.
19244         (DEST): Likewise.
19245         (SRC): Likewise.
19246         (LEN): Likewise.
19247         (__stpncpy): Likewise.  Do not use BP_SYM.
19248         (stpncpy): Do not use BP_SYM in weak_alias.
19249         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
19250         (PARMS): Do not use macros from bp-asm.h.
19251         (STR): Likewise.
19252         (CHR): Likewise.
19253         (strchr): Likewise.  Do not use BP_SYM.
19254         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
19255         "bp-asm.h".
19256         (PARMS): Do not use macros from bp-asm.h.
19257         (STR): Likewise.
19258         (CHR): Likewise.
19259         (__strchrnul): Likewise.  Do not use BP_SYM.
19260         (strchrnul): Do not use BP_SYM in weak_alias.
19261         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
19262         "bp-asm.h".
19263         (PARMS): Do not use macros from bp-asm.h.
19264         (STOP): Likewise.
19265         (strcspn): Do not use BP_SYM.
19266         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
19267         "bp-asm.h".
19268         (PARMS): Do not use macros from bp-asm.h.
19269         (STR): Likewise.
19270         (STOP): Likewise.
19271         (strpbrk): Likewise.  Do not use BP_SYM.
19272         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
19273         "bp-asm.h".
19274         (PARMS): Do not use macros from bp-asm.h.
19275         (STR): Likewise.
19276         (CHR): Likewise.
19277         (strrchr): Likewise.  Do not use BP_SYM.
19278         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
19279         (PARMS): Do not use macros from bp-asm.h.
19280         (SKIP): Likewise.
19281         (strspn): Do not use BP_SYM.
19282         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
19283         (PARMS): Do not use macros from bp-asm.h.
19284         (STR): Likewise.
19285         (DELIM): Likewise.
19286         (SAVE): Likewise.
19287         (FUNCTION): Likewise.  Do not use BP_SYM.
19288         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
19289         aliases.
19290         (strtok_r): Likewise.
19291         (__GI___strtok_r): Likewise.
19292         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
19293         (PARMS): Do not use macros from bp-asm.h.
19294         (S1): Likewise.
19295         (S2): Likewise.
19296         (SIZE): Likewise.
19297         (__mpn_sub_n): Do not use BP_SYM.
19298         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
19299         "bp-asm.h".
19300         (PARMS): Do not use macros from bp-asm.h.
19301         (S1): Likewise.
19302         (SIZE): Likewise.
19303         (__mpn_submul_1): Do not use BP_SYM.
19304         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
19305         <bp-sym.h>.
19306         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
19307         and <bp-asm.h>.
19308         (PARMS): Do not use macros from bp-asm.h.
19309         (FLAGS): Likewise.
19310         (PTID): Likewise.
19311         (TLS): Likewise.
19312         (CTID): Likewise.
19313         (__clone): Do not use BP_SYM.
19314         (clone): Do not use BP_SYM in weak_alias.
19315         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
19316         and <bp-asm.h>.
19317         (PARMS): Do not use macros from bp-asm.h.
19318         (LEN): Likewise.
19319         (__mmap64): Do not use BP_SYM.
19320         (mmap64): Do not use BP_SYM in weak_alias.
19321         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
19322         <bp-sym.h> and <bp-asm.h>.
19323         (PARMS): Do not use macros from bp-asm.h.
19324         (__posix_fadvise64_l64): Do not use BP_SYM.
19325         * sysdeps/unix/sysv/linux/i386/semtimedop.S
19326         (PARMS): Do not use macros from bp-asm.h.
19327         (NSOPS): Likewise.
19328         (semtimedop): Do not use BP_SYM.
19329         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
19330         and <bp-asm.h>.
19332 2013-02-21  Allan McRae  <allan@archlinux.org>
19334         * manual/message.texi (Charset conversion in gettext):
19335         Move @end statement to beginning of line.
19337 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19339         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
19340         static.
19341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
19342         Likewise.
19344         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
19345         (denorm): Likewise.
19346         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
19347         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
19349 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19351         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
19352         tail-call to the resolved function if pltexit isn't needed.
19354 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
19357         or Y being zero as being unlikely.
19358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
19359         Likewise.
19361 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
19363         * manual/nss.texi (System Databases and Name Service Switch):
19364         Remove frobnicate @pxref.
19366 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
19368         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
19369         __attribute__ ((unused)) to __attribute__ ((__unused__)).
19371 2013-02-20  Petr Machata  <pmachata@redhat.com>
19373         * elf/elf.h (R_ARM_TARGET1): New macro.
19374         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
19375         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
19376         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
19377         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
19378         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
19379         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
19380         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
19381         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
19382         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
19383         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
19384         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
19385         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
19386         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
19387         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
19388         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
19389         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
19390         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
19391         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
19392         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
19393         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
19394         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
19395         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
19396         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
19397         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
19398         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
19399         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
19400         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
19401         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
19402         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
19403         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
19404         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
19405         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
19406         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
19407         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
19408         (R_ARM_THM_GOT_BREL12): Likewise.
19409         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
19410         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
19411         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
19412         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
19413         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
19414         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
19415         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
19416         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
19417         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
19419 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
19421         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
19422         __attribute_used__ to __attribute__ ((unused)).
19424 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19426         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
19427         powerpc mpa.c.
19428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
19429         comment formatting.
19430         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
19432 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
19434         [BZ #13550]
19435         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
19436         Remove macro.
19437         (ENTER): Remove both macro definitions.
19438         (LEAVE): Likewise.
19439         (CHECK_BOUNDS_LOW): Likewise.
19440         (CHECK_BOUNDS_HIGH): Likewise.
19441         (CHECK_BOUNDS_BOTH): Likewise.
19442         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
19443         (RETURN_BOUNDED_POINTER): Likewise.
19444         (RETURN_NULL_BOUNDED_POINTER): Likewise.
19445         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
19446         (POP_ERRNO_LOCATION_RETURN): Likewise.
19447         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
19448         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
19449         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
19450         macros.
19451         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19452         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
19453         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
19454         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
19455         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
19456         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
19457         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
19458         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
19459         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
19460         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
19461         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
19462         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
19463         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
19464         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
19465         removed macros.
19466         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19467         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
19468         macros.
19469         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
19470         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
19471         * sysdeps/i386/i586/memset.S (memset): Likewise.
19472         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
19473         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19474         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
19475         macros.
19476         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
19477         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
19478         Change uses of L(2) to L(out).
19479         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
19480         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
19481         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
19482         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
19483         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
19484         removed macros.
19485         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19486         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
19487         macros.
19488         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
19489         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
19490         (RETURN): Do not use macro LEAVE.
19491         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
19492         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
19493         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
19494         * sysdeps/i386/i686/memset.S (memset): Likewise.
19495         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
19496         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
19497         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
19498         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
19499         Likewise.
19500         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
19501         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
19502         L(1_2) and L(1_3) into L(1).
19503         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
19504         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
19505         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
19506         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
19507         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
19508         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
19509         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
19510         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19511         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
19512         macros.
19513         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
19514         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
19515         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
19516         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
19517         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
19518         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
19519         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
19520         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
19521         * sysdeps/i386/strcspn.S (strcspn): Likewise.
19522         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
19523         * sysdeps/i386/strrchr.S (strrchr): Likewise.
19524         * sysdeps/i386/strspn.S (strspn): Likewise.
19525         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
19526         conditional code.
19527         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
19528         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
19529         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
19530         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
19531         L(1_3) into L(1_1).
19532         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
19533         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
19534         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
19535         macros.
19536         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
19538 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
19540         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
19541         macro.
19543 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
19545         * math/atest-exp.c (exp_mpn): Remove ROUND.
19546         * math/atest-exp2.c (exp_mpn): Likewise.
19547         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
19549         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
19550         * stdlib/tst-tls-atexit-lib.c: Likewise.
19551         * stdlib/tst-tls-atexit.c: Likewise.
19553 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
19555         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
19556         and __attribute_alloc_size__.
19558 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
19560         * include/programs/xmalloc.h: Change __attribute_alloc_size to
19561         __attribute_alloc_size__.
19562         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
19563         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
19565 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
19567         * include/programs/xmalloc.h: New file.
19568         * catgets/gencat.c: Include it.
19569         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
19570         * elf/pldd.c: Likewise.
19571         * iconv/iconv_charmap.c: Likewise.
19572         * iconv/iconvconfig.c: Likewise.
19573         * iconv/strtab.c: Likewise.
19574         * locale/programs/locale.c: Likewise.
19575         * locale/programs/localedef.h: Likewise.
19576         * locale/programs/simple-hash.c: Likewise.
19577         * nscd/nscd.h: Likewise.
19578         * nss/makedb.c: Likewise.
19579         * sysdeps/generic/ldconfig.h: Likewise.
19581 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19583         * Versions.def: Add GLIBC_2.18.
19584         * include/link.h (struct link_map): New member l_tls_dtor_count.
19585         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
19586         (__call_tls_dtors): Likewise.
19587         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
19588         __cxa_thread_atexit_impl.
19589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
19590         Likewise.
19591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
19592         Likewise.
19593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19594         Likewise.
19595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19596         Likewise.
19597         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
19598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
19599         Likewise.
19600         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
19601         Likewise.
19602         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
19603         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
19604         Likewise.
19605         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
19606         (tests): Add test case tst-tls-atexit.
19607         (modules-names): Add shared library for tst-tls-atexit.
19608         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
19609         (GLIBC_PRIVATE): Add __call_tls_dtors.
19610         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
19611         for libstdc++.
19612         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
19613         * stdlib/tst-tls-atexit.c: New test case.
19614         * stdlib/tst-tls-atexit-lib.c: New test case.
19616         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
19618         * elf/Versions (ld): Add _dl_find_dso_for_object.
19619         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
19620         * elf/dl-open.c (_dl_find_dso_for_object): New function.
19621         (dl_open_worker): Use _dl_find_dso_for_object.
19622         * elf/dl-sym.c (do_sym): Likewise.
19623         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
19625 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19627         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
19628         Syntactic changes only.
19629         (_dl_runtime_profile): Do a tail-call to the resolved function.
19631 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
19633         [BZ #13550]
19634         * sysdeps/x86_64/bp-asm.h: Remove file.
19635         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
19636         <bp-sym.h> and <bp-asm.h>.
19637         (__clone): Do not use BP_SYM.
19638         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
19639         <bp-sym.h> and <bp-asm.h>.
19640         * sysdeps/unix/x86_64/sysdep.S: Likewise.
19641         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
19642         "bp-asm.h".
19643         (_setjmp): Do not use BP_SYM.
19644         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
19645         "bp-asm.h".
19646         (setjmp): Do not use BP_SYM.
19647         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
19648         libc_hidden_def.
19649         (mempcpy): Do not use BP_SYM in weak_alias.
19650         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
19651         "bp-asm.h".
19652         (strchr): Do not use BP_SYM.
19653         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
19654         "bp-asm.h".
19655         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
19656         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
19657         (_start): Do not use BP_SYM.
19658         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
19659         "bp-asm.h".
19660         (strcat): Do not use BP_SYM.
19661         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
19662         "bp-asm.h".
19663         (STRCMP): Do not use BP_SYM.
19664         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
19665         "bp-asm.h".
19666         (STRCPY): Do not use BP_SYM.
19667         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
19668         "bp-asm.h".
19669         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
19670         "bp-asm.h".
19671         (FUNCTION): Do not use BP_SYM.
19672         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
19673         weak_alias.
19674         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
19676 2013-02-17  Andreas Jaeger  <aj@suse.de>
19678         * time/Versions: Sort entries.
19679         * string/Versions: Likewise.
19680         * resolv/Versions: Likewise.
19681         * posix/Versions: Likewise.
19682         * iconv/Versions: Likewise.
19683         * elf/Versions: Likewise.
19684         * wcsmbs/Versions: Likewise.
19686 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19688         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
19689         loop termination condition.
19691         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
19692         variable to calculate EZ.
19693         (__sqr): Likewise.
19695         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
19696         the lower precision input.
19698 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
19700         [BZ #13550]
19701         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
19702         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
19703         (run-via-rtld-prefix): Do not handle %-bp tests.
19704         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
19705         (all-object-suffixes): Remove .ob.
19706         (bppfx): Remove variable.
19707         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
19708         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
19709         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
19710         [$(build-bounded) = yes] (libtype.ob): Likewise.
19711         * Makerules (elide-routines.ob): Remove variable.
19712         (do-tests-clean): Do not handle *-bp.out.
19713         (common-mostlyclean): Do not handle *-bp and *-bp.out.
19714         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
19715         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
19716         (tests): Do not include $(tests-bp.out).
19717         (xtests): Do not include $(xtests-bp.out).
19718         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
19719         [$(build-bounded) = yes] ($(addprefix
19720         $(objpfx),$(binaries-bounded))): Remove rule.
19721         ($(objpfx)%-bp.out): Remove rule.
19722         * config.make.in (build-bounded): Remove variable.
19723         * crypt/Makefile [$(build-bounded) = yes]
19724         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
19725         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
19726         append to variable.
19727         [$(build-bounded) = yes] (install-lib): Likewise.
19728         [$(build-bounded) = yes] (generated): Likewise.
19729         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
19730         Remove rule.
19731         * intl/Makefile [$(build-bounded) = yes]
19732         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
19733         * math/Makefile [$(build-bounded) = yes]
19734         ($(tests:%=$(objpfx)%-bp): Likewise.
19735         * misc/Makefile [$(build-bounded) = yes]
19736         ($(objpfx)tst-tsearch-bp): Likewise.
19737         * nptl/Makeconfig (bounded-thread-library): Remove variable.
19738         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
19739         Remove dependency.
19740         * string/Makefile (o-objects.ob): Remove variable.
19741         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
19742         (CFLAGS-.ob): Remove variable.
19743         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
19744         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
19745         both definitions of variable.
19746         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
19747         (ASFLAGS-.ob): Remove variable.
19749 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
19751         [BZ #13550]
19752         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
19753         Remove __BOUNDED_POINTERS__ from condition.
19754         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
19755         * string/bits/string2.h [!__NO_STRING_INLINES &&
19756         !__BOUNDED_POINTERS__]: Likewise.
19757         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
19758         Likewise.
19759         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
19760         Remove conditional code.
19761         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
19762         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
19763         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
19764         condition.
19766         [BZ #13550]
19767         * csu/libc-start.c: Do not include <bp-sym.h>.
19768         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
19769         * elf/dl-open.c: Do not include <bp-sym.h>.
19770         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
19771         * math/fegetenv.c: Do not include <bp-sym.h>.
19772         (fegetenv): Do not use BP_SYM in versioned symbols.
19773         * nptl/sysdeps/pthread/bits/libc-lockP.h
19774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
19775         <bp-sym.h>.
19776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19777         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
19778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19779         (__pthread_mutex_destroy): Likewise.
19780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19781         (__pthread_mutex_lock): Likewise.
19782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19783         (__pthread_mutex_trylock): Likewise.
19784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19785         (__pthread_mutex_unlock): Likewise.
19786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19787         (__pthread_mutexattr_init): Likewise.
19788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19789         (__pthread_mutexattr_destroy): Likewise.
19790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19791         (__pthread_mutexattr_settype): Likewise.
19792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19793         (__pthread_rwlock_init): Likewise.
19794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19795         (__pthread_rwlock_destroy): Likewise.
19796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19797         (__pthread_rwlock_rdlock): Likewise.
19798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19799         (__pthread_rwlock_tryrdlock): Likewise.
19800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19801         (__pthread_rwlock_wrlock): Likewise.
19802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19803         (__pthread_rwlock_trywrlock): Likewise.
19804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19805         (__pthread_rwlock_unlock): Likewise.
19806         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19807         (__pthread_key_create): Likewise.
19808         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19809         (__pthread_setspecific): Likewise.
19810         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19811         (__pthread_getspecific): Likewise.
19812         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
19813         Likewise.
19814         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19815         (_pthread_cleanup_push_defer): Likewise.
19816         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19817         (_pthread_cleanup_pop_restore): Likewise.
19818         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
19819         (pthread_setcancelstate): Likewise.
19820         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
19821         <bp-sym.h>.
19822         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
19823         (memchr): Do not use BP_SYM in weak_alias.
19824         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
19825         (fegetenv): Do not use BP_SYM in versioned symbols.
19826         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
19827         (fesetenv): Do not use BP_SYM in versioned symbols.
19828         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
19829         (feupdateenv): Do not use BP_SYM in versioned symbols.
19830         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
19831         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
19832         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
19833         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
19834         (open64): Do not use BP_SYM in weak_alias.
19835         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
19836         (fegetenv): Do not use BP_SYM in versioned symbols.
19837         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
19838         (fesetenv): Do not use BP_SYM in versioned symbols.
19839         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
19840         (feupdateenv): Do not use BP_SYM in versioned symbols.
19841         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
19842         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
19843         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
19844         (feraiseexcept): Do not use BP_SYM in versioned symbols.
19845         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
19846         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
19847         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
19848         <bp-sym.h>.
19849         (__libc_start_main): Do not use BP_SYM.
19851 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19853         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
19854         redundant return line.
19855         (norm): Likewise.
19856         (denorm): Likewise.
19857         (dbl_mp): Likewise.
19858         (sub_magnitudes): Likewise.
19859         (__add): Likewise.
19860         (__sub): Likewise.
19861         (__mul): Likewise.
19862         (__inv): Likewise.
19863         (__dvd): Likewise.
19864         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
19865         (norm): Likewise.
19866         (denorm): Likewise.
19867         (dbl_mp): Likewise.
19868         (sub_magnitudes): Likewise.
19869         (__add): Likewise.
19870         (__sub): Likewise.
19871         (__mul): Likewise.
19872         (__inv): Likewise.
19873         (__dvd): Likewise.
19875         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
19876         instead of __mul.
19877         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
19878         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
19879         (cc32): Likewise.
19881         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
19882         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
19883         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
19884         of __mul for squares.
19885         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
19886         function
19887         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
19888         Likewise.
19889         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
19890         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
19892 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
19894         [BZ #13550]
19895         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
19896         code.
19897         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
19898         prototype or function definition.  Rename ubp_* variables and
19899         parameters.  Remove argv definitions conditional on
19900         [__BOUNDED_POINTERS__].
19901         * debug/backtrace.c (__backtrace): Do not use __unbounded.
19902         * elf/dl-runtime.c (_dl_fixup): Likewise.
19903         * include/set-hooks.h (RUN_HOOK): Likewise.
19904         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
19905         definition.
19906         * string/strcpy.c (strcpy): Do not use __unbounded.
19907         * sysdeps/generic/frame.h (struct layout): Likewise.
19908         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
19909         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
19910         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
19911         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
19912         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
19913         (__backtrace): Likewise.
19914         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
19915         use __ptrvalue.
19916         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
19917         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19918         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
19919         Likewise.
19920         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
19921         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
19922         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19923         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
19924         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
19925         Do not use __unbounded.
19926         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
19927         Rename __unboundedrlimits parameter to rlimits in prototype.
19928         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
19929         Do not use __unbounded.
19930         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
19931         not use __ptrvalue.
19932         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
19933         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
19934         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
19935         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
19936         __ptrvalue or __unbounded.
19937         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
19938         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
19939         use __unbounded.
19940         (__new_msgctl): Do not use __ptrvalue.
19941         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
19942         __unbounded.
19943         (__libc_msgrcv): Do not use __ptrvalue.
19944         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
19945         startup_info): Do not use __unbounded.
19946         (__libc_start_main): Likewise.  Rename ubp_* variables and
19947         parameters.  Remove argv definitions conditional on
19948         [__BOUNDED_POINTERS__].
19949         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
19950         __ptrvalue.
19951         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
19952         use __unbounded.
19953         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
19954         or __ptrvalue.
19955         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
19956         use __unbounded.
19957         (__new_shmctl): Do not use __ptrvalue.
19958         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
19959         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
19960         Likewise.
19961         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
19962         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
19963         (__libc_sigaction): Likewise.
19964         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
19965         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
19966         Likewise.
19967         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
19969 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
19971         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
19973         * string/mempcpy.c: Implement by calling memcpy.
19975 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19977         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
19979         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
19980         evaluation.
19982         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
19983         values in the mantissa.
19985         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
19986         minimize writes to Z.
19987         (sub_magnitudes): Simplify code a bit.
19989 2013-02-12  Roland McGrath  <roland@hack.frob.com>
19991         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
19992         from the message.  The linker prefixes all warnings with that already.
19994 2013-02-12  Andreas Schwab  <schwab@suse.de>
19996         [BZ #15078]
19997         * posix/regexec.c (extend_buffers): Add parameter min_len.
19998         (check_matching): Pass minimum needed length.
19999         (clean_state_log_if_needed): Likewise.
20000         (get_subexp): Likewise.
20001         * posix/Makefile (tests): Add bug-regex34.
20002         (bug-regex34-ENV): Define.
20003         * posix/bug-regex34.c: New file.
20005         [BZ #11561]
20006         * posix/regcomp.c (parse_bracket_exp): When looking up collating
20007         elements compare against the byte sequence of it, not its name.
20008         * posix/Makefile (tests): Add bug-regex35.
20009         (bug-regex35-ENV): Define.
20010         * posix/bug-regex35.c: New file.
20012 2013-02-11  Tom de Vries  <tom@codesourcery.com>
20014         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
20015         comment.
20016         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
20017         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
20018         (CHECK_EOL): Add undef.
20020 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
20022         * bits/stdlib-bsearch.h: New file.
20023         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
20024         * stdlib/stdlib.h: Likewise.
20026 2013-02-11  Roland McGrath  <roland@hack.frob.com>
20028         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
20029         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
20030         declaration.
20031         * manual/search.texi (Array Search Function): Add missing const in
20032         lfind prototype.
20033         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
20034         declaration to use rlim_t.
20035         (Basic Scheduling Functions): Remove erroneous const from
20036         sched_getparam prototype.  Remove erroneous * from
20037         sched_get_priority_max and sched_get_priority_min prototypes.
20038         (Resource Usage): Fix summary @comment on vtimes to refer to
20039         sys/vtimes.h rather than vtimes.h.
20040         Add missing *s in vtimes prototype.
20041         (Limits on Resources): Fix ulimit prototype to return long int.
20042         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
20043         prototypes to use long int rather than double.
20044         (BSD Random): Fix initstate and setstate to use char *, not void *.
20045         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
20046         prototype to make second argument 'struct aiocb64 *const[]'.
20047         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
20048         (Status of AIO Operations): Remove erroneous const in aio_return and
20049         aio_return64 prototypes.
20050         (Synchronizing I/O): Fix sync prototype to return void.
20051         * manual/startup.texi (Suboptions): Remove an erroneous const in
20052         getsubopt prototype.
20053         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
20054         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
20055         use size_t rather than int.
20056         (Scanning All Users): Likewise for getpwent_r.
20057         (Setting Groups): Add missing const to setgroups prototype.
20058         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
20059         * manual/socket.texi (Host Names): Fix gethostbyaddr and
20060         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
20061         'const void *' rather than 'const char *'.
20062         (Host Address Functions): Likewise for inet_ntop.
20063         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
20064         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
20065         ssize_t for return value.
20066         (Sending Data): Likewise for send, sendto, sendmsg.
20067         (Socket Option Functions): Add a missing const in setsockopt prototype.
20068         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
20069         use wchar_t for the argument.
20070         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
20071         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
20072         take no arguments.
20073         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
20074         double/float/long double for second argument.
20075         Fix return types of significand, significandf, significandl.
20076         * manual/filesys.texi (Setting Permissions): Use mode_t for second
20077         argument in fchmod prototype.
20078         (File Owner): Use uid_t and gid_t in fchown prototype.
20079         (File Times): Add const to utimes, futimes, and lutimes prototypes.
20080         (Making Special Files): Use mode_t and dev_t in mknod prototype.
20081         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
20082         use 'const struct dirent **' as argument types to CMP function pointer
20083         argument.
20084         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
20085         (File Times): Fix summary magic @comment for struct utimbuf and utime
20086         to refer to utime.h, not time.h.
20087         * manual/string.texi (Argz Functions): Add missing const in
20088         argz_extract and argz_next prototypes.
20089         (Finding Tokens in a String): Likewise for basename.
20090         (String/Array Comparison): Fix typo in wcscasecmp prototype.
20091         (Copying and Concatenation): Fix typo in wmemmove prototype.
20092         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
20093         (Signal Stack): Remove erroneous const in sigstack prototype.
20094         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
20095         prototype.
20096         (Simple Calendar Time): Likewise for stime.
20097         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
20098         prototype.
20099         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
20100         say sys/sysctl.h instead.
20101         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
20102         and vsyslog prototypes.
20104 2013-02-11  Tom de Vries  <tom@codesourcery.com>
20106         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
20107         Remove.
20109 2013-02-11  Roland McGrath  <roland@hack.frob.com>
20111         * misc/sys/mman.h: Fix typo in mremap comment.
20113 2013-02-08  Roland McGrath  <roland@hack.frob.com>
20115         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
20116         the '\0' terminator.
20118 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
20120         [BZ #13550]
20121         * debug/segfault.c: Don't include <bp-checks.h>.
20122         * sysdeps/generic/bp-checks.h: Remove file.
20123         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
20124         (__GETDENTS): Don't use CHECK_N.
20125         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
20126         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
20127         (__getgroups): Don't use CHECK_N.
20128         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
20129         (setgroups): Don't use CHECK_N.
20130         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
20131         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
20132         (__libc_msgrcv): Don't use CHECK_N.
20133         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
20134         (__libc_msgsnd): Don't use CHECK_N.
20135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
20136         <bp-checks.h>.
20137         (__libc_pread): Don't use CHECK_N.
20138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
20139         include <bp-checks.h>.
20140         (__libc_pread64): Don't use CHECK_N.
20141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
20142         include <bp-checks.h>.
20143         (__libc_pwrite): Don't use CHECK_N.
20144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
20145         include <bp-checks.h>.
20146         (__libc_pwrite64): Don't use CHECK_N.
20147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
20148         <bp-checks.h>.
20149         (__libc_pread): Don't use CHECK_N.
20150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
20151         include <bp-checks.h>.
20152         (__libc_pread64): Don't use CHECK_N.
20153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
20154         include <bp-checks.h>.
20155         (__libc_pwrite): Don't use CHECK_N.
20156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
20157         include <bp-checks.h>.
20158         (__libc_pwrite64): Don't use CHECK_N.
20159         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
20160         (do_pread): Don't use CHECK_N.
20161         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
20162         (do_pread64): Don't use CHECK_N.
20163         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
20164         (do_pwrite): Don't use CHECK_N.
20165         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
20166         (do_pwrite64): Don't use CHECK_N.
20167         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
20168         (__libc_readv): Don't use CHECK_N.
20169         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
20170         (semop): Don't use CHECK_N.
20171         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
20172         <bp-checks.h>.
20173         (semtimedop): Don't use CHECK_N.
20174         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
20175         (__libc_pread): Don't use CHECK_N.
20176         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
20177         <bp-checks.h>.
20178         (__libc_pread64): Don't use CHECK_N.
20179         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
20180         <bp-checks.h>.
20181         (__libc_pwrite): Don't use CHECK_N.
20182         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
20183         <bp-checks.h>.
20184         (__libc_pwrite64): Don't use CHECK_N.
20185         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
20186         <bp-checks.h>.
20187         (__libc_msgrcv): Don't use CHECK_N.
20188         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
20189         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
20190         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
20191         (__libc_writev): Don't use CHECK_N.
20193 2013-02-08  Roland McGrath  <roland@hack.frob.com>
20195         * string/strcpy.c: Removed unused variable.
20197         * Makeconfig (+sysdep-includes): Define with := rather than =.
20198         Use an existing include/ subdir of each sysdeps dir before it.
20200 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
20202         * nscd/connection.c (register_traced_file): Comment function.
20203         [HAVE_INOTIFY] (union __inev): Define.
20204         [HAVE_INOTIFY] (inotify_check_files): New function.
20205         [HAVE_INOTIFY] (clear_db_cache): Likewise.
20206         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
20207         clear_db_cache.
20208         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
20210 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
20212         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
20213         loaded if not already and that a failure is permanent.
20215 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
20217         [BZ #15006]
20218         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
20219         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
20221 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
20223         [BZ #13550]
20224         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
20225         (CHECK_1_NULL_OK): Likewise.
20226         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
20227         (__fxstat): Do not use CHECK_1.
20228         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
20229         <bp-checks.h>.
20230         (___fxstat64): Do not use CHECK_1.
20231         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
20232         <bp-checks.h>.
20233         (__fxstatat): Do not use CHECK_1.
20234         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
20235         <bp-checks.h>.
20236         (__fxstatat64): Do not use CHECK_1.
20237         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
20238         <bp-checks.h>.
20239         (__fxstat): Do not use CHECK_1.
20240         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
20241         <bp-checks.h>.
20242         (__fxstatat): Do not use CHECK_1.
20243         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
20244         <bp-checks.h>.
20245         (__getresgid): Do not use CHECK_1.
20246         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
20247         <bp-checks.h>.
20248         (__getresuid): Do not use CHECK_1.
20249         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
20250         <bp-checks.h>.
20251         (__lxstat): Do not use CHECK_1.
20252         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
20253         <bp-checks.h>.
20254         (__old_msgctl): Do not use CHECK_1.
20255         (__new_msgctl): Likewise.
20256         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
20257         <bp-checks.h>.
20258         (__new_setrlimit): Do not use CHECK_1.
20259         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
20260         <bp-checks.h>.
20261         (__old_shmctl): Do not use CHECK_1.
20262         (__new_shmctl): Likewise.
20263         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
20264         <bp-checks.h>.
20265         (__xstat): Do not use CHECK_1.
20266         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
20267         (__lxstat): Do not use CHECK_1.
20268         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
20269         <bp-checks.h>.
20270         (___lxstat64): Do not use CHECK_1.
20271         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
20272         (__old_msgctl): Do not use CHECK_1.
20273         (__new_msgctl): Likewise.
20274         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
20275         <bp-checks.h>.
20276         (__gettimeofday): Do not use CHECK_1.
20277         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
20278         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
20279         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
20280         <bp-checks.h>.
20281         (__gettimeofday): Do not use CHECK_1.
20282         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
20283         (__old_shmctl): Do not use CHECK_1_NULL_OK.
20284         (__new_shmctl): Do not use CHECK_1.
20285         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
20286         <bp-checks.h>.
20287         (do_sigtimedwait): Do not use CHECK_1.
20288         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
20289         <bp-checks.h>.
20290         (do_sigwaitinfo): Do not use CHECK_1.
20291         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
20292         <bp-checks.h>.
20293         (msgctl): Do not use CHECK_1.
20294         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
20295         <bp-checks.h>.
20296         (shmctl): Do not use CHECK_1.
20297         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
20298         (ustat): Do not use CHECK_1.
20299         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
20300         <bp-checks.h>.
20301         (__fxstat): Do not use CHECK_1.
20302         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
20303         <bp-checks.h>.
20304         (__fxstatat): Do not use CHECK_1.
20305         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
20306         <bp-checks.h>.
20307         (__lxstat): Do not use CHECK_1.
20308         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
20309         <bp-checks.h>.
20310         (__xstat): Do not use CHECK_1.
20311         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
20312         (__xstat): Do not use CHECK_1.
20313         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
20314         (___xstat64): Do not use CHECK_1.
20316         [BZ #13550]
20317         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
20318         definitions.
20319         (CHECK_BOUNDS_HIGH): Likewise.
20320         * string/strcpy.c: Do not include <bp-checks.h>.
20321         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
20323 2013-02-07  Roland McGrath  <roland@hack.frob.com>
20325         * nscd/nscd-client.h (__nscd_drop_map_ref):
20326         Add __attribute__ ((unused)).
20327         * nis/nss-nisplus.h (niserr2nss): Likewise.
20329         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
20330         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
20332         * csu/libc-tls.c (init_static_tls, init_slotinfo):
20333         Remove inline keyword.
20334         * include/rounding-mode.h (round_away): Likewise.
20335         * libio/wfileops.c (adjust_wide_data): Likewise.
20336         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
20337         (__m128i_strloadu_tolower): Likewise.
20338         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
20339         (__m128i_strloadu_tolower): Likewise.
20340         * time/mktime.c (ydhms_diff): Likewise.
20341         * locale/elem-hash.h (elem_hash): Likewise.
20342         * locale/setlocale.c (setdata): Likewise.
20343         * posix/regex_internal.h (re_string_char_size_at): Likewise.
20344         (re_string_wchar_at): Likewise.
20345         (bitset_not, bitset_merge, bitset_mask): Likewise.
20346         [!(__GNUC__ > 3)] (inline): Remove macro.
20347         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
20348         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
20349         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
20350         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
20351         * string/memcmp.c (memcmp_bytes): Likewise.
20352         * locale/programs/locarchive.c (compute_hashval): Likewise.
20353         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
20354         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
20355         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
20356         * nss/getent.c (print_rpc, print_protocols): Likewise.
20357         (print_passwd, print_group, print_aliases): Likewise.
20358         * nis/nss-nisplus.h (niserr2nss): Likewise.
20359         * nscd/connections.c (restart_p): Likewise.
20360         Change return type to bool.
20362 2013-02-05  Roland McGrath  <roland@hack.frob.com>
20364         * Makeconfig (all-Depend-files): Add existing
20365         $(sorted-subdirs:=/Depend) files.
20366         (all-subdirs): Remove nss.
20367         * sysdeps/unix/inet/Subdirs: Add it here instead.
20368         * hesiod/Depend: New file.
20370         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
20371         instead of calling alloca.
20373         * io/lseek.c (__lseek): Rename to __libc_lseek.
20374         Define __lseek as an alias.
20376         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
20378 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
20380         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
20381         else clause and remove check for non-standard endianness.
20383 2013-02-04  David S. Miller  <davem@davemloft.net>
20385         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20387 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
20389         [BZ #13550]
20390         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
20391         (__ubp_memchr): Remove prototype.
20392         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
20393         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
20394         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
20395         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
20396         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
20397         Remove alias.
20398         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
20399         (__ubp_memchr): Likewise.
20400         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
20401         (__ubp_memchr): Likewise.
20402         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
20403         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
20404         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
20405         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
20406         CHECK_STRING.
20407         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20408         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
20409         (__getcwd): Do not use CHECK_STRING.
20410         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
20411         <bp-checks.h>.
20412         (__real_chown): Do not use CHECK_STRING.
20413         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
20414         <bp-checks.h>.
20415         (fchownat): Do not use CHECK_STRING.
20416         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
20417         CHECK_STRING.
20418         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
20419         <bp-checks.h>.
20420         (__lchown): Do not use CHECK_STRING.
20421         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
20422         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
20423         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
20424         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
20425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
20426         include <bp-checks.h>.
20427         (truncate64): Do not use CHECK_STRING.
20428         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
20429         <bp-checks.h>.
20430         (__real_chown): Do not use CHECK_STRING.
20431         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
20432         <bp-checks.h>.
20433         (__lchown): Do not use CHECK_STRING.
20434         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
20435         <bp-checks.h>.
20436         (__chown): Do not use CHECK_STRING.
20437         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
20438         <bp-checks.h>.
20439         (truncate64): Do not use CHECK_STRING.
20440         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
20441         Likewise.
20442         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
20443         (__xmknod): Do not use CHECK_STRING.
20444         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
20445         <bp-checks.h>.
20446         (__xmknodat): Do not use CHECK_STRING.
20447         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
20448         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
20450 2013-02-04  Andreas Schwab  <schwab@suse.de>
20452         [BZ #14142]
20453         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
20454         * include/netdb.h: Likewise for h_errno.
20455         * elf/tst-stackguard1.c: Include <tls.h>.
20457 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
20459         * elf/link.h (struct link_map): Extend the l_addr comment.
20460         * include/link.h (struct link_map): Likewise.
20462 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
20464         [BZ #13550]
20465         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
20466         (BOUNDED_1): Remove macro.
20467         * debug/backtrace.c: Don't include <bp-checks.h>.
20468         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
20469         (__backtrace): Likewise.
20470         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
20471         <bp-checks.h>.
20472         (__backtrace): Don't use BOUNDED_1.
20473         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
20474         <bp-checks.h>.
20475         (__backtrace): Don't use BOUNDED_1.
20476         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
20477         (__backtrace): Don't use BOUNDED_1.
20478         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
20479         (shmat): Don't use BOUNDED_N.
20481 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
20483         [BZ #13550]
20484         * sysdeps/generic/bp-start.h: Remove file.
20485         * csu/libc-start.c: Don't include <bp-start.h>.
20486         (LIBC_START_MAIN): Set up __environ directly instead of using
20487         INIT_ARGV_and_ENVIRON.
20488         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
20489         <bp-start.h>.
20491         [BZ #13550]
20492         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
20493         definitions.
20494         (CHECK_FCNTL): Likewise.
20495         (CHECK_N_PAGES): Likewise.
20497         [BZ #13550]
20498         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
20499         definitions.
20500         (CHECK_SIGSET_NULL_OK): Likewise.
20501         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
20502         <bp-checks.h>.
20503         (sigpending): Don't use CHECK_SIGSET.
20504         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
20505         <bp-checks.h>.
20506         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
20507         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
20508         <bp-checks.h>.
20509         (do_sigsuspend): Don't use CHECK_SIGSET.
20510         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
20511         use CHECK_SIGSET.
20512         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
20513         (do_sigwait): Don't use CHECK_SIGSET.
20514         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
20515         use CHECK_SIGSET.
20516         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
20517         include <bp-checks.h>.
20518         (sigpending): Don't use CHECK_SIGSET.
20519         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
20520         include <bp-checks.h>.
20521         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
20522         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
20523         <bp-checks.h>.
20524         (sigpending): Don't use CHECK_SIGSET.
20525         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
20526         <bp-checks.h>.
20527         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
20529         [BZ #13550]
20530         * sysdeps/generic/bp-semctl.h: Remove file.
20531         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
20532         <bp-checks.h> and <bp-semctl.h>.
20533         (__old_semctl): Don't use CHECK_SEMCTL.
20534         (__new_semctl): Likewise.
20535         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
20536         and <bp-semctl.h>.
20537         (__old_semctl): Don't use CHECK_SEMCTL.
20538         (__new_semctl): Likewise.
20539         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
20540         <bp-checks.h> and <bp-semctl.h>.
20541         (__old_semctl): Don't use CHECK_SEMCTL.
20542         (__new_semctl): Likewise.
20543         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
20544         <bp-checks.h> and <bp-semctl.h>.
20545         (semctl): Don't use CHECK_SEMCTL.
20547         [BZ #13550]
20548         * Makerules (elide-bp-thunks): Remove variable.
20549         (elide-routines.oS): Don't use $(elide-bp-thunks).
20550         (elide-routines.os): Likewise.
20551         (elide-routines.o): Likewise.
20552         (elide-routines.op): Likewise.
20553         (elide-routines.og): Likewise.
20554         (objects): Don't use $(bp-thunks).
20555         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
20556         include.
20557         (common-generated): Do not add s-proto-bp.d.
20558         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
20559         (int): Likewise.
20560         (typ): Likewise.
20561         Do not generate makefile rules for bounded-pointer thunks.
20562         * sysdeps/generic/bp-thunks.h: Remove file.
20563         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
20564         * sysdeps/unix/s-proto-bp.S: Likewise.
20566         [BZ #15062]
20567         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
20568         parts of result separately when argument is not close to line from
20569         -i to i and one part of argument is small.
20570         * math/k_casinhf.c (__kernel_casinhf): Likewise.
20571         * math/k_casinhl.c (__kernel_casinhl): Likewise.
20572         * math/libm-test.inc (cacos_test): Add more tests.
20573         (casin_test): Likewise.
20574         (casinh_test): Likewise.
20575         * sysdeps/i386/fpu/libm-test-ulps: Update.
20576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20578 2013-01-31  David S. Miller  <davem@davemloft.net>
20580         * po/de.po: Update from translation team.
20582 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
20584         * time/tzfile.c: Include stdint.h for SIZE_MAX.
20586 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
20588         * configure.in (_AC_PROG_CC_C89): New definition.
20589         * configure: Regenerate.
20591         * configure.in (AC_PROG_CPP): New definition.
20592         * configure: Regenerate.
20594 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
20596         * debug/tst-backtrace.h: New file.
20597         * debug/tst-backtrace2.c: Include tst-backtrace.h.
20598         (ret): Remove variable.
20599         (x): Likewise.
20600         (FAIL): Remove macro.
20601         (NO_INLINE): Likewise.
20602         (fn1): Use match function instead of strstr.
20603         * debug/tst-backtrace3.c: Include tst-backtrace.h.
20604         (ret): Remove variable.
20605         (x): Likewise.
20606         (FAIL): Remove macro.
20607         (NO_INLINE): Likewise.
20608         (fn): Use match function instead of strstr.
20609         * debug/tst-backtrace4.c: Include tst-backtrace.h.
20610         (ret): Remove variable.
20611         (x): Likewise.
20612         (FAIL): Remove macro.
20613         (NO_INLINE): Likewise.
20614         (handle_signal): Use match function instead of strstr.
20615         * debug/tst-backtrace5.c: Include tst-backtrace.h.
20616         (ret): Remove variable.
20617         (x): Likewise.
20618         (FAIL): Remove macro.
20619         (NO_INLINE): Likewise.
20620         (handle_signal): Use match function instead of strstr.
20622 2013-01-23  Roland McGrath  <roland@hack.frob.com>
20624         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
20626 2013-01-23  David S. Miller  <davem@davemloft.net>
20628         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
20629         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
20630         argument of CAS if possible.
20631         * sysdeps/sparc/sparc64/bits/atomic.h
20632         (__arch_compare_and_exchange_val_32_acq): Likewise.
20633         (__arch_compare_and_exchange_val_64_acq): Likewise.
20635 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
20637         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
20638         * sysdeps/posix/ulimit.c: ... this.
20639         Include <limits.h>.
20640         * sysdeps/unix/bsd/ulimit.c: Remove file.
20642 2013-01-23  Adam Conrad  <adconrad@0c3.net>
20644         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
20645         (LDFLAGS-tst-array5): Likewise.
20647 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
20649         [BZ #15036]
20650         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
20651         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
20652         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
20653         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
20655 2013-01-21  David S. Miller  <davem@davemloft.net>
20657         * sysdeps/sparc/backtrace.c: New file.
20658         * sysdeps/sparc/sparc32/backtrace.h: New file.
20659         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
20660         * sysdeps/sparc/sparc64/backtrace.h: New file.
20661         * sysdeps/sparc/sparc64/backtrace.c: Delete.
20662         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
20663         -funwind-tables.
20665 2013-01-21  Andreas Schwab  <schwab@suse.de>
20667         [BZ #15020]
20668         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
20669         closed its stdout.
20671 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
20673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
20674         "mpa2.h".
20675         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
20677 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
20678             Mark Mitchell  <mark@codesourcery.com>
20679             Tom de Vries  <tom@codesourcery.com>
20680             Paul Pluzhnikov  <ppluzhnikov@google.com>
20682         * debug/tst-backtrace2.c: New file.
20683         * debug/tst-backtrace3.c: Likewise.
20684         * debug/tst-backtrace4.c: Likewise.
20685         * debug/tst-backtrace5.c: Likewise.
20686         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
20687         (CFLAGS-tst-backtrace3.c): Likewise.
20688         (CFLAGS-tst-backtrace4.c): Likewise.
20689         (CFLAGS-tst-backtrace5.c): Likewise.
20690         (LDFLAGS-tst-backtrace2): Likewise.
20691         (LDFLAGS-tst-backtrace3): Likewise.
20692         (LDFLAGS-tst-backtrace4): Likewise.
20693         (LDFLAGS-tst-backtrace5): Likewise.
20694         (tests): Add new tests tst-backtrace2, tst-backtrace3,
20695         tst-backtrace4 and tst-backtrace5.
20697 2013-01-18  Anton Blanchard  <anton@samba.org>
20698             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20700         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
20701         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
20702         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
20703         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
20704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
20705         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
20706         "+r" and remove output regs list as redundant.  Add explicit inline
20707         asm to specify register of return val to work around compiler codegen
20708         bug.  Remove (int) cast on return value.  Add return type parameter to
20709         use in macro so that this macro does not truncate return value for
20710         64-bit values.
20711         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
20712         pass to INTERNAL_VSYSCALL_NCS.
20713         (INLINE_VSYSCALL): Add 'long int' as return type to
20714         INTERNAL_VSYSCALL_NCS macro invocation.
20715         (INTERNAL_VSYSCALL): Add 'long int' as return type to
20716         INTERNAL_VSYSCALL_NCS macro invocation.
20717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
20719 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20721         [BZ #14496]
20722         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
20723         Fix application of SIMD FP exception mask.
20725         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
20726         mp_no from a power of two.
20727         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
20728         __mpexp_twomm1.  Use __pow_mp.
20730         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
20731         multiplication.
20733 2013-01-17  David S. Miller  <davem@davemloft.net>
20735         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20737 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
20739         [BZ #15023]
20740         * include/complex.h: Condition contents on [!_COMPLEX_H].
20741         (__kernel_casinhf): New prototype.
20742         (__kernel_casinh): Likewise.
20743         (__kernel_casinhl): Likewise.
20744         * math/Makefile (libm_calls): Add k_casinh.
20745         * math/k_casinh.c: New file.
20746         * math/k_casinhf.c: Likewise.
20747         * math/k_casinhl.c: Likewise.
20748         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
20749         finite nonzero arguments.
20750         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
20751         finite nonzero arguments.
20752         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
20753         finite nonzero arguments.
20754         * math/s_casinh.c: Do not include <float.h>.
20755         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
20756         * math/s_casinhf.c: Do not include <float.h>.
20757         (__casinhf): Move code for finite nonzero arguments to
20758         k_casinhf.c.
20759         * math/s_casinhl.c: Do not include <float.h>.
20760         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
20761         redefine.
20762         (__casinhl): Move code for finite nonzero arguments to
20763         k_casinhl.c.
20764         * math/libm-test.inc (cacos_test): Add more tests.
20765         * sysdeps/i386/fpu/libm-test-ulps: Update.
20766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20768 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
20770         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
20771         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
20772         [!HAVE_MREMAP]: Remove [defined linux] case.
20773         * malloc/arena.c: Do not include <malloc-sysdep.h>.
20775 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20777         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
20779 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
20781         * elf/elf.h (R_386_SIZE32): New relocation.
20782         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
20783         R_386_SIZE32.
20784         (elf_machine_rela): Likewise.
20785         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
20786         R_X86_64_SIZE64 and R_X86_64_SIZE32.
20788 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
20790         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
20791         (FP_FAST_FMA): Do not define.
20792         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
20793         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
20794         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
20795         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
20796         !_SOFT_FLOAT]: Likewise.
20797         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
20798         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
20799         value.
20800         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
20801         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
20802         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
20803         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
20804         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
20805         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
20806         file.
20808 2013-01-16  Andreas Schwab  <schwab@suse.de>
20810         [BZ #14327]
20811         * include/stdlib.h (__mktemp): Add declaration.
20812         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
20813         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
20815 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20817         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
20818         definitions.
20819         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
20820         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
20821         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
20822         definitions here.
20823         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
20824         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
20825         definitions.
20826         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
20827         and ONE.
20828         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
20829         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
20830         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
20831         definitions.
20832         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
20833         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
20834         definitions.
20835         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
20837         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
20839 2013-01-15  David S. Miller  <davem@davemloft.net>
20841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
20842         trunc{,f} to libm-sysdep_routes.
20843         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
20844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
20845         file.
20846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
20847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
20848         file.
20849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
20850         file.
20851         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
20852         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
20853         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
20854         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
20855         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
20856         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
20857         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
20858         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
20860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
20861         nearbyint{,f} to libm-sysdep_routes.
20862         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
20863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
20864         New file.
20865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
20866         file.
20867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
20868         New file.
20869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
20870         file.
20871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
20872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
20873         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
20874         file.
20875         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
20876         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
20877         file.
20878         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
20879         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
20880         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
20882         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20883         libc_feholdexcept and libc_fesetenv.
20885 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
20887         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
20889 2013-01-14  David S. Miller  <davem@davemloft.net>
20891         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
20892         (SPARC_ASM_VIS2_IFUNC): Likewise.
20893         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
20894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
20895         use of 'siam' instruction.
20896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
20897         Likewise.
20898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
20899         Likewise.
20900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
20901         Likewise.
20902         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
20903         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
20904         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
20905         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
20906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
20907         file.
20908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
20909         file.
20910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
20911         file.
20912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
20913         file.
20914         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
20915         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
20916         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
20917         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
20918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
20919         new VIS2 routines.
20920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
20921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
20922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
20923         Likewise.
20924         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
20925         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
20926         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
20927         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
20928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
20929         routines to libm-sysdep_routines.
20930         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
20932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
20933         fdim/fdimf to libm-sysdep_routines.
20934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
20935         file.
20936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
20937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
20938         file.
20939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
20940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
20941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
20942         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
20943         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
20944         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
20945         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
20947 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
20949         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
20950         to optimize copies.
20952         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
20953         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
20954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
20956         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
20957         local variable MPTWO.
20958         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
20959         Likewise.
20961 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
20963         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
20964         GLOB_NOESCAPE.
20966 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
20968         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
20970 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
20972         * manual/pattern.texi (glob_t): Document gl_flags.
20973         (glob64_t): Likewise.
20975 2013-01-11  David S. Miller  <davem@davemloft.net>
20977         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
20978         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
20979         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
20980         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
20981         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
20982         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
20983         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
20984         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
20985         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
20986         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
20987         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
20988         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
20989         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
20991         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
20992         sparc V9 rather than using V8 code.
20993         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
20994         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
20996         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
20997         Move to...
20998         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
20999         Here.
21001 2013-01-11  Roland McGrath  <roland@hack.frob.com>
21003         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
21004         not in the main loop.
21005         * configure: Regenerated.
21007 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
21009         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
21010         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
21011         to just #else.
21012         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
21013         [!__GLIBC_HAVE_LONG_LONG] case.
21014         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
21015         condition to just #else.
21016         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
21017         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
21018         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
21019         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
21020         unconditional.
21021         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
21022         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
21023         #elif condition to just #else.
21024         * sysdeps/unix/sysv/linux/sys/sysmacros.h
21025         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
21026         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
21027         #elif condition to just #else.
21029 2013-01-11  Steve Ellcey  <sellcey@mips.com>
21031         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
21032         (EF_MIPS_ARCH_64): Fix value.
21033         (EF_MIPS_ARCH_32R2): New.
21034         (EF_MIPS_ARCH_64R2): New.
21036 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
21038         * Makeconfig (+link-pie-before-libc): New.
21039         (+link-pie-after-libc): Likewise.
21040         (+link-pie-tests): Likewise.
21041         (+link-pie): Rewritten.
21042         (link-before-libc): Remove $(config-LDFLAGS).
21043         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
21044         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
21045         (config-LDFLAGS): Renamed to ...
21046         (rtld-LDFLAGS): This.
21047         (rtld-tests-LDFLAGS): New macro.
21048         (link-libc-rpath-link): Likewise.
21049         (link-libc-tests-rpath-link): Likewise.
21050         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
21051         (link-libc): Prepand $(link-libc-rpath-link).
21052         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
21053         (test-program-prefix): New macro.
21054         (test-via-rtld-prefix): Likewise.
21055         (test-program-cmd): Likewise.
21056         (host-test-program-cmd): Likewise.
21057         * Makefile ($(common-objpfx)testrun.sh): Replace
21058         $(run-program-prefix) with $(test-program-prefix).
21059         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
21060         $(rtld-LDFLAGS).
21061         ($(common-objpfx)shlib.lds): Likewise.
21062         (build-module-helper): Likewise.
21063         ($(common-objpfx)format.lds): Likewise.
21064         * Rules (binaries-pie-tests): New.
21065         (binaries-pie-notests): Likewise.
21066         (binaries-pie): Rewritten.
21067         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
21068         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
21069         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
21070         (make-test-out): Replace $(host-built-program-cmd) with
21071         $(host-test-program-cmd).
21072         * config.make.in (build-hardcoded-path-in-tests): New variable.
21073         * configure.in (--enable-hardcoded-path-in-tests): New configure
21074         option.
21075         (hardcoded_path_in_tests): New AC_SUBST.
21076         * configure: Regenerated.
21077         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
21078         $(built-program-cmd) with $(test-program-cmd).
21079         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
21080         (test_program_cmd): This.
21081         * elf/Makefile ($(objpfx)order.out): Run test with
21082         $(test-program-prefix).
21083         ($(objpfx)order2.out): Likewise.
21084         ($(objpfx)tst-initorder.out): Likewise.
21085         ($(objpfx)tst-initorder2.out): Likewise.
21086         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
21087         $(test-program-cmd).
21088         ($(objpfx)tst-array1-static.out): Likewise.
21089         ($(objpfx)tst-array2.out): Likewise.
21090         ($(objpfx)tst-array3.out): Likewise.
21091         ($(objpfx)tst-array4.out): Likewise.
21092         ($(objpfx)tst-array5.out): Likewise.
21093         ($(objpfx)tst-array5-static.out): Likewise.
21094         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
21095         $(test-program-cmd).
21096         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
21097         $(run-program-prefix) with $(test-program-prefix).
21098         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
21099         (test_program_prefix): This.
21100         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
21101         $(run-program-prefix) with $(test-program-prefix).
21102         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
21103         (test_program_prefix): This.
21104         * iconvdata/tst-tables.sh: Likewise.
21105         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
21106         $(run-program-prefix) with $(test-program-prefix).
21107         ($(objpfx)tst-translit.out): Likewise.
21108         ($(objpfx)tst-gettext2.out): Likewise.
21109         ($(objpfx)tst-gettext4.out): Likewise.
21110         ($(objpfx)tst-gettext6.out): Likewise.
21111         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
21112         (test_program_prefix): This.
21113         * intl/tst-gettext2.sh: Likewise.
21114         * intl/tst-gettext4.sh  Likewise.
21115         * intl/tst-gettext6.sh: Likewise.
21116         * intl/tst-translit.sh: Likewise.
21117         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
21118         with $(test-program-cmd).
21119         * libio/Makefile ($(objpfx)test-freopen.out): Replace
21120         $(run-program-prefix) with $(test-program-prefix).
21121         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
21122         (test_program_prefix): This.
21123         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
21124         $(run-program-prefix) with $(test-program-prefix).
21125         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
21126         (test_program_prefix): This.
21127         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
21128         * posix/Makefile ($(objpfx)globtest.out): Replace
21129         $(run-via-rtld-prefix) and $(test-wrapper) with
21130         $(test-program-prefix) and $(test-via-rtld-prefix).
21131         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
21132         $(test-program-prefix).
21133         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
21134         $(host-test-program-cmd).
21135         (tst-spawn-ARGS): Likewise.
21136         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
21137         $(test-program-prefix).
21138         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
21139         (test_via_rtld_prefix): This.
21140         (test_wrapper): Renamed to ...
21141         (test_program_prefix): This.
21142         (run_program_prefix): Replaced by test_program_prefix.
21143         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
21144         (test_program_prefix): This.
21145         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
21146         with $(host-test-program-cmd).
21147         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
21148         $(run-program-prefix) with $(test-program-prefix).
21149         ($(objpfx)tst-printf.out): Likewise.
21150         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
21151         $(test-program-cmd).
21152         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
21153         (test_program_prefix): This.
21154         * stdio-common/tst-unbputc.sh: Likewise.
21155         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
21156         $(run-program-prefix) with $(test-program-prefix).
21157         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
21158         (test_program_prefix): This.
21159         * string/Makefile ($(objpfx)tst-svc.out):  Replace
21160         $(built-program-cmd) with $(test-program-cmd).
21162 2013-01-11  Andreas Jaeger  <aj@suse.de>
21164         [BZ #15003]
21165         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
21166         value. Sync with Linux 3.7.
21168 2013-01-10  David S. Miller  <davem@davemloft.net>
21170         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
21171         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
21172         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
21174 2013-01-10  Roland McGrath  <roland@hack.frob.com>
21176         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
21177         never set.
21178         * configure: Regenerated.
21180 2013-01-10  David S. Miller  <davem@davemloft.net>
21182         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
21183         sparc V9 rather than using V8 code.
21184         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
21185         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
21187 2013-01-10  Roland McGrath  <roland@hack.frob.com>
21189         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
21190         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
21191         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
21192         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
21193         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
21194         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
21195         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
21196         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
21197         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
21198         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
21199         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
21200         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
21201         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
21202         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
21203         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
21204         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
21205         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
21206         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
21207         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
21208         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
21209         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
21210         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
21211         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
21212         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
21213         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
21214         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
21215         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
21217 2013-01-10  David S. Miller  <davem@davemloft.net>
21219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21221 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
21223         * posix/Makefile (tests-static): New variable.
21224         (tests): Add $(tests-static).
21225         (tst-exec-static-ARGS): New variable.
21226         (tst-spawn-static-ARGS): Likewise.
21227         * posix/tst-exec-static.c: New file.
21228         * posix/tst-spawn-static.c: Likewise.
21229         * posix/tst-exec.c: Support run directly.
21230         * posix/tst-spawn.c: Likewise.
21232 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
21234         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
21235         long.
21236         * math/bits/mathcalls.h (llrint): Likewise.
21237         (llround): Likewise.
21238         * stdlib/stdlib.h (struct drand48_data): Likewise.
21239         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
21240         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
21241         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
21242         Likewise.
21243         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
21244         Likewise.
21245         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
21246         (elf_greg_t): Likewise.
21247         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
21248         (__jmp_buf): Likewise.
21249         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
21250         definitions.
21251         (llrint): Likewise, for all definitions.
21252         (llrintl): Likewise.
21254         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
21255         Remove [__GNUC__] condition.
21256         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
21257         condition to just [__USE_ISOC99].
21258         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
21260 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
21262         [BZ #14200]
21263         * sysdeps/unix/sysv/linux/x86/bits/environments.h
21264         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
21265         defined.
21266         (_POSIX_V6_ILP32_OFF32): Likewise.
21267         (_XBS5_ILP32_OFF32): Likewise.
21268         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
21269         (__ILP32_OFFBIG_LDFLAGS): Likewise.
21271 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21273         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
21275         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
21276         doubles __mpexp_twomm1.  Adjust usage.
21277         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
21278         Remove.
21280 2013-01-10  Andreas Schwab  <schwab@suse.de>
21282         [BZ #14964]
21283         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
21284         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
21286 2013-01-09  David S. Miller  <davem@davemloft.net>
21288         [BZ #15003]
21289         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
21290         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
21291         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
21292         (TCP_FASTOPEN): Define.
21293         (tcp_repair_opt): New structure.
21294         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
21295         enum values.
21296         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
21297         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
21298         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
21299         (tcp_cookie_transactions): New structure.
21301 2013-01-09  Anton Blanchard  <anton@samba.org>
21303         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
21304         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
21305         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
21306         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
21308 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
21310         * include/features.h (__USE_ANSI): Remove.
21312 2013-01-09  Roland McGrath  <roland@hack.frob.com>
21314         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
21316         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
21318 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
21320         * sysdeps/s390/fpu/libm-test-ulps: Update.
21322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21324         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
21325         (__acr): Likewise.
21326         (__cpy): Likewise.
21327         (norm): Likewise.
21328         (denorm): Likewise.
21329         (__mp_dbl): Likewise.
21330         (__dbl_mp): Likewise.
21331         (add_magnitudes): Likewise.
21332         (sub_magnitudes): Likewise.
21333         (__add): Likewise.
21334         (__sub): Likewise.
21335         (__mul): Likewise.
21336         (__inv): Likewise.
21337         (__dvd): Likewise.
21338         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
21339         (__acr): Likewise.
21340         (__cpy): Likewise.
21341         (norm): Likewise.
21342         (denorm): Likewise.
21343         (__mp_dbl): Likewise.
21344         (__dbl_mp): Likewise.
21345         (add_magnitudes): Likewise.
21346         (sub_magnitudes): Likewise.
21347         (__add): Likewise.
21348         (__sub): Likewise.
21349         (__mul): Likewise.
21350         (__inv): Likewise.
21351         (__dvd): Likewise.
21352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
21353         (__acr): Likewise.
21354         (__cpy): Likewise.
21355         (norm): Likewise.
21356         (denorm): Likewise.
21357         (__mp_dbl): Likewise.
21358         (__dbl_mp): Likewise.
21359         (add_magnitudes): Likewise.
21360         (sub_magnitudes): Likewise.
21361         (__add): Likewise.
21362         (__sub): Likewise.
21363         (__mul): Likewise.
21364         (__inv): Likewise.
21365         (__dvd): Likewise.
21367 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
21369         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
21370         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
21371         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
21372         2 && __USE_EXTERN_INLINES]: Likewise.
21374 2013-01-08  Andreas Jaeger  <aj@suse.de>
21376         [BZ# 14985]
21377         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
21378         Remove.
21379         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
21380         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
21382 2013-01-07  Anton Blanchard  <anton@samba.org>
21384         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
21385         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
21386         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
21387         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
21388         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21389         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
21390         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
21391         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
21392         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
21393         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
21394         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
21395         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
21396         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
21397         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21398         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
21399         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
21400         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
21401         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21402         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
21403         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21404         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
21405         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
21406         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
21407         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
21408         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
21409         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21410         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
21411         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
21412         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
21413         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
21414         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
21415         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
21416         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
21417         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
21418         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
21419         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
21420         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21421         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
21422         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
21423         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21424         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
21425         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21426         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
21428 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
21430         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
21431         (__MALLOC_PMT): Likewise.
21432         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
21433         [__GNUC__], only on [_LIBC].
21434         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
21435         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
21436         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
21437         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
21438         forward declaration.
21439         (realloc_hook_ini): Likewise.
21440         (memalign_hook_ini): Likewise.
21441         (__libc_memalign): Do not use __MALLOC_PMT in variable
21442         declaration.
21443         (__libc_valloc): Likewise.
21444         (__libc_pvalloc): Likewise.
21445         (__libc_calloc): Likewise.
21446         (__posix_memalign): Likewise.
21448         [BZ #14996]
21449         * math/s_casinh.c: Include <float.h>.
21450         (__casinh): Do not do computation with squaring and square root
21451         for large arguments.
21452         * math/s_casinhf.c: Include <float.h>.
21453         (__casinhf): Do not do computation with squaring and square root
21454         for large arguments.
21455         * math/s_casinhl.c: Include <float.h>.
21456         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
21457         (__casinhl): Do not do computation with squaring and square root
21458         for large arguments.
21459         * math/libm-test.inc (casin_test): Add more tests.
21460         (casinh_test): Likewise.
21461         * sysdeps/i386/fpu/libm-test-ulps: Update.
21462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21464 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
21466         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
21467         (__x86_64_raw_data_cache_size): Likewise.
21468         (__x86_64_data_cache_size_half): Likewise.
21469         (__x86_64_raw_data_cache_size_half): Likewise.
21470         (__x86_64_shared_cache_size): Likewise.
21471         (__x86_64_raw_shared_cache_size): Likewise.
21472         (__x86_64_shared_cache_size_half): Likewise.
21473         (__x86_64_raw_shared_cache_size_half): Likewise.
21474         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
21475         to ...
21476         (__x86_data_cache_size): This.
21477         (__x86_64_raw_data_cache_size): Renamed to ...
21478         (__x86_raw_data_cache_size): This.
21479         (__x86_64_data_cache_size_half): Renamed to ...
21480         (__x86_data_cache_size_half): This.
21481         (__x86_64_raw_data_cache_size_half): Renamed to ...
21482         (__x86_raw_data_cache_size_half): This.
21483         (__x86_64_shared_cache_size): Renamed to ...
21484         (__x86_shared_cache_size): This.
21485         (__x86_64_raw_shared_cache_size): Renamed to ...
21486         (__x86_raw_shared_cache_size): This.
21487         (__x86_64_shared_cache_size_half): Renamed to ...
21488         (__x86_shared_cache_size_half): This.
21489         (__x86_64_raw_shared_cache_size_half): Renamed to ...
21490         (__x86_raw_shared_cache_size_half): This.
21491         * sysdeps/x86_64/memcpy.S: Updated.
21492         * sysdeps/x86_64/memset.S: Likewise.
21493         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
21494         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
21495         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
21497 2013-01-04  David S. Miller  <davem@davemloft.net>
21499         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21501 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
21503         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
21504         1 to avoid redefinition warning.
21505         (__USE_GNU): Don't define.
21506         (init_signaling_nan): Protoize.
21508         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21510 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21512         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
21513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
21514         (__cpymn): Likewise.
21515         (norm): Remove commented code.
21516         (denorm): Likewise.
21517         (__mp_dbl): Likewise.
21518         (__inv): Likewise.
21519         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
21520         (__cpymn): Likewise.
21521         (norm): Remove commented code.
21522         (denorm): Likewise.
21523         (__mp_dbl): Likewise.
21524         (__inv): Likewise.
21526         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
21527         mp_no value for 1.0 and 2.0.
21528         (norm): Use RADIXI instead of radixi.d.
21529         (denorm): Likewise.
21530         (__mul): Use 0.0 instead of zero.d.
21531         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
21532         mp_no value for 1.0 and 2.0.
21533         (norm): Use RADIXI instead of radixi.d.
21534         (denorm): Likewise.
21535         (__mul): Use 0.0 instead of zero.d.
21537 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
21539         [BZ #14994]
21540         * math/s_casinh.c (__casinh): Reduce finite argument to first
21541         quadrant then set signs of results at the end.
21542         * math/s_casinhf.c (__casinhf): Likewise.
21543         * math/s_casinhl.c (__casinhl): Likewise.
21544         * math/libm-test.inc (casin_test): Add more tests.
21545         (casinh_test): Likewise.
21546         * sysdeps/i386/fpu/libm-test-ulps: Update.
21547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21549 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21551         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
21553         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
21555         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
21556         declarations.
21557         (denorm): Likewise.
21558         (__mp_dbl): Likewise.
21559         (__inv): Likewise.
21561         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
21562         and adjust the header comment.
21564         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
21565         variable name from declaration.
21567 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
21569         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21570         Initialize COMMON_CPUID_INDEX_7 element.
21571         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
21572         (CPUID_RTM): Likewise.
21573         (HAS_RTM): Likewise.
21574         (COMMON_CPUID_INDEX_7): New enum.
21576 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
21578         [BZ #14981]
21579         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
21580         size is zero, record memory as freed.
21582 2013-01-03  Andreas Jaeger  <aj@suse.de>
21584         * po/ia.po: Add new Interlingua translation.
21586 2012-01-03  Allan McRae  <allan@archlinux.org>
21588         * locale/programs/localedef.c: Fix description of '--posix' flag.
21590 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
21592         * NEWS: Update dates in second copyright notice.
21593         * README: Update copyright dates in example.
21594         * manual/libc.texinfo: Update copyright dates.
21595         * scripts/test-installation.pl: Update copyright date in --version
21596         output.
21598         * hurd/ctty-input.c: Fix copyright notice formatting.
21599         * hurd/ctty-output.c: Likewise.
21600         * hurd/dtable.c: Likewise.
21601         * hurd/hurd-raise.c: Likewise.
21602         * hurd/hurdprio.c: Likewise.
21603         * hurd/msgportdemux.c: Likewise.
21604         * misc/sys/file.h: Likewise.
21605         * misc/sys/ioctl.h: Likewise.
21606         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21607         * sysdeps/mach/hurd/chdir.c: Likewise.
21608         * sysdeps/mach/hurd/fchdir.c: Likewise.
21609         * sysdeps/mach/hurd/rename.c: Likewise.
21610         * sysdeps/mach/hurd/rmdir.c: Likewise.
21611         * sysdeps/mach/hurd/seekdir.c: Likewise.
21612         * sysdeps/mach/hurd/setsid.c: Likewise.
21613         * sysdeps/posix/wait3.c: Likewise.
21615         * All files with FSF copyright notices: Update copyright dates
21616         using scripts/update-copyrights.
21617         * intl/plural.c: Regenerated.
21618         * locale/programs/charmap-kw.h: Likewise.
21619         * locale/programs/locfile-kw.h: Likewise.
21621 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21623         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
21624         four values.
21626         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
21627         calculation loop and add branch prediction.
21629         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
21630         check access beyond bounds of m1np.
21632         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
21633         MPTWO.
21634         (__inv): Remove local variable MPTWO to use the global
21635         constant.
21636         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
21637         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
21638         variable MPTWO.
21639         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
21640         MP3HALFS static const.
21642 2013-01-01  David S. Miller  <davem@davemloft.net>
21644         * po/ca.po: Update from translation team.
21646 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
21648         * scripts/update-copyrights: New file.
21649         * Makeconfig: Reformat copyright notice.
21650         * ctype/ctype.h: Likewise.
21651         * debug/swprintf_chk.c: Likewise.
21652         * elf/dl-cache.c: Likewise.
21653         * elf/dl-debug.c: Likewise.
21654         * elf/dl-object.c: Likewise.
21655         * grp/initgroups.c: Likewise.
21656         * hurd/Makefile: Likewise.
21657         * hurd/hurd/signal.h: Likewise.
21658         * hurd/hurdfault.c: Likewise.
21659         * hurd/hurdioctl.c: Likewise.
21660         * hurd/hurdlookup.c: Likewise.
21661         * hurd/intr-msg.c: Likewise.
21662         * iconv/gconv_open.c: Likewise.
21663         * libio/swprintf.c: Likewise.
21664         * locale/lc-ctype.c: Likewise.
21665         * locale/nl_langinfo.c: Likewise.
21666         * mach/Machrules: Likewise.
21667         * mach/Makefile: Likewise.
21668         * malloc/obstack.h: Likewise.
21669         * manual/Makefile: Likewise.
21670         * manual/tsort.awk: Likewise.
21671         * misc/bits/stab.def: Likewise.
21672         * nis/nis_print_group_entry.c: Likewise.
21673         * nis/nis_table.c: Likewise.
21674         * nis/nss_compat/compat-pwd.c: Likewise.
21675         * nis/nss_compat/compat-spwd.c: Likewise.
21676         * po/Makefile: Likewise.
21677         * posix/fnmatch.c: Likewise.
21678         * posix/regex.h: Likewise.
21679         * resolv/Makefile: Likewise.
21680         * resolv/nss_dns/dns-network.c: Likewise.
21681         * resolv/res_hconf.c: Likewise.
21682         * scripts/gen-sorted.awk: Likewise.
21683         * soft-fp/soft-fp.h: Likewise.
21684         * stdio-common/printf.h: Likewise.
21685         * stdlib/monetary.h: Likewise.
21686         * stdlib/random.c: Likewise.
21687         * stdlib/random_r.c: Likewise.
21688         * sysdeps/generic/Makefile: Likewise.
21689         * sysdeps/gnu/Makefile: Likewise.
21690         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
21691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21692         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
21693         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21694         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
21695         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
21697         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21698         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21699         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21700         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21701         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21702         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
21703         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
21704         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
21705         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
21706         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21707         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21708         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21709         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21710         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
21711         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
21712         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
21713         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
21714         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
21715         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
21716         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21717         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
21718         * sysdeps/mach/hurd/errnos.awk: Likewise.
21719         * sysdeps/mach/hurd/fork.c: Likewise.
21720         * sysdeps/mach/hurd/getcwd.c: Likewise.
21721         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
21722         * sysdeps/mach/hurd/mmap.c: Likewise.
21723         * sysdeps/mach/hurd/utimes.c: Likewise.
21724         * sysdeps/mach/hurd/xmknod.c: Likewise.
21725         * sysdeps/posix/profil.c: Likewise.
21726         * sysdeps/posix/readdir_r.c: Likewise.
21727         * sysdeps/powerpc/bits/mathdef.h: Likewise.
21728         * sysdeps/powerpc/bits/setjmp.h: Likewise.
21729         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
21730         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
21731         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
21732         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
21733         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
21734         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
21735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
21736         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
21737         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
21738         * sysdeps/pthread/lio_listio.c: Likewise.
21739         * sysdeps/sparc/dl-procinfo.h: Likewise.
21740         * sysdeps/unix/i386/sysdep.S: Likewise.
21741         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
21742         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
21743         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
21744         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
21745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
21746         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
21747         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
21748         * sysdeps/unix/sysv/linux/speed.c: Likewise.
21749         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
21750         * sysdeps/wordsize-32/divdi3.c: Likewise.
21751         * time/sys/time.h: Likewise.
21752         * wcsmbs/Makefile: Likewise.
21754 2013-01-01  David S. Miller  <davem@davemloft.net>
21756         * po/fr.po: Update from translation team.
21758         * catgets/gencat.c: Update copyright year.
21759         * csu/version.c: Likewise.
21760         * debug/catchsegv.sh: Likewise.
21761         * debug/pcprofiledump.c: Likewise.
21762         * debug/xtrace.sh: Likewise.
21763         * elf/ldconfig.c: Likewise.
21764         * elf/ldd.bash.in: Likewise.
21765         * elf/pldd.c: Likewise.
21766         * elf/sotruss.ksh: Likewise.
21767         * elf/sprof.c: Likewise.
21768         * iconv/iconv_prog.c: Likewise.
21769         * iconv/iconvconfig.c: Likewise.
21770         * locale/programs/locale.c: Likewise.
21771         * locale/programs/localedef.c: Likewise.
21772         * login/programs/pt_chown.c: Likewise.
21773         * malloc/memusage.sh: Likewise.
21774         * malloc/memusagestat.c: Likewise.
21775         * malloc/mtrace.pl: Likewise.
21776         * nscd/nscd.c: Likewise.
21777         * nss/getent.c: Likewise.
21778         * nss/makedb.c: Likewise.
21779         * posix/getconf.c: Likewise.
21781 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
21783         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
21784         numbers.
21786 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
21788         * math/bits/mathcalls.h (modf): Use __nonnull.
21790 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21792         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
21793         (split): Use macro CN instead of the bare value.
21794         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
21795         could be used.
21796         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
21797         instead of the bare value.
21798         (power1): Likewise.
21800 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21802         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
21803         __ATAN_TWOM.
21804         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
21806         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
21807         their values.
21808         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
21809         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
21810         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
21811         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
21813 2012-12-28  Andreas Jaeger  <aj@suse.de>
21815         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
21816         values are from Linux 3.7.
21818         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
21819         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
21821 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21823         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
21824         TRUE case.
21826         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
21827         (norm): Likewise.
21828         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
21829         variables with preprocessor constants.
21830         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
21831         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
21832         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
21834 2012-12-27  Bruno Haible  <bruno@clisp.org>
21836         [BZ #14317]
21837         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
21838         only if needed.
21840 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21842         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
21843         and use variable directly.
21844         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
21846         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
21847         MPONE.
21848         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
21849         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
21850         variable MPONE.
21851         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
21852         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
21853         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
21854         include directive.  Remove local variable MPONE.
21855         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
21856         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
21857         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
21859 2012-12-25  David S. Miller  <davem@davemloft.net>
21861         * version.h (RELEASE): Set to "development".
21862         (VERSION): Set to "2.17.90".
21863         * NEWS: Add 2.18 section.
21865 2012-12-21  David S. Miller  <davem@davemloft.net>
21867         * po/hr.po: Update from translation team.
21869 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21871         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
21873 2012-12-19  Steve Ellcey  <sellcey@mips.com>
21875         * NEWS:  Mention new memcpy for MIPS.
21877 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21879         * manual/contrib.texi (Contributors): Spelling correction.
21881 2012-12-15  David S. Miller  <davem@davemloft.net>
21883         * po/ru.po: Update from translation team.
21885 2012-12-13  David S. Miller  <davem@davemloft.net>
21887         * NEWS: Mention IFUNC testsuite enhancements.
21889         * po/pl.po: Update from translation team.
21890         * po/bg.po: Likewise.
21892         * manual/contrib.texi (Contributors): Update entries for Hongjiu
21893         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
21895 2012-12-11  David S. Miller  <davem@davemloft.net>
21897         * po/sv.po: Update from translation team.
21899         * po/vi.po: Update from translation team.
21901         * po/cs.po: Update from translation team.
21903         * po/de.po: Update from translation team.
21904         * po/eo.po: Likewise.
21905         * po/nl.po: Likewise.
21907 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21909         [BZ #14246]
21910         * manual/argp.texi (Argp Helper Functions): Move node to follow
21911         Argp Parsing State.
21913         [BZ #14872]
21914         * manual/conf.texi (Limits on File System Capacity): Mention if
21915         terminating null is included in the max size.
21917 2012-12-10  Andreas Jaeger  <aj@suse.de>
21919         * po/cs.po: Update from translation team.
21921 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
21923         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
21924         void pointer and cast to uintptr_t.
21925         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
21926         path.
21927         * sysdeps/s390/s390-64/memcpy.S: Likewise.
21928         * sysdeps/s390/s390-64/memset.S: Likewise.
21930 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
21932         [BZ #14833]
21933         * menual/message.texi (Message Translation): Fix typos.
21934         (Helper programs for gettext): Likewise.
21936 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
21938         [BZ #14898]
21939         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
21940         Change to -1.
21942 2012-12-07  David S. Miller  <davem@davemloft.net>
21944         * po/libc.pot: Update.
21946 2012-12-07  Richard Henderson  <rth@redhat.com>
21948         [BZ #10114]
21949         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
21950         normal/normal case to before the switch.
21951         (_FP_DIV): Likewise.
21953 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
21954             Mike Frysinger  <vapier@gentoo.org>
21956         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
21957         check for __NR_fadvise64_64.
21959 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
21961         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
21962         0, not just to plain "0" as a statement.
21963         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
21964         with cw.
21966 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
21968         * NEWS: Use sourceware.org in Bugzilla URL.
21970 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
21973         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
21975         * stdio-common/tst-put-error.c (do_test): Add newline to the
21976         padded test to ensure flush.
21978 2012-12-05  Jeff Law  <law@redhat.com>
21980         * sunrpc/etc.rpc (fedfs_admin): Add entry.
21982 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
21984         * README: Don't refer to ports add-on as distributed separately.
21985         Mention AArch64 in list of systems supported in the ports add-on.
21987         * LICENSES: Add more non-FSF copyright and license notices.
21989         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
21990         ((unused)).
21992         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
21994         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
21995         10000 as width of padded output.
21997 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
21999         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
22001         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
22002         variable LX with __attribute__ ((unused)).
22003         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22004         Likewise.
22005         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22006         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22007         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
22008         with __attribute__ ((unused)).
22010 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
22012         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
22014 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
22016         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
22017         (CFLAGS-nldbl-acos.c): New variable.
22018         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
22019         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
22020         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
22021         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
22022         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
22023         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
22024         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
22025         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
22026         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
22027         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
22028         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
22029         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
22030         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
22031         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
22032         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
22033         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
22034         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
22035         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
22036         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
22037         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
22038         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
22039         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
22040         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
22041         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
22042         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
22043         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
22044         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
22045         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
22046         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
22047         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
22048         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
22049         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
22050         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
22051         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
22052         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
22053         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
22054         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
22055         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
22056         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
22057         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
22058         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
22059         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
22060         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
22061         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
22062         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
22063         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
22064         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
22065         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
22066         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
22067         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
22068         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
22069         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
22070         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
22071         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
22072         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
22073         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
22074         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
22075         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
22076         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
22077         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
22078         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
22079         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
22080         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
22081         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
22082         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
22083         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
22084         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
22085         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
22086         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
22087         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
22088         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
22089         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
22090         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
22091         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
22092         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
22093         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
22094         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
22095         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
22096         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
22097         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
22098         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
22099         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
22100         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
22101         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
22102         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
22103         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
22104         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
22105         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
22106         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
22107         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
22108         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
22109         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
22110         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
22111         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
22112         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
22113         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
22114         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
22116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
22117         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
22119         [BZ #14914]
22120         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
22121         whole low double instead of just low 47 bits when splitting values
22122         into two parts.
22124 2012-12-03  Allan McRae  <allan@archlinux.org>
22126         * manual/stdio.texi (Predefined Printf Handlers): Remove
22127         @hsep and @vsep usage.
22129 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
22131         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
22132         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
22134 2012-12-03  Jeff Law  <law@redhat.com>
22136         * time/sys/time.h (settimeofday): Do not mark TV argument
22137         as __nonnull.
22139 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
22141         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
22142         when currently writing and seek to current position when not.
22143         * libio/Makefile (tests): Remove bug-fclose1.
22144         * libio/bug-fclose1.c: Delete.
22146 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
22148         * manual/arith.texi (feenableexcept): Fix typo.
22149         (fedisableexcept): Likewise.
22151 2012-11-30  Roland McGrath  <roland@hack.frob.com>
22153         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
22154         second, differently-typed declaration, rather than a cast.
22156 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22158         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
22159         * include/rpc/svc.h: ... here.
22161 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
22163         [BZ #13013]
22164         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
22165         depending n and resplen2 to catch cases where answer
22166         equals answerp2.
22168 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
22170         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
22171         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
22173 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
22175         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
22177 2012-11-29  Roland McGrath  <roland@hack.frob.com>
22179         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
22181 2012-11-28  Jeff Law  <law@redhat.com>
22183         [BZ #13761]
22184         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
22185         dataset_temporary.  Track alloca usage into alloca_used.
22186         If dataset is large allocate and release it via malloc/free.
22188 2012-06-04  Florian Weimer  <fweimer@redhat.com>
22190         [BZ #14197]
22191         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
22193 2012-11-28  David S. Miller  <davem@davemloft.net>
22195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22197 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
22199         [BZ #14803]
22200         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
22201         of pi/2 rounded to nearest to 64 bits.
22202         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
22203         nearest to 64 bits.
22204         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
22205         bits.
22207 2012-11-28  Jeff Law <law@redhat.com>
22208             Martin Osvald <mosvald@redhat.com>
22210         [BZ #14889]
22211         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
22212         * sunrpc/svc.c: Include time.h.
22213         (__svc_accept_failed): New function.
22214         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
22215         any reason other than EINTR, call __svc_accept_failed.
22216         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
22217         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
22219 2012-11-28  Andreas Schwab  <schwab@suse.de>
22221         * scripts/abilist.awk: Also handle indirect functions in .opd
22222         section.
22224 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
22226         [BZ #13881]
22227         * sysdeps/x86/fpu/powl_helper.c: New file.
22228         * sysdeps/x86/fpu/Makefile: Likewise.
22229         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
22230         (p3): New object.
22231         (__ieee754_powl): Use __powl_helper for finite arguments except
22232         integer exponents below 8.
22233         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
22234         (p3): New object.
22235         (__ieee754_powl): Use __powl_helper for finite arguments except
22236         integer exponents below 8.
22237         * math/libm-test.inc (pow_test): Add more tests and enable some
22238         previously disabled tests.
22239         * sysdeps/i386/fpu/libm-test-ulps: Update.
22240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22242 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22243             Carlos O'Donell  <carlos_odonell@mentor.com>
22245         * nss/makedb.c (is_prime): Assert that input is odd and greater
22246         than 4.  Note that fact in a comment too.
22247         (next_prime): Add 4 to input.
22249 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
22251         [BZ #11741]
22252         * libio/Makefile (tests): Add test case tst-fwrite-error.
22253         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
22254         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
22255         * libio/tst-fwrite-error.c: New test case.
22257 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
22259         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
22260         before casting to void *.
22261         * include/libc-internal.h (__pointer_type): New macro.
22262         (__integer_if_pointer_type_sub): Likewise.
22263         (__integer_if_pointer_type): Likewise.
22264         (cast_to_integer): Likewise.
22265         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
22266         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
22267         before casting to atomic64_t.
22268         (atomic_exchange_acq): Likewise.
22269         (__arch_exchange_and_add_body): Likewise.
22270         (__arch_add_body): Likewise.
22271         (atomic_add_negative): Likewise.
22272         (atomic_add_zero): Likewise.
22274 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
22276         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
22277         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
22278         (add_fdes): Likewise.
22279         (linear_search_fdes): Likewise.
22280         (binary_search_unencoded_fdes): Likewise.
22282 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
22284         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
22286 2012-11-24  Adam Conrad  <adconrad@0c3.net>
22288         * configure.in: Autodetect C++ header directories.
22289         * configure: Regenerated.
22291 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
22293         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
22295 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
22297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22299 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
22301         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
22302         LDBL_MANT_DIG == 106]: Disable some tests.
22303         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
22304         Likewise.
22305         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
22306         Likewise.
22308         [BZ #14871]
22309         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
22310         input for small inputs.  Return +/- pi/2 for large inputs.
22311         * math/libm-test.inc (atan_test): Add more tests.
22313         * sysdeps/generic/unwind-dw2-fde-glibc.c
22314         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
22315         __attribute__ ((unused)).
22317         [BZ #14645]
22318         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
22319         x * y if x and y are nonzero and z is zero.
22321         [BZ #14811]
22322         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
22323         nonzero exponents with absolute value below 0x1p-117 to +/-
22324         0x1p-117.
22326         [BZ #14869]
22327         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
22328         up arguments below 2**-450, not just those below 2**-500.
22329         * math/libm-test.inc (hypot_test): Add another test.
22331         [BZ #14868]
22332         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
22333         Return a+b for ratio over 2**120, not 2**60.
22334         * math/libm-test.inc (hypot_test): Add another test.
22336         * math/libm-test.inc (clog_test): Use
22337         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
22338         (clog10_test): Likewise.
22340         [BZ #6778]
22341         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
22343 2012-11-22  Andreas Schwab  <schwab@suse.de>
22345         * sysdeps/i386/fpu/libm-test-ulps: Update.
22347 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
22349         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
22350         printf output with newline.
22352 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
22354         [BZ #14865]
22355         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
22356         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
22357         -z nodlopen, -z initfirst and -z execstack support.
22358         * configure: Regenerated.
22360         * elf/elf.h (DF_1_NODIRECT): New macro.
22361         (DF_1_IGNMULDEF): Likewise.
22362         (DF_1_NOKSYMS): Likewise.
22363         (DF_1_NOHDR): Likewise.
22364         (DF_1_EDITED): Likewise.
22365         (DF_1_NORELOC): Likewise.
22366         (DF_1_SYMINTPOSE): Likewise.
22367         (DF_1_GLOBAUDIT): Likewise.
22368         (DF_1_SINGLETON): Likewise.
22369         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
22370         DT_1_SUPPORTED_MASK bits.
22371         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
22373 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
22375         * sysdeps/unix/make-syscalls.sh: Document prefixes.
22377 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
22379         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
22380         macro.
22382         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
22383         (sendmmsg): Move declarations...
22384         * socket/sys/socket.h: ... here.
22385         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
22386         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
22387         include it from...
22388         * socket/recvmmsg.c: ... this new file.
22389         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
22390         (sendmmsg): Rename to __sendmmsg, create weak alias and make
22391         definition of __sendmmsg hidden.
22392         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
22393         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
22394         Move ENOSYS stub into and include it from...
22395         * socket/sendmmsg.c: ... this new file.
22396         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
22397         (sysdep_routines): Move recvmmsg and sendmmsg...
22398         * socket/Makefile (routines): ... here.
22399         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
22400         (GLIBC_PRIVATE): Add __sendmmsg.
22401         * include/sys/socket.h (__sendmmsg): Add declarations.
22402         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
22403         sendmmsg.
22405 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
22407         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
22408         variable I1 with __attribute__ ((unused)).
22409         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
22411 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
22413         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
22414         DUMMY variables with __attribute__ ((unused)).
22416         * bits/byteswap.h: Include <bits/types.h>.
22417         (__bswap_64): Use __uint64_t instead of unsigned long long int.
22419 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
22421         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
22422         string_t.  Do not manually set errno.
22423         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
22424         length with __strnlen.  Make sure to both set errno and return it on
22425         failure.
22427 2012-11-19  David S. Miller  <davem@davemloft.net>
22429         With help from Joseph Myers.
22430         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
22431         very large arguments properly.
22432         * math/libm-test.inc (atan_test): New tests.
22433         (atan2_test): New tests.
22434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22435         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22437 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
22439         [BZ #14856]
22440         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
22441         Define to 3.
22443         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
22444         [POSIX] (EADDRNOTAVAIL): Likewise.
22445         [POSIX] (EAFNOSUPPORT): Likewise.
22446         [POSIX] (EALREADY): Likewise.
22447         [POSIX] (ECONNABORTED): Likewise.
22448         [POSIX] (ECONNREFUSED): Likewise.
22449         [POSIX] (ECONNRESET): Likewise.
22450         [POSIX] (EDESTADDRREQ): Likewise.
22451         [POSIX] (EDQUOT): Likewise.
22452         [POSIX] (EHOSTUNREACH): Likewise.
22453         [POSIX] (EIDRM): Likewise.
22454         [POSIX] (EISCONN): Likewise.
22455         [POSIX] (ELOOP): Likewise.
22456         [POSIX] (EMULTIHOP): Likewise.
22457         [POSIX] (ENETDOWN): Likewise.
22458         [POSIX] (ENETUNREACH): Likewise.
22459         [POSIX] (ENOBUFS): Likewise.
22460         [POSIX] (ENODATA): Likewise.
22461         [POSIX] (ENOLINK): Likewise.
22462         [POSIX] (ENOMSG): Likewise.
22463         [POSIX] (ENOPROTOOPT): Likewise.
22464         [POSIX] (ENOSR): Likewise.
22465         [POSIX] (ENOSTR): Likewise.
22466         [POSIX] (ENOTCONN): Likewise.
22467         [POSIX] (ENOTSOCK): Likewise.
22468         [POSIX] (EOPNOTSUPP): Likewise.
22469         [POSIX] (EOVERFLOW): Likewise.
22470         [POSIX] (EPROTO): Likewise.
22471         [POSIX] (EPROTONOSUPPORT): Likewise.
22472         [POSIX] (EPROTOTYPE): Likewise.
22473         [POSIX] (ESTALE): Likewise.
22474         [POSIX] (ETIME): Likewise.
22475         [POSIX] (ETXTBSY): Likewise.
22476         [POSIX] (EWOULDBLOCK): Likewise.
22477         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
22478         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
22479         [POSIX] (SEEK_CUR): Likewise.
22480         [POSIX] (SEEK_END): Likewise.
22481         [POSIX || UNIX98] (mode_t): Do not require.
22482         [POSIX] (off_t): Likewise.
22483         [POSIX] (pid_t): Likewise.
22484         [POSIX] (sys/stat.h): Do not allow header.
22485         [POSIX] (unistd.h): Likewise.
22486         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
22487         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
22488         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
22489         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
22490         require.
22491         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
22492         sigevent): Specify elements.
22493         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
22494         entry.
22495         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
22496         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
22498         * conform/data/cpio.h-data [POSIX]: Disable whole file.
22499         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
22500         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
22501         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
22502         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
22503         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
22504         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
22505         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
22506         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
22507         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
22508         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
22509         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
22510         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
22511         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
22512         Likewise.
22513         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
22514         Likewise.
22515         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
22516         Likewise.
22517         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
22518         Likewise.
22519         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
22520         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
22521         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
22522         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
22523         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
22524         Specify lower bound on value.
22525         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
22526         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
22527         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
22528         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
22529         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
22530         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
22531         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
22532         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
22533         value.
22534         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
22535         as optional.
22536         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
22537         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
22538         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
22539         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
22540         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
22541         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
22542         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
22543         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
22544         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
22545         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
22546         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
22547         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
22548         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
22549         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
22550         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
22551         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
22552         entry.
22553         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
22554         optional.
22555         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
22556         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
22557         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
22558         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
22559         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
22560         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
22561         Likewise.
22562         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
22563         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
22564         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
22565         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
22566         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
22567         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
22568         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
22569         as optional.
22570         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
22571         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
22572         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
22573         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
22574         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
22575         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
22576         specify as optional.
22577         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
22578         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
22579         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
22580         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
22581         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
22582         [XPG3] (NL_LANGMAX): Likewise.
22583         [POSIX || XPG3] (NL_MSGMAX): Likewise.
22584         [POSIX || XPG3] (NL_NMAX): Likewise.
22585         [POSIX || XPG3] (NL_SETMAX): Likewise.
22586         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
22587         [XPG3] (NZERO): Likewise.
22588         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
22589         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
22590         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
22591         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
22592         (REG_ERANGE): Expect.
22593         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
22594         optional-constant.
22595         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
22596         Use (void) in prototype.
22597         [POSIX] (*_t): Allow.
22598         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
22599         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
22600         (WRDE_BADVAL): Expect.
22602         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
22603         expect.
22604         [XPG3 || XPG4] (O_RSYNC): Likewise.
22605         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
22606         Likewise.
22607         [XPG3 || XPG4] (pthread_sigmask): Likewise.
22608         [XPG3 || XPG4] (sigqueue): Likewise.
22609         [XPG3 || XPG4] (sigtimedwait): Likewise.
22610         [XPG3 || XPG4] (sigwaitinfo): Likewise.
22611         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
22612         [XPG3 || XPG4] (vsnprintf): Likewise.
22613         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
22614         Likewise.
22615         [XPG3 || XPG4] (blksize_t): Likewise.
22616         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
22617         Likewise.
22618         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
22619         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
22620         [XPG3 || XPG4] (struct itimerspec): Likewise.
22621         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
22622         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
22623         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
22624         [XPG3 || XPG4] (clockid_t): Likewise.
22625         [XPG3 || XPG4] (timer_t): Likewise.
22626         [XPG3 || XPG4] (clock_getres): Likewise.
22627         [XPG3 || XPG4] (clock_gettime): Likewise.
22628         [XPG3 || XPG4] (clock_settime): Likewise.
22629         [XPG3 || XPG4] (nanosleep): Likewise.
22630         [XPG3 || XPG4] (timer_create): Likewise.
22631         [XPG3 || XPG4] (timer_delete): Likewise.
22632         [XPG3 || XPG4] (timer_gettime): Likewise.
22633         [XPG3 || XPG4] (timer_getoverrun): Likewise.
22634         [XPG3 || XPG4] (timer_settime): Likewise.
22635         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
22636         [XPG3 || XPG4] (getlogin_r): Likewise.
22637         [XPG3 || XPG4] (pread): Likewise.
22638         [XPG3 || XPG4] (pthread_atfork): Likewise.
22639         [XPG3 || XPG4] (pwrite): Likewise.
22641         [BZ #14835]
22642         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
22643         <bits/siginfo.h>.
22645 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
22647         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
22648         finalizing MALLSTREAM.
22650         * sysdeps/mach/hurd/syncfs.c: New file.
22652 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22654         [BZ #14719]
22655         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
22656         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
22657         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
22658         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
22659         (_nss_dns_gethostbyname4_r): Likewise.
22660         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
22661         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
22663 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
22665         [BZ #13763]
22666         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
22668 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
22670         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
22671         * elf/cache.c (print_entry): Print ",AArch64" for
22672         FLAG_AARCH64_LIB64
22674         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
22675         * elf/cache.c (print_entry): Print ",hard-float" for
22676         FLAG_ARM_LIBHF.
22678 2012-11-18  David S. Miller  <davem@davemloft.net>
22680         With help from Joseph Myers.
22681         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
22682         cutoff to 2**-13.
22683         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
22684         cutoff to 2**-25.
22685         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
22686         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
22687         small.
22688         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
22689         * math/libm-test.inc (y0_test): New tests.
22690         (y1_test): New tests.
22691         * sysdeps/i386/fpu/libm-test-ulps: Update.
22692         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22695 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
22697         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
22698         64-bit targets.
22699         * configure: Regenerated.
22701 2012-11-17  David S. Miller  <davem@davemloft.net>
22703         [BZ #14811]
22704         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
22705         nonzero exponents with absolute value below 0x1p-128 to +/-
22706         0x1p-128.
22708 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
22710         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
22712         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
22714         * posix/getconf-speclist.c: New file.
22715         * posix/posix-envs.def: Likewise.
22716         * posix/confstr.c (START_ENV_GROUP): New macro.
22717         (END_ENV_GROUP): Likewise.
22718         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
22719         (KNOWN_PRESENT_ENV_STRING): Likewise.
22720         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
22721         (UNKNOWN_ENVIRONMENT): Likewise.
22722         (confstr): Include posix-envs.def instead of handling
22723         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
22724         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
22725         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
22726         (END_ENV_GROUP): Likewise.
22727         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
22728         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
22729         (UNKNOWN_ENVIRONMENT): Likewise.
22730         (__sysconf): Include posix-envs.def instead of handling associated
22731         cases directly here.
22732         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
22733         preprocessing getconf-speclist.c rather than running getconf or
22734         generating empty file.
22736 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
22738         * scripts/check-local-headers.sh: Ignore 'mach' headers.
22740 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
22742         [BZ #14672]
22743         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
22745 2012-11-16  David S. Miller  <davem@davemloft.net>
22747         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
22748         smaller than LDBL_EPSILON/2.0L, just return xm1.
22750 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
22752         * elf/tst-array1.c (init): Set constructor priority to 1000.
22753         (fini): Set destructor priority to 1000.
22754         * elf/tst-array2dep.c: Likewise.
22756 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22758         [BZ #11741]
22759         * libio/fileops.c (_IO_new_file_write): Correctly return error.
22760         (_IO_new_file_xsputn): Also return EOF if none of the input
22761         data was written when overflow failed.
22762         * libio/iopadn.c (_IO_padn): Likewise.
22763         * libio/iowpadn.c (_IO_wpadn): Likewise.
22764         * stdio-common/tst-put-error.c: Add copyright notice.
22765         (do_test): Add case for printing padded string.
22766         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
22767         _IO_padn returned error.
22768         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
22769         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
22770         return EOF.
22772 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22774         * libio/libioP.h: Add comment note that the references to C++
22775         bits are now obsolete.
22777 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22779         * math/libm-test.inc (check_complex): Use asprintf.
22781 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
22783         * debug/pcprofiledump.c (print_version): Update copyright year.
22784         * malloc/memusagestat.c (print_version): Likewise.
22786 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
22788         [BZ #14831]
22789         * elf/Makefile (tests): Add tst-audit8.
22790         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
22791         ($(objpfx)tst-audit8.out): New target.
22792         (tst-audit8-ENV): New variable.
22793         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
22794         audit if l_reloc_result is NULL.
22795         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
22796         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
22797         * elf/tst-audit8.c: New file.
22799 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22801         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
22802         * misc/Makefile (CFLAGS-select.c): Define.
22803         * posix/Makefile (CFLAGS-pause.c): Define.
22805 2012-11-13  David S. Miller  <davem@davemloft.net>
22807         * crypt/Makefile: Move test targets after toplevel Rules
22808         inclusion.  Grab any necessary sysdep routines when linking.
22809         * crypt/md5.c (md5_process_block): Remove define, we will always
22810         name it __md5_process_block.
22811         (md5_finish_ctx): Update md5_process_block call.
22812         (md5_stream): Likewise.
22813         (md5_process_bytes): Likewise.
22814         (md5_process_block): Rename to __md5_process_block and move to ...
22815         * crypt/md5-block.c: ... here.
22816         * crypt/sha256.c (sha256_process_block): Move to ...
22817         * crypt/sha256-block.c: ... here.
22818         * crypt/sha512.c (sha512_process_block): Move to ...
22819         * crypt/sha512-block.c: ... here.
22820         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
22821         path.
22822         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
22823         * sysdeps/sparc/sparc64/multiarch/Makefile
22824         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
22825         crypt subdir.
22826         (localedef-aux): Add md5 crypto assembler when in locale subdir.
22827         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
22828         multiarch changes.
22829         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
22830         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
22831         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
22832         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
22833         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
22834         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
22835         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
22836         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
22837         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
22838         file.
22839         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
22840         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
22841         file.
22842         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
22844 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
22846         * timezone/tzselect.ksh: Update from tzcode git revision
22847         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
22848         * timezone/zdump.c: Likewise.
22849         * timezone/zic.c: Likewise.
22850         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
22851         in TZVERSION setting, not $(PKGVERSION).
22852         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
22853         REPORT_BUGS_TO settings.
22855         [BZ #14838]
22856         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
22857         macro.
22859 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22861         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
22862         detection to immediately after _FP_ROUND().
22863         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
22864         bits are 0.
22866 2012-11-11  David S. Miller  <davem@davemloft.net>
22868         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
22869         inttypes.h
22870         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
22871         __close rather than their public counterparts.
22873 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
22875         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
22876         file.
22877         [UNIX98] (sem_timedwait): Do not expect.
22878         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
22879         [XPG4 || UNIX98] (sockatmark): Do not expect.
22880         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
22881         (clock_getcpuclockid): Do not expect.
22882         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
22883         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
22884         Do not expect.
22885         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
22886         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
22887         [UNIX98] (vwscanf): Likewise.
22888         [UNIX98] (vswscanf): Likewise.
22890 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
22892         * timezone/version.h: Remove file.
22893         * timezone/README: Do not refer to version.h.
22894         * timezone/Makefile ($(objpfx)zic.o): New dependency on
22895         $(objpfx)version.h.
22896         ($(objpfx)zdump.o): Likewise.
22897         ($(objpfx)version.h): New target.
22899         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
22900         2012i.
22901         * timezone/README: Don't mention modification to tzselect.ksh.
22902         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
22903         work on unmodified tzselect.ksh.  Substitute version numbers in
22904         tzselect.ksh.
22906         * Makefile (format-me): Remove.
22907         (INSTALL): Adjust indentation.  Use commands directly instead of
22908         using $(format-me).
22910         * aclocal.m4 (ACX_PKGVERSION): New macro.
22911         (ACX_BUGURL): Likewise.
22912         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
22913         (PKGVERSION): New AC_DEFINE_UNQUOTED.
22914         (REPORT_BUGS_TO): Likewise.
22915         * configure: Regenerated.
22916         * config.h.in (PKGVERSION): New macro.
22917         (REPORT_BUGS_TO): Likewise.
22918         * config.make.in (PKGVERSION): New variable.
22919         (PKGVERSION_TEXI): Likewise.
22920         (REPORT_BUGS_TO): Likewise.
22921         (REPORT_BUGS_TEXI): Likewise.
22922         * Makefile (format-me): Use -I$(common-objpfx)manual.
22923         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
22924         ($(common-objpfx)manual/%): New target.
22925         (manual/%): Remove target.
22926         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
22927         (print_version): Use PKGVERSION.
22928         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
22929         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
22930         and REPORT_BUGS_TO.
22931         ($(objpfx)xtrace): Likewise.
22932         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
22933         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
22934         (print_version): Use PKGVERSION.
22935         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
22936         (do_version): Use PKGVERSION.
22937         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
22938         REPORT_BUGS_TO.
22939         (common-ldd-rewrite): Likewise.
22940         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
22941         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
22942         (print_version): Use PKGVERSION.
22943         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
22944         * elf/pldd.c (argp_program_bug_address): Remove variable.
22945         (more_help): New function.
22946         (argp): Use more_help.
22947         (print_version): Use PKGVERSION.
22948         * elf/sln.c (main): Use PKGVERSION.
22949         (usage): Use REPORT_BUGS_TO.
22950         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
22951         (top level): Use PKGVERSION.
22952         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
22953         (print_version): Use PKGVERSION.
22954         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
22955         (print_version): Use PKGVERSION.
22956         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
22957         (print_version): Use PKGVERSION.
22958         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
22959         (print_version): Use PKGVERSION.
22960         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
22961         (print_version): Use PKGVERSION.
22962         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
22963         (print_version): Use PKGVERSION.
22964         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
22965         and BUGURL.
22966         ($(objpfx)memusage): Likewise.
22967         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
22968         (do_version): Use PKGVERSION.
22969         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
22970         (print_version): Use PKGVERSION.
22971         * malloc/mtrace.pl ($PACKAGE): Remove variable.
22972         ($PKGVERSION): New variable.
22973         ($REPORT_BUGS_TO): Likewise.
22974         (usage): Use $REPORT_BUGS_TO.
22975         (top level): Use $PKGVERSION.
22976         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
22977         ($(objpfx)pkgvers.texi): New rule.
22978         ($(objpfx)stamp-pkgvers): Likewise.
22979         * manual/install.texi: Include pkgvers.texi.
22980         (--with-pkgversion): Document new configure option.
22981         (--with-bugurl): Likewise.
22982         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
22983         than necessarily for this particular distribution.  Use
22984         REPORT_BUGS_TO for where to report bugs.
22985         * INSTALL: Regenerated.
22986         * manual/libc.texinfo: Include pkgvers.texi.
22987         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
22988         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
22989         (print_version): Use PKGVERSION.
22990         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
22991         (print_version): Use PKGVERSION.
22992         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
22993         (print_version): Use PKGVERSION.
22994         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
22995         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
22996         macro.
22997         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
22998         (print_version): Use PKGVERSION.
22999         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
23000         (print_version): Use PKGVERSION.
23001         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
23002         and PKGVERSION.
23004         * timezone/checktab.awk: Update from tzcode 2012i.
23005         * timezone/ialloc.c: Likewise.
23006         * timezone/private.h: Likewise.
23007         * timezone/scheck.c: Likewise.
23008         * timezone/tzfile.h: Likewise.
23009         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
23010         (TZVERSION): Hardcode tzcode version number.
23011         * timezone/zdump.c: Update from tzcode 2012i.
23012         * timezone/zic.c: Likewise.
23013         * timezone/version.h: New file.
23014         * timezone/README: Describe version.h.  Update upstream location.
23016         [BZ #14824]
23017         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
23018         (mktemp): Enable declaration.
23019         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
23020         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
23021         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
23022         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
23023         Likewise.
23024         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
23025         Likewise.
23026         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
23027         Likewise.
23028         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
23029         Likewise.
23030         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
23031         Likewise.
23032         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
23033         Likewise.
23035         [BZ #14821]
23036         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
23037         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
23038         for copies of such integer values.
23039         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
23040         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
23042 2012-11-09  Andreas Jaeger  <aj@suse.de>
23044         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
23045         definitions and declarations that are provided by
23046         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
23048 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23050         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
23051         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
23052         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
23053         definition.
23055 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23057         * elf/elf.h: Update comment before AArch64 relocations.
23059 2012-11-07  David S. Miller  <davem@davemloft.net>
23061         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
23062         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
23063         (__start_context): Declare.
23064         (__makecontext_ret): Delete.
23065         (__makecontext): Hook up __start_context instead of
23066         __makecontext_ret.
23067         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
23068         (sysdep_routines): Add __start_context when in stdlib.
23070 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
23072         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
23073         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
23074         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
23075         hardcoded "nm".
23076         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
23077         (READELF): New variable.  Use it instead of hardcoded "readelf".
23079 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
23081         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
23082         * sysdeps/x86/Makefile: Here.
23083         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
23084         * sysdeps/x86/tst-xmmymm.sh: This.
23086 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
23088         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
23089         expectations.
23090         [UNIX98] (pthread_barrier_t): Do not expect.
23091         [UNIX98] (pthread_barrierattr_t): Likewise.
23092         [UNIX98] (pthread_spinlock_t): Likewise.
23093         [UNIX98] (pthread_barrier_destroy): Likewise.
23094         [UNIX98] (pthread_barrier_init): Likewise.
23095         [UNIX98] (pthread_barrier_wait): Likewise.
23096         [UNIX98] (pthread_barrierattr_destroy): Likewise.
23097         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
23098         [UNIX98] (pthread_barrierattr_init): Likewise.
23099         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
23100         [UNIX98] (pthread_getcpuclockid): Likewise.
23101         [UNIX98] (pthread_mutex_timedlock): Likewise.
23102         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
23103         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
23104         [UNIX98] (pthread_sigmask): Likewise.
23105         [UNIX98] (pthread_spin_destroy): Likewise.
23106         [UNIX98] (pthread_spin_init): Likewise.
23107         [UNIX98] (pthread_spin_lock): Likewise.
23108         [UNIX98] (pthread_spin_trylock): Likewise.
23109         [UNIX98] (pthread_spin_unlock): Likewise.
23110         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
23111         Do not expect.
23112         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
23113         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
23114         [XPG3 || XPG4] (pthread_cond_t): Likewise.
23115         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
23116         [XPG3 || XPG4] (pthread_key_t): Likewise.
23117         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
23118         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
23119         [XPG3 || XPG4] (pthread_once_t): Likewise.
23120         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
23121         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
23122         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
23123         [XPG3 || XPG4] (pthread_t): Likewise.
23125         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
23126         not expect.
23127         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
23129         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
23130         Change function return type to int.
23132         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
23133         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
23134         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
23135         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
23136         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
23137         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
23138         [!POSIX] (posix_madvise): Likewise.
23139         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
23140         && !UNIX98].
23141         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
23142         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
23143         (mode_t): Likewise.
23144         (posix_mem_offset): Likewise.
23145         (posix_typed_mem_get_info): Likewise.
23146         (posix_typed_mem_open): Likewise.
23148         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
23149         Change condition to [XOPEN2K8].
23151         * conform/conformtest.pl: Preprocess allow-header data with -x c
23152         instead of from stdin.
23153         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
23154         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
23155         [C99-based standards] (cerfc): Likewise.
23156         [C99-based standards] (cexp2): Likewise.
23157         [C99-based standards] (cexpm1): Likewise.
23158         [C99-based standards] (clog10): Likewise.
23159         [C99-based standards] (clog1p): Likewise.
23160         [C99-based standards] (clog2): Likewise.
23161         [C99-based standards] (clgamma): Likewise.
23162         [C99-based standards] (ctgamma): Likewise.
23163         [C99-based standards] (cerff): Likewise.
23164         [C99-based standards] (cerfcf): Likewise.
23165         [C99-based standards] (cexp2f): Likewise.
23166         [C99-based standards] (cexpm1f): Likewise.
23167         [C99-based standards] (clog10f): Likewise.
23168         [C99-based standards] (clog1pf): Likewise.
23169         [C99-based standards] (clog2f): Likewise.
23170         [C99-based standards] (clgammaf): Likewise.
23171         [C99-based standards] (ctgammaf): Likewise.
23172         [C99-based standards] (cerfl): Likewise.
23173         [C99-based standards] (cerfcl): Likewise.
23174         [C99-based standards] (cexp2l): Likewise.
23175         [C99-based standards] (cexpm1l): Likewise.
23176         [C99-based standards] (clog10l): Likewise.
23177         [C99-based standards] (clog1pl): Likewise.
23178         [C99-based standards] (clog2l): Likewise.
23179         [C99-based standards] (clgammal): Likewise.
23180         [C99-based standards] (ctgammal): Likewise.
23181         * conform/data/inttypes.h-data [C99-based standards]: Include
23182         stdint.h-data.  Remove all expectations for stdint.h contents.
23183         [C99-based standards] (PRI*): Do not allow.
23184         [C99-based standards] (SCN*): Likewise.
23185         [C99-based standards] (*_t): Likewise.
23186         [C99-based-standards] (PRId8): Expect macro.
23187         [C99-based-standards] (PRIi8): Likewise.
23188         [C99-based-standards] (PRIo8): Likewise.
23189         [C99-based-standards] (PRIu8): Likewise.
23190         [C99-based-standards] (PRIx8): Likewise.
23191         [C99-based-standards] (PRIX8): Likewise.
23192         [C99-based-standards] (SCNd8): Likewise.
23193         [C99-based-standards] (SCNi8): Likewise.
23194         [C99-based-standards] (SCNo8): Likewise.
23195         [C99-based-standards] (SCNu8): Likewise.
23196         [C99-based-standards] (SCNx8): Likewise.
23197         [C99-based-standards] (PRIdLEAST8): Likewise.
23198         [C99-based-standards] (PRIiLEAST8): Likewise.
23199         [C99-based-standards] (PRIoLEAST8): Likewise.
23200         [C99-based-standards] (PRIuLEAST8): Likewise.
23201         [C99-based-standards] (PRIxLEAST8): Likewise.
23202         [C99-based-standards] (PRIXLEAST8): Likewise.
23203         [C99-based-standards] (SCNdLEAST8): Likewise.
23204         [C99-based-standards] (SCNiLEAST8): Likewise.
23205         [C99-based-standards] (SCNoLEAST8): Likewise.
23206         [C99-based-standards] (SCNuLEAST8): Likewise.
23207         [C99-based-standards] (SCNxLEAST8): Likewise.
23208         [C99-based-standards] (PRIdFAST8): Likewise.
23209         [C99-based-standards] (PRIiFAST8): Likewise.
23210         [C99-based-standards] (PRIoFAST8): Likewise.
23211         [C99-based-standards] (PRIuFAST8): Likewise.
23212         [C99-based-standards] (PRIxFAST8): Likewise.
23213         [C99-based-standards] (PRIXFAST8): Likewise.
23214         [C99-based-standards] (SCNdFAST8): Likewise.
23215         [C99-based-standards] (SCNiFAST8): Likewise.
23216         [C99-based-standards] (SCNoFAST8): Likewise.
23217         [C99-based-standards] (SCNuFAST8): Likewise.
23218         [C99-based-standards] (SCNxFAST8): Likewise.
23219         [C99-based-standards] (PRId16): Likewise.
23220         [C99-based-standards] (PRIi16): Likewise.
23221         [C99-based-standards] (PRIo16): Likewise.
23222         [C99-based-standards] (PRIu16): Likewise.
23223         [C99-based-standards] (PRIx16): Likewise.
23224         [C99-based-standards] (PRIX16): Likewise.
23225         [C99-based-standards] (SCNd16): Likewise.
23226         [C99-based-standards] (SCNi16): Likewise.
23227         [C99-based-standards] (SCNo16): Likewise.
23228         [C99-based-standards] (SCNu16): Likewise.
23229         [C99-based-standards] (SCNx16): Likewise.
23230         [C99-based-standards] (PRIdLEAST16): Likewise.
23231         [C99-based-standards] (PRIiLEAST16): Likewise.
23232         [C99-based-standards] (PRIoLEAST16): Likewise.
23233         [C99-based-standards] (PRIuLEAST16): Likewise.
23234         [C99-based-standards] (PRIxLEAST16): Likewise.
23235         [C99-based-standards] (PRIXLEAST16): Likewise.
23236         [C99-based-standards] (SCNdLEAST16): Likewise.
23237         [C99-based-standards] (SCNiLEAST16): Likewise.
23238         [C99-based-standards] (SCNoLEAST16): Likewise.
23239         [C99-based-standards] (SCNuLEAST16): Likewise.
23240         [C99-based-standards] (SCNxLEAST16): Likewise.
23241         [C99-based-standards] (PRIdFAST16): Likewise.
23242         [C99-based-standards] (PRIiFAST16): Likewise.
23243         [C99-based-standards] (PRIoFAST16): Likewise.
23244         [C99-based-standards] (PRIuFAST16): Likewise.
23245         [C99-based-standards] (PRIxFAST16): Likewise.
23246         [C99-based-standards] (PRIXFAST16): Likewise.
23247         [C99-based-standards] (SCNdFAST16): Likewise.
23248         [C99-based-standards] (SCNiFAST16): Likewise.
23249         [C99-based-standards] (SCNoFAST16): Likewise.
23250         [C99-based-standards] (SCNuFAST16): Likewise.
23251         [C99-based-standards] (SCNxFAST16): Likewise.
23252         [C99-based-standards] (PRId32): Likewise.
23253         [C99-based-standards] (PRIi32): Likewise.
23254         [C99-based-standards] (PRIo32): Likewise.
23255         [C99-based-standards] (PRIu32): Likewise.
23256         [C99-based-standards] (PRIx32): Likewise.
23257         [C99-based-standards] (PRIX32): Likewise.
23258         [C99-based-standards] (SCNd32): Likewise.
23259         [C99-based-standards] (SCNi32): Likewise.
23260         [C99-based-standards] (SCNo32): Likewise.
23261         [C99-based-standards] (SCNu32): Likewise.
23262         [C99-based-standards] (SCNx32): Likewise.
23263         [C99-based-standards] (PRIdLEAST32): Likewise.
23264         [C99-based-standards] (PRIiLEAST32): Likewise.
23265         [C99-based-standards] (PRIoLEAST32): Likewise.
23266         [C99-based-standards] (PRIuLEAST32): Likewise.
23267         [C99-based-standards] (PRIxLEAST32): Likewise.
23268         [C99-based-standards] (PRIXLEAST32): Likewise.
23269         [C99-based-standards] (SCNdLEAST32): Likewise.
23270         [C99-based-standards] (SCNiLEAST32): Likewise.
23271         [C99-based-standards] (SCNoLEAST32): Likewise.
23272         [C99-based-standards] (SCNuLEAST32): Likewise.
23273         [C99-based-standards] (SCNxLEAST32): Likewise.
23274         [C99-based-standards] (PRIdFAST32): Likewise.
23275         [C99-based-standards] (PRIiFAST32): Likewise.
23276         [C99-based-standards] (PRIoFAST32): Likewise.
23277         [C99-based-standards] (PRIuFAST32): Likewise.
23278         [C99-based-standards] (PRIxFAST32): Likewise.
23279         [C99-based-standards] (PRIXFAST32): Likewise.
23280         [C99-based-standards] (SCNdFAST32): Likewise.
23281         [C99-based-standards] (SCNiFAST32): Likewise.
23282         [C99-based-standards] (SCNoFAST32): Likewise.
23283         [C99-based-standards] (SCNuFAST32): Likewise.
23284         [C99-based-standards] (SCNxFAST32): Likewise.
23285         [C99-based-standards] (PRId64): Likewise.
23286         [C99-based-standards] (PRIi64): Likewise.
23287         [C99-based-standards] (PRIo64): Likewise.
23288         [C99-based-standards] (PRIu64): Likewise.
23289         [C99-based-standards] (PRIx64): Likewise.
23290         [C99-based-standards] (PRIX64): Likewise.
23291         [C99-based-standards] (SCNd64): Likewise.
23292         [C99-based-standards] (SCNi64): Likewise.
23293         [C99-based-standards] (SCNo64): Likewise.
23294         [C99-based-standards] (SCNu64): Likewise.
23295         [C99-based-standards] (SCNx64): Likewise.
23296         [C99-based-standards] (PRIdLEAST64): Likewise.
23297         [C99-based-standards] (PRIiLEAST64): Likewise.
23298         [C99-based-standards] (PRIoLEAST64): Likewise.
23299         [C99-based-standards] (PRIuLEAST64): Likewise.
23300         [C99-based-standards] (PRIxLEAST64): Likewise.
23301         [C99-based-standards] (PRIXLEAST64): Likewise.
23302         [C99-based-standards] (SCNdLEAST64): Likewise.
23303         [C99-based-standards] (SCNiLEAST64): Likewise.
23304         [C99-based-standards] (SCNoLEAST64): Likewise.
23305         [C99-based-standards] (SCNuLEAST64): Likewise.
23306         [C99-based-standards] (SCNxLEAST64): Likewise.
23307         [C99-based-standards] (PRIdFAST64): Likewise.
23308         [C99-based-standards] (PRIiFAST64): Likewise.
23309         [C99-based-standards] (PRIoFAST64): Likewise.
23310         [C99-based-standards] (PRIuFAST64): Likewise.
23311         [C99-based-standards] (PRIxFAST64): Likewise.
23312         [C99-based-standards] (PRIXFAST64): Likewise.
23313         [C99-based-standards] (SCNdFAST64): Likewise.
23314         [C99-based-standards] (SCNiFAST64): Likewise.
23315         [C99-based-standards] (SCNoFAST64): Likewise.
23316         [C99-based-standards] (SCNuFAST64): Likewise.
23317         [C99-based-standards] (SCNxFAST64): Likewise.
23318         [C99-based-standards] (PRIdMAX): Likewise.
23319         [C99-based-standards] (PRIiMAX): Likewise.
23320         [C99-based-standards] (PRIoMAX): Likewise.
23321         [C99-based-standards] (PRIuMAX): Likewise.
23322         [C99-based-standards] (PRIxMAX): Likewise.
23323         [C99-based-standards] (PRIXMAX): Likewise.
23324         [C99-based-standards] (SCNdMAX): Likewise.
23325         [C99-based-standards] (SCNiMAX): Likewise.
23326         [C99-based-standards] (SCNoMAX): Likewise.
23327         [C99-based-standards] (SCNuMAX): Likewise.
23328         [C99-based-standards] (SCNxMAX): Likewise.
23329         [C99-based-standards] (PRIdPTR): Likewise.
23330         [C99-based-standards] (PRIiPTR): Likewise.
23331         [C99-based-standards] (PRIoPTR): Likewise.
23332         [C99-based-standards] (PRIuPTR): Likewise.
23333         [C99-based-standards] (PRIxPTR): Likewise.
23334         [C99-based-standards] (PRIXPTR): Likewise.
23335         [C99-based-standards] (SCNdPTR): Likewise.
23336         [C99-based-standards] (SCNiPTR): Likewise.
23337         [C99-based-standards] (SCNoPTR): Likewise.
23338         [C99-based-standards] (SCNuPTR): Likewise.
23339         [C99-based-standards] (SCNxPTR): Likewise.
23340         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
23341         allow.
23342         * conform/data/stdint.h-data: Update comments to clarify
23343         requirements.
23344         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
23345         type.
23346         [C99-based standards] (INT8_MAX): Likewise.
23347         [C99-based standards] (INT16_MIN): Likewise.
23348         [C99-based standards] (INT16_MAX): Likewise.
23349         [C99-based standards] (INT32_MIN): Likewise.
23350         [C99-based standards] (INT32_MAX): Likewise.
23351         [C99-based standards] (INT64_MIN): Likewise.
23352         [C99-based standards] (INT64_MAX): Likewise.
23353         [C99-based standards] (UINT8_MAX): Likewise.
23354         [C99-based standards] (UINT16_MAX): Likewise.
23355         [C99-based standards] (UINT32_MAX): Likewise.
23356         [C99-based standards] (UINT64_MAX): Likewise.
23357         [C99-based standards] (INT_LEAST8_MIN): Likewise.
23358         [C99-based standards] (INT_LEAST8_MAX): Likewise.
23359         [C99-based standards] (INT_LEAST16_MIN): Likewise.
23360         [C99-based standards] (INT_LEAST16_MAX): Likewise.
23361         [C99-based standards] (INT_LEAST32_MIN): Likewise.
23362         [C99-based standards] (INT_LEAST32_MAX): Likewise.
23363         [C99-based standards] (INT_LEAST64_MIN): Likewise.
23364         [C99-based standards] (INT_LEAST64_MAX): Likewise.
23365         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
23366         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
23367         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
23368         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
23369         [C99-based standards] (INT_FAST8_MIN): Likewise.
23370         [C99-based standards] (INT_FAST8_MAX): Likewise.
23371         [C99-based standards] (INT_FAST16_MIN): Likewise.
23372         [C99-based standards] (INT_FAST16_MAX): Likewise.
23373         [C99-based standards] (INT_FAST32_MIN): Likewise.
23374         [C99-based standards] (INT_FAST32_MAX): Likewise.
23375         [C99-based standards] (INT_FAST64_MIN): Likewise.
23376         [C99-based standards] (INT_FAST64_MAX): Likewise.
23377         [C99-based standards] (UINT_FAST8_MAX): Likewise.
23378         [C99-based standards] (UINT_FAST16_MAX): Likewise.
23379         [C99-based standards] (UINT_FAST32_MAX): Likewise.
23380         [C99-based standards] (UINT_FAST64_MAX): Likewise.
23381         [C99-based standards] (INTPTR_MIN): Likewise.
23382         [C99-based standards] (INTPTR_MAX): Likewise.
23383         [C99-based standards] (UINTPTR_MAX): Likewise.
23384         [C99-based standards] (INTMAX_MIN): Likewise.
23385         [C99-based standards] (INTMAX_MAX): Likewise.
23386         [C99-based standards] (UINTMAX_MAX): Likewise.
23387         [C99-based standards] (PTRDIFF_MIN): Likewise.
23388         [C99-based standards] (PTRDIFF_MAX): Likewise.
23389         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
23390         [C99-based standards] (SIZE_MAX): Likewise.
23391         [C99-based standards] (WCHAR_MAX): Likewise.
23392         [C99-based standards] (WINT_MAX): Likewise.
23393         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
23394         constraint on value.
23395         [C99-based standards] (WCHAR_MIN): Likewise.
23396         [C99-based standards] (WINT_MIN): Likewise.
23397         [C99-based standards] (*_t): Allow.
23398         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
23399         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
23400         Include math.h-data and complex.h-data.  Remove all expectations
23401         of math.h and complex.h contents.
23402         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
23403         at end of line.
23404         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
23405         (struct tm): Expect tag.
23406         [C99-based-standards] (wcstof): Expect function.
23407         [C99-based-standards] (wcstold): Likewise.
23408         [C99-based-standards] (wcstoll): Likewise.
23409         [C99-based-standards] (wcstoull): Likewise.
23410         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
23411         macro-int-constant.  Specify type.
23412         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
23413         constraint on value.
23414         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
23415         Specify type.
23416         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
23417         Specify value.
23418         [ISO C standards]: Do not allow headers.
23419         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
23420         wcs[abcdefghijklmnopqrstuvwxyz]*.
23421         [ISO C standards] (*_t): Do not allow.
23422         * conform/data/wctype.h-data [C99-based standards] (iswblank):
23423         Expect function.
23424         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
23425         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
23426         Specify type.
23427         [ISO C standards]: Do not allow headers.
23428         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
23429         is[abcdefghijklmnopqrstuvwxyz]*.
23430         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
23431         to[abcdefghijklmnopqrstuvwxyz]*.
23432         [ISO C standards] (*_t): Do not allow.
23433         * conform/data/stdalign.h-data: New file.
23434         * conform/data/stdbool.h-data: Likewise.
23435         * conform/data/stdnoreturn.h-data: Likewise.
23437 2012-11-07  Roland McGrath  <roland@hack.frob.com>
23439         [BZ #14815]
23440         * manual/filesys.texi (Directory Entries): Typo fix.
23441         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
23443 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23445         * elf/elf.h (EM_AARCH64): New macro.
23446         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
23447         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
23448         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
23449         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
23450         (R_AARCH64_TLSDESC): Likewise.
23451         (NT_ARM_TLS): Likewise.
23452         (NT_ARM_HW_BREAK): Likewise.
23453         (NT_ARM_HW_WATCH): Likewise.
23455 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
23457         [BZ #14811]
23458         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
23459         (__ieee754_powl): Saturate nonzero exponents with absolute value
23460         below 0x1p-79 to +/- 0x1p-79.
23461         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
23462         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
23463         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
23464         nonzero exponents with absolute value below 0x1p-32 to +/-
23465         0x1p-32.
23466         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
23467         (__ieee754_powl): Saturate nonzero exponents with absolute value
23468         below 0x1p-79 to +/- 0x1p-79.
23469         * math/libm-test.inc (pow_test): Add more tests.
23471 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23473         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
23474         _dl_s390_cap_flags with kernel. Increase string length.
23475         (_dl_s390_platforms): Add z196 and zEC12.
23477 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
23479         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
23480         Change XOPEN21K to XOPEN2K.
23482 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
23484         * string/memmove.c: Use memcpy when possible.
23486 2012-11-06  Andreas Jaeger  <aj@suse.de>
23488         * po/eo.po: Update from translation team.
23490 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
23492         [BZ #14793]
23493         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
23494         exponent and small x and y exponents, scale x or y up.  Increase
23495         by 2 the exponent used in scaling up.
23496         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
23497         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
23498         * math/libm-test.inc (fma_test): Add more tests.
23499         (fma_test_towardzero): Likewise.
23500         (fma_test_downward): Likewise.
23501         (fma_test_upward): Likewise.
23503 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
23505         [BZ #14805]
23506         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
23507         fenv_t *.
23509         [BZ #14801]
23510         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
23511         namespace for names of struct fields.
23512         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
23513         fenv_t fields.
23514         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
23515         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
23517 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23519         [BZ #3665]
23520         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
23522 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
23524         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
23525         PTR_DEMANGLE.
23527         [BZ #5246]
23528         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
23529         PTR_DEMANGLE.
23531 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
23533         [BZ #14797]
23534         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
23535         definitely overflow as x * y not x * y + z.
23536         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
23537         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
23538         * math/libm-test.inc (fma_test): Add more tests.
23539         (fma_test_towardzero): Likewise.
23540         (fma_test_downward): Likewise.
23541         (fma_test_upward): Likewise.
23543 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
23545         [BZ #157]
23547         * include/stub-tag.h: Remove file.
23548         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
23549         '#include' of it.
23550         * manual/maint.texi (Porting): Don't reference it.
23551         * Makerules ($(objpfx)stubs): Likewise.
23552         * dirent/closedir.c: Don't include <stub-tag.h>.
23553         * dirent/dirfd.c: Likewise.
23554         * dirent/fdopendir.c: Likewise.
23555         * dirent/getdents.c: Likewise.
23556         * dirent/getdents64.c: Likewise.
23557         * dirent/opendir.c: Likewise.
23558         * dirent/readdir.c: Likewise.
23559         * dirent/readdir64.c: Likewise.
23560         * dirent/readdir64_r.c: Likewise.
23561         * dirent/readdir_r.c: Likewise.
23562         * dirent/rewinddir.c: Likewise.
23563         * dirent/seekdir.c: Likewise.
23564         * dirent/telldir.c: Likewise.
23565         * gmon/profil.c: Likewise.
23566         * grp/setgroups.c: Likewise.
23567         * inet/if_index.c: Likewise.
23568         * io/access.c: Likewise.
23569         * io/chdir.c: Likewise.
23570         * io/chmod.c: Likewise.
23571         * io/chown.c: Likewise.
23572         * io/close.c: Likewise.
23573         * io/dup.c: Likewise.
23574         * io/dup2.c: Likewise.
23575         * io/dup3.c: Likewise.
23576         * io/euidaccess.c: Likewise.
23577         * io/faccessat.c: Likewise.
23578         * io/fchdir.c: Likewise.
23579         * io/fchmod.c: Likewise.
23580         * io/fchmodat.c: Likewise.
23581         * io/fchown.c: Likewise.
23582         * io/fchownat.c: Likewise.
23583         * io/fcntl.c: Likewise.
23584         * io/flock.c: Likewise.
23585         * io/fstatfs.c: Likewise.
23586         * io/fstatfs64.c: Likewise.
23587         * io/fstatvfs.c: Likewise.
23588         * io/fstatvfs64.c: Likewise.
23589         * io/futimens.c: Likewise.
23590         * io/fxstat.c: Likewise.
23591         * io/fxstat64.c: Likewise.
23592         * io/fxstatat.c: Likewise.
23593         * io/fxstatat64.c: Likewise.
23594         * io/getcwd.c: Likewise.
23595         * io/isatty.c: Likewise.
23596         * io/lchmod.c: Likewise.
23597         * io/lchown.c: Likewise.
23598         * io/link.c: Likewise.
23599         * io/linkat.c: Likewise.
23600         * io/lseek.c: Likewise.
23601         * io/lseek64.c: Likewise.
23602         * io/lxstat64.c: Likewise.
23603         * io/mkdir.c: Likewise.
23604         * io/mkdirat.c: Likewise.
23605         * io/mkfifo.c: Likewise.
23606         * io/mkfifoat.c: Likewise.
23607         * io/open.c: Likewise.
23608         * io/open64.c: Likewise.
23609         * io/openat.c: Likewise.
23610         * io/openat64.c: Likewise.
23611         * io/pipe.c: Likewise.
23612         * io/pipe2.c: Likewise.
23613         * io/poll.c: Likewise.
23614         * io/posix_fadvise.c: Likewise.
23615         * io/posix_fadvise64.c: Likewise.
23616         * io/posix_fallocate.c: Likewise.
23617         * io/posix_fallocate64.c: Likewise.
23618         * io/read.c: Likewise.
23619         * io/readlink.c: Likewise.
23620         * io/readlinkat.c: Likewise.
23621         * io/rmdir.c: Likewise.
23622         * io/sendfile.c: Likewise.
23623         * io/sendfile64.c: Likewise.
23624         * io/statfs.c: Likewise.
23625         * io/statfs64.c: Likewise.
23626         * io/statvfs.c: Likewise.
23627         * io/statvfs64.c: Likewise.
23628         * io/symlink.c: Likewise.
23629         * io/symlinkat.c: Likewise.
23630         * io/ttyname.c: Likewise.
23631         * io/ttyname_r.c: Likewise.
23632         * io/umask.c: Likewise.
23633         * io/unlink.c: Likewise.
23634         * io/unlinkat.c: Likewise.
23635         * io/utime.c: Likewise.
23636         * io/utimensat.c: Likewise.
23637         * io/write.c: Likewise.
23638         * io/xmknod.c: Likewise.
23639         * io/xmknodat.c: Likewise.
23640         * io/xstat.c: Likewise.
23641         * io/xstat64.c: Likewise.
23642         * login/getpt.c: Likewise.
23643         * login/grantpt.c: Likewise.
23644         * login/unlockpt.c: Likewise.
23645         * math/e_acoshl.c: Likewise.
23646         * math/e_acosl.c: Likewise.
23647         * math/e_asinl.c: Likewise.
23648         * math/e_atan2l.c: Likewise.
23649         * math/e_atanhl.c: Likewise.
23650         * math/e_coshl.c: Likewise.
23651         * math/e_expl.c: Likewise.
23652         * math/e_fmodl.c: Likewise.
23653         * math/e_gammal_r.c: Likewise.
23654         * math/e_hypotl.c: Likewise.
23655         * math/e_j0l.c: Likewise.
23656         * math/e_j1l.c: Likewise.
23657         * math/e_jnl.c: Likewise.
23658         * math/e_lgammal_r.c: Likewise.
23659         * math/e_log10l.c: Likewise.
23660         * math/e_log2l.c: Likewise.
23661         * math/e_logl.c: Likewise.
23662         * math/e_powl.c: Likewise.
23663         * math/e_rem_pio2l.c: Likewise.
23664         * math/e_sinhl.c: Likewise.
23665         * math/e_sqrtl.c: Likewise.
23666         * math/fclrexcpt.c: Likewise.
23667         * math/fedisblxcpt.c: Likewise.
23668         * math/feenablxcpt.c: Likewise.
23669         * math/fegetenv.c: Likewise.
23670         * math/fegetexcept.c: Likewise.
23671         * math/fegetround.c: Likewise.
23672         * math/feholdexcpt.c: Likewise.
23673         * math/fesetenv.c: Likewise.
23674         * math/fesetround.c: Likewise.
23675         * math/feupdateenv.c: Likewise.
23676         * math/fgetexcptflg.c: Likewise.
23677         * math/fraiseexcpt.c: Likewise.
23678         * math/fsetexcptflg.c: Likewise.
23679         * math/ftestexcept.c: Likewise.
23680         * math/k_cosl.c: Likewise.
23681         * math/k_rem_pio2l.c: Likewise.
23682         * math/k_sinl.c: Likewise.
23683         * math/k_tanl.c: Likewise.
23684         * math/s_asinhl.c: Likewise.
23685         * math/s_atanl.c: Likewise.
23686         * math/s_cbrtl.c: Likewise.
23687         * math/s_erfl.c: Likewise.
23688         * math/s_expm1l.c: Likewise.
23689         * math/s_log1pl.c: Likewise.
23690         * math/s_tanhl.c: Likewise.
23691         * misc/acct.c: Likewise.
23692         * misc/brk.c: Likewise.
23693         * misc/chflags.c: Likewise.
23694         * misc/chroot.c: Likewise.
23695         * misc/fchflags.c: Likewise.
23696         * misc/fgetxattr.c: Likewise.
23697         * misc/flistxattr.c: Likewise.
23698         * misc/fremovexattr.c: Likewise.
23699         * misc/fsetxattr.c: Likewise.
23700         * misc/fsync.c: Likewise.
23701         * misc/ftruncate.c: Likewise.
23702         * misc/futimes.c: Likewise.
23703         * misc/futimesat.c: Likewise.
23704         * misc/getdomain.c: Likewise.
23705         * misc/getdtsz.c: Likewise.
23706         * misc/gethostid.c: Likewise.
23707         * misc/gethostname.c: Likewise.
23708         * misc/getloadavg.c: Likewise.
23709         * misc/getpagesize.c: Likewise.
23710         * misc/getsysstats.c: Likewise.
23711         * misc/getxattr.c: Likewise.
23712         * misc/gtty.c: Likewise.
23713         * misc/ioctl.c: Likewise.
23714         * misc/lgetxattr.c: Likewise.
23715         * misc/listxattr.c: Likewise.
23716         * misc/llistxattr.c: Likewise.
23717         * misc/lremovexattr.c: Likewise.
23718         * misc/lsetxattr.c: Likewise.
23719         * misc/lutimes.c: Likewise.
23720         * misc/madvise.c: Likewise.
23721         * misc/mincore.c: Likewise.
23722         * misc/mlock.c: Likewise.
23723         * misc/mlockall.c: Likewise.
23724         * misc/mmap.c: Likewise.
23725         * misc/mprotect.c: Likewise.
23726         * misc/msync.c: Likewise.
23727         * misc/munlock.c: Likewise.
23728         * misc/munlockall.c: Likewise.
23729         * misc/munmap.c: Likewise.
23730         * misc/preadv.c: Likewise.
23731         * misc/preadv64.c: Likewise.
23732         * misc/ptrace.c: Likewise.
23733         * misc/pwritev.c: Likewise.
23734         * misc/pwritev64.c: Likewise.
23735         * misc/readv.c: Likewise.
23736         * misc/reboot.c: Likewise.
23737         * misc/remap_file_pages.c: Likewise.
23738         * misc/removexattr.c: Likewise.
23739         * misc/revoke.c: Likewise.
23740         * misc/select.c: Likewise.
23741         * misc/setdomain.c: Likewise.
23742         * misc/setegid.c: Likewise.
23743         * misc/seteuid.c: Likewise.
23744         * misc/sethostid.c: Likewise.
23745         * misc/sethostname.c: Likewise.
23746         * misc/setregid.c: Likewise.
23747         * misc/setreuid.c: Likewise.
23748         * misc/setxattr.c: Likewise.
23749         * misc/sstk.c: Likewise.
23750         * misc/stty.c: Likewise.
23751         * misc/swapoff.c: Likewise.
23752         * misc/swapon.c: Likewise.
23753         * misc/sync.c: Likewise.
23754         * misc/syncfs.c: Likewise.
23755         * misc/syscall.c: Likewise.
23756         * misc/truncate.c: Likewise.
23757         * misc/ualarm.c: Likewise.
23758         * misc/usleep.c: Likewise.
23759         * misc/ustat.c: Likewise.
23760         * misc/utimes.c: Likewise.
23761         * misc/vhangup.c: Likewise.
23762         * misc/writev.c: Likewise.
23763         * posix/_exit.c: Likewise.
23764         * posix/alarm.c: Likewise.
23765         * posix/execve.c: Likewise.
23766         * posix/fexecve.c: Likewise.
23767         * posix/fork.c: Likewise.
23768         * posix/fpathconf.c: Likewise.
23769         * posix/getaddrinfo.c: Likewise.
23770         * posix/getegid.c: Likewise.
23771         * posix/geteuid.c: Likewise.
23772         * posix/getgid.c: Likewise.
23773         * posix/getgroups.c: Likewise.
23774         * posix/getlogin.c: Likewise.
23775         * posix/getlogin_r.c: Likewise.
23776         * posix/getpgid.c: Likewise.
23777         * posix/getpid.c: Likewise.
23778         * posix/getppid.c: Likewise.
23779         * posix/getresgid.c: Likewise.
23780         * posix/getresuid.c: Likewise.
23781         * posix/getsid.c: Likewise.
23782         * posix/getuid.c: Likewise.
23783         * posix/glob64.c: Likewise.
23784         * posix/nanosleep.c: Likewise.
23785         * posix/pathconf.c: Likewise.
23786         * posix/pause.c: Likewise.
23787         * posix/posix_madvise.c: Likewise.
23788         * posix/pread.c: Likewise.
23789         * posix/pread64.c: Likewise.
23790         * posix/pwrite.c: Likewise.
23791         * posix/pwrite64.c: Likewise.
23792         * posix/sched_getaffinity.c: Likewise.
23793         * posix/sched_getp.c: Likewise.
23794         * posix/sched_gets.c: Likewise.
23795         * posix/sched_primax.c: Likewise.
23796         * posix/sched_primin.c: Likewise.
23797         * posix/sched_rr_gi.c: Likewise.
23798         * posix/sched_setaffinity.c: Likewise.
23799         * posix/sched_setp.c: Likewise.
23800         * posix/sched_sets.c: Likewise.
23801         * posix/sched_yield.c: Likewise.
23802         * posix/setgid.c: Likewise.
23803         * posix/setlogin.c: Likewise.
23804         * posix/setpgid.c: Likewise.
23805         * posix/setresgid.c: Likewise.
23806         * posix/setresuid.c: Likewise.
23807         * posix/setsid.c: Likewise.
23808         * posix/setuid.c: Likewise.
23809         * posix/sleep.c: Likewise.
23810         * posix/spawni.c: Likewise.
23811         * posix/sysconf.c: Likewise.
23812         * posix/times.c: Likewise.
23813         * posix/wait.c: Likewise.
23814         * posix/wait3.c: Likewise.
23815         * posix/wait4.c: Likewise.
23816         * posix/waitpid.c: Likewise.
23817         * resolv/gai_sigqueue.c: Likewise.
23818         * resource/getpriority.c: Likewise.
23819         * resource/getrlimit.c: Likewise.
23820         * resource/getrusage.c: Likewise.
23821         * resource/nice.c: Likewise.
23822         * resource/setpriority.c: Likewise.
23823         * resource/setrlimit.c: Likewise.
23824         * resource/ulimit.c: Likewise.
23825         * rt/aio_cancel.c: Likewise.
23826         * rt/aio_fsync.c: Likewise.
23827         * rt/aio_read.c: Likewise.
23828         * rt/aio_sigqueue.c: Likewise.
23829         * rt/aio_suspend.c: Likewise.
23830         * rt/aio_write.c: Likewise.
23831         * rt/clock_getres.c: Likewise.
23832         * rt/clock_gettime.c: Likewise.
23833         * rt/clock_nanosleep.c: Likewise.
23834         * rt/clock_settime.c: Likewise.
23835         * rt/lio_listio.c: Likewise.
23836         * rt/mq_close.c: Likewise.
23837         * rt/mq_getattr.c: Likewise.
23838         * rt/mq_notify.c: Likewise.
23839         * rt/mq_open.c: Likewise.
23840         * rt/mq_receive.c: Likewise.
23841         * rt/mq_send.c: Likewise.
23842         * rt/mq_setattr.c: Likewise.
23843         * rt/mq_timedreceive.c: Likewise.
23844         * rt/mq_timedsend.c: Likewise.
23845         * rt/mq_unlink.c: Likewise.
23846         * rt/shm_open.c: Likewise.
23847         * rt/shm_unlink.c: Likewise.
23848         * rt/timer_create.c: Likewise.
23849         * rt/timer_delete.c: Likewise.
23850         * rt/timer_getoverr.c: Likewise.
23851         * rt/timer_gettime.c: Likewise.
23852         * rt/timer_settime.c: Likewise.
23853         * setjmp/__longjmp.c: Likewise.
23854         * setjmp/setjmp.c: Likewise.
23855         * signal/kill.c: Likewise.
23856         * signal/killpg.c: Likewise.
23857         * signal/raise.c: Likewise.
23858         * signal/sigaction.c: Likewise.
23859         * signal/sigaltstack.c: Likewise.
23860         * signal/sigblock.c: Likewise.
23861         * signal/sigignore.c: Likewise.
23862         * signal/sigintr.c: Likewise.
23863         * signal/signal.c: Likewise.
23864         * signal/sigpause.c: Likewise.
23865         * signal/sigpending.c: Likewise.
23866         * signal/sigqueue.c: Likewise.
23867         * signal/sigreturn.c: Likewise.
23868         * signal/sigset.c: Likewise.
23869         * signal/sigsetmask.c: Likewise.
23870         * signal/sigstack.c: Likewise.
23871         * signal/sigsuspend.c: Likewise.
23872         * signal/sigtimedwait.c: Likewise.
23873         * signal/sigvec.c: Likewise.
23874         * signal/sigwait.c: Likewise.
23875         * signal/sigwaitinfo.c: Likewise.
23876         * signal/sysv_signal.c: Likewise.
23877         * socket/accept.c: Likewise.
23878         * socket/accept4.c: Likewise.
23879         * socket/bind.c: Likewise.
23880         * socket/connect.c: Likewise.
23881         * socket/getpeername.c: Likewise.
23882         * socket/getsockname.c: Likewise.
23883         * socket/getsockopt.c: Likewise.
23884         * socket/isfdtype.c: Likewise.
23885         * socket/listen.c: Likewise.
23886         * socket/recv.c: Likewise.
23887         * socket/recvfrom.c: Likewise.
23888         * socket/recvmsg.c: Likewise.
23889         * socket/send.c: Likewise.
23890         * socket/sendmsg.c: Likewise.
23891         * socket/sendto.c: Likewise.
23892         * socket/setsockopt.c: Likewise.
23893         * socket/shutdown.c: Likewise.
23894         * socket/sockatmark.c: Likewise.
23895         * socket/socket.c: Likewise.
23896         * socket/socketpair.c: Likewise.
23897         * stdio-common/ctermid.c: Likewise.
23898         * stdio-common/cuserid.c: Likewise.
23899         * stdio-common/remove.c: Likewise.
23900         * stdio-common/rename.c: Likewise.
23901         * stdio-common/renameat.c: Likewise.
23902         * stdio-common/tempname.c: Likewise.
23903         * stdlib/getcontext.c: Likewise.
23904         * stdlib/makecontext.c: Likewise.
23905         * stdlib/setcontext.c: Likewise.
23906         * stdlib/swapcontext.c: Likewise.
23907         * stdlib/system.c: Likewise.
23908         * streams/fattach.c: Likewise.
23909         * streams/fdetach.c: Likewise.
23910         * streams/getmsg.c: Likewise.
23911         * streams/getpmsg.c: Likewise.
23912         * streams/putmsg.c: Likewise.
23913         * streams/putpmsg.c: Likewise.
23914         * sysdeps/unix/bsd/getpt.c: Likewise.
23915         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
23916         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
23917         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
23919         Likewise.
23920         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
23921         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
23922         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
23923         * sysvipc/msgctl.c: Likewise.
23924         * sysvipc/msgget.c: Likewise.
23925         * sysvipc/msgrcv.c: Likewise.
23926         * sysvipc/msgsnd.c: Likewise.
23927         * sysvipc/semctl.c: Likewise.
23928         * sysvipc/semget.c: Likewise.
23929         * sysvipc/semop.c: Likewise.
23930         * sysvipc/semtimedop.c: Likewise.
23931         * sysvipc/shmat.c: Likewise.
23932         * sysvipc/shmctl.c: Likewise.
23933         * sysvipc/shmdt.c: Likewise.
23934         * sysvipc/shmget.c: Likewise.
23935         * termios/tcdrain.c: Likewise.
23936         * termios/tcflow.c: Likewise.
23937         * termios/tcflush.c: Likewise.
23938         * termios/tcgetattr.c: Likewise.
23939         * termios/tcgetpgrp.c: Likewise.
23940         * termios/tcsendbrk.c: Likewise.
23941         * termios/tcsetattr.c: Likewise.
23942         * termios/tcsetpgrp.c: Likewise.
23943         * time/adjtime.c: Likewise.
23944         * time/clock.c: Likewise.
23945         * time/getitimer.c: Likewise.
23946         * time/gettimeofday.c: Likewise.
23947         * time/setitimer.c: Likewise.
23948         * time/settimeofday.c: Likewise.
23949         * time/stime.c: Likewise.
23950         * time/time.c: Likewise.
23952 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
23954         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
23955         /usr/old/bin.
23957         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
23958         instead of spaces.
23959         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
23961 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
23963         [BZ #14796]
23964         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
23965         FE_TONEAREST before applying Dekker multiplication and Knuth
23966         addition.  Clear inexact exceptions and check for exact zero
23967         results afterwards.
23968         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
23969         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
23970         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
23971         * math/libm-test.inc (fma_test): Add more tests.
23972         (fma_test_towardzero): Likewise.
23973         (fma_test_downward): Likewise.
23974         (fma_test_upward): Likewise.
23975         * sysdeps/generic/math_private.h (default_libc_fesetround): New
23976         function.
23977         (libc_fesetround): New macro.
23978         (libc_fesetroundf): Likewise.
23979         (libc_fesetroundl): Likewise.
23980         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
23981         function.
23982         (libc_fesetround_387): Likewise.
23983         (libc_fesetroundf): New macro.
23984         (libc_fesetround): Likewise.
23985         (libc_fesetroundl): Likewise.
23986         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
23987         function.
23988         (libc_fesetroundf): New macro.
23989         (libc_fesetround): Likewise.
23990         (libc_fesetroundl): Likewise.
23991         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
23992         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
23993         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
23994         libm_hidden_ver.
23995         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
23996         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
23997         libm_hidden_def.
23998         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
23999         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
24000         libm_hidden_ver.
24001         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
24002         libm_hidden_def.
24004         [BZ #3439]
24005         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
24006         integer constant usable in #if and use that to give value to enum
24007         constant.
24008         (FE_DIVBYZERO): Likewise.
24009         (FE_UNDERFLOW): Likewise.
24010         (FE_OVERFLOW): Likewise.
24011         (FE_INVALID): Likewise.
24012         (FE_INVALID_SNAN): Likewise.
24013         (FE_INVALID_ISI): Likewise.
24014         (FE_INVALID_IDI): Likewise.
24015         (FE_INVALID_ZDZ): Likewise.
24016         (FE_INVALID_IMZ): Likewise.
24017         (FE_INVALID_COMPARE): Likewise.
24018         (FE_INVALID_SOFTWARE): Likewise.
24019         (FE_INVALID_SQRT): Likewise.
24020         (FE_INVALID_INTEGER_CONVERSION): Likewise.
24021         (FE_TONEAREST): Likewise.
24022         (FE_TOWARDZERO): Likewise.
24023         (FE_UPWARD): Likewise.
24024         (FE_DOWNWARD): Likewise.
24025         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
24026         (FE_DIVBYZERO): Likewise.
24027         (FE_OVERFLOW): Likewise.
24028         (FE_UNDERFLOW): Likewise.
24029         (FE_INEXACT): Likewise.
24030         (FE_TONEAREST): Likewise.
24031         (FE_DOWNWARD): Likewise.
24032         (FE_UPWARD): Likewise.
24033         (FE_TOWARDZERO): Likewise.
24034         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
24035         (FE_UNDERFLOW): Likewise.
24036         (FE_OVERFLOW): Likewise.
24037         (FE_DIVBYZERO): Likewise.
24038         (FE_INVALID): Likewise.
24039         (FE_TONEAREST): Likewise.
24040         (FE_TOWARDZERO): Likewise.
24041         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
24042         (FE_OVERFLOW): Likewise.
24043         (FE_UNDERFLOW): Likewise.
24044         (FE_DIVBYZERO): Likewise.
24045         (FE_INEXACT): Likewise.
24046         (FE_TONEAREST): Likewise.
24047         (FE_TOWARDZERO): Likewise.
24048         (FE_UPWARD): Likewise.
24049         (FE_DOWNWARD): Likewise.
24050         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
24051         (FE_DIVBYZERO): Likewise.
24052         (FE_OVERFLOW): Likewise.
24053         (FE_UNDERFLOW): Likewise.
24054         (FE_INEXACT): Likewise.
24055         (FE_TONEAREST): Likewise.
24056         (FE_DOWNWARD): Likewise.
24057         (FE_UPWARD): Likewise.
24058         (FE_TOWARDZERO): Likewise.
24060 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
24062         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
24064 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
24066         * scripts/cross-test-ssh.sh (command): Use newlines to separate
24067         commands.  Quote $PWD.
24068         (blacklist_exports): Don't use remove_newlines.  Replace "declare
24069         -x" by "export".
24070         (remove_newlines): Remove.
24072 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
24074         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
24075         * stdlib/stdlib.h (atof): Moved to ...
24076         * include/bits/stdlib-float.h: Here.  New file.
24077         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
24078         * stdlib/bits/stdlib-float.h: New file.
24079         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
24080         -mno-sse -mno-mmx.
24081         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
24082         <xmmintrin.h>.
24084 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
24086         * conform/conformtest.pl (@headers): Add fenv.h.
24087         * conform/data/fenv.h-data: New file.
24088         * include/fenv.h [_ISOMAC]: Disable all contents of file except
24089         include of <math/fenv.h>.
24091         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
24092         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
24093         && !UNIX98].  Enables tests for XOPEN2K8.
24094         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
24095         POSIX2008]: Likewise.
24097         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
24098         (struct rusage): Do not expect type or its members.
24100         [BZ #3439]
24101         * math/math.h (FP_NAN): Define macro to integer constant usable in
24102         #if and use that to give value to enum constant.
24103         (FP_INFINITE): Likewise.
24104         (FP_ZERO): Likewise.
24105         (FP_SUBNORMAL): Likewise.
24106         (FP_NORMAL): Likewise.
24108 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
24110         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
24111         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
24112         arguments.
24114 2012-11-02  Roland McGrath  <roland@hack.frob.com>
24116         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
24117         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
24118         autoconf-time if not.
24119         * configure.in: Remove AC_PREREQ.
24121 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24123         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
24124         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
24125         of the internal implementation.
24127 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
24129         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
24130         except include of <misc/sys/syslog.h>.
24132 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
24134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
24135         function returns with a NULL context exit with zero.
24137 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24139         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
24141 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
24143         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
24144         (run_program_cmd): This.
24145         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
24146         (tst_langinfo): New variable.  Use it.
24148 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
24150         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
24151         floating point opcodes.
24153 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
24155         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
24156         variable.
24158         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
24160         * sysdeps/mach/hurd/powerpc: Remove directory.
24161         * sysdeps/mach/powerpc: Likewise.
24163 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
24165         * scripts/check-local-headers.sh: Ignore c++ headers.
24167 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
24169         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
24170         __libc_cleanup_region_start argument.
24172 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
24174         [BZ #14784]
24175         [BZ #14785]
24176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
24177         x * y using scaling, not as x * y + z.
24178         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
24179         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
24180         * math/libm-test.inc (fma_test): Add more tests.
24181         (fma_test_towardzero): Likewise.
24182         (fma_test_downward): Likewise.
24183         (fma_test_upward): Likewise.
24185 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
24187         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
24189 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
24191         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
24192         New variable.
24194 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
24196         * rt/tst-shm.c (worker): Correct checking for mmap failure.
24198 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
24200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24201         Fix sort order.
24202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24203         Likewise.
24205 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24208         Fix the order of the list for glibc 2.17.
24209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24210         Likewise.
24212 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
24214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24216 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
24218         [BZ #14610]
24219         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
24220         for low part of x being zero before using __atanl (y).
24221         * math/libm-test.inc (atan2_test): Add another test.
24223         * manual/install.texi (Configuring and compiling): Document
24224         general use of test-wrapper and test-wrapper-env.
24225         * INSTALL: Regenerated.
24227         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
24228         (__fma): Do not extract and scale down low bits on after-rounding
24229         systems when result rounded to normal precision would have normal
24230         exponent.
24231         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
24232         (__fmal): Do not extract and scale down low bits on after-rounding
24233         systems when result rounded to normal precision would have normal
24234         exponent.
24235         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
24236         (__fmal): Do not extract and scale down low bits on after-rounding
24237         systems when result rounded to normal precision would have normal
24238         exponent.
24239         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
24240         macro.
24241         (fma_test): Add more tests.
24242         (fma_test_towardzero): Likewise.
24243         (fma_test_downward): Likewise.
24244         (fma_test_upward): Likewise.
24246 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
24248         * sysdeps/i386/tininess.h: Renamed to ...
24249         * sysdeps/x86/tininess.h: This.
24250         * sysdeps/x86_64/tininess.h: Removed.
24252 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
24254         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
24255         input.  Use $(build-program-cmd).
24256         ($(objpfx)tst-array1-static.out): Likewise.
24257         ($(objpfx)tst-array2.out): Likewise.
24258         ($(objpfx)tst-array3.out): Likewise.
24259         ($(objpfx)tst-array4.out): Likewise.
24260         ($(objpfx)tst-array5.out): Likewise.
24261         ($(objpfx)tst-array5-static.out): Likewise.
24263 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
24265         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
24266         if defined.
24268         * nss/nsswitch.h (nss_interface_function): Provide new
24269         macro for use with NSS functions.
24270         * grp/initgroups.c: Use new macro.
24271         * nss/getXXbyYY.c: Likewise.
24272         * nss/getXXbyYY_r.c: Likewise.
24273         * nss/getXXent.c: Likewise.
24274         * nss/getXXent_r.c: Likewise.
24275         * sysdeps/posix/getaddrinfo.c: Likewise.
24277 2012-10-30  Andreas Jaeger  <aj@suse.de>
24279         * po/ru.po: Update Russion translation from translation project.
24281 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
24283         [BZ #14152]
24284         [BZ #14783]
24285         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
24286         result and shift together with sticky bit instead of replicating
24287         round-to-nearest rounding.
24288         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
24289         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
24290         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
24291         missing underflow exceptions.
24292         (fma_test_towardzero): Add more tests.
24293         (fma_test_downward): Likewise.
24294         (fma_test_upward): Likewise.
24296         [BZ #14047]
24297         * sysdeps/generic/tininess.h: New file.
24298         * sysdeps/i386/tininess.h: Likewise.
24299         * sysdeps/sh/tininess.h: Likewise.
24300         * sysdeps/x86_64/tininess.h: Likewise.
24301         * stdlib/tst-strtod-underflow.c: Likewise.
24302         * stdlib/tst-tininess.c: Likewise.
24303         * stdlib/strtod_l.c: Include <tininess.h>.
24304         (round_and_return): Do not set errno for exact underflow cases.
24305         Force an underflow exception when setting errno for underflow.
24306         Determine underflow based on rounding to normal precision if
24307         TININESS_AFTER_ROUNDING.
24308         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
24309         ERANGE for exact underflow cases.
24310         * stdlib/Makefile (tests): Add tst-tininess and
24311         tst-strtod-underflow.
24312         ($(objpfx)tst-tininess): Use $(link-libm).
24313         ($(objpfx)tst-strtod-underflow): Likewise.
24315 2012-10-30  Andreas Jaeger  <aj@suse.de>
24317         [BZ#14767]
24318         * elf/Makefile (tests): Remove conditional for have-initfini-array
24319         since this is now always required and the variable does not exist
24320         anymore.
24321         (tests-static): Likewise.
24322         (modules-names): Likewise.
24324         * po/eo.po: Add Esperanto translation from translation project.
24326         * elf/tst-array1.c (fini_array): Make writeable so that it can be
24327         merged with constructor/destructor.
24328         (init_array): Likewise.
24329         * elf/tst-array2dep.c (fini_array): Likewise.
24330         (init_array): Likewise.
24332 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
24334         * manual/message.texi: Delete @cartouche tags.
24336 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
24338         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
24339         EOPNOTSUPP.
24340         * sysdeps/mach/hurd/fsync.c: Likewise.
24342         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
24343         [_POSIX_REALTIME_SIGNALS]: Change condition to
24344         [_POSIX_REALTIME_SIGNALS > 0].
24346 2012-10-27  Andreas Jaeger  <aj@suse.de>
24348         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
24349         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
24350         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
24351         [__WORDSIZE != 64]: Likewise.
24353 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
24355         *  iconvdata/tst-table.sh: Remove ${SHELL}.
24356         *  iconvdata/tst-tables.sh: Likewise.
24358 2012-10-25  David S. Miller  <davem@davemloft.net>
24360         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
24361         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
24362         of strtoull.
24364         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
24365         ifunc-impl-list.c
24366         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
24367         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
24368         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
24369         file.
24371 2012-10-25  Roland McGrath  <roland@hack.frob.com>
24373         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
24374         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
24375         __getdirentries.
24377 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
24378             Jim Blandy  <jimb@codesourcery.com>
24380         * scripts/cross-test-ssh.sh: New file.
24381         * manual/install.texi (Configuring and compiling): Document use of
24382         cross-test-ssh.sh.
24383         * INSTALL: Regenerated.
24385 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
24387         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
24388         EOPNOTSUPP.
24390 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
24392         * Makeconfig (run-program-prefix): Fix comment.
24394 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
24395             Jim Blandy  <jimb@codesourcery.com>
24397         * Makeconfig (test-wrapper): New variable,
24398         (test-wrapper-env): Likewise.
24399         [$(cross-compiling) = yes && $(test-wrapper) != ""]
24400         (run-built-tests): Define to yes.
24401         (run-program-prefix): Use $(test-wrapper).
24402         (built-program-cmd): Likewise.
24403         * Rules (make-test-out): Use $(test-wrapper-env) and
24404         $(host-built-program-cmd).
24405         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
24406         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
24407         tst-pathopt.sh.
24408         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
24409         $(test-wrapper-env) to tst-rtld-load-self.sh.
24410         ($(objpfx)order2.out): Use $(test-wrapper).
24411         ($(objpfx)tst-initorder.out): Likewise.
24412         ($(objpfx)tst-initorder2.out): Likewise.
24413         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
24414         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
24415         (test_wrapper_env): New variable.  Use it to run ld.so.
24416         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
24417         Use it to run ld.so.
24418         (test_wrapper_env): Likewise.
24419         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
24420         $(test-wrapper) to run-iconv-test.sh.
24421         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
24422         (ICONV): Use $test_wrapper.
24423         * posix/Makefile ($(objpfx)globtest.out): Pass
24424         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
24425         globtest.sh, not $(run-program-prefix).
24426         * posix/globtest.sh (run_via_rtld_prefix): New variable.
24427         (test_wrapper): Likewise.
24428         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
24429         set together with run_via_rtld_prefix.
24430         (run_program_prefix): Define in terms of test_wrapper and
24431         run_via_rtld_prefix.
24433 2012-10-24  Roland McGrath  <roland@hack.frob.com>
24435         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
24436         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
24437         Targets removed.
24439         [BZ #14743]
24440         * include/time.h: Remove librt_hidden_proto (clock_gettime).
24441         Declare __clock_getres, __clock_gettime, __clock_settime,
24442         __clock_nanosleep, and __clock_getcpuclockid.
24443         * rt/clock_gettime.c: Define __clock_gettime as an alias.
24444         Remove librt_hidden_def (clock_gettime).
24445         * sysdeps/unix/clock_gettime.c: Likewise.
24446         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
24447         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
24448         * rt/clock_getres.c: Define __clock_getres as an alias.
24449         * sysdeps/posix/clock_getres.c: Likewise.
24450         * rt/clock_settime.c: Define __clock_settime as an alias.
24451         * sysdeps/unix/clock_settime.c: Likewise.
24452         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
24453         * sysdeps/unix/clock_nanosleep.c: Likewise.
24454         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
24455         * rt/clock-compat.c: New file.
24456         * rt/Makefile (librt-routines): Add clock-compat and move
24457         $(clock-routines) to ...
24458         (routines): ... here, new variable.
24459         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
24460         Don't add get_clockfreq here.
24461         * rt/Versions (libc: GLIBC_2.17): New version set.
24462         Add clock_* symbols here.
24463         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
24464         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
24465         (GLIBC_2.17): Add clock_* symbols.
24466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
24467         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
24468         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24470         Likewise.
24471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24472         Likewise.
24473         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24474         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
24475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
24476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
24477         * NEWS: Mention the move.
24479         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
24480         Use __open, __read, __close rather than their public counterparts.
24481         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
24482         (__get_clockfreq_via_cpuinfo): Likewise.
24483         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
24484         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
24486         * config.h.in (HAVE_IFUNC): New #undef.
24487         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
24488         was successful.
24489         * configure: Regenerated.
24491 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
24493         * configure.in: Move READELF check to start of file.
24494         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
24495         libc_cv_asm_gnu_indirect_function in the process.
24496         * configure: Regenerated.
24498 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
24500         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
24501         send the output to /dev/null.
24502         (libc_cv_cc_with_libunwind): Likewise.
24503         (libc_cv_as_noexecstack): Likewise.
24504         * configure: Regenerate.
24506 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
24508         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
24510         * posix/globtest.sh (TMPDIR): Do not set.
24511         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
24512         (testout): Likewise.
24514 2012-10-24  Andreas Jaeger  <aj@suse.de>
24516         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
24517         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
24518         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
24519         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
24520         posix_fadvise64, posix_fallocate64.
24522         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
24523         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
24524         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
24525         Likewise.
24526         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
24527         Likewise.
24528         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
24530         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
24531         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
24532         <bits/fcntl-linux.h>.
24533         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
24535         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
24536         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
24537         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
24538         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
24539         [__WORDSIZE != 64]: Likewise.
24541 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
24543         * Makeconfig (run-built-tests): New variable.
24544         * Rules [$(cross-compiling) = yes]: Change condition to
24545         [$(run-built-tests) = no].
24546         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
24547         to [$(run-built-tests) = yes].
24548         * elf/Makefile [$(cross-compiling) = no]: Likewise
24549         * grp/Makefile [$(cross-compiling) = no]: Likewise.
24550         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
24551         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
24552         * intl/Makefile [$(cross-compiling) = no]: Likewise.
24553         * io/Makefile [$(cross-compiling) = no]: Likewise.
24554         * libio/Makefile [$(cross-compiling) = no]: Likewise.
24555         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
24556         * misc/Makefile [$(cross-compiling) = no]: Likewise.
24557         * posix/Makefile [$(cross-compiling) = no]: Likewise.
24558         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
24559         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
24560         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
24561         * string/Makefile [$(cross-compiling) = no]: Likewise.
24563         * posix/Makefile ($(objpfx)globtest.out): Pass
24564         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
24565         $(rtld-installed-name).
24566         * posix/globtest.sh (elf_objpfx): Remove variable.
24567         (rtld_installed_name): Likewise.
24568         (library_path): Likewise.
24569         (run_program_prefix): New variable.  Use for running globtest
24570         binary.
24572 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
24573             Joseph Myers  <joseph@codesourcery.com>
24575         * Makeconfig (host-built-program-cmd): New variable.
24576         * elf/Makefile (tst-stackguard1-ARGS): Use
24577         $(host-built-program-cmd).
24578         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
24579         (tst-spawn-ARGS): Likewise.
24580         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
24582 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
24583             Jim Blandy  <jimb@codesourcery.com>
24585         * Makeconfig (run-via-rtld-prefix): New variable.
24586         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
24587         (built-program-cmd): Likewise.
24589 2012-10-22  Andreas Jaeger  <aj@suse.de>
24591         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
24592         __O_RSYNC if it exists, otherwise to O_SYNC.
24594 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
24595             Joseph Myers  <joseph@codesourcery.com>
24597         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
24598         /dev/null.
24599         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
24600         from /dev/null
24601         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
24602         /dev/null.
24604 2012-10-22  Andreas Jaeger  <aj@suse.de>
24606         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
24607         Define always.
24608         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
24610         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24611         bits/fcntl-linux.h.
24613         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
24614         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
24616         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
24617         to __O_LARGEFILE.
24618         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
24619         to __O_LARGEFILE.
24621 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
24622             Joseph Myers  <joseph@codesourcery.com>
24624         * config.make.in (NM): New variable.
24626 2012-10-21  Andreas Jaeger  <aj@suse.de>
24628         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
24629         definitions and declarations that are provided by
24630         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
24632 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
24634         [BZ #14683]
24635         * elf/Makefile (tests-static): Add tst-leaks1-static.
24636         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
24637         ($(objpfx)tst-leaks1-static): New rule.
24638         ($(objpfx)tst-leaks1-static-mem): Likewise.
24639         (tst-leaks1-static-ENV): New macro.
24640         * elf/dl-open.c (dl_open_worker): Check the main application
24641         only if SHARED is defined.
24642         * elf/tst-leaks1-static.c: New file.
24644 2012-10-20  Andreas Jaeger  <aj@suse.de>
24646         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
24647         generic values for Linux.
24648         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
24649         and declarations that are provided by <bits/fcntl-linux.h> and
24650         include <bits/fcntl-linux.h>.
24651         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
24652         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
24654 2012-10-20  Roland McGrath  <roland@hack.frob.com>
24656         * io/fcntl.h: Move include of <bits/types.h> to the top and
24657         include it unconditionally.
24659 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
24661         * wcsmbs/Makefile (tests-ifunc): New variable.
24662         (tests): Add $(tests-ifunc).
24663         * wcsmbs/test-wcschr-ifunc.c: New file.
24664         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
24665         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
24666         * wcsmbs/test-wcslen-ifunc.c: Likewise.
24667         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
24668         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
24670         * string/Makefile (tests-ifunc): New variable.
24671         (tests): Add $(tests-ifunc).
24672         * string/test-memccpy.c (TEST_NAME): New macro.
24673         * string/test-memchr.c (TEST_NAME): Likewise.
24674         * string/test-memcmp.c (TEST_NAME): Likewise.
24675         * string/test-memcpy.c (TEST_NAME): Likewise.
24676         * string/test-memmem.c (TEST_NAME): Likewise.
24677         * string/test-memmove.c (TEST_NAME): Likewise.
24678         * string/test-memset.c (TEST_NAME): Likewise.
24679         * string/test-rawmemchr.c (TEST_NAME): Likewise.
24680         * string/test-stpcpy.c (TEST_NAME): Likewise.
24681         * string/test-stpncpy.c (TEST_NAME): Likewise.
24682         * string/test-strcasecmp.c (TEST_NAME): Likewise.
24683         * string/test-strcasestr.c (TEST_NAME): Likewise.
24684         * string/test-strcat.c (TEST_NAME): Likewise.
24685         * string/test-strchr.c (TEST_NAME): Likewise.
24686         * string/test-strcmp.c(TEST_NAME): Likewise.
24687         * string/test-strcpy.c (TEST_NAME): Likewise.
24688         * string/test-strcspn.c (TEST_NAME): Likewise.
24689         * string/test-strlen.c (TEST_NAME): Likewise.
24690         * string/test-strncasecmp.c (TEST_NAME): Likewise.
24691         * string/test-strncmp.c (TEST_NAME): Likewise.
24692         * string/test-strncpy.c (TEST_NAME): Likewise.
24693         * string/test-strnlen.c (TEST_NAME): Likewise.
24694         * string/test-strpbrk.c (TEST_NAME): Likewise.
24695         * string/test-strrchr.c (TEST_NAME): Likewise.
24696         * string/test-strspn.c (TEST_NAME): Likewise.
24697         * string/test-strstr.c (TEST_NAME): Likewise.
24698         * string/test-bcopy-ifunc.c: New file.
24699         * string/test-bzero-ifunc.c: Likewise.
24700         * string/test-memccpy-ifunc.c: Likewise.
24701         * string/test-memchr-ifunc.c: Likewise.
24702         * string/test-memcmp-ifunc.c: Likewise.
24703         * string/test-memcpy-ifunc.c: Likewise.
24704         * string/test-memmem-ifunc.c: Likewise.
24705         * string/test-memmove-ifunc.c: Likewise.
24706         * string/test-mempcpy-ifunc.c: Likewise.
24707         * string/test-memset-ifunc.c: Likewise.
24708         * string/test-rawmemchr-ifunc.c: Likewise.
24709         * string/test-stpcpy-ifunc.c: Likewise.
24710         * string/test-stpncpy-ifunc.c: Likewise.
24711         * string/test-strcasecmp-ifunc.c: Likewise.
24712         * string/test-strcasestr-ifunc.c: Likewise.
24713         * string/test-strcat-ifunc.c: Likewise.
24714         * string/test-strchr-ifunc.c: Likewise.
24715         * string/test-strchrnul-ifunc.c: Likewise.
24716         * string/test-strcmp-ifunc.c: Likewise.
24717         * string/test-strcpy-ifunc.c: Likewise.
24718         * string/test-strcspn-ifunc.c: Likewise.
24719         * string/test-strlen-ifunc.c: Likewise.
24720         * string/test-strncasecmp-ifunc.c: Likewise.
24721         * string/test-strncat-ifunc.c: Likewise.
24722         * string/test-strncmp-ifunc.c: Likewise.
24723         * string/test-strncpy-ifunc.c: Likewise.
24724         * string/test-strnlen-ifunc.c: Likewise.
24725         * string/test-strpbrk-ifunc.c: Likewise.
24726         * string/test-strrchr-ifunc.c: Likewise.
24727         * string/test-strspn-ifunc.c: Likewise.
24728         * string/test-strstr-ifunc.c: Likewise.
24730         * debug/Makefile (tests-ifunc): New variable.
24731         (tests): Add $(tests-ifunc).
24732         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
24733         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
24734         * debug/test-stpcpy_chk-ifunc.c: New file.
24735         * debug/test-strcpy_chk-ifunc.c: Likewise.
24737 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24739         [BZ #13601]
24740         * elf/dl-load.c (open_verify): Retry read if the entire ELF
24741         header is not read in.
24743 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
24745         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
24746         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
24747         directly.  Pass built executable to script as
24748         $(built-program-cmd).
24749         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
24750         $testprogram without using LD_LIBRARY_PATH and $ldso.
24752         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
24753         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
24754         $(rtld-installed-name).
24755         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
24756         (rtld_installed_name): Likewise.
24757         (library_path): Likewise.
24758         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
24759         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
24760         $(run-program-prefix) to tst-tables.sh.
24761         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
24762         it to run tst-table-from and tst-table-to.
24763         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
24764         Pass it to tst-table.sh.
24765         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
24766         $(run-program-prefix) to tst-gettext.sh.
24767         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
24768         tst-translit.sh.
24769         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
24770         tst-gettext2.sh.
24771         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
24772         to run tst-gettext.
24773         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
24774         to run tst-gettext2.
24775         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
24776         to run tst-translit.
24777         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
24778         $(run-program-prefix) to tst-mtrace.sh.
24779         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
24780         to run tst-mtrace.
24781         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
24782         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
24783         $(rtld-installed-name).
24784         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
24785         (rtld_installed_name): Likewise.
24786         (run_program_prefix): New variable.  Use it to run wordexp-test.
24788         * Makeconfig (ARCH): Remove all definitions.
24789         (machine): Likewise.
24790         [ARCH]: Remove conditional code.
24791         [!objdir]: Give error.
24792         [!objdir] (objpfx): Remove.
24793         [!objdir] (common-objpfx): Likewise.
24794         [!objdir] (common-objdir): Likewise.
24795         * configure.in (config_makefile): Remove.  Hardcode Makefile in
24796         AC_CONFIG_FILES call.
24797         * configure: Regenerated.
24799         [BZ #13888]
24800         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
24801         or TMPDIR.
24802         (testout): Likewise.
24804         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
24805         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
24806         $(rtld-installed-name).
24807         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
24808         (rtld_installed_name): Likwise.
24809         (runit): Remove function.
24810         (run_getconf): New variable,  Use it for running getconf binary.
24812 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
24814         [BZ #14716]
24815         * string/test-memmem.c (check_result): New function.
24816         (do_one_test): Use it.
24817         (check1): New function.
24818         (test_main): Use it.
24820 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
24822         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
24824 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
24826         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
24827         (_G_LSEEK64): Likewise.
24828         (_G_MMAP64): Likewise.
24829         (_G_FSTAT64): Likewise.
24830         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
24831         (_G_LSEEK64): Likewise.
24832         (_G_MMAP64): Likewise.
24833         (_G_FSTAT64): Likewise.
24834         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
24835         unconditional.  Call __mmap64 directly.
24836         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
24837         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
24838         __lseek64 directly.
24839         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
24840         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
24841         __mmap64 directly.
24842         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
24843         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
24844         __lseek64 directly.
24845         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
24846         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
24847         __lseek64 directly.
24848         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
24849         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
24850         __lseek64 directly.
24851         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
24852         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
24853         __fxstat64 directly.
24854         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
24855         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
24856         unconditional.
24857         (freopen64) [!_G_OPEN64]: Remove conditional code.
24858         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
24859         unconditional.
24860         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
24861         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
24862         unconditional.
24863         (ftello64) [!_G_LSEEK64]: Remove conditional code.
24864         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
24865         unconditional.
24866         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
24867         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
24868         unconditional.
24869         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
24870         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
24871         unconditional.
24872         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
24873         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
24874         unconditional.
24875         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
24876         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
24877         unconditional.
24878         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
24880 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24882         [BZ #12140]
24883         * manual/memory.texi (Malloc Tunable Parameters): Add note
24884         about free list pointers overwriting some perturb bytes.
24885         Wording suggested by Roland McGrath.
24887 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
24889         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
24890         (lgamma_test): Likewise.
24891         (tgamma_test): Likewise.
24893 2012-10-16  Florian Weimer  <fweimer@redhat.com>
24895         [BZ #14700]
24896         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
24897         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
24899 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
24901         * NEWS: Mention BZ #14716.
24902         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
24903         when removing AVAILABLE1_USES_J macro.
24905 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
24907         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
24908         (__bswap_64): __uint64_t for unsigned 64-bit int.
24910 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
24912         * include/string.h (memmem): Declare libc hidden alias.
24913         * string/memmem.c (memmem): Define libc hidden alias.
24914         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
24915         __read, __close instead of open, read, close.
24917 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
24919         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
24920         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
24921         global and hidden.
24922         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
24923         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
24924         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
24925         Likewise.
24926         (__rawmemchr_sse2): Likewise.
24927         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
24928         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
24929         (__strchr_sse2): Likewise.
24930         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
24931         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
24932         (__strcasecmp_sse2): Likewise.
24933         (__strncasecmp_sse2): Likewise.
24934         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
24935         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
24936         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
24937         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
24938         (__strrchr_sse2): Likewise.
24939         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
24940         ifunc-impl-list.c.
24941         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
24942         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
24943         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
24944         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
24945         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
24946         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
24947         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24948         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24949         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
24950         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
24951         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
24952         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
24953         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
24954         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
24955         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
24956         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24957         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
24958         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
24959         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
24960         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
24961         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
24962         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
24963         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
24964         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24965         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
24966         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24967         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
24968         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
24969         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
24970         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
24972         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
24973         global and hidden.
24974         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
24975         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
24976         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
24977         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
24978         Likewise.
24979         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
24980         Likewise.
24981         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
24982         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
24983         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
24984         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
24985         ifunc-impl-list.c.
24986         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
24987         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
24988         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
24989         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
24990         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
24991         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
24992         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
24993         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
24994         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
24995         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
24996         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
24997         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
24998         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
24999         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
25000         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
25001         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25002         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
25003         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
25004         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
25005         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
25006         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
25007         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
25008         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
25009         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
25010         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25011         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
25012         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
25013         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
25014         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
25015         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
25016         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
25017         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
25018         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
25019         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
25020         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
25021         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
25022         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
25023         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
25024         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
25025         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
25026         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
25028         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
25029         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
25030         * include/ifunc-impl-list.h: New file.
25031         * misc/ifunc-impl-list.c: Likewise.
25032         * misc/Makefile (routines): Add ifunc-impl-list.
25033         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
25034         * string/test-string.h: Include <ifunc-impl-list.h>.
25035         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
25036         TEST_NAME]: New variables.
25037         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
25038         are defined.
25039         (test_init): Call __libc_ifunc_impl_list to initialize
25040         func_list if TEST_IFUNC and TEST_NAME are defined.
25042         * string/Makefile (strop-tests): Add bcopy and bzero.
25043         * string/test-bcopy.c: New file.
25044         * string/test-bzero.c: Likewise.
25045         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
25046         defined.
25047         * string/test-memset.c: Support bzero test if TEST_BZERO is
25048         defined.
25049         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
25050         __libc_memmove.
25051         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
25052         __libc_memset.
25053         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
25054         of memset.
25056 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
25058         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
25059         * configure: Regenerated.
25061         * Makeconfig (+link-static-before-libc): Don't include
25062         $(link-static-libc).
25064         * libio/libio.h (_IO_pos_t): Remove.
25066 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
25068         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
25069         McGrath.
25071 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
25073         * crypt/crypt-entry.c: Include fips-private.h.
25074         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
25075         * crypt/md5c-test.c (main): Tolerate disabled MD5.
25076         * sysdeps/unix/sysv/linux/fips-private.h: New file.
25077         * sysdeps/generic/fips-private.h: New file, dummy fallback.
25079 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
25081         * crypt/crypt-private.h: Include stdbool.h.
25082         (_ufc_setup_salt_r): Return bool.
25083         * crypt/crypt-entry.c: Include errno.h.
25084         (__crypt_r): Return NULL with EINVAL for bad salt.
25085         * crypt/crypt_util.c (bad_for_salt): New.
25086         (_ufc_setup_salt_r): Check that salt is long enough and within
25087         the specified alphabet.
25088         * crypt/badsalttest.c: New file.
25089         * crypt/Makefile (tests): Add it.
25090         ($(objpfx)badsalttest): New.
25092 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
25094         * NEWS: Add entry for BZ #14602.
25096 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
25098         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
25099         type-generic.
25100         * math/libm-test.inc: Update comment listing what functions and
25101         macros are tested.
25102         (isgreater_test): New function.
25103         (isgreaterequal_test): Likewise.
25104         (isless_test): Likewise.
25105         (islessequal_test): Likewise.
25106         (islessgreater_test): Likewise.
25107         (isunordered_test): Likewise.
25108         (main): Call the new functions.
25110 2012-10-09  Roland McGrath  <roland@hack.frob.com>
25112         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
25113         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
25114         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
25115         * sysdeps/i386/configure: Regenerated.
25116         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
25117         * sysdeps/mach/configure: Regenerated.
25118         * sysdeps/mach/hurd/configure: Regenerated.
25119         * sysdeps/powerpc/configure: Regenerated.
25120         * sysdeps/powerpc/powerpc32/configure: Regenerated.
25121         * sysdeps/powerpc/powerpc64/configure: Regenerated.
25122         * sysdeps/s390/s390-32/configure: Regenerated.
25123         * sysdeps/s390/s390-64/configure: Regenerated.
25124         * sysdeps/sh/configure: Regenerated.
25125         * sysdeps/sparc/configure: Regenerated.
25126         * sysdeps/unix/sysv/linux/configure: Regenerated.
25127         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
25128         * sysdeps/x86_64/configure: Regenerated.
25130         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
25131         defined.  Don't check if MAP is NULL.
25133 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
25135         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
25136         (_G_stat64): Likewise.
25137         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
25138         (_G_stat64): Likewise.
25139         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
25140         instead of struct _G_stat64.
25141         * libio/fileops.c (mmap_remap_check): Likewise.
25142         (decide_maybe_mmap): Likewise.
25143         (_IO_new_file_seekoff): Likewise.
25144         (_IO_file_stat): Likewise.
25145         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
25146         _G_off64_t.
25147         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
25148         instead of struct _G_stat64.
25149         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
25151 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
25153         [BZ #14602]
25154         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
25155         Replace with ...
25156         (CHECK_EOL): New macro.
25157         (two_way_short_needle): Check beginning of haystack for EOL.  Use
25158         CHECK_EOL.
25159         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
25160         Replace with CHECK_EOL.
25161         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
25162         Replace with CHECK_EOL.
25164 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
25166         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
25167         type-generic.
25168         * math/libm-test.inc: Update comment listing what functions and
25169         macros are tested.
25170         (finite_test): New function.
25171         (isinf_test): Likewise.
25172         (isnan_test): Likewise.
25173         (fpclassify_test): Test subnormal input.
25174         (isfinite_test): Likewise.
25175         (isnormal_test): Likewise.
25176         (main): Call the new functions.
25178 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
25180         [BZ #14660]
25181         * Makerules (%.dynsym): Force C locale when running
25182         $(OBJDUMP) --dynamic-syms.
25184 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
25186         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
25187         <stdint.h>.
25189 2012-10-06  David S. Miller  <davem@davemloft.net>
25191         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
25192         upper 32-bits of the length value in %o2 since we use branch-on-register
25193         tests which consider the entire 64-bit register.
25195 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
25197         * string/test-strstr.c (check2): Add a test for page boundary.
25199 2012-10-05  David S. Miller  <davem@davemloft.net>
25201         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
25202         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
25203         file.
25204         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
25205         sysdep_routines.
25206         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
25207         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
25208         and bzero when HWCAP_SPARC_CRYPTO is present.
25210 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
25212         [BZ #14602]
25213         * string/test-strstr.c (check2): New function.
25214         (test_main): Call check2.
25216         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
25217         and bug-strchr1.
25218         * string/bug-strcasestr1.c (do_test): Moved to ...
25219         * string/test-strcasestr.c (check1): Here.  New function.
25220         (do_one_test): Break out result checking code into ...
25221         (check_result): This.  New function.
25222         (do_one_test): Call check_result.
25223         (test_main): Call check1.
25224         * string/bug-strchr1.c (do_test): Moved to ...
25225         * string/test-strchr.c (check1): Here.  New function.
25226         (do_one_test): Break out result checking code into ...
25227         (check_result): This.  New function.
25228         (do_one_test): Call check_result.
25229         (test_main): Call check1.
25230         * string/bug-strstr1.c (main): Moved to ...
25231         * string/test-strstr.c (check1): Here.  New function.
25232         (do_one_test): Break out result checking code into ...
25233         (check_result): This.  New function.
25234         (do_one_test): Call check_result.
25235         (test_main): Call check1.
25236         * string/bug-strcasestr1.c: Removed.
25237         * string/bug-strchr1.c: Likewise.
25238         * string/bug-strstr1.c: Likewise.
25240         * elf/Makefile (dl-routines): Add hwcaps.
25241         * elf/dl-support.c (_dl_important_hwcaps): Removed.
25242         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
25243         (_dl_important_hwcaps): Moved to ...
25244         * elf/dl-hwcaps.c: Here.  New file.
25245         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
25247         [BZ #14557]
25248         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
25249         if IS_IN_rtld isn't defined.
25251         * elf/dl-support.c (_dl_sysinfo_map): New.
25252         Include "get-dynamic-info.h" and "setup-vdso.h".
25253         (_dl_non_dynamic_init): Call setup_vdso.
25254         * elf/dynamic-link.h: Don't include <assert.h>.
25255         (elf_get_dynamic_info): Moved to ...
25256         * elf/get-dynamic-info.h: Here.  New file.
25257         * elf/dynamic-link.h: Include "get-dynamic-info.h".
25258         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
25259         * elf/setup-vdso.h: Here.  New file.
25260         * elf/rtld.c: Include "setup-vdso.h".
25261         (dl_main): Call setup_vdso.
25263 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
25265         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
25266         creal in comment listing functions tested.  List finite, isinf,
25267         isnan, isless, islessequal, isgreater, isgreaterequal,
25268         islessgreater, isunordered, lgamma_r and pow10 as functions and
25269         macros not tested.  Mention which functions not tested are aliases
25270         for other functions.  Fix typo.  Note that signs of NaNs are not
25271         tested.
25273         * scripts/config.guess: Update from config.git.
25274         * scripts/config.sub: Likewise.
25276 2012-10-04  Roland McGrath  <roland@hack.frob.com>
25278         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
25279         * misc/madvise.c (madvise): Renamed to __madvise.
25280         Make madvise a weak alias.
25281         * include/sys/mman.h: Declare __madvise.
25282         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
25283         * sysdeps/unix/syscalls.list
25284         (madvise): Make __madvise the strong name, and madvise a weak alias.
25285         * sysdeps/unix/sysv/linux/syscalls.list
25286         (madvise, mmap): Remove redundant entries.
25287         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
25288         * malloc/malloc.c (mtrim): Likewise.
25289         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
25291 2012-10-03  Roland McGrath  <roland@hack.frob.com>
25293         * sysdeps/mach/hurd/dl-cache.c: File removed.
25294         * config.h.in (USE_LDCONFIG): New #undef.
25295         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
25296         * configure: Regenerated.
25297         * elf/Makefile (dl-routines): Add dl-cache only under
25298         [$(use-ldconfig) = yes].
25299         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
25300         cache on [USE_LDCONFIG].
25301         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
25302         [USE_LDCONFIG].
25303         * elf/rtld.c (dl_main): Likewise.
25305 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
25307         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
25308         _SC_LEVEL4_CACHE_LINESIZE.
25310 2012-10-03  Roland McGrath  <roland@hack.frob.com>
25312         * sysdeps/unix/bsd/confstr.h: File removed.
25314 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
25316         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
25317         sys/sdt-config.h.
25319 2012-10-02  Roland McGrath  <roland@hack.frob.com>
25321         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
25322         Make 'mapoff' field ElfW(Off) rather than off_t.
25324 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
25326         * nscd/Makefile: Remove nscd-cflags and all its users.
25327         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
25328         (CFLAGS-nonlib): Add compiler flags for nscd modules.
25330         [BZ #10631]
25331         * malloc.c (malloc_printerr): Clarify error message.
25333 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
25335         [BZ #14648]
25336         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25337         Set bit_FMA_Usable if FMA is supported.
25338         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
25339         macro.
25340         (bit_FMA4_Usable): Updated.
25341         (index_FMA_Usable): New macro.
25342         (CPUID_FMA): Likewise
25343         (HAS_FMA): Defined with bit_FMA_Usable.
25345 2012-10-01  Roland McGrath  <roland@hack.frob.com>
25347         * bits/types.h (__swblk_t): Type removed.
25348         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
25349         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
25350         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
25351         (__SWBLK_T_TYPE): Likewise.
25352         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
25353         (__SWBLK_T_TYPE): Likewise.
25354         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
25355         (__SWBLK_T_TYPE): Likewise.
25356         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
25357         (__SWBLK_T_TYPE): Likewise.
25359 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
25360             Honza Horak <hhorak@redhat.com>
25362         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
25363         (xdr_mapname): Use YPMAXMAP as maxsize.
25364         (xdr_peername): Use YPMAXPEER as maxsize.
25365         (xdr_keydat): Use YPAXRECORD as maxsize.
25366         (xdr_valdat): Use YPMAXRECORD as maxsize.
25368 2012-10-01  Roland McGrath  <roland@hack.frob.com>
25370         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
25372         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
25373         * csu/init-first.c: ... here.
25374         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
25375         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
25376         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
25377         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
25378         * sysdeps/i386/init-first.c: File removed.
25379         * sysdeps/sh/init-first.c: File removed.
25381 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
25383         [BZ #14645]
25384         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
25385         if x * y might underflow to zero and z is zero.
25386         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
25387         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
25388         * math/libm-test.inc (min_subnorm_value): New variable.
25389         (fma_test): Add more tests.
25390         (fma_test_towardzero): Likewise.
25391         (fma_test_downward): Likewise
25392         (fma_test_upward): Likewise.
25393         (initialize): Set min_subnorm_value.
25395 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
25397         [BZ #14638]
25398         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
25399         0 + 0.
25400         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
25401         mode for addition resulting in exact zero.
25402         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
25403         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
25404         exact 0 + 0.
25405         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
25406         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
25407         * math/libm-test.inc (fma_test): Add more tests.
25408         (fma_test_towardzero): New function.
25409         (fma_test_downward): Likewise.
25410         (fma_test_upward): Likewise.
25411         (main): Call the new functions.
25413 2012-09-28  David S. Miller  <davem@davemloft.net>
25415         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
25417 2012-09-28  Roland McGrath  <roland@hack.frob.com>
25419         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
25420         instead of SIGALRM.
25422         * sysdeps/gnu/_G_config.h: Moved to ...
25423         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
25424         * sysdeps/mach/hurd/_G_config.h: Moved to ...
25425         * sysdeps/generic/_G_config.h: ... here.
25427         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
25429         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
25431         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
25432         Conditionalize target on [libnss_test1.so-version].
25434         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
25436         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
25437         (elfobjdir): Move out of conditionals.
25439         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
25440         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
25441         (__nss_lookup_function): Conditionalize label remove_from_tree on
25442         [!DO_STATIC_NSS || SHARED], matching its only use.
25444 2012-09-28  David S. Miller  <davem@davemloft.net>
25446         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
25447         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
25448         file.
25449         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
25450         sysdep_routines.
25451         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
25452         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
25453         when HWCAP_SPARC_CRYPTO is present.
25455 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
25457         * io/tst-mknodat.c: Create a FIFO instead of a socket.
25459 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
25461         [BZ #6530]
25462         * stdio-common/vfprintf.c (process_string_arg): Revert
25463         2000-07-22 change.
25465 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
25467         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
25468         for testcase.
25469         * stdio-common/tst-sprintf.c: Include <locale.h>
25470         (main): Test sprintf's handling of incomplete multibyte
25471         characters.
25473 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
25475         * elf/dl-runtime.c (VERSYMIDX): Removed.
25476         * elf/dl-version.c (VERSYMIDX): Likewise.
25477         * elf/do-rel.h (VERSYMIDX): Likewise.
25478         (VALIDX): Likewise.
25479         * elf/dynamic-link.h (VERSYMIDX): Likewise.
25480         * elf/rtld.c (VALIDX): Likewise.
25481         (ADDRIDX): Likewise.
25482         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
25483         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
25484         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
25485         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
25486         (VALIDX): Likewise.
25487         (ADDRIDX): Likewise.
25489 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
25491         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
25493 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
25495         [BZ #11438]
25496         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
25497         to global scope.
25498         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
25499         addresses are in the same scope as 192.0.2/24.
25500         * posix/gai.conf: Document new scope table defaults.
25502 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25504         [BZ #5298]
25505         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
25506         for ftell.  Compute offsets from write pointers instead.
25507         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
25509 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25511         [BZ #14543]
25512         * libio/Makefile (tests): New test case tst-fseek.
25513         * libio/tst-fseek.c: New test case to verify that fseek/ftell
25514         combination works in wide mode.
25515         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
25516         state when the external buffer state changes.
25518 2012-09-27  David S. Miller  <davem@davemloft.net>
25520         [BZ #14376]
25521         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
25522         pass reloc->r_addend in as the 'high' argument to
25523         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
25525         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25527 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
25529         * rt/tst-aio2.c: Include <pthread.h>.
25530         * rt/tst-aio3.c: Likewise.
25532 2012-09-27  Steve Ellcey  <sellcey@mips.com>
25534         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
25536 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
25538         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
25539         contents on [SHARED].
25541 2012-09-26  Marek Polacek  <polacek@redhat.com>
25543         [BZ #14530]
25544         [BZ #13741]
25545         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
25546         for C++ and GCC <4.3 as well as for non GCC compilers.
25548 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25552 2012-09-25  Roland McGrath  <roland@hack.frob.com>
25554         * Makefile.in (all, install): Declare with .PHONY.
25555         Reported by Michael Hope <michael.hope@linaro.org>.
25557 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
25559         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
25560         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
25561         system header.
25562         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
25563         Likewise.
25564         (sydep_routines): Add the new and the internal functions.
25565         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
25566         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
25567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
25568         (GLIBC_2.17): Add the new function.
25569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
25570         (GLIBC_2.17): Likewise.
25571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
25572         (GLIBC_2.17): Likewise.
25573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
25574         (GLIBC_2.17): Likewise.
25575         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
25577 2012-09-25  Alan Modra  <amodra@gmail.com>
25579         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
25580         Add release barrier before setting once_control to say
25581         initialisation is done.  Add hints on lwarx.  Use macro in
25582         place of isync.
25583         (clear_once_control): Add release barrier.
25585 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
25587         [BZ #13629]
25588         * math/s_clog.c (__clog): Handle more values close to |z| = 1
25589         specially.
25590         * math/s_clog10.c (__clog10): Likewise.
25591         * math/s_clog10f.c (__clog10f): Likewise.
25592         * math/s_clog10l.c (__clog10l): Likewise.
25593         * math/s_clogf.c (__clogf): Likewise.
25594         * math/s_clogl.c (__clogl): Likewise.
25595         * math/Makefile (libm-calls): Add x2y2m1.
25596         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
25597         (__x2y2m1): Likewise.
25598         (__x2y2m1l): Likewise.
25599         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
25600         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
25601         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
25602         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25603         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
25604         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
25605         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
25606         * sysdeps/i386/fpu/libm-test-ulps: Update.
25607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25609         [BZ #14621]
25610         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
25611         int as type of variable DEPTH.
25612         (glob): Use size_t instead of int as type of variables NEWCOUNT
25613         and OLD_PATHC.
25615 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25617         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
25618         Add s_sincosf-sse2.
25619         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
25620         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
25621         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
25622         macros for using routine as __sincosf_ia32.
25623         Use macro for function declaration and weak_alias.
25624         * sysdeps/i386/fpu/libm-test-ulps: Update.
25626         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
25627         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25629         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
25630         subnormal argument.
25631         * math/s_cexpf.c (__cexpf): Likewise.
25632         * math/s_csinf.c (__csinf): Likewise.
25633         * math/s_csinhf.c (__csinhf): Likewise.
25634         * math/s_ctanf.c (__ctanf): Likewise.
25635         * math/s_ctanhf.c (__ctanhf): Likewise.
25636         * math/s_ccosh.c (__ccoshf): Likewise.
25637         * math/s_cexp.c (__cexpl): Likewise.
25638         * math/s_csin.c (__csin): Likewise.
25639         * math/s_csinh.c (__csinh): Likewise.
25640         * math/s_ctan.c (__ctan): Likewise.
25641         * math/s_ctanh.c (ctanh): Likewise.
25642         * math/s_ccoshl.c (__ccoshl): Likewise.
25643         * math/s_cexpl.c (__cexpl): Likewise.
25644         * math/s_csinl.c (__csinl): Likewise.
25645         * math/s_csinhl.c (__csinhl): Likewise.
25646         * math/s_ctanl.c (__ctanl): Likewise.
25647         * math/s_ctanhl.c (__ctanhl): Likewise.
25649 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
25651         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
25652         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
25653         (_IO_off_t): Define to __off_t, not _G_off_t.
25654         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
25655         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
25656         (_IO_wint_t): Define to wint_t, not _G_wint_t.
25657         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
25658         type of __dummy and __dummy2 fields.
25659         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
25660         (_G_ssize_t): Likewise.
25661         (_G_off_t): Likewise.
25662         (_G_pid_t): Likewise.
25663         (_G_uid_t): Likewise.
25664         (_G_wchar_t): Likewise.
25665         (_G_wint_t): Likewise.
25666         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
25667         (_G_ssize_t): Likewise.
25668         (_G_off_t): Likewise.
25669         (_G_pid_t): Likewise.
25670         (_G_uid_t): Likewise.
25671         (_G_wchar_t): Likewise.
25672         (_G_wint_t): Likewise.
25673         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
25674         (_G_ssize_t): Likewise.
25675         (_G_off_t): Likewise.
25676         (_G_pid_t): Likewise.
25677         (_G_uid_t): Likewise.
25678         (_G_wchar_t): Likewise.
25679         (_G_wint_t): Likewise.
25681 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25683         * malloc/arena.c: Include malloc-sysdep.h.
25684         (shrink_heap): Use check_may_shrink_heap to decide if madvise
25685         is sufficient to shrink the heap or an unmap is needed.
25686         * sysdeps/generic/malloc-sysdep.h: New file.  Define
25687         new function check_may_shrink_heap.
25688         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
25689         new function check_may_shrink_heap.
25691 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25693         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
25694         comments.
25696 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
25698         * catgets/test-gencat.sh: Add "set -e".
25699         * elf/tst-pathopt.sh: Likewise.
25700         * grp/tst_fgetgrent.sh: Likewise.
25701         * iconvdata/run-iconv-test.sh: Likewise.
25702         * intl/tst-gettext.sh: Likewise.
25703         * intl/tst-gettext2.sh: Likewise.
25704         * intl/tst-gettext4.sh: Likewise.
25705         * intl/tst-gettext6.sh: Likewise.
25706         * intl/tst-translit.sh: Likewise.
25707         * io/ftwtest-sh: Likewise.
25708         * libio/test-freopen.sh: Likewise.
25709         * malloc/tst-mtrace.sh: Likewise.
25710         * posix/globtest.sh: Likewise.
25711         * posix/tst-getconf.sh: Likewise.
25712         * posix/wordexp-tst.sh: Likewise.
25713         * stdio-common/tst-printf.sh: Likewise.
25714         * stdio-common/tst-unbputc.sh: Likewise.
25715         * stdlib/tst-fmtmsg.sh: Likewise.
25716         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
25717         * catgets/Makefile: Do not specify -e option when running
25718         testsuite shell scripts.
25719         * elf/Makefile: Likewise.
25720         * grp/Makefile: Likewise.
25721         * iconvdata/Makefile: Likewise.
25722         * intl/Makefile: Likewise.
25723         * io/Makefile: Likewise.
25724         * libio/Makefile: Likewise.
25725         * malloc/Makefile: Likewise.
25726         * posix/Makefile: Likewise.
25727         * stdio-common/Makefile: Likewise.
25728         * stdlib/Makefile: Likewise.
25729         * sysdeps/x86_64/Makefile: Likewise.
25731         * io/ftwtest-sh: Add copyright header.
25732         * posix/globtest.sh: Likewise.
25733         * posix/tst-getconf.sh: Likewise.
25734         * posix/wordexp-tst.sh: Likewise.
25735         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
25737 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
25739         [BZ #13679]
25740         * Makeconfig (+link): Defined as $(+link-static) if
25741         $(build-shared) isn't yes.
25742         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
25743         isn't yes.
25744         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
25746         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
25748         [BZ #14562]
25749         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
25750         new chunk size with MALLOC_ALIGN_MASK.
25752 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
25754         [BZ #5044]
25755         * stdio-common/printf_fphex.c: Include <stdbool.h> and
25756         <rounding-mode.h>.
25757         (__printf_fphex): Determine rounding using get_rounding_mode and
25758         round_away.
25759         * stdio-common/tst-printf-round.c (struct hex_test): New
25760         structure.
25761         (hex_tests): New variable.
25762         (test_hex_in_one_mode): New function.
25763         (do_test): Also run tests for hex float output.
25765 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
25767         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
25768         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
25769         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
25770         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
25771         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
25772         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
25773         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
25774         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
25776 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
25778         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
25779         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
25780         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
25781         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
25783 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
25785         [BZ #14579]
25786         * elf/rtld.c (dl_main): Limit the check for self loading to normal
25787         mode only.
25788         * elf/tst-rtld-load-self.sh: New test.
25789         * elf/Makefile: Run it.
25791 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
25793         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
25794         (tst-writev-ENV): Remove.
25795         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
25797 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
25799         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
25801 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
25803         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
25804         unconditional.
25805         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
25806         Likewise.
25807         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
25808         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
25809         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
25810         Likewise.
25812 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
25814         [BZ #14587]
25815         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
25816         * config.make.in (have-cpp-asm-debuginfo): Removed.
25817         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
25818         * configure: Regenerated.
25820 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
25822         [BZ #5044]
25823         * stdio-common/printf_fp.c: Include <stdbool.h> and
25824         <rounding-mode.h>.
25825         (___printf_fp): Determine rounding using get_rounding_mode and
25826         round_away.
25827         * stdio-common/tst-printf-round.c: New file.
25828         * stdio-common/Makefile (tests): Add tst-printf-round.
25829         (link-libm): New variable.
25830         ($(objpfx)tst-printf-round): Depend in $(link-libm).
25832 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
25834         [BZ #14576]
25835         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
25836         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
25837         Likewise.
25838         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
25839         Likewise.
25841 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
25843         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
25844         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
25845         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
25846         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
25848 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
25850         [BZ #14518]
25851         * include/rounding-mode.h: New file.
25852         * sysdeps/generic/get-rounding-mode.h: Likewise.
25853         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
25854         * stdlib/strtod_l.c: Include <rounding-mode.h>.
25855         (MAX_VALUE): New macro.
25856         (MIN_VALUE): Likewise.
25857         (overflow_value): New function.
25858         (underflow_value): Likewise.
25859         (round_and_return): Use overflow_value and underflow_value to
25860         determine return values in overflow and underflow cases.  Use
25861         round_away to determine rounding depending on rounding mode.
25862         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
25863         determine return values in overflow and underflow cases.
25864         * stdlib/tst-strtod-round.c: Include <fenv.h>.
25865         (struct test_results): New structure.
25866         (struct test): Use struct test_results to store expected results
25867         for all rounding modes.
25868         (TEST): Include expected results for all rounding modes.
25869         (test_in_one_mode): New function.
25870         (do_test): Use test_in_one_mode to compute and check results.
25871         Check results for all rounding modes.
25872         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
25873         $(link-libm).
25875 2012-12-09  Allan McRae  <allan@archlinux.org>
25877         * sysdeps/i386/fpu/libm-test-ulps: Update
25879 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
25881         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
25882         (_G_int32_t): Likewise.
25883         (_G_uint16_t): Likewise.
25884         (_G_uint32_t): Likewise.
25885         (_G_HAVE_BOOL): Likewise.
25886         (_G_HAVE_ATEXIT): Likewise.
25887         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
25888         (_G_HAVE_IO_FILE_OPEN): Likewise.
25889         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
25890         (_G_int32_t): Likewise.
25891         (_G_uint16_t): Likewise.
25892         (_G_uint32_t): Likewise.
25893         (_G_HAVE_BOOL): Likewise.
25894         (_G_HAVE_ATEXIT): Likewise.
25895         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
25896         (_G_HAVE_IO_FILE_OPEN): Likewise.
25897         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
25898         (_G_int32_t): Likewise.
25899         (_G_uint16_t): Likewise.
25900         (_G_uint32_t): Likewise.
25901         (_G_HAVE_BOOL): Likewise.
25902         (_G_HAVE_ATEXIT): Likewise.
25903         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
25904         (_G_HAVE_IO_FILE_OPEN): Likewise.
25906 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
25908         * csu/libc-tls.c: Update copyright years.
25910 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
25912         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
25913         [!_G_USING_THUNKS]: Remove conditional code.
25914         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
25915         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
25917         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
25918         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
25919         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
25920         (_G_VTABLE_LABEL_PREFIX): Likewise.
25921         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
25922         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
25923         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
25924         (_G_VTABLE_LABEL_PREFIX): Likewise.
25925         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
25926         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
25927         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
25928         (_G_VTABLE_LABEL_PREFIX): Likewise.
25929         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
25931 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
25933         * libio/Makefile: Include ../Makeconfig before tests.
25934         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
25935         only if $(build-shared) is yes.
25937         * iconv/gconv_db.c: Update copyright years.
25939 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25941         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
25942         unwind info if defined PIC. Fix special cases description.
25943         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
25945         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
25946         DP_HI_MASK entry.
25947         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
25949 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
25951         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
25953         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
25954         is NULL.
25956         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
25957         (LDLIBS-tst-chk4): This.
25958         (LDFLAGS-tst-chk5): Renamed to ...
25959         (LDLIBS-tst-chk5): This.
25960         (LDFLAGS-tst-chk6): Renamed to ...
25961         (LDLIBS-tst-chk6): This.
25962         (LDFLAGS-tst-lfschk4): Renamed to ...
25963         (LDLIBS-tst-lfschk4): This.
25964         (LDFLAGS-tst-lfschk5): Renamed to ...
25965         (LDLIBS-tst-lfschk5): This.
25966         (LDFLAGS-tst-lfschk6): Renamed to ...
25967         (LDLIBS-tst-lfschk6): This.
25969         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
25970         on $(common-objpfx)soversions.mk.
25972 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
25974         [BZ #10014]
25975         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
25976         example host name.
25978 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
25980         * malloc/arena.c (arena_get_retry): New function that gets
25981         another arena for the caller to try its request on.
25982         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
25983         current arena cannot fulfill the request.
25984         (__libc_memalign): Likewise.
25985         (__libc_memalign): Likewise.
25986         (__libc_pvalloc): Likewise.
25987         (__libc_calloc): Likewise.
25989 2012-09-05  John Tobey  <john.tobey@gmail.com>
25991         [BZ #13542]
25992         * manual/arith.texi (Operations on Complex): Fix description
25993         of carg branch cut.
25995 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
25997         [BZ #10014]
25998         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
25999         host name.
26001         [BZ #10038]
26002         * manual/memory.texi (Memory): Make order of menu items match
26003         order of sections.
26005 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
26007         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
26008         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
26009         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
26011 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
26013         * csu/libc-tls.c (static_dtv): Renamed to ...
26014         (_dl_static_dtv): This.  Make it global.
26015         (_dl_initial_dtv): Removed.
26016         (__libc_setup_tls): Updated.
26017         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
26018         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
26019         DL_INITIAL_DTV.
26021 2012-09-06  Petr Machata  <pmachata@redhat.com>
26023         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
26024         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
26025         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
26026         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
26028 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
26030         [BZ #14545]
26031         * csu/libc-tls.c (_dl_initial_dtv): New variable.
26032         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
26033         freeing dtv[-1].
26035 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
26037         [BZ #14544]
26038         * Makeconfig (link-static-before-libc): Replace $(+prector)
26039         with $(+prectorT).
26040         (link-static-after-libc): Replace $(+postctor) with
26041         $(+postctorT).
26042         (link-bounded): Replace $(+prector)/$(+postctor) with
26043         $(+prectorT)/$(+postctorT).
26044         (+prectorT): New macro.
26045         (+postctorT): Likewise.
26047 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
26049         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
26050         (round_str): Handle values above the maximum for IBM long double
26051         as inexact.
26052         * stdlib/tst-strtod-round.c (tests): Regenerated.
26054 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26056         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
26057         assembler flag.
26058         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
26059         zarch_nohighgprs around the zarch optimized routines.
26060         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
26061         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
26062         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
26063         for zarch.
26065 2012-09-05  David S. Miller  <davem@davemloft.net>
26067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26069         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
26070         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
26071         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
26072         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
26073         entries.
26075 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
26077         * malloc/arena.c: Fold copyright years.
26078         * malloc/mcheck.c, malloc/memusage.c: Likewise.
26080 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
26082         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
26084 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
26086         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
26088 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
26090         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
26091         change internal state upon failure.
26093 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
26095         * malloc/mcheck.c (mcheck_check_all): Fix typo.
26096         * malloc/memusage.c (mmap): Likewise.
26097         (mmap64, mremap): Likewise.  Adjust name in comment.
26099 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26101         * libio/fileops.c: Fix typos in comments.
26102         * libio/oldfileops.c: Likewise.
26103         * libio/wfileops.c: Likewise.
26105 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26107         [BZ #1349]
26108         * malloc/Makefile (tests): Add tst-malloc-usable test case.
26109         (tst-malloc-usable-ENV): Set environment for test case.
26110         * malloc/hooks.c (malloc_check_get_size): New function to get
26111         requested size.
26112         * malloc/malloc.c (musable): Use malloc_check_get_size.
26113         * malloc/tst-malloc-usable.c: New test case.
26115 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
26117         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
26119 2012-09-05  Allan McRae  <allan@archlinux.org>
26121         [BZ #13966]
26122         * configure.in (CXX_SYSINCLUDES): Use compiler output to
26123         determine header location.
26124         * configure: Regenerated.
26126 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
26128         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
26129         float format.
26130         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
26131         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
26132         format.
26133         (test): Regenerate.
26135 2012-09-04  David S. Miller  <davem@davemloft.net>
26137         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
26138         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
26139         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
26141 2012-09-04  Florian Weimer  <fweimer@redhat.com>
26143         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
26144         failures.
26146         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
26148 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
26150         [BZ #9914]
26151         * libio/iogetdelim.c: Include <limits.h>.
26152         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
26153         + len + 1 would overflow.
26155 2012-09-03  Andreas Jaeger  <aj@suse.de>
26157         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26158         * sysdeps/i386/fpu/libm-test-ulps: Update.
26160 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26162         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
26163         Add s_sinf-sse2, s_conf-sse2.
26165         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
26166         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
26167         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
26168         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
26170         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
26171         for using routine as __sinf_ia32.
26172         Use macro for function declaration and weak_alias.
26173         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
26174         for using routine as __cosf_ia32.
26175         Use macro for function declaration and weak_alias.
26177         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
26178         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
26180         * sysdeps/x86_64/fpu/s_sinf.S: New file.
26181         * sysdeps/x86_64/fpu/s_cosf.S: New file.
26182         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26184         * math/libm-test.inc (cos_test): Add more test cases.
26185         (sin_test): Likewise.
26186         (sincos_test): Likewise.
26188 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26190         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
26191         (IFUNC_RESOLVE): Make pointers to the specialized implementations
26192         hidden.
26193         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
26195 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
26197         [BZ #14538]
26198         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
26199         first element of the GOT.
26200         (elf_machine_load_address): Return the difference between
26201         the runtime address of _DYNAMIC and elf_machine_dynamic ().
26203 2012-09-01  Allan McRae  <allan@archlinux.org>
26205         [BZ #13412]
26206         * configure.in (AWK): Require gawk version 3.0 or later.
26207         * configure: Regenerated.
26209 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
26211         * sysdeps/unix/sysv/linux/kernel-features.h
26212         (__ASSUME_POSIX_CPU_TIMERS): Remove.
26213         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26214         [__NR_clock_getres]: Make code unconditional.
26215         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
26216         (clock_getcpuclockid): Remove code left unreachable by removal of
26217         conditionals.
26218         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
26219         code unconditional.
26220         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
26221         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
26222         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
26223         Make code unconditional.
26224         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
26225         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
26226         * sysdeps/unix/sysv/linux/clock_settime.c
26227         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
26228         conditional code.
26229         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
26230         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
26232 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
26234         [BZ #14476]
26235         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
26236         scripts/test-installation.pl.
26238         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
26239         and $ld_so_version if it is set.
26241 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26243         [BZ #14516]
26244         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
26245         failure if reading from procfs failed.
26246         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
26248 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
26250         * sysdeps/unix/sysv/linux/kernel-features.h
26251         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
26252         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
26253         Remove conditional code.
26254         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26255         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
26256         Remove conditional code.
26257         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26258         * sysdeps/unix/sysv/linux/i386/fxstat.c
26259         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
26260         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26261         * sysdeps/unix/sysv/linux/i386/fxstatat.c
26262         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
26263         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26264         * sysdeps/unix/sysv/linux/i386/lxstat.c
26265         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
26266         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26267         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
26268         Remove conditional code.
26269         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26270         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
26271         Remove conditional code.
26272         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26273         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
26274         <kernel-features.h>.
26275         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
26276         Remove.
26277         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
26278         Remove conditional code.
26279         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
26280         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
26281         Remove conditional.
26283 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
26285         [BZ #5400]
26286         * NEWS: Add fixed bug number.
26288 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
26290         [BZ #14519]
26291         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
26292         underflowing exponent in case of negative sign.
26293         * stdlib/tst-strtod-round-data: Add more tests.
26294         * stdlib/tst-strtod-round.c (tests): Regenerated.
26296         [BZ #3479]
26297         * stdlib/strtod_l.c (NDIG): Remove.
26298         (HEXNDIG): Likewise.
26299         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
26300         smallest representable value.
26301         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
26302         lie within an exact representation of 1/2 ulp of the result.
26303         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
26304         unconditionally.
26305         (TENS_P9_IDX): Define unconditionally.
26306         (TENS_P9_SIZE): Likewise.
26307         (TENS_P10_IDX): Likewise.
26308         (TENS_P10_SIZE): Likewise.
26309         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
26310         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
26311         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
26312         entries for 10^2^13 and 10^2^14.
26313         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
26314         (TENS_P13_IDX): Define.
26315         (TENS_P13_SIZE): Likewise.
26316         (TENS_P14_IDX): Likewise.
26317         (TENS_P14_SIZE): Likewise.
26318         (_fpioconst_pow10): Change array size to
26319         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
26320         unconditional.
26321         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
26322         1024]: Add entries for 10^2^13 and 10^2^14.
26323         [LAST_POW10 > _LAST_POW10]: Remove #error.
26324         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
26325         (_fpioconst_pow10): Change array size to
26326         FPIOCONST_POW10_ARRAY_SIZE.
26327         * stdlib/gen-fpioconst.c: New file.
26328         * stdlib/gen-tst-strtod-round.c: Likewise.
26329         * stdlib/tst-strtod-round-data: Likewise.
26330         * stdlib/tst-strtod-round.c: Likewise.
26331         * stdlib/Makefile (tests): Add tst-strtod-round.
26333         [BZ #14459]
26334         * stdlib/strtod_l.c: Include <stdint.h>.
26335         (NDEBUG): Do not define.
26336         (round_and_return): Change EXPONENT parameter to type intmax_t.
26337         Rearrange calculations to avoid internal overflow possibilities.
26338         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
26339         Rearrange calculations to avoid internal overflow possibilities.
26340         Assert that number fits inside MPNSIZE limbs.
26341         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
26342         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
26343         calculations and add assertions to avoid internal overflow
26344         possibilities.  Add casts to avoid signed/unsigned operations.
26345         * stdlib/tst-strtod-overflow.c: New file.
26346         * stdlib/Makefile (tests): Add tst-strtod-overflow.
26348 2012-08-25  Marek Polacek  <polacek@redhat.com>
26350         * time/time.h: Fix some typos in comments.
26352 2012-08-23  Roland McGrath  <roland@hack.frob.com>
26354         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
26355         * posix/tst-rfc3484-2.c: Likewise.
26356         * posix/tst-rfc3484-3.c: Likewise.
26358 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
26360         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
26361         (EF_ARM_ABI_FLOAT_HARD): Likewise.
26363 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
26365         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
26366         #include of fxstatat64.c.
26368 2012-08-22  Roland McGrath  <roland@hack.frob.com>
26370         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
26371         * shadow/getspent_r.c: Likewise.
26372         * shadow/getspnam.c: Likewise.
26373         * shadow/getspnam_r.c: Likewise.
26374         * gshadow/getsgent.c: Likewise.
26375         * gshadow/getsgent_r.c: Likewise.
26376         * gshadow/getsgnam.c: Likewise.
26377         * gshadow/getsgnam_r.c: Likewise.
26378         * inet/getnetbyad.c: Likewise.
26379         * inet/getnetbyad_r.c: Likewise.
26380         * inet/getnetbynm.c: Likewise.
26381         * inet/getnetbynm_r.c: Likewise.
26382         * inet/getnetent.c: Likewise.
26383         * inet/getnetent_r.c: Likewise.
26384         * inet/getproto.c: Likewise.
26385         * inet/getproto_r.c: Likewise.
26386         * inet/getprtent.c: Likewise.
26387         * inet/getprtent_r.c: Likewise.
26388         * inet/getprtname.c: Likewise.
26389         * inet/getprtname_r.c: Likewise.
26390         * inet/getrpcbyname.c: Likewise.
26391         * inet/getrpcbyname_r.c: Likewise.
26392         * inet/getrpcbynumber.c: Likewise.
26393         * inet/getrpcbynumber_r.c: Likewise.
26394         * inet/getrpcent.c: Likewise.
26395         * inet/getrpcent_r.c: Likewise.
26396         * inet/getaliasent.c: Likewise.
26397         * inet/getaliasent_r.c: Likewise.
26398         * inet/getaliasname.c: Likewise.
26399         * inet/getaliasname_r.c: Likewise.
26400         * nscd/getgrgid_r.c: Likewise.
26401         * nscd/getgrnam_r.c: Likewise.
26402         * nscd/gethstbyad_r.c: Likewise.
26403         * nscd/gethstbynm3_r.c: Likewise.
26404         * nscd/getpwnam_r.c: Likewise.
26405         * nscd/getpwuid_r.c: Likewise.
26406         * nscd/getsrvbynm_r.c: Likewise.
26407         * nscd/getsrvbypt_r.c: Likewise.
26408         * nscd/gai.c: Likewise.
26410         * configure.in (build_nscd): New substituted variable, set
26411         by --disable-build-nscd and defaults to $use_nscd.
26412         * configure: Regenerated.
26413         * config.make.in (build-nscd): New substituted variable.
26414         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
26415         Change conditional to require [$(build-nscd) = yes] as well.
26416         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
26418         [BZ# 13696]
26419         * configure.in (use_nscd): New substituted variable, set by
26420         --disable-nscd.  If enabled, define USE_NSCD.
26421         * configure: Regenerated.
26422         * config.h.in: Add USE_NSCD.
26423         * config.make.in (use-nscd): New substituted variable.
26424         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
26425         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
26426         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
26427         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
26428         (CFLAGS-getgrnam_r.c): Likewise.
26429         (CFLAGS-initgroups.c): Likewise.
26430         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
26431         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
26432         Variables removed.
26433         * inet/getnetgrent_r.c
26434         (nscd_setnetgrent): New function, broken out of ...
26435         (setnetgrent): ... here.  Call it.
26436         (innetgr): Conditionalize nscd bits on [USE_NSCD].
26437         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
26438         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
26439         * nscd/Makefile (routines, aux): Move definitions after include of
26440         Makeconfig.  Conditionalize on [$(use-nscd) != no].
26441         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
26442         Conditionalize on [USE_NSCD].
26443         (is_nscd, nscd_init_cb): Likewise.
26444         (nss_load_library): Conditionalize init callback on [USE_NSCD].
26445         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
26446         * nss/nss_db/db-init.c: Likewise.
26447         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
26448         [USE_NSCD].
26449         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
26450         (make_request): Use it.
26451         (cache_valid_p): New function.
26452         (__check_pf): Use it.
26453         * NEWS: Add item for --disable-nscd.
26455 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
26457         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
26458         to support sed >= 4.2.1-20-ga9bf076.
26459         * configure: Regenerated.
26461 2012-08-22  Roland McGrath  <roland@hack.frob.com>
26463         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
26464         Conditionalize whole body on [IREL].
26466 2012-08-22  Jeff Law <law@redhat.com>
26468         [BZ #14505]
26469         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
26470         if the family is PF_UNSPEC.
26472 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
26474         * Makerules (lib-version): Rename from V.
26475         (install-lib-nosubdir): Change V to lib-version.
26477 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
26479         [BZ #14252]
26480         * powerpc32/power6/wcschr.c: New file.
26481         * powerpc32/power6/wcscpy.c: New file.
26482         * powerpc32/power6/wcsrchr.c: New file.
26483         * powerpc64/power6/wcschr.c: New file.
26484         * powerpc64/power6/wcscpy.c: New file.
26485         * powerpc64/power6/wcsrchr.c: New file.
26487 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
26489         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
26490         (two_way_short_needle): Use it.
26491         * string/strstr.c (AVAILABLE1_USES_J): Define.
26492         * string/strcasestr.c: Likewise.
26494         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
26495         array references.
26496         * string/strcasestr.c (TOLOWER): Make side-effect safe.
26498         [BZ #11607]
26499         * NEWS: Add an entry.
26500         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
26501         define their defaults.
26502         (two_way_short_needle): Detect end-of-string on-the-fly.
26503         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
26504         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
26505         * string/bug-strcasestr1.c: New test.
26506         * string/Makefile: Run it.
26508 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
26510         [BZ #11607]
26511         * string/str-two-way.h (two_way_short_needle): Optimize matching of
26512         the first character.
26514 2012-08-21  Roland McGrath  <roland@hack.frob.com>
26516         * csu/elf-init.c (__libc_csu_irel): Function removed.
26517         * csu/libc-start.c (apply_irel): New function.
26518         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
26520 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
26522         * sysdeps/unix/sysv/linux/kernel-features.h
26523         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
26524         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
26525         <kernel-features.h>.
26526         [__NR_fadvise64_64]: Make code unconditional.
26527         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
26528         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
26529         !__NR_fadvise64_64)]: Likewise.
26530         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
26531         !__NR_fadvise64_64))]: Likewise.
26532         [__NR_fadvise64]: Make code unconditional.
26533         [!__NR_fadvise64]: Remove conditional code.
26534         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
26535         <kernel-features.h>.
26536         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
26537         unconditional.
26538         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
26539         conditional code.
26540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
26541         not include <kernel-features.h>.
26542         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
26543         unconditional.
26544         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
26545         conditional code.
26546         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
26547         include <kernel-features.h>.
26548         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
26549         unconditional.
26550         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
26551         conditional code.
26553 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
26555         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
26556         slight instruction rearrangements per scrollpipe analysis.
26557         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26559 2012-08-20  Roland McGrath  <roland@hack.frob.com>
26561         * manual/syslog.texi (syslog; vsyslog, closelog):
26562         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
26563         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
26565         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
26566         DSOCAPS to match condition on defining it.
26568 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
26570         * sysdeps/unix/sysv/linux/kernel-features.h
26571         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
26572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
26573         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
26574         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
26575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
26576         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
26577         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
26578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
26579         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
26580         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
26582         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
26583         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
26585         * sysdeps/unix/sysv/linux/kernel-features.h
26586         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
26587         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
26588         unconditional.
26589         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
26590         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
26591         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
26592         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
26593         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
26594         Make code unconditional.
26595         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
26596         (__mmap64) [!__NR_mmap2]: Likewise.
26597         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
26598         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
26599         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
26600         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
26601         [__NR_mmap2]: Make code unconditional.
26602         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
26603         (__mmap64) [!__NR_mmap2]: Likewise.
26605 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26607         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
26609 2012-08-18  Andreas Jaeger  <aj@suse.de>
26611         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
26613 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
26615         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
26616         * include/unistd.h (__have_sock_cloexec): Likewise.
26617         (__have_pipe2): Likewise.
26618         (__have_dup3): Likewise.
26620 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
26622         [BZ #9685]
26623         * include/unistd.h (__have_pipe2): Change define into an extern int.
26624         (__have_dup3): Likewise.
26625         * socket/have_sock_cloexec.c: Include fcntl.h.
26626         (__have_pipe2): New variable.
26627         (__have_dup3): Likewise.
26629 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
26631         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
26633 2012-08-17  Marek Polacek  <polacek@redhat.com>
26635         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
26636         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
26638 2012-08-17  Roland McGrath  <roland@hack.frob.com>
26640         * configure.in: Add AC_SUBST for sysheaders.
26641         * configure: Regenerated.
26642         * config.make.in (sysheaders): New substituted variable.
26644         * sysdeps/unix/mkfifo.c: Moved ...
26645         * sysdeps/posix/mkfifo.c: ... here.
26646         * sysdeps/unix/mkfifoat.c: Moved ...
26647         * sysdeps/posix/mkfifoat.c: ... here.
26649         * sysdeps/unix/utime.c: Moved ...
26650         * sysdeps/posix/utime.c: ... here.
26652         * sysdeps/unix/time.c: Moved ...
26653         * sysdeps/posix/time.c: ... here.
26654         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
26655         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
26657         * sysdeps/unix/nice.c: Moved ...
26658         * sysdeps/posix/nice.c: ... here.
26660         * sysdeps/unix/alarm.c: Moved ...
26661         * sysdeps/posix/alarm.c: ... here.
26663         * intl/Makefile ($(codeset_mo)): Depend on the input file.
26665 2012-08-17  Jeff Law <law@redhat.com>
26667         * intl/Makefile (codeset_mo): New variable.
26668         ($(codeset_mo)): New target.
26669         (tst-codeset.out): Depend on that.  Remove explicit rule.
26670         (tst-gettext3.out, tst-gettext5.out): Likewise.
26671         (LOCPATH-ENV, tst-codeset-ENV): New variables.
26672         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
26673         * intl/tst-codeset.sh: Remove.
26674         * intl/tst-gettext3.sh: Likewise.
26675         * intl/tst-gettext5.sh: Likewise.
26677 2012-08-17  Roland McGrath  <roland@hack.frob.com>
26679         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
26680         * sysdeps/unix/syscalls.list: ... here.
26682         * sysdeps/posix/getaddrinfo.c
26683         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
26684         (gaiconf_init, gaiconf_reload): Use them.
26685         [!_STATBUF_ST_NSEC]
26686         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
26687         Define using time_t rather than struct timespec.
26689         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
26690         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
26691         Macros removed.
26692         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
26693         [!NO_THREADS].
26694         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
26695         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
26696         Likewise.
26698         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
26699         __libc_cleanup_push argument.
26701         * bits/param.h: New file.
26702         * misc/sys/param.h: New file.
26703         * include/sys/param.h: New file.
26704         * misc/Makefile (headers): Add bits/param.h.
26705         * sysdeps/generic/sys/param.h: File removed.
26706         * sysdeps/unix/sysv/linux/bits/param.h: New file.
26707         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
26708         * sysdeps/mach/hurd/bits/param.h: New file.
26709         * sysdeps/mach/hurd/sys/param.h: File removed.
26711         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
26712         last change.
26714         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
26715         [_IO_MTSAFE_IO].
26716         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
26717         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
26718         New macros.
26720         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
26721         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
26722         rather than -D_IO_MTSAFE_IO conditionally.
26723         * stdio-common/Makefile (CPPFLAGS): Likewise.
26724         * wcsmbs/Makefile (CPPFLAGS): Likewise.
26725         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
26726         Use $(libio-mtsafe).
26727         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
26728         of -D_IO_MTSAFE_IO.
26729         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
26730         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
26731         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
26732         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
26733         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
26734         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
26735         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
26736         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
26737         (CFLAGS-fread_u_chk.c): Likewise.
26738         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
26739         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
26740         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
26741         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
26742         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
26743         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
26744         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
26745         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
26746         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
26748         * libio/Makefile: Test [$(libc-reentrant) = yes]
26749         instead of [$(filter %REENTRANT, $(defines)) nonempty].
26751         * Makeconfig
26752         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
26753         * sysdeps/pthread/configure: File removed.
26754         * sysdeps/pthread/Makeconfig: New file.
26755         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
26756         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
26758 2012-08-16  Gary Benson  <gbenson@redhat.com>
26760         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
26761         unmapping the first object in a namespace.
26763 2012-08-16  Roland McGrath  <roland@hack.frob.com>
26765         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
26766         (__internal_setnetgrent): ... this.  Add internal_function to
26767         definition.  Add libc_hidden_def.
26768         (setnetgrent): Update caller.
26769         (internal_endnetgrent): Renamed to ...
26770         (__internal_endnetgrent): ... this.  Add internal_function to
26771         definition.  Add libc_hidden_def.
26772         (endnetgrent): Update caller.
26773         (internal_getnetgrent_r): Renamed to ...
26774         (__internal_getnetgrent_r): ... this.  Add internal_function to
26775         definition.  Add libc_hidden_def.
26776         (__getnetgrent_r): Update caller.
26777         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
26779 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
26781         * stdlib/longlong.h: Update from GCC.
26783 2012-08-16  Roland McGrath  <roland@hack.frob.com>
26785         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
26786         on _QL, which is set by umul_ppmm but never used.
26787         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
26788         variables, which are set by GMP macros but never used.
26789         * stdio-common/_itowa.c (_itowa): Likewise.
26790         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
26791         * stdlib/mod_1.c (mpn_mod_1): Likewise.
26793 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
26795         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
26796         struct La_sh_regs is not constant.
26797         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
26798         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
26799         and struct La_sparc64_regs are not constant.
26801 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
26803         * sysdeps/unix/sysv/linux/kernel-features.h
26804         (__ASSUME_POSIX_TIMERS): Remove.
26805         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26806         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
26807         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
26808         Make code unconditional.
26809         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
26810         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
26811         Make code unconditional.
26812         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
26813         * sysdeps/unix/sysv/linux/clock_nanosleep.c
26814         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
26815         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
26816         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
26817         Make code unconditional.
26818         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
26819         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
26820         (__libc_missing_posix_timers): Remove.
26822 2012-08-15  Roland McGrath  <roland@hack.frob.com>
26824         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
26825         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
26827         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
26829         * elf/dl-sym.c: Include <stdlib.h>.
26831         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
26832         constants, which avoids warnings in 32-bit builds.
26834         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
26835         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
26837         * misc/lseek.c: File moved to ...
26838         * io/lseek.c: ... here.
26840         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
26842         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
26843         shifting LEN more than 31 bits at once.
26845 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26847         [BZ #14195]
26848         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
26849         segmentation fault for a case of two empty input strings.
26850         * string/test-strncasecmp.c (check1): Renamed to...
26851         (bz12205): ...this.
26852         (bz14195): Add new testcase for two empty input strings and N > 0.
26853         (test_main): Call new testcase, adapt for renamed function.
26855 2012-08-15  Andreas Jaeger  <aj@suse.de>
26857         [BZ #14090]
26858         * crypt/md5test2.c: New test, based on test supplied by Serge
26859         Belyshev <belyshev@depni.sinp.msu.ru>.
26860         * crypt/Makefile (xtests): Add md5test-giant..
26861         * crypt/Makefile ($(objpfx)md5test-giant): Add.
26863 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26865         [BZ #14090]
26866         * crypt/md5.c (md5_process_block): Don't assume the buffer
26867         length is less than 2**32.
26868         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
26869         length is less than 2**64.
26871 2012-08-15  Roland McGrath  <roland@hack.frob.com>
26873         * string/str-two-way.h: Include <sys/param.h>.
26874         (MAX): Macro removed.
26876         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
26877         Move #define and #undef of memmove to just before and after
26878         including <string.h>.
26880         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
26881         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
26882         and after including <string.h>.  Move declarations of
26883         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
26884         to before #include "string/memmove.c".
26886         * include/dirent.h: Declare __getdirentries.
26888         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
26889         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
26891 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
26893         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
26894         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
26895         * sysdeps/i386/configure: Regenerated.
26896         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
26897         STABS_CURRENT_FILE, and STABS_FUN.
26898         (END): Remove call to STABS_FUN_END.
26899         (STABS_CURRENT_FILE1): Delete.
26900         (STABS_CURRENT_FILE): Likewise.
26901         (STABS_FUN): Likewise.
26902         (STABS_FUN_END): Likewise.
26903         (STABS_FUN2): Likewise.
26904         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
26905         * sysdeps/x86_64/configure: Regenerated.
26907 2012-08-14  Roland McGrath  <roland@hack.frob.com>
26909         * elf/dl-open.c: Include <atomic.h>.
26910         * elf/dl-lookup.c: Likewise.
26912 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
26914         * sysdeps/unix/sysv/linux/kernel-features.h
26915         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
26916         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
26917         unconditionally.
26918         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
26919         unconditionally.
26920         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
26921         condition on __ASSUME_CLONE_THREAD_FLAGS.
26923 2012-08-14  Andreas Jaeger  <aj@suse.de>
26925         * sysdeps/i386/fpu/libm-test-ulps: Update.
26927 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
26929         * include/atomic.h (atomic_exchange_and_add): Split into ...
26930         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
26931         New atomic macros.
26933 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
26935         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26937 2012-08-13  Jeff Law <law@redhat.com>
26939         * manual/stdio.texi (snprintf): Clarify handling of the trailing
26940         null byte in the output string.
26942 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
26944         * sysdeps/unix/sysv/linux/kernel-features.h
26945         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
26946         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
26947         (__ASSUME_ARG_MAX_STACK_BASED): Define.
26948         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
26949         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
26950         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
26951         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
26953 2012-08-09  Jeff Law <law@redhat.com>
26955         [BZ #13939]
26956         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
26957         When avoid_arena is set, don't retry in the that arena.  Pick the
26958         next one, whatever it might be.
26959         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
26960         (arena_lock): Pass in new parameter to arena_get2.
26961         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
26962         arena_get2.
26963         (__libc_malloc): Unify retrying after main arena failure with
26964         __libc_memalign version.
26965         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
26967 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
26969         [BZ #14166]
26970         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
26971         to __redirect_strstr.
26972         (__strstr_sse42): Use typeof __redirect_strstr.
26973         (__strstr_ia32): Likewise.
26974         (__libc_strstr): New prototype.
26975         (strstr): Renamed to ...
26976         (__libc_strstr): This.
26977         (strstr): New strong alias of __libc_strstr.
26978         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
26979         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
26980         __redirect_time.
26981         Include <time.h>.
26982         (__libc_time): New prototype.
26983         (time_ifunc): Replace time with __libc_time.
26984         (time): New strong alias and hidden definition of __libc_time.
26985         (__GI_time): Remove strong alias.
26986         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
26987         Include <stddef.h>.
26988         (memmove): Redefined to __redirect_memmove.
26989         (__memmove_sse2): Use typeof __redirect_memmove.
26990         (__memmove_ssse3): Likewise.
26991         (__memmove_ssse3_back): Likewise.
26992         (__libc_memmove): New prototype.
26993         (memmove): Renamed to ...
26994         (__libc_memmove): This.
26995         (memmove): New strong alias of __libc_memmove.
26997 2012-08-08  Mark Salter  <msalter@redhat.com>
26999         * elf/elf.h
27000         (R_MN10300_TLS_GD): Define.
27001         (R_MN10300_TLS_LD): Likewise.
27002         (R_MN10300_TLS_LDO): Likewise.
27003         (R_MN10300_TLS_GOTIE): Likewise.
27004         (R_MN10300_TLS_IE): Likewise.
27005         (R_MN10300_TLS_LE): Likewise.
27006         (R_MN10300_TLS_DTPMOD): Likewise.
27007         (R_MN10300_TLS_DTPOFF): Likewise.
27008         (R_MN10300_TLS_TPOFF): Likewise.
27009         (R_MN10300_SYM_DIFF): Likewise.
27010         (R_MN10300_ALIGN): Likewise.
27011         (R_MN10300_NUM): Update.
27013 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
27015         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
27016         Remove.
27018 2012-08-08  Roland McGrath  <roland@hack.frob.com>
27020         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
27022         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
27023         sysdeps/unix -> sysdeps/posix move.
27024         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
27026 2012-08-07      Allan McRae     <allan@archlinux.org>
27028         [BZ #14303]
27029         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
27030         (SUNOS_CPP): Likewise.
27031         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
27032         not found.
27033         (open_input): Call CPP using execvp.
27035 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
27037         * sysdeps/unix/sysv/linux/kernel-features.h
27038         (__ASSUME_PROT_GROWSUPDOWN): Remove.
27039         (__ASSUME_NO_CLONE_DETACHED): Likewise.
27040         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
27041         (__ASSUME_WAITID_SYSCALL): Likewise.
27042         * sysdeps/unix/sysv/linux/dl-execstack.c
27043         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
27044         code unconditional.
27045         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
27046         conditional code.
27047         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
27048         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
27049         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
27050         code.
27051         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
27052         unconditional.
27053         [__ASSUME_WAITID_SYSCALL]: Likewise.
27054         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
27056 2012-08-07  Roland McGrath  <roland@hack.frob.com>
27058         * sysdeps/unix/closedir.c: Renamed to ...
27059         * sysdeps/posix/closedir.c: ... here.
27060         * sysdeps/unix/dirfd.c: Renamed to ...
27061         * sysdeps/posix/dirfd.c: ... here.
27062         * sysdeps/unix/dirstream.h: Renamed to ...
27063         * sysdeps/posix/dirstream.h: ... here.
27064         * sysdeps/unix/fdopendir.c: Renamed to ...
27065         * sysdeps/posix/fdopendir.c: ... here.
27066         * sysdeps/unix/opendir.c: Renamed to ...
27067         * sysdeps/posix/opendir.c: ... here.
27068         * sysdeps/unix/readdir.c: Renamed to ...
27069         * sysdeps/posix/readdir.c: ... here.
27070         * sysdeps/unix/readdir_r.c: Renamed to ...
27071         * sysdeps/posix/readdir_r.c: ... here.
27072         * sysdeps/unix/rewinddir.c: Renamed to ...
27073         * sysdeps/posix/rewinddir.c: ... here.
27074         * sysdeps/unix/seekdir.c: Renamed to ...
27075         * sysdeps/posix/seekdir.c: ... here.
27076         * sysdeps/unix/telldir.c: Renamed to ...
27077         * sysdeps/posix/telldir.c: ... here.
27078         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
27079         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
27080         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
27081         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
27083         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
27084         * bits/fcntl.h: ... here.
27086         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
27087         not 0.
27088         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
27089         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
27090         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
27091         (struct flock): Move l_start, l_len to the beginning.
27092         Use __pid_t for l_pid.
27093         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
27094         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
27095         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
27096         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
27097         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
27098         [__USE_LARGEFILE64] (struct flock64): New type.
27099         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
27101         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
27102         * bits/dirent.h: ... here.
27104         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
27105         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
27107 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
27109         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
27110         Change from 2.6.0 to 2.6.16.
27111         * sysdeps/unix/sysv/linux/configure: Regenerated.
27112         * sysdeps/unix/sysv/linux/kernel-features.h
27113         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
27114         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
27115         version.
27116         (__ASSUME_UTIMES): Likewise.
27117         (__ASSUME_CLONE_STOPPED): Remove.
27118         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
27119         architectures, not kernel version.
27120         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
27121         (__ASSUME_NO_CLONE_DETACHED): Likewise.
27122         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
27123         (__ASSUME_WAITID_SYSCALL): Likewise.
27124         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
27125         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
27126         * README: State 2.6.16 as minimum Linux kernel version.  Do not
27127         refer to older versions.
27129 2012-08-06  Roland McGrath  <roland@hack.frob.com>
27131         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
27132         Define alphasort64 as an alias.
27133         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
27134         Define versionsort64 as an alias.
27135         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
27136         Define scandir64 as an alias.
27137         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
27138         Define scandirat64 as an alias.
27139         * dirent/alphasort64.c (alphasort64):
27140         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
27141         * dirent/versionsort64.c: Likewise.
27142         * dirent/scandir64.c: Likewise.
27143         * dirent/scandirat64.c: Likewise.
27144         * sysdeps/wordsize-64/alphasort.c: File removed.
27145         * sysdeps/wordsize-64/alphasort64.c: File removed.
27146         * sysdeps/wordsize-64/scandir.c: File removed.
27147         * sysdeps/wordsize-64/scandir64.c: File removed.
27148         * sysdeps/wordsize-64/scandirat.c: File removed.
27149         * sysdeps/wordsize-64/scandirat64.c: File removed.
27150         * sysdeps/wordsize-64/versionsort.c: File removed.
27151         * sysdeps/wordsize-64/versionsort64.c: File removed.
27152         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
27153         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
27154         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
27155         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
27156         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
27157         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
27158         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
27159         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
27161         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
27162         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
27163         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
27164         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27165         [defined __arch64__ || defined __sparcv9]
27166         (__INO_T_MATCHES_INO64_T): New macro.
27167         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
27168         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
27169         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
27170         * sysdeps/unix/sysv/linux/bits/dirent.h
27171         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
27172         (_DIRENT_MATCHES_DIRENT64): New macro.
27174         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
27175         Define lockf64 as an alias.
27176         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
27177         Define fseeko64 as an alias.
27178         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
27179         Define ftello64 as an alias.
27180         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
27181         Define _IO_fgetpos64 and fgetpos64 as aliases.
27182         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
27183         Define _IO_fsetpos64 and fsetpos64 as aliases.
27184         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
27185         Conditionalize body on this.
27186         * libio/fseeko64.c: Likewise.
27187         * libio/ftello64.c: Likewise.
27188         * libio/iofgetpos64.c: Likewise.
27189         * libio/iofsetpos64.c: Likewise.
27190         * sysdeps/wordsize-64/lockf.c: File removed.
27191         * sysdeps/wordsize-64/lockf64.c: File removed.
27192         * sysdeps/wordsize-64/fseeko.c: File removed.
27193         * sysdeps/wordsize-64/fseeko64.c: File removed.
27194         * sysdeps/wordsize-64/ftello.c: File removed.
27195         * sysdeps/wordsize-64/ftello64.c: File removed.
27196         * sysdeps/wordsize-64/iofgetpos.c: File removed.
27197         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
27198         * sysdeps/wordsize-64/iofsetpos.c: File removed.
27199         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
27200         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
27201         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
27202         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
27203         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
27204         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
27205         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
27206         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
27207         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
27208         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
27209         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
27211         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
27212         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
27213         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
27214         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27215         [defined __arch64__ || defined __sparcv9]
27216         (__OFF_T_MATCHES_OFF64_T): New macro.
27217         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
27218         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
27219         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
27220         (__OFF_T_MATCHES_OFF64_T): New macro.
27222 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
27224         * stdlib/secure-getenv.c (__secure_getenv): Replace
27225         GLIBC_2_16 with GLIBC_2_17.
27227 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
27229         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
27230         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
27232 2012-08-03  David S. Miller  <davem@davemloft.net>
27234         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27236 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
27238         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
27239         Remove.
27240         (__ASSUME_CORRECT_SI_PID): Likewise.
27241         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
27242         (__ASSUME_TMPFS_NAME): Likewise.
27243         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
27244         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
27245         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
27246         (HAVE_AUX_SECURE): Make definition unconditional.
27247         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
27248         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
27250 2012-08-03  Roland McGrath  <roland@hack.frob.com>
27252         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
27253         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
27254         * sysdeps/mach/hurd/eloop-threshold.h: New file.
27255         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
27256         __eloop_threshold instead of SYMLOOP_MAX.
27258         * sysdeps/generic/eloop-threshold.h: New file.
27259         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
27260         of MAXSYMLINKS.
27261         * elf/chroot_canon.c (chroot_canon): Likewise.
27263 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
27265         [BZ #13717]
27266         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
27267         Change to 2.6.0 everywhere.
27268         * sysdeps/unix/sysv/linux/configure: Regenerated.
27269         * sysdeps/unix/sysv/linux/kernel-features.h
27270         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
27271         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
27272         kernel versions.
27273         (__ASSUME_POSIX_TIMERS): Define unconditionally.
27274         (__ASSUME_FUTEX_REQUEUE): Remove.
27275         (__ASSUME_STATFS64): Define unconditionally.
27276         (__ASSUME_AT_SECURE): Likewise.
27277         (__ASSUME_CORRECT_SI_PID): Likewise.
27278         (__ASSUME_TGKILL): Define without depending on kernel version for
27279         i386.
27280         (__ASSUME_UTIMES): Likewise.
27281         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
27282         kernel version.
27283         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
27284         (__ASSUME_TMPFS_NAME): Likewise.
27285         * README: Update reference to Linux kernel versions.
27287 2012-08-02  Marek Polacek  <polacek@redhat.com>
27289         [BZ# 14150]
27290         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
27291         libc_cv_asm_type_prefix with %.
27292         * configure: Regenerated.
27293         * include/libc-symbols.h: Remove comment about
27294         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
27295         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
27296         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
27297         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
27298         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
27299         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
27300         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
27301         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
27302         * elf/tst-unique2mod1.c: Likewise.
27303         * elf/tst-unique1mod2.c: Likewise.
27304         * elf/tst-unique1mod1.c: Likewise.
27305         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
27306         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
27307         Replace ASM_TYPE_DIRECTIVE with .type.
27308         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27309         * sysdeps/i386/sysdep.h: Likewise.
27310         * sysdeps/x86_64/sysdep.h: Likewise.
27311         * sysdeps/sh/sysdep.h: Likewise.
27312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
27313         Do not define ASM_TYPE_DIRECTIVE.
27314         * sysdeps/powerpc/sysdep.h: Likewise.
27315         * sysdeps/powerpc/powerpc32/sysdep.h:
27316         Replace ASM_TYPE_DIRECTIVE with .type.
27317         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
27318         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27319         * sysdeps/i386/fpu/e_powf.S: Likewise.
27320         * sysdeps/i386/fpu/e_expl.S: Likewise.
27321         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
27322         * sysdeps/i386/fpu/e_acosh.S: Likewise.
27323         * sysdeps/i386/fpu/e_pow.S: Likewise.
27324         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
27325         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
27326         * sysdeps/i386/fpu/s_expm1.S: Likewise.
27327         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
27328         * sysdeps/i386/fpu/e_log2.S: Likewise.
27329         * sysdeps/i386/fpu/e_log2l.S: Likewise.
27330         * sysdeps/i386/fpu/e_scalb.S: Likewise.
27331         * sysdeps/i386/fpu/e_powl.S: Likewise.
27332         * sysdeps/i386/fpu/e_log10f.S: Likewise.
27333         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
27334         * sysdeps/i386/fpu/e_logl.S: Likewise.
27335         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
27336         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
27337         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
27338         * sysdeps/i386/fpu/e_log2f.S: Likewise.
27339         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
27340         * sysdeps/i386/fpu/e_log.S: Likewise.
27341         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
27342         * sysdeps/i386/fpu/e_logf.S: Likewise.
27343         * sysdeps/i386/fpu/e_log10l.S: Likewise.
27344         * sysdeps/i386/fpu/e_atanh.S: Likewise.
27345         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
27346         * sysdeps/i386/fpu/e_log10.S: Likewise.
27347         * sysdeps/i386/fpu/s_frexp.S: Likewise.
27348         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
27349         * sysdeps/i386/fpu/s_asinh.S: Likewise.
27350         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
27351         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
27352         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
27353         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
27354         * sysdeps/i386/i686/strtok.S: Likewise.
27355         * sysdeps/i386/i386-mcount.S: Likewise.
27356         * sysdeps/i386/strtok.S: Likewise.
27357         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
27358         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
27359         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27360         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
27361         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
27362         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
27363         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
27364         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
27365         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
27366         * sysdeps/x86_64/_mcount.S: Likewise.
27367         * sysdeps/x86_64/strtok.S: Likewise.
27368         * sysdeps/sh/_mcount.S: Likewise.
27370 2012-08-01  Roland McGrath  <roland@hack.frob.com>
27372         * libio/iofopen.c: Include <fcntl.h>.
27373         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
27374         (_IO_fopen64, fopen64): Define as aliases.
27375         * libio/iofopen64.c: Include <fcntl.h>.
27376         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
27377         Conditionalize body on this.
27378         * sysdeps/wordsize-64/iofopen.c: File removed.
27379         * sysdeps/wordsize-64/iofopen64.c: File removed.
27381 2012-08-01  Marek Polacek  <polacek@redhat.com>
27383         * libc/Makeconfig: Use elf in place of binfmt-subdir.
27384         Use dlfcn directly instead of a variable.
27385         (binfmt-subdir): Do not define.
27386         (dlfcn): Likewise.
27388 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
27390         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
27391         Remove all definitions.
27392         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
27393         <kernel-features.h>.
27394         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
27395         (miss_F_GETOWN_EX): Remove all definitions.
27396         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
27397         macro definition.
27398         [!__ASSUME_FCNTL64]: Remove conditional code.
27399         [__ASSUME_FCNTL64]: Make code unconditional.
27400         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
27401         <kernel-features.h>.
27402         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
27403         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
27404         (lockf64) [__NR_fcntl64]: Make code unconditional.
27405         (lockf64) [__ASSUME_FCNTL64]: Likewise.
27407         * sysdeps/unix/sysv/linux/kernel-features.h
27408         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
27409         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
27410         Make code unconditional.
27411         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
27412         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
27413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
27414         [__NR_vfork]: Make code unconditional.
27415         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
27416         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
27417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
27418         [__NR_vfork]: Make code unconditional.
27419         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
27420         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
27422 2012-08-01  Roland McGrath  <roland@hack.frob.com>
27424         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
27425         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
27427         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
27428         Define mkstemp64 as an alias.
27429         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
27430         Define mkstemps64 as an alias.
27431         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
27432         Define mkostemp64 as an alias.
27433         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
27434         Define mkostemps64 as an alias.
27435         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
27436         Conditionalize body on this.
27437         * misc/mkostemp64.c: Likewise.
27438         * misc/mkostemps64.c: Likewise.
27439         * misc/mkstemps64.c: Likewise.
27440         * sysdeps/wordsize-64/mkstemp64.c: File removed.
27441         * sysdeps/wordsize-64/mkostemp64.c: File removed.
27442         * sysdeps/wordsize-64/mkostemp.c: File removed.
27443         * sysdeps/wordsize-64/mkstemp.c: File removed.
27444         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
27445         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
27446         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
27447         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
27449         [BZ #14138]
27450         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
27451         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
27452         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
27453         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
27455         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
27456         compat_symbol macros from <shlib-compat.h> rather than the underlying
27457         default_symbol_version and symbol_version macros, so that DEFAULT
27458         lines in shlib-versions are respected.
27459         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
27461 2012-08-01  Florian Weimer  <fweimer@redhat.com>
27463         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
27464         Declare with warn_unused_result.
27465         (setgid, setregid, setegid, setresgid): Likewise.
27466         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
27467         Likewise.
27468         * WUR-REPORT: Remove set*id functions.
27470 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
27472         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
27474 2012-07-31  Roland McGrath  <roland@hack.frob.com>
27476         [BZ #10191]
27477         * include/sys/socket.h (__libc_accept, __libc_accept4):
27478         Add attribute_hidden.
27479         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
27481         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
27482         use of PTR_MANGLE.
27483         * inet/getnetgrent_r.c (setup): Likewise.
27485         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
27487 2012-07-31  David S. Miller  <davem@davemloft.net>
27489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27491 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
27493         [BZ #13629]
27494         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
27495         value between 1.0 and 2.0 and smaller part has absolute value less
27496         than 1.0.
27497         * math/s_clog10.c (__clog10): Likewise.
27498         * math/s_clog10f.c (__clog10f): Likewise.
27499         * math/s_clog10l.c (__clog10l): Likewise.
27500         * math/s_clogf.c (__clogf): Likewise.
27501         * math/s_clogl.c (__clogl): Likewise.
27502         * math/libm-test.inc (clog_test): Add more tests.
27503         (clog10_test): Likewise.
27504         * sysdeps/i386/fpu/libm-test-ulps: Update.
27505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27507 2012-07-31  Florian Weimer  <fweimer@redhat.com>
27509         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
27510         Exit with zero in case no suitable GID is found, and write a
27511         message to standard error.
27513 2012-07-30  Roland McGrath  <roland@hack.frob.com>
27515         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
27516         rather than to 1.
27517         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
27518         (MAXPATHLEN): Removed.
27519         (NOGROUP, NODEV): New macros.
27520         (setbit, clrbit, isset, isclr): New macros.
27521         (howmany, roundup, powerof2): New macros.
27522         (DEV_BSIZE): New macro.
27524         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
27525         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
27527         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
27528         definition on [!__NO_LONG_DOUBLE_MATH].
27530         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
27531         PTR_MANGLE and PTR_DEMANGLE.
27533         * socket/accept4.c (accept4): Rename to __libc_accept4.
27534         Define accept4 as a weak alias.
27536         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
27537         on [_DIRENT_HAVE_D_TYPE].
27538         * io/ftw.c (ftw_dir): Likewise.
27540         * io/xmknod.c (__xmknod): Don't check PATH for being null.
27542         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
27544         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
27545         Use the BSD numbers rather than the arbitrary ones we had.
27546         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
27547         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
27548         (SIGXCPU, SIGXFSZ): New macros.
27549         (_NSIG): Now 32.
27551         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
27552         initializer on [_LIBC_REENTRANT].
27554         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
27555         definitions inside [_POSIX_MAPPED_FILES].
27557         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
27559         * dirent/opendir.c: Include <fcntl.h>.
27561         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
27562         (__libc_getspecific): Likewise.
27563         (__libc_key_create): Likewise.
27565         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
27566         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
27567         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
27568         (tmpfile64): Define as alias.
27569         * sysdeps/wordsize-64/tmpfile.c: File removed.
27570         * sysdeps/wordsize-64/tmpfile64.c: File removed.
27571         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
27572         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
27574         * stdio-common/vfscanf.c: Include <stdbool.h>.
27575         * nss/makedb.c: Likewise.
27576         * stdio-common/_i18n_number.h: Likewise.
27577         * argp/argp-help.c: Likewise.
27578         * posix/wordexp.c: Likewise.
27579         * sysdeps/posix/spawni.c: Likewise.
27580         * nss/nss_files/files-initgroups.c: Likewise.
27581         * stdio-common/reg-modifier.c: Include <stdlib.h>.
27582         * nss/nss_files/files-initgroups.c: Likewise.
27583         * nss/nss_db/db-netgrp.c: Likewise.
27584         * nss/nss_db/db-initgroups.c: Likewise.
27585         * io/fchmodat.c: Include <sys/stat.h>.
27587         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
27588         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
27590         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
27591         [HAVE_MMAP].
27593         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
27594         Add multiple inclusion protection.
27596 2012-07-27  David S. Miller  <davem@davemloft.net>
27598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27600 2012-07-27  Gary Benson  <gbenson@redhat.com>
27602         [BZ #14298]
27603         * elf/rtld.c: Include <stap-probe.h>.
27604         (dl_main): Added static probes "init_start" and "init_complete".
27605         * elf/dl-load.c: Include <stap-probe.h>.
27606         (lose): Take new parameter "nsid".
27607         Added static probe "map_failed".
27608         (_dl_map_object_from_fd): Pass namespace id to lose.
27609         Added static probe "map_start".
27610         (open_verify): Pass namespace id to lose.
27611         * elf/dl-open.c: Include <stap-probe.h>.
27612         (dl_open_worker) Added static probes "map_complete", "reloc_start"
27613         and "reloc_complete".
27614         * elf/dl-close.c: Include <stap-probe.h>.
27615         (_dl_close_worker): Added static probes "unmap_start" and
27616         "unmap_complete".
27617         * elf/rtld-debugger-interface.txt: New file documenting the above.
27619 2012-07-26  Roland McGrath  <roland@hack.frob.com>
27621         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
27622         rather than a string variable.
27623         * sunrpc/rpc_main.c (h_output): Likewise.
27624         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
27626 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
27628         * inet/check_native.c: New file.
27630 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
27632         [BZ #13629]
27633         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
27634         if larger part has absolute value 1.0.
27635         * math/s_clog10.c (__clog10): Likewise.
27636         * math/s_clog10f.c (__clog10f): Likewise.
27637         * math/s_clog10l.c (__clog10l): Likewise.
27638         * math/s_clogf.c (__clogf): Likewise.
27639         * math/s_clogl.c (__clogl): Likewise.
27640         * math/libm-test.inc (clog_test): Add more tests.
27641         (clog10_test): Likewise.
27642         * sysdeps/i386/fpu/libm-test-ulps: Update.
27643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27645         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
27646         (pltexit): Likewise.
27647         (La_regs): Likewise.
27648         (La_retval): Likewise.
27649         (int_retval): Likewise.
27650         Update #error for removed macros to refer only to definitions in
27651         tst-audit.h.
27652         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
27653         macro.
27654         (pltexit): Likewise.
27655         (La_regs): Likewise.
27656         (La_retval): Likewise.
27657         (int_retval): Likewise.
27658         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
27659         macro.
27660         (pltexit): Likewise.
27661         (La_regs): Likewise.
27662         (La_retval): Likewise.
27663         (int_retval): Likewise.
27664         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
27665         macro.
27666         (pltexit): Likewise.
27667         (La_regs): Likewise.
27668         (La_retval): Likewise.
27669         (int_retval): Likewise.
27670         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
27671         macro.
27672         (pltexit): Likewise.
27673         (La_regs): Likewise.
27674         (La_retval): Likewise.
27675         (int_retval): Likewise.
27676         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
27677         macro.
27678         (pltexit): Likewise.
27679         (La_regs): Likewise.
27680         (La_retval): Likewise.
27681         (int_retval): Likewise.
27682         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
27683         macro.
27684         (pltexit): Likewise.
27685         (La_regs): Likewise.
27686         (La_retval): Likewise.
27687         (int_retval): Likewise.
27688         * sysdeps/generic/tst-audit.h: Update comment to refer only to
27689         macro definitions in tst-audit.h.
27690         * sysdeps/i386/tst-audit.h: New file.
27691         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
27692         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
27693         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
27694         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
27695         * sysdeps/sh/tst-audit.h: Likewise.
27696         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
27697         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
27698         * sysdeps/x86_64/tst-audit.h: Likewise.
27700 2012-07-26  Andreas Jaeger  <aj@suse.de>
27702         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
27703         ptrace.
27705         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
27706         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
27707         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
27708         PTRACE_O_MASK.
27709         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
27710         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
27711         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
27713         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
27714         value.
27716         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
27717         _sigsys.
27718         (si_call_addr, si_syscall, si_arch): Define new macro.
27719         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
27720         _sigsys.
27721         (si_call_addr, si_syscall, si_arch): Define new marcro.
27722         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
27723         _sigsys.
27724         (si_call_addr, si_syscall, si_arch): Define new macro.
27725         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
27726         _sigsys.
27727         (si_call_addr, si_syscall, si_arch): Define new macro.
27729 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
27731         [BZ #13717]
27732         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
27733         Change to 2.4.21 where previously 2.4.1.
27734         * sysdeps/unix/sysv/linux/configure: Regenerated.
27735         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
27736         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
27737         Linux kernel version.
27738         (__ASSUME_STD_AUXV): Remove.
27739         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
27740         kernel version.
27741         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
27742         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
27743         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
27744         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
27745         (__ASSUME_NETLINK_SUPPORT): Likewise.
27746         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
27747         (__no_netlink_support): Remove conditional definition.
27748         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
27749         Remove.
27750         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
27751         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
27752         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
27753         (if_nameindex_ioctl): Remove.
27754         (if_nameindex_netlink): Do not handle __no_netlink_support.
27755         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
27756         code.
27757         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
27758         Remove conditional code.
27759         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
27760         code.
27761         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
27762         unconditional.
27763         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
27764         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
27765         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
27766         Remove.
27767         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
27768         [!__ASSUME_STD_AUXV]: Remove conditional code.
27769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
27770         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
27771         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
27772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
27773         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
27774         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
27775         code.
27776         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
27777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
27778         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
27779         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
27780         conditional code.
27781         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
27782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
27783         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
27784         code.
27785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
27786         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
27787         conditional code.
27788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
27789         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
27790         code unconditional.
27791         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27792         conditional code.
27793         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
27794         unconditional.
27795         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27796         conditional code.
27797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
27798         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
27799         unconditional.
27800         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27801         conditional code.
27802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
27803         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
27804         code unconditional.
27805         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27806         conditional code.
27807         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
27808         unconditional.
27809         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27810         conditional code.
27811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
27812         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
27813         code unconditional.
27814         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27815         conditional code.
27816         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
27817         unconditional.
27818         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
27819         conditional code.
27821 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
27823         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
27824         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
27825         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
27826         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
27827         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
27828         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
27829         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
27830         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
27831         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
27832         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
27833         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
27834         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
27835         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
27836         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
27837         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
27838         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
27839         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
27840         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
27841         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
27842         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
27843         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
27844         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
27845         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
27847 2012-07-25  Florian Weimer  <fweimer@redhat.com>
27849         * Versions.def: Add GLIBC_2.17.
27850         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
27851         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
27852         Introduce __libc_secure_getenv.
27853         * stdlib/Versions (2.17): Add secure_getenv
27854         (GLIBC_PRIVATE): Add __libc_secure_getenv.
27855         * stdlib/secure-getenv.c: Rename __secure_getenv to
27856         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
27857         symbol __secure_getenv for GLIBC_2.0.
27858         * stdlib/tst-secure-getenv.c: New.
27859         * stdlib/Makefile (tests): Add testcase.
27860         * manual/startup.texi (Environment Access): Document
27861         secure_getenv.
27862         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
27863         __libc_secure_getenv.
27864         * inet/ruserpass.c (ruserpass): Likewise.
27865         * malloc/mtrace.c (mtrace): Likewise.
27866         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
27867         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
27868         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
27869         * sysdeps/posix/tempname.c: Likewise.  Evaluate
27870         HAVE_SECURE_GETENV.
27871         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
27872         __secure_getenv to __libc_secure_getenv.
27873         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
27874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
27875         Likewise.
27876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
27877         Likewise.
27878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
27879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
27880         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
27881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
27882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
27883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
27884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
27886 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
27888         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
27889         (struct La_i86_retval): Likewise.
27890         (struct La_x86_64_regs): Likewise.
27891         (struct La_x86_64_retval): Likewise.
27892         (struct La_x32_regs): Likewise.
27893         (struct La_x32_retval): Likewise.
27894         (struct La_ppc32_regs): Likewise.
27895         (struct La_ppc32_retval): Likewise.
27896         (struct La_ppc64_regs): Likewise.
27897         (struct La_ppc64_retval): Likewise.
27898         (struct La_sh_regs): Likewise.
27899         (struct La_sh_retval): Likewise.
27900         (struct La_s390_32_regs): Likewise.
27901         (struct La_s390_32_retval): Likewise.
27902         (struct La_s390_64_regs): Likewise.
27903         (struct La_s390_64_retval): Likewise.
27904         (struct La_sparc32_regs): Likewise.
27905         (struct La_sparc32_retval): Likewise.
27906         (struct La_sparc64_regs): Likewise.
27907         (struct La_sparc64_retval): Likewise.
27908         (struct audit_ifaces): Remove architecture-specific pltenter and
27909         pltexit members.
27910         * sysdeps/i386/ldsodefs.h: New file.
27911         * sysdeps/powerpc/ldsodefs.h: Likewise.
27912         * sysdeps/s390/ldsodefs.h: Likewise.
27913         * sysdeps/sh/ldsodefs.h: Likewise.
27914         * sysdeps/sparc/ldsodefs.h: Likewise.
27915         * sysdeps/x86_64/ldsodefs.h: Likewise.
27917 2012-07-25  Marek Polacek  <polacek@redhat.com>
27919         [BZ #6808]
27920         * math/libm-test.inc (yn_test): Add another test.
27921         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
27922         to ERANGE when the result is +-Inf.
27923         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
27924         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
27925         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
27926         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
27928 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
27930         * conform/data/time.h-data (NULL): Use macro-constant.  Require
27931         equal to 0.
27932         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
27933         clock_t.
27934         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
27936 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
27938         * configure.in <sysdeps resolving>: Correct printing
27939         Implies_before.
27940         * configure: Regenerate.
27942 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
27944         * math/w_ilogb.c: Include <limits.h>.
27945         * math/w_ilogbl.c: Likewise.
27947 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
27949         * manual/lang.texi (__va_copy): Document primarily as ISO C99
27950         va_copy.  Document allowing for unavailable va_copy only as
27951         pre-C99 compatibility.
27952         * manual/string.texi (Copying and Concatenation): Use va_copy
27953         instead of __va_copy in concat example.
27955 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
27957         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
27958         (__sendto): Use create_address_port.  Initialize APORT and deallocate
27959         it if not null.
27961         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
27962         with O_NOLINK passed to __file_name_lookup.
27964         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
27965         with O_NOLINK passed to __file_name_lookup.
27967         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
27968         negative N or less than NGIDS.
27970         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
27971         type to string_t.  Set ERANGE as errno and return it if NAME is not big
27972         enough.  Use memcpy instead of strncpy.
27974 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
27976         * elf/Makefile (check-data): Remove.
27977         (localplt.data): New vpath directive.
27978         ($(objpfx)check-localplt.out): Use localplt.data from vpath
27979         instead of $(check-data).
27980         * scripts/data/localplt-generic.data: Move to ...
27981         * sysdeps/generic/localplt.data: ... here.
27982         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
27983         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
27984         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
27985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
27986         ... here.
27987         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
27988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
27989         ... here.
27990         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
27991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
27992         ... here.
27993         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
27994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
27995         ... here.
27996         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
27997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
27998         ... here.
27999         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
28000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
28001         ... here.
28003 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28005         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
28006         PPC32 and PPC64 files.
28007         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
28008         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
28010 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28012         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
28013         __makecontext_ret to ...
28014         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
28015         ... here and call exit if uc_link is NULL.  New file.
28016         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
28017         __makecontext_ret.S.
28018         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
28019         __makecontext_ret to ...
28020         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
28021         ... here and call exit if uc_link is NULL.  New file.
28022         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
28023         __makecontext_ret.S.
28025 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28027         * elf/elf.h (R_390_IRELATIVE): New definition.
28028         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
28029         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
28030         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
28031         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28032         (elf_machine_lazy_rel): Likewise.
28033         * sysdeps/s390/dl-irel.h: New file.
28034         * sysdeps/s390/s390-64/memcpy.S: New asm code.
28035         * sysdeps/s390/s390-64/memset.S: New asm code.
28036         * sysdeps/s390/s390-64/memcmp.S: New asm code.
28037         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
28038         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
28039         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
28040         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
28041         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
28042         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
28043         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
28044         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
28045         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
28046         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
28047         * sysdeps/s390/s390-32/memcpy.S: New asm code.
28048         * sysdeps/s390/s390-32/memset.S: New asm code.
28049         * sysdeps/s390/s390-32/memcmp.S: New asm code.
28051 2012-07-17  Marek Polacek  <polacek@redhat.com>
28053         [BZ #14349]
28054         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
28055         * sysdeps/s390/s390-64/configure.in: Likewise.
28056         * sysdeps/sparc/configure.in: Likewise.
28057         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
28058         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
28059         * sysdeps/i386/configure.in: Likewise.
28060         * sysdeps/x86_64/configure.in: Likewise.
28061         * sysdeps/sh/configure.in: Likewise.
28062         * sysdeps/s390/s390-32/configure: Regenerated.
28063         * sysdeps/s390/s390-64/configure: Likewise.
28064         * sysdeps/x86_64/configure: Likewise.
28065         * sysdeps/sh/configure: Likewise.
28066         * sysdeps/powerpc/powerpc64/configure: Likewise.
28067         * sysdeps/powerpc/powerpc32/configure: Likewise.
28068         * sysdeps/sparc/configure: Likwise.
28069         * sysdeps/i386/configure: Likewise.
28071         * elf/dl-open.c: Comment fixes.
28073 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
28075         * Makefile [CXX] (check-data): Remove.
28076         [CXX] (c++-types.data): New vpath directive.
28077         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
28078         vpath.  Do not allow for C++ type data being missing.
28079         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
28080         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
28081         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
28082         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
28083         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
28084         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
28085         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
28086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
28087         ... here.
28088         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
28089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
28090         ... here.
28091         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
28092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
28093         ... here.
28094         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
28095         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
28096         ... here.
28097         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
28098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
28099         ... here.
28100         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
28101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
28102         ... here.
28103         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
28104         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
28105         ... here.
28106         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
28107         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
28109         * elf/tls-macros.h (TLS_LE): Move architecture-specific
28110         definitions to architecture-specific files.
28111         (TLS_IE): Likewise.
28112         (TLS_LD): Likewise.
28113         (TLS_GD): Likewise.
28114         * sysdeps/i386/tls-macros.h: New file.
28115         * sysdeps/powerpc/tls-macros.h: Likewise.
28116         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
28117         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
28118         * sysdeps/sh/tls-macros.h: Likewise.
28119         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
28120         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
28121         * sysdeps/x86_64/tls-macros.h: Likewise.
28123 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
28125         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
28126         zero value for regular exit case.
28128         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
28129         (__start_context): Preserve zero value for regular exit case.
28131 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
28132             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28134         * manual/setjmp.texi (setcontext): Clarify normal process
28135         termination when uc_link is the null pointer.
28136         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
28137         exit call.
28139 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
28141         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
28142         preprocessor.  Test for each exception mask separately.
28144 2012-07-16  Andreas Jaeger  <aj@suse.de>
28146         * po/ru.po: Update from translation team.
28148 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
28150         * conform/data/string.h-data (NULL): Use macro-constant.  Require
28151         equal to 0.
28152         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
28153         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
28154         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
28155         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
28156         [ISO || ISO99 || ISO11] (*_t): Do not allow.
28158 2012-07-13  Andreas Jaeger  <aj@suse.de>
28160         * po/fr.po: Update from translation team.
28162 2012-07-12  Marek Polacek  <polacek@redhat.com>
28164         [BZ #14173]
28165         * math/libm-test.inc (yn_test): Add test for BZ #14173.
28166         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
28167         loop condition.
28169 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
28171         [BZ #13717]
28172         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
28173         Change to 2.4.1 where previously 2.4.0.
28174         * sysdeps/unix/sysv/linux/configure: Regenerated.
28175         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
28176         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
28177         version.
28178         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
28179         (__ASSUME_AT_CLKTCK): Remove.
28180         (__ASSUME_AT_PAGESIZE): Likewise.
28181         (__ASSUME_AT_XID): Likewise.
28182         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
28183         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
28184         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
28185         unconditionally.
28186         (HAVE_AUX_PAGESIZE): Likewise.
28187         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
28188         [__ASSUME_AT_CLKTCK]: Make code unconditional.
28189         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
28191 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
28193         [BZ #14307]
28194         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
28195         the temporary buffer used to invoke __gethostbyname2_r,
28196         __gethostbyaddr_r and gethostbyname4_r to make room for struct
28197         host_data / struct gaih_addrtuple.
28198         * resolv/nss_dns/dns-host.c (global scope): Move definition of
28199         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
28200         header file nss/nsswitch.h.
28201         * nss/nsswitch.h (global scope): Add definition of implementation
28202         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
28203         resolv/nss_dns/dns-host.c).
28205 2012-07-11  Andreas Jaeger  <aj@suse.de>
28207         * po/fr.po: Update from translation team.
28209         * po/sv.po: Update from translation team
28210         * po/fr.po: Another update from translation team.
28212 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28214         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
28215         for subnormals or multiply small sinh result by itself.
28216         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
28217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28219 2012-07-11  David S. Miller  <davem@davemloft.net>
28221         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28223 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
28225         [BZ #14347]
28226         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
28227         (INTERNAL_MARK): Shift it here.
28229 2012-07-10  Marek Polacek  <polacek@redhat.com>
28231         [BZ #14151]
28232         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
28233         libc_cv_asm_global_directive with .globl.
28234         * configure: Regenerated.
28235         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
28236         with .globl.
28237         * sysdeps/i386/configure: Regenerated.
28238         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
28239         with .globl.
28240         * sysdeps/x86_64/configure: Regenerated.
28241         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
28242         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
28243         * elf/tst-unique2mod2.c: Likewise.
28244         * elf/tst-unique2mod1.c: Likewise.
28245         * elf/tst-unique1mod2.c: Likewise.
28246         * elf/tst-unique1mod1.c: Likewise.
28247         * sysdeps/s390/s390-32/sysdep.h: Likewise.
28248         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
28249         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28250         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28251         * sysdeps/mach/sysdep.h: Likewise.
28252         * sysdeps/i386/sysdep.h: Likewise.
28253         * sysdeps/i386/i386-mcount.S: Likewise.
28254         * sysdeps/x86_64/_mcount.S: Likewise.
28255         * sysdeps/x86_64/sysdep.h: Likewise.
28256         * sysdeps/sh/_mcount.S: Likewise.
28257         * sysdeps/sh/sysdep.h: Likewise.
28258         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
28259         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
28260         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
28261         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28262         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
28263         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
28264         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
28265         * locale/localeinfo.h: Likewise.
28266         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
28267         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
28269 2012-07-09  Roland McGrath  <roland@hack.frob.com>
28271         [BZ #14336]
28272         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
28273         system".
28274         * manual/message.texi (The Uniforum approach): Likewise.
28275         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
28276         (glibc iconv Implementation): Likewise.
28278 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
28280         [BZ #14337]
28281         * math/s_clog.c (__clog): Avoid scaling a value down where that
28282         could result in underflow.
28283         * math/s_clog10.c (__clog10): Likewise.
28284         * math/s_clog10f.c (__clog10f): Likewise.
28285         * math/s_clog10l.c (__clog10l): Likewise.
28286         * math/s_clogf.c (__clogf): Likewise.
28287         * math/s_clogl.c (__clogl): Likewise.
28288         * math/libm-test.inc (clog_test): Add more tests.
28289         (clog10_test): Likewise.
28290         * sysdeps/i386/fpu/libm-test-ulps: Update.
28291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28293 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
28295         [BZ #14283]
28296         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
28297         by 7 not 8 to examine high bit of fractional part.
28299         [BZ #14042]
28300         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
28301         for call to __mcount_internal.
28302         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
28303         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
28304         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
28306 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
28308         [BZ #14154]
28309         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
28310         approximation for values within 0x1p-13f of an odd multiple of
28311         pi/4.
28312         * math/libm-test.inc (tan_test): Do not allow spurious underflow
28313         exception.  Add more tests.
28314         * sysdeps/i386/fpu/libm-test-ulps: Update.
28316         [BZ #6778]
28317         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
28318         inputs and return -1 for them.  Do not check for +Inf in case not
28319         reachable for +Inf.
28320         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
28321         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
28322         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
28323         and return -1 for them.  Do not check for +Inf in case not
28324         reachable for +Inf.
28325         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
28326         define.
28327         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
28328         and return -1 for them.  Do not check for +Inf in case not
28329         reachable for +Inf.
28330         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
28331         spurious underflow.
28332         * sysdeps/i386/fpu/libm-test-ulps: Update.
28333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28335 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
28337         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
28339 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
28341         [BZ #14157]
28342         [BZ #14331]
28343         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
28344         could result in spurious underflow.  Scale down values above
28345         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
28346         * math/s_csqrtf.c (__csqrtf): Likewise.
28347         * math/s_csqrtl.c (__csqrtl): Likewise.
28348         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
28349         spurious underflow.
28350         * sysdeps/i386/fpu/libm-test-ulps: Update.
28351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28353 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
28355         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
28356         xopen-msg.sed.
28357         * catgets/xopen-msg.awk: New file.
28358         * catgets/xopen-msg.sed: Removed.
28360         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
28361         po2text.sed.
28362         * intl/po2test.awk: New file.
28363         * intl/po2test.sed: Removed.
28365 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
28367         [BZ #14328]
28368         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
28369         or multiply small sinh result by itself.
28370         * math/s_ctanf.c (__ctanf): Likewise.
28371         * math/s_ctanh.c (__ctanh): Likewise.
28372         * math/s_ctanhf.c (__ctanhf): Likewise.
28373         * math/s_ctanhl.c (__ctanhl): Likewise.
28374         * math/s_ctanl.c (__ctanl): Likewise.
28375         * math/libm-test.inc (ctan_test_tonearest): New function.
28376         (ctan_test_towardzero): Likewise.
28377         (ctan_test_downward): Likewise.
28378         (ctan_test_upward): Likewise.
28379         (ctanh_test_tonearest): Likewise.
28380         (ctanh_test_towardzero): Likewise.
28381         (ctanh_test_downward): Likewise.
28382         (ctanh_test_upward): Likewise.
28383         (main): Call these new functions.
28384         * sysdeps/i386/fpu/libm-test-ulps: Update.
28385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28387 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
28389         * .gitignore: Delete /ports entry.
28391 2012-07-03  Andreas Jaeger  <aj@suse.de>
28393         * po/bg.po: Update from translation team.
28394         * po/cs.po: Likewise.
28395         * po/de.po: Likewise.
28396         * po/hr.po: Likewise.
28397         * po/nl.pl: Likewise.
28398         * po/pl.po: Likewise.
28399         * po/vi.po: Likewise.
28401 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
28403         * Makeconfig [!+link] (+link-before-libc): New variable.
28404         [!+link] (+link-after-libc): Likewise.
28405         [!+link] (+link-tests): Likewise.
28406         [!+link] (+link): Define in terms of $(+link-before-libc) and
28407         $(+link-after-libc).
28408         [!+link-static] (+link-static-before-libc): New variable.
28409         [!+link-static] (+link-static-after-libc): Likewise.
28410         [!+link-static] (+link-static-tests): Likewise.
28411         [!+link-static] (+link-static): Define in terms of
28412         $(+link-static-before-libc) and $(+link-static-after-libc).
28413         [build-shared] (link-libc-before-gnulib): New variable.
28414         [build-shared] (link-libc-tests): Likewise.
28415         [build-shared] (link-libc): Define in terms of
28416         $(link-libc-before-gnulib).
28417         [!build-shared] (link-libc-tests): New variable.
28418         (link-libc-static-tests): New variable.
28419         [!gnulib] (gnulib-arch): New variable.
28420         [!gnulib] (gnulib-tests): Likewise.
28421         [!gnulib] (static-gnulib-arch): Likewise.
28422         [!gnulib] (static-gnulib-tests): Likewise.
28423         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
28424         Define with "=" instead of ":=".
28425         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
28426         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
28427         * Rules (binaries-all-notests): New variable.
28428         (binaries-all-tests): Likewise.
28429         (binaries-static-notests): Likewise.
28430         (binaries-static-tests): Likewise.
28431         (binaries-all): Define using $(binaries-all-notests) and
28432         $(binaries-all-tests).
28433         (binaries-static): Define using $(binaries-static-notests) and
28434         $(binaries-static-tests).
28435         (binaries-shared-tests): New variable.
28436         (binaries-shared-notests): Likewise.
28437         (binaries-shared): Remove variable.
28438         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
28439         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
28440         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
28441         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
28442         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
28443         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
28444         * elf/Makefile (sln-modules): New variable.
28445         (extra-objs): Add $(sln-modules:=.o).
28446         (ldconfig-modules): Add static-stubs.
28447         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
28448         * elf/static-stubs.c: New file.
28450         [BZ #14283]
28451         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
28452         by 7 not 8 to examine high bit of fractional part.  Use volatile
28453         variables when splitting into final array of floats if
28454         __FLT_EVAL_METHOD__ != 0.
28455         * math/libm-test.inc (cos_test): Add another test.
28456         (sin_test): Likewise.
28457         * sysdeps/i386/fpu/libm-test-ulps: Update.
28459         [BZ #14273]
28460         * math/libm-test.inc (cosh_test): Add more tests.
28462         * version.h (RELEASE): Set to "development".
28463         (VERSION): Set to "2.16.90".
28465 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
28467         * NEWS: Update copyright. Remove last-updated date.
28468         Mention math library bug fixes and timezone data changes.
28469         * README: Mention GNU/Hurd, x32, and HPPA support status.
28471 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
28473         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
28475 2012-06-27  Andreas Jaeger  <aj@suse.de>
28477         * manual/contrib.texi (Contributors): Add Samuel Thibault.
28479 2012-06-25  Andreas Jaeger  <aj@suse.de>
28481         * sysdeps/s390/fpu/libm-test-ulps: Update.
28483 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
28484             Thomas Schwinge  <thomas@codesourcery.com>
28486         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
28487         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
28488         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
28489         fanotify_mark.
28491 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
28493         * sysdeps/mach/start.c: Remove file.
28494         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
28495         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
28496         * sysdeps/sh/init-first.c: Likewise.
28498         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
28499         registers for frame unwinding purposes, add CFI directives.
28500         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
28501         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
28502         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
28503         Likewise.
28505         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
28506         __fortify_fail returning.
28507         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
28509         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
28510         sysdeps/sh/____longjmp_chk.S.
28511         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
28512         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
28513         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
28514         (gen-as-const-headers): Append sigaltstack-offsets.sym.
28516         * sysdeps/sh/abort-instr.h: New file.
28517         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
28518         process in case exit returns.
28520         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
28521         initialize the GOT register before use.
28523         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
28524         calculation of ARGC > 4.
28526         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
28527         meaningful names to some local labels.
28529 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
28530             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
28532         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
28533         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
28534         (__arch_compare_and_exchange_val_16_acq): Likewise.
28535         (__arch_compare_and_exchange_val_32_acq): Likewise.
28536         (atomic_exchange_and_add): Fix gUSA sequence.
28537         (atomic_add): Likewise.
28538         (atomic_add_negative): Likewise.
28539         (atomic_add_zero): Likewise.
28540         (atomic_bit_test_set): Likewise.
28542 2012-06-22  Andreas Schwab  <schwab@redhat.com>
28544         [BZ #13579]
28545         * include/link.h (struct link_map): Add l_free_initfini.
28546         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
28547         l_initfini.
28548         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
28549         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
28550         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
28551         set.
28553 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
28555         * configure.in: Use AC_LANG_SOURCE.
28556         * configure: Regenerate.
28558 2012-06-22  Roland McGrath  <roland@hack.frob.com>
28560         * configure.in (libc_cv_localstatedir): New substituted variable.
28561         * configure: Regenerated.
28562         * config.make.in (localstatedir): New variable, substituted from
28563         libc_cv_localstatedir.
28564         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
28565         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
28566         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
28567         * sysdeps/gnu/configure: Regenerated.
28569 2012-06-21  Jeff Law  <law@redhat.com>
28571         [BZ #14277]
28572         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
28573         free.  Simplify list management for _LIBC case.
28575 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
28577         [BZ #14273]
28578         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
28579         Clear sign bit of 64-bit integer value before comparing against
28580         overflow value.
28582         * sysdeps/mach/configure: Regenerated.
28584 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
28586         [BZ #14278]
28587         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
28589 2012-06-21  Jeff Law  <law@redhat.com>
28591         [BZ #13882]
28592         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
28593         uint16_t for elements in the "seen" array to avoid char overflows.
28594         * elf/dl-fini.c (_dl_sort_fini): Likewise.
28595         * elf/dl-open.c (dl_open_worker): Likewise.
28597 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
28599         * scripts/list-sources.sh: Scan PORTS for translations.
28600         * po/libc.pot: Regenerated.
28602 2012-06-21  Andreas Jaeger  <aj@suse.de>
28604         [BZ #12194]
28605         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
28606         warning.
28607         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
28608         * bits/byteswap-16.h (__bswap_16): Likewise.
28609         * bits/byteswap.h (__bswap_constant_16): Likewise.
28611 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
28613         [BZ #14117]
28614         * sysdeps/i386/fpu_control.h: Removed.
28615         * sysdeps/x86_64/fpu_control.h: Moved to ...
28616         * sysdeps/x86/fpu_control.h: Here.
28618         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
28619         (_FPU_SETCW): Likewise.
28621 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
28623         [BZ #14117]
28624         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
28625         * sysdeps/x86/fpu/bits/mathinline.h: This.
28626         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
28628         [BZ #14050]
28629         [BZ #14117]
28630         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
28631         functions if __x86_64__ is defined.
28633 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
28635         * string/endian.h: Add !__ASSEMBLER__ condition for including
28636         conversion interfaces.
28638 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
28640         [BZ #14241]
28641         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
28642         of ABS(x) in calculating zero to negative powers other than odd
28643         integers.
28644         * math/libm-test.inc (pow_test): Add more tests.
28646 2012-06-15  Andreas Jaeger  <aj@suse.de>
28648         * manual/contrib.texi (Contributors): Update entry of Liubov
28649         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
28650         Machado Filho.
28652 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
28654         * string/string.h: Add __wur to GNU version of strerror_r.
28656 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
28658         [BZ #14229]
28659         * string/Makefile (tests): Add tst-strtok_r.
28660         * string/tst-strtok_r.c: New file.
28661         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
28662         RAX_LP/RDX_LP on SAVE_PTR.
28664 2012-06-14  Roland McGrath  <roland@hack.frob.com>
28666         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
28668 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
28670         * libm_test.inc (csqrt_test): Allow more spurious underflow
28671         exceptions.
28672         (j0_test): Likewise.
28673         (j1_test): Likewise.
28674         (y0_test): Likewise.
28675         (y1_test): Likewise.
28677 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
28679         * po/Makefile (libc.pot): Use UTF-8 charset.
28681 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
28683         [BZ #14210]
28684         Suppress sign-conversion warning from FD_SET.
28685         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
28686         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
28687         not unsigned long int.
28688         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
28690 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
28692         [BZ #14050]
28693         [BZ #14117]
28694         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
28695         __extern_always_inline instead of __extern_inline.
28696         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
28697         (__signbit): Likewise.
28698         (__signbitl): Support C++ namespace.
28699         (lrintf): New inline function.
28700         (lrint): Likewise.
28701         (llrintf): Likewise.
28702         (llrint): Likewise.
28703         (fmaxf): Likewise.
28704         (fmax): Likewise.
28705         (fminf): Likewise.
28706         (fmin): Likewise.
28707         (rint): Likewise.
28708         (rintf): Likewise.
28709         (ceil): Likewise.
28710         (ceilf): Likewise.
28711         (floor): Likewise.
28712         (floorf): Likewise.
28713         (nearbyint): Likewise.
28714         (nearbyintf): Likewise.
28716 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
28718         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
28719         non-default versions.
28721 2012-06-11  Roland McGrath  <roland@hack.frob.com>
28723         [BZ #14218]
28724         * manual/argp.texi (Argp): Reword argp_parse description slightly.
28726 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
28728         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
28729         (FE_UPWARD, FE_DOWNWARD): Don't define.
28730         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
28731         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
28733         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
28734         reading it.
28735         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
28736         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
28738 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
28740         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
28741         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
28742         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
28743         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
28745 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
28747         [BZ #14117]
28748         * sysdeps/i386/fpu/bits/fenv.h: Removed.
28749         * sysdeps/i386/fpu/Implies: New file.
28750         * sysdeps/x86_64/fpu/Implies: Likewise.
28751         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
28752         * sysdeps/x86/fpu/bits/fenv.h: This.
28754         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
28755         __SSE_MATH__.
28757 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28759         [BZ #14134]
28760         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
28761         character 0xffff that matches the last element of the
28762         conversion table.
28764 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28766         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
28767         fmodl commit.
28769 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28771         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
28772         values higher than 25.6283.
28774 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28776         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
28777         subnormal exponent extraction and add some __builtin_expect.
28778         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
28779         Fix for subnormal mantissa calculation.
28781 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
28783         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
28784         cpu2 is -1 and errno is not ENOSYS.
28786 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
28788         [BZ #14117]
28789         * sysdeps/i386/i486/bits/string.h: Renamed to ...
28790         * sysdeps/x86/bits/string.h: This.
28791         * sysdeps/x86_64/bits/string.h: Removed.
28793         * sysdeps/i386/i486/bits/string.h: Define inline functions only
28794         if not compiling for x86-64, but compiling for >= i486.
28796         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
28797         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
28799         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
28800         New macro from Linux kernel 3.4.0.
28801         (FP_XSTATE_MAGIC2): Likewise.
28802         (FP_XSTATE_MAGIC2_SIZE): Likewise.
28803         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
28804         (struct _fpx_sw_bytes): New struct.
28805         (struct _xsave_hdr): Likewise.
28806         (struct _ymmh_state): Likewise.
28807         (struct _xstate): Likewise.
28809         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
28810         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
28811         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
28812         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
28813         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
28814         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
28816         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
28817         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
28818         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
28819         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
28820         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
28821         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
28823 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28825         [BZ #13743]
28826         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
28827         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
28828         (sysdep_headers): Include sys/platform/ppc.h.
28829         * sysdeps/powerpc/test-gettimebase.c: Test for
28830         __ppc_get_timebase() to catch future ISA opcode/insn changes.
28831         * manual/Makefile (appendices): Include platform.texi.
28832         * manual/contrib.texi (Contributors): Update @node pointers.
28833         * manual/maint.texi (Maintenance): Likewise.
28834         (Platform): New node.
28835         * manual/platform.texi: New file.  Document the new features.
28837 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
28838             Jakub Jelinek  <jakub@redhat.com>
28840         [BZ #14188]
28841         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
28842         where __builtin_expect is unavailable.
28844 2012-06-03  David S. Miller  <davem@davemloft.net>
28846         * stdlib/longlong.h: Updated from GCC.
28848 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
28850         [BZ #14042]
28851         * sysdeps/powerpc/powerpc32/mcount.c: New file.
28852         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
28853         __mcount_internal.
28854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
28855         (GLIBC_2.16): Likewise.
28857 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
28859         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
28861 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
28863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
28864         (default-abi): New variable.
28865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
28866         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
28867         variable.
28868         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
28869         Likewise.
28870         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
28871         Likewise.
28872         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
28873         Likewise.
28875         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
28876         definition.  Document in comment.
28878 2012-06-01  David S. Miller  <davem@davemloft.net>
28880         * stdlib/longlong.h: Updated from GCC.
28882 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
28884         [BZ #14117]
28885         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
28886         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
28887         sys/debugreg.h sys/io.h here.
28888         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
28889         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
28890         sys/io.h.
28891         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
28892         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
28893         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
28894         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
28895         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
28896         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
28898         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
28899         Define only if __x86_64__ is defined.
28901 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
28903         [BZ #14048]
28904         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
28905         Use int64_t for variable i.
28906         * math/libm-test.inc (fmod_test): Add more tests.
28908         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
28909         z computation is not scheduled after fetestexcept.
28910         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
28911         Use math_force_eval instead of asm to ensure calculation scheduled
28912         before exception test.
28913         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
28914         Ensure a1 + u.d computation is not scheduled after fetestexcept.
28916 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
28918         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
28919         computation is not scheduled after fetestexcept.
28921 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
28923         [BZ #14117]
28924         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
28925         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
28927 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28929         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
28930         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
28932 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
28934         [BZ #14117]
28935         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
28936         <bits/wordsize.h>.
28937         (__WCHAR_MIN): Support __WORDSIZE == 64.
28938         (__WCHAR_MAX): Likewise.
28940         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
28941         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
28943         [BZ #14183]
28944         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
28945         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
28947         [BZ #14117]
28948         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
28949         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
28951         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
28952         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
28954         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
28955         Defined to 1 if __x86_64__ isn't defined.
28956         (_STAT_VER_LINUX_OLD): New.
28957         (st_atime): Remove duplicate.
28958         (st_mtime): Likewise.
28959         (st_ctime): Likewise.
28961 2012-05-31  David S. Miller  <davem@davemloft.net>
28963         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
28964         entries.
28966 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
28968         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
28969         gen-libm-test.pl.
28971         [BZ #14132]
28972         * elf/dl-reloc.c: Include <_itoa.h>.
28973         (_dl_reloc_bad_type): Remove use of INTUSE.
28974         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
28975         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
28976         * stdio-common/psiginfo.c (psiginfo): Likewise.
28977         * stdio-common/psignal.c (psignal): Likewise.
28978         * string/strsignal.c (strsignal): Likewise.
28979         * include/signal.h (_sys_siglist): Declare hidden proto.
28980         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
28981         INTVARDEF with libc_hidden_data_def.
28982         * stdio-common/itoa-udigits.c: Likewise.
28983         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
28984         (_itoa_lower_digits_internal): Remove declaration.
28985         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
28986         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
28987         (_sys_sigabbrev_internal): Remove aliases.
28988         (_sys_siglist): Define hidden alias.
28990 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
28992         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28993         bits/sysctl.h.
28995 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
28997         [BZ #14117]
28998         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
28999         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
29001         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
29002         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
29003         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
29004         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
29005         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
29006         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
29008         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
29009         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
29010         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
29012         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
29013         with __addr.
29014         (insw): Likewise.
29015         (insl): Likewise.
29016         (outsb): Likewise.
29017         (outsw): Likewise.
29018         (outsl): Likewise.
29020         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
29021         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
29022         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
29024         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
29025         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
29026         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
29027         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
29028         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
29029         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
29031         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
29032         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
29034         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
29035         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
29037         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
29038         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
29039         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
29041         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
29042         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
29043         to ...
29044         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
29046         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
29047         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
29048         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
29050         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
29051         for x86-64.
29052         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
29054 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
29056         * math/math.h (M_El): Use two more decimal places.
29057         (M_LOG2El): Likewise.
29058         (M_LOG10El): Likewise.
29059         (M_LN2l): Likewise.
29060         (M_LN10l): Likewise.
29061         (M_PIl): Likewise.
29062         (M_PI_2l): Likewise.
29063         (M_PI_4l): Likewise.
29064         (M_1_PIl): Likewise.
29065         (M_2_PIl): Likewise.
29066         (M_2_SQRTPIl): Likewise.
29067         (M_SQRT2l): Likewise.
29068         (M_SQRT1_2l): Likewise.
29070 2012-05-31  David S. Miller  <davem@davemloft.net>
29072         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
29073         values between float registers.
29074         * sysdeps/sparc/sparc64/memset.S: Likewise.
29075         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
29077 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
29079         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
29080         -D_FORTIFY_SOURCE=1.
29081         (CPPFLAGS-tst-longjmp_chk.c): Define.
29082         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
29083         (CPPFLAGS-tst-longjmp_chk2.c): Define.
29084         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
29085         CFLAGS-tst-wchar-h.c.
29087 2012-05-31  Marek Polacek  <polacek@redhat.com>
29089         [BZ #14132]
29090         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
29091         __endmntent_internal): Remove declaration.
29092         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
29093         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
29094         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
29096 2012-05-30  David S. Miller  <davem@davemloft.net>
29098         * sysdeps/sparc/sparc32/soft-fp/q_util.c
29099         (___Q_simulate_exceptions): Use real FP ops rather than writing
29100         into the %fsr.
29101         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
29102         Likewise.
29104 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
29106         [BZ #14117]
29107         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
29108         * sysdeps/x86/bits/xtitypes.h: This.
29110         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
29111         * sysdeps/x86/bits/wordsize.h: This.
29113         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
29114         * sysdeps/x86/bits/huge_vall.h: This.
29116         * sysdeps/i386/bits/select.h: Removed.
29117         * sysdeps/x86_64/bits/select.h: Renamed to ...
29118         * sysdeps/x86/bits/select.h: This.
29120         * sysdeps/i386/bits/setjmp.h: Removed.
29121         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
29122         * sysdeps/x86/bits/setjmp.h: This.
29124         * sysdeps/i386/bits/mathdef.h: Removed.
29125         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
29126         * sysdeps/x86/bits/mathdef.h: This.
29128 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
29130         [BZ #14132]
29131         * include/sys/socket.h (__connect_internal)
29132         (__libc_sa_len_internal): Remove declaration.
29133         (__connect, __libc_sa_len): Declare hidden_proto.
29134         (SA_LEN): Remove use of INTUSE.
29135         * socket/connect.c: Add libc_hidden_def.
29136         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
29137         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
29138         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
29139         alias.
29140         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
29141         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
29142         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
29143         of adding _internal alias.
29145 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
29147         [BZ #14117]
29148         * sysdeps/i386/bits/link.h: Removed.
29149         * sysdeps/i386/bits/linkmap.h: Likewise.
29150         * sysdeps/x86_64/bits/link.h: Renamed to ...
29151         * sysdeps/x86/bits/link.h: This.
29152         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
29153         * sysdeps/x86/bits/linkmap.h: This.
29155         * sysdeps/i386/bits/endian.h: Removed.
29156         * sysdeps/x86_64/bits/endian.h: Renamed to ...
29157         * sysdeps/x86/bits/endian.h: This.
29159         * sysdeps/i386/bits/byteswap.h: Removed.
29160         * sysdeps/i386/bits/byteswap-16.h: Likewise.
29161         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
29162         * sysdeps/x86/bits/byteswap.h: This.
29163         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
29164         * sysdeps/x86/bits/byteswap-16.h: This.
29165         * sysdeps/i386/Implies: Add x86.
29166         * sysdeps/x86_64/Implies: Likewise.
29168 2012-05-30  David S. Miller  <davem@davemloft.net>
29170         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
29171         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
29172         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
29173         (FP_TRAPPING_EXCEPTIONS): Define.
29174         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
29175         (FP_TRAPPING_EXCEPTIONS): Define.
29176         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
29177         subnormals only when inexact has been signalled or underflow
29178         exceptions are enabled.
29179         (_FP_PACK_CANONICAL): Likewise.
29181 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
29183         [BZ #14183]
29184         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
29185         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
29187 2012-05-30  Richard Henderson  <rth@twiddle.net>
29189         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
29190         with #ifndef NOT_IN_libc.
29192         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
29193         marked to avoid plt entry.
29195 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
29197         [BZ #14112]
29198         * Makeconfig (default-abi): New macro.
29199         (abi-includes): Likewise.
29200         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
29201         $(abi-$(default-abi)-lib-soname) for soname if defined.
29202         ($(common-objpfx)gnu/lib-names.stmp): Generate from
29203         abi-variants.
29204         * Makefile (installed-stubs): Likewise.
29205         * include/stubs-biarch.h: Removed.
29206         * scripts/lib-names.awk: Only handle one library at a time.
29207         * scripts/soversions.awk: Remove WORDSIZE support.
29208         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
29209         entries.
29210         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
29211         Removed.
29212         (syscall-list-default-condition): Likewise.
29213         (syscall-list-default-condition): Likewise.
29214         (syscall-list-includes): Likewise.
29215         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
29216         syscall-list-* with abi-*.  Handle undefined abi-variants.
29217         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
29218         * sysdeps/unix/sysv/linux/i386/Implies: New file.
29219         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
29220         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
29221         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
29222         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
29223         Removed.
29224         (syscall-list-32-options): Likewise.
29225         (syscall-list-32-condition): Likewise.
29226         (syscall-list-64-options): Likewise.
29227         (syscall-list-64-condition): Likewise.
29228         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
29229         macro.
29230         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
29231         Renamed to ...
29232         (abi-*): This.
29233         (abi-64-ld-soname): New macro.
29234         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
29235         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
29236         Renamed to ...
29237         (abi-*): This.
29238         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
29239         * sysdeps/x86_64/x32/shlib-versions: Likewise.
29241 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
29243         * sysdeps/unix/sysv/linux/kernel-features.h
29244         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
29245         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
29246         include <kernel-features.h>.
29247         [!__NR_ftruncate64]: Remove conditional code.
29248         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29249         [__NR_ftruncate64]: Make code unconditional.
29250         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29251         * sysdeps/unix/sysv/linux/truncate64.c: Do not
29252         include <kernel-features.h>.
29253         [!__NR_ftruncate64]: Remove conditional code.
29254         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29255         [__NR_ftruncate64]: Make code unconditional.
29256         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
29258         include <kernel-features.h>.
29259         [!__NR_ftruncate64]: Remove conditional code.
29260         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29261         [__NR_ftruncate64]: Make code unconditional.
29262         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29264         include <kernel-features.h>.
29265         [!__NR_ftruncate64]: Remove conditional code.
29266         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29267         [__NR_ftruncate64]: Make code unconditional.
29268         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
29270         * configure.in (libc_cv_fpie): Weaken to a compile test using
29271         LIBC_TRY_CC_OPTION.
29272         * configure: Regenerated.
29274 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
29277         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
29278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
29279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
29280         Refreshed.
29281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
29282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
29283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
29284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
29285         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
29286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
29287         Refreshed.
29289 2012-05-27  David S. Miller  <davem@davemloft.net>
29291         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
29292         (___Q_zero): New.
29293         (__Q_simulate_exceptions): Return void.  Change to simulate
29294         exceptions by writing into the %fsr.
29295         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
29296         (__Qp_handle_exceptions): Likewise.
29297         (numbers): Delete.
29298         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
29299         __Qp_handle_exceptions.
29300         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
29301         __Qp_handle_exceptions.
29302         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
29303         as unused and give dummy FP_RND_NEAREST initializer.
29304         (FP_INHIBIT_RESULTS): Define.
29305         (___Q_simulate_exceptions): Update declaration.
29306         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
29307         formatting.
29308         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
29309         as unused and give dummy FP_RND_NEAREST initializer.
29310         (__Qp_handle_exceptions): Update declaration.
29311         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
29312         formatting.
29314 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
29316         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
29317         the temporary FPU control word.
29318         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
29319         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
29320         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
29321         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
29322         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
29323         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
29324         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
29325         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
29326         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
29327         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
29328         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
29330 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
29332         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
29333         fields.
29335 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
29337         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
29338         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
29339         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
29340         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
29341         Likewise.
29342         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
29343         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
29344         Likewise.
29346 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
29348         * po/h.po: Update from translation team.
29350 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
29352         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
29354         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
29355         handling of denormals.
29356         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
29357         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
29358         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
29359         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
29360         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
29361         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
29362         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
29363         Likewise.
29365 2012-05-26  Marek Polacek  <polacek@redhat.com>
29367         [BZ #14152]
29368         * math/libm-test.inc (fma_test): Don't always expect underflow
29369         exception.
29371 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29373         [BZ #12416]
29374         * elf/tst-execstack.c: Include stackinfo.h.
29375         (do_test): Adjust test case to ensure that pthread_getattr_np
29376         behaviour remains the same after marking stack executable.
29378 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
29380         * sysdeps/unix/sysv/linux/kernel-features.h
29381         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
29382         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
29383         kernel-features.h.
29384         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
29385         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
29386         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
29387         kernel-features.h.
29388         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
29389         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
29391 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
29393         * configure.in: Define the default includes to being none.
29394         * configure: Regenerated.
29396 2012-05-25  Roland McGrath  <roland@hack.frob.com>
29398         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
29399         * sysdeps/x86_64/setjmp.S: Likewise.
29400         * sysdeps/i386/bsd-setjmp.S: Likewise.
29401         * sysdeps/i386/bsd-_setjmp.S: Likewise.
29402         * sysdeps/i386/setjmp.S: Likewise.
29403         * sysdeps/i386/__longjmp.S: Likewise.
29404         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
29405         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
29407         * include/stap-probe.h: New file.
29408         * configure.in: Handle --enable-systemtap.
29409         * configure: Regenerated.
29410         * config.h.in (USE_STAP_PROBE): New #undef.
29411         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
29412         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
29413         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
29415 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
29417         [BZ #13717]
29418         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
29419         to 2.4.0 where earlier.
29420         * sysdeps/unix/sysv/linux/configure: Regenerated.
29421         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29422         <kernel-features.h>.
29423         [__ASSUME_32BITUIDS]: Make code unconditional.
29424         [!__ASSUME_32BITUIDS]: Remove conditional code.
29425         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
29426         <kernel-features.h>.
29427         [__ASSUME_32BITUIDS]: Make code unconditional.
29428         [!__ASSUME_32BITUIDS]: Remove conditional code.
29429         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
29430         [__ASSUME_32BITUIDS]: Make code unconditional.
29431         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
29432         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
29433         <kernel-features.h>.
29434         [__ASSUME_32BITUIDS]: Make code unconditional.
29435         [!__ASSUME_32BITUIDS]: Remove conditional code.
29436         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
29437         <kernel-features.h>.
29438         [__ASSUME_32BITUIDS]: Make code unconditional.
29439         [!__ASSUME_32BITUIDS]: Remove conditional code.
29440         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
29441         <kernel-features.h>.
29442         [__ASSUME_32BITUIDS]: Make code unconditional.
29443         [!__ASSUME_32BITUIDS]: Remove conditional code.
29444         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
29445         <kernel-features.h>.
29446         [__ASSUME_32BITUIDS]: Make code unconditional.
29447         [!__ASSUME_32BITUIDS]: Remove conditional code.
29448         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29449         <kernel-features.h>.
29450         [__ASSUME_32BITUIDS]: Make code unconditional.
29451         [!__ASSUME_32BITUIDS]: Remove conditional code.
29452         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29453         <kernel-features.h>.
29454         [__ASSUME_32BITUIDS]: Make code unconditional.
29455         [!__ASSUME_32BITUIDS]: Remove conditional code.
29456         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
29457         <kernel-features.h>.
29458         [__ASSUME_32BITUIDS]: Make code unconditional.
29459         [!__ASSUME_32BITUIDS]: Remove conditional code.
29460         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29461         <kernel-features.h>.
29462         [__ASSUME_32BITUIDS]: Make code unconditional.
29463         [!__ASSUME_32BITUIDS]: Remove conditional code.
29464         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29465         <kernel-features.h>.
29466         [__ASSUME_32BITUIDS]: Make code unconditional.
29467         [!__ASSUME_32BITUIDS]: Remove conditional code.
29468         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
29469         <kernel-features.h>.
29470         [__ASSUME_32BITUIDS]: Make code unconditional.
29471         [!__ASSUME_32BITUIDS]: Remove conditional code.
29472         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
29473         <kernel-features.h>.
29474         [__NR_setresgid] (__setresgid): Do not declare.
29475         [__ASSUME_32BITUIDS]: Make code unconditional.
29476         [!__ASSUME_32BITUIDS]: Remove conditional code.
29477         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
29478         <kernel-features.h>.
29479         [__NR_setresuid] (__setresuid): Do not declare.
29480         [__ASSUME_32BITUIDS]: Make code unconditional.
29481         [!__ASSUME_32BITUIDS]: Remove conditional code.
29482         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
29483         <kernel-features.h>.
29484         [__ASSUME_32BITUIDS]: Make code unconditional.
29485         [!__ASSUME_32BITUIDS]: Remove conditional code.
29486         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
29487         <kernel-features.h>.
29488         [__ASSUME_32BITUIDS]: Make code unconditional.
29489         [!__ASSUME_32BITUIDS]: Remove conditional code.
29490         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
29491         <kernel-features.h>.
29492         [__ASSUME_32BITUIDS]: Make code unconditional.
29493         [!__ASSUME_32BITUIDS]: Remove conditional code.
29494         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
29495         <kernel-features.h>.
29496         [__ASSUME_32BITUIDS]: Make code unconditional.
29497         [!__ASSUME_32BITUIDS]: Remove conditional code.
29498         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
29499         <kernel-features.h>.
29500         [__ASSUME_32BITUIDS]: Make code unconditional.
29501         [!__ASSUME_32BITUIDS]: Remove conditional code.
29502         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
29503         <kernel-features.h>.
29504         [__ASSUME_32BITUIDS]: Make code unconditional.
29505         [!__ASSUME_32BITUIDS]: Remove conditional code.
29506         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
29507         <kernel-features.h>.
29508         [__ASSUME_32BITUIDS]: Make code unconditional.
29509         [!__ASSUME_32BITUIDS]: Remove conditional code.
29510         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
29511         <kernel-features.h>.
29512         [__ASSUME_32BITUIDS]: Make code unconditional.
29513         [!__ASSUME_32BITUIDS]: Remove conditional code.
29514         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
29515         <kernel-features.h>.
29516         [__ASSUME_32BITUIDS]: Make code unconditional.
29517         [!__ASSUME_32BITUIDS]: Remove conditional code.
29518         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29519         <kernel-features.h>.
29520         [__ASSUME_32BITUIDS]: Make code unconditional.
29521         [!__ASSUME_32BITUIDS]: Remove conditional code.
29522         * sysdeps/unix/sysv/linux/kernel-features.h
29523         (__ASSUME_SETRESUID_SYSCALL): Remove.
29524         (__ASSUME_SETRESGID_SYSCALL): Likewise.
29525         (__ASSUME_32BITUIDS): Likewise.
29526         (__ASSUME_LDT_WORKS): Likewise.
29527         (__ASSUME_O_DIRECTORY): Likewise.
29528         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
29529         architecture but not kernel version.
29530         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
29531         (__ASSUME_MMAP2_SYSCALL): Likewise.
29532         (__ASSUME_STAT64_SYSCALL): Likewise.
29533         (__ASSUME_IPC64): Likewise.
29534         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
29535         <kernel-features.h>.
29536         [__ASSUME_32BITUIDS]: Make code unconditional.
29537         [!__ASSUME_32BITUIDS]: Remove conditional code.
29538         * sysdeps/unix/sysv/linux/opendir.c: Do not include
29539         <kernel-features.h>.
29540         [__ASSUME_O_DIRECTORY]: Make code unconditional.
29541         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
29542         132096]: Remove conditional code.
29543         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
29544         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29545         <kernel-features.h>.
29546         [__ASSUME_32BITUIDS]: Make code unconditional.
29547         [!__ASSUME_32BITUIDS]: Remove conditional code.
29548         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29549         <kernel-features.h>.
29550         [__ASSUME_32BITUIDS]: Make code unconditional.
29551         [!__ASSUME_32BITUIDS]: Remove conditional code.
29552         * sysdeps/unix/sysv/linux/setegid.c: Do not include
29553         <kernel-features.h>.
29554         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
29555         unconditional.
29556         (__setresgid): Do not declare.
29557         [__ASSUME_32BITUIDS]: Make code unconditional.
29558         [!__ASSUME_32BITUIDS]: Remove conditional code.
29559         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
29560         <kernel-features.h>.
29561         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
29562         unconditional.
29563         (__setresuid): Do not declare.
29564         [__ASSUME_32BITUIDS]: Make code unconditional.
29565         [!__ASSUME_32BITUIDS]: Remove conditional code.
29566         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29567         <kernel-features.h>.
29568         [__ASSUME_32BITUIDS]: Make code unconditional.
29569         [!__ASSUME_32BITUIDS]: Remove conditional code.
29570         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
29571         <kernel-features.h>.
29572         [__ASSUME_32BITUIDS]: Make code unconditional.
29573         [!__ASSUME_32BITUIDS]: Remove conditional code.
29575 2012-05-25  Richard Henderson  <rth@twiddle.net>
29577         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
29578         dl_hwcap to ifunc resolver.
29579         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
29580         elf_ifunc_invoke.
29581         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
29582         dl_hwcap to ifunc resolver.
29583         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
29585 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
29587         [BZ #14153]
29588         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
29589         for |x| <= 2**-26, not 2**-57.
29590         * math/libm-test.inc (acos_test): Do not allow spurious underflow
29591         exception.
29593 2012-05-24  Jeff Law  <law@redhat.com>
29595         * stdio-common/Makefile (tests): Add bug25.
29596         * stdio-common/bug25.c: New test.
29598 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
29600         [BZ #13576]
29601         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
29602         multiple of MALLOC_ALIGNMENT in size.
29603         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
29605 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
29607         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
29608         Require >= 256.
29609         (FILENAME_MAX): Use macro-int-constant.
29610         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
29611         (_IOFBF): Use macro-int-constant.
29612         (_IOLBF): Likewise.
29613         (_IONBF): Likewise.
29614         (SEEK_CUR): Likewise.
29615         (SEEK_END): Likewise.
29616         (SEEK_SET): Likewise.
29617         (TMP_MAX): Likewise.
29618         (EOF): Use macro-int-constant.  Require < 0.
29619         (NULL): Use macro-constant.  Require == 0.
29620         (stdin): Require type to be FILE *.
29621         (stdout): Likewise.
29622         (stderr): Likewise.
29623         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
29624         macro-int-constant.
29625         (EXIT_SUCCESS): Likewise.
29626         (NULL): Use macro-constant.  Require == 0.
29627         (RAND_MAX): Use macro-int-constant.
29628         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
29629         [C99-based standards] (strtof): Require function.
29630         [C99-based standards] (strtold): Likewise.
29631         [C99-based standards] (strtoll): Likewise.
29632         [C99-based standards] (strtoull): Likewise.
29633         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
29634         [ISO || ISO99 || ISO11] (limits.h): Likewise.
29635         [ISO || ISO99 || ISO11] (math.h): Likewise.
29636         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
29637         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
29638         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29640 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
29642         [BZ #14132]
29643         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
29644         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
29645         * intl/dgettext.c (DCGETTEXT): Likewise.
29646         * intl/gettext.c (DCGETTEXT): Likewise.
29647         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
29648         * posix/regex_internal.h (gettext): Likewise.
29649         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
29650         Remove declaration.
29651         * include/argz.h (__argz_count_internal)
29652         (__argz_stringify_internal): Remove declaration.
29653         (__argz_count, __argz_stringify): Declare hidden proto.
29654         * intl/dcgettext.c: Remove use of INTDEF.
29655         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
29656         * string/argz-stringify.c: Likewise.
29657         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
29658         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
29659         Declare hidden proto.
29660         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
29661         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
29662         Declare hidden proto.
29663         * include/stdio.h (__asprintf_internal): Don't declare.
29664         (__asprintf): Don't define as macro.  Declare hidden proto.
29665         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
29666         (__fsetlocking): Declare hidden proto.
29667         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
29668         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
29669         hidden proto.
29670         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
29671         (_IO_setlinebuf): Remove use of INTUSE.
29672         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
29673         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
29674         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
29675         Remove declaration.
29676         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
29677         (_IO_do_flush): Remove use of INTUSE.
29678         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
29679         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
29680         (_IO_adjust_column, _IO_least_wmarker)
29681         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
29682         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
29683         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
29684         (_IO_default_doallocate, _IO_wdefault_doallocate)
29685         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
29686         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
29687         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
29688         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
29689         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
29690         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
29691         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
29692         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
29693         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
29694         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
29695         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
29696         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
29697         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
29698         proto.
29699         (_IO_flush_all_internal, _IO_adjust_column_internal)
29700         (_IO_default_uflow_internal, _IO_default_finish_internal)
29701         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
29702         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
29703         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
29704         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
29705         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
29706         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
29707         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
29708         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
29709         (_IO_file_close_internal, _IO_file_close_it_internal)
29710         (_IO_file_underflow_internal, _IO_file_overflow_internal)
29711         (_IO_file_init_internal, _IO_file_attach_internal)
29712         (_IO_file_fopen_internal, _IO_file_read_internal)
29713         (_IO_file_sync_internal, _IO_file_seek_internal)
29714         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
29715         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
29716         (_IO_str_underflow_internal, _IO_str_overflow_internal)
29717         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
29718         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
29719         (_IO_list_all_internal, _IO_link_in_internal)
29720         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
29721         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
29722         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
29723         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
29724         (_IO_do_write_internal, _IO_padn_internal)
29725         (_IO_getline_info_internal, _IO_getline_internal)
29726         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
29727         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
29728         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
29729         (_IO_vfscanf_internal, _IO_vfprintf_internal)
29730         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
29731         (_IO_init_internal, _IO_un_link_internal): Don't declare.
29732         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
29733         with libc_hidden_ver, remove use of INTUSE.
29734         * libio/genops.c: Likewise.
29735         * libio/freopen.c: Likewise.
29736         * libio/freopen64.c: Likewise.
29737         * libio/iofclose.c: Likewise.
29738         * libio/iofdopen.c: Likewise.
29739         * libio/iofflush.c: Likewise.
29740         * libio/iofflush_u.c: Likewise.
29741         * libio/iofgets.c: Likewise.
29742         * libio/iofgets_u.c: Likewise.
29743         * libio/iofopen.c: Likewise.
29744         * libio/iofopncook.c: Likewise.
29745         * libio/iofread.c: Likewise.
29746         * libio/iofread_u.c: Likewise.
29747         * libio/ioftell.c: Likewise.
29748         * libio/iofwrite.c: Likewise.
29749         * libio/iogetline.c: Likewise.
29750         * libio/iogets.c: Likewise.
29751         * libio/iogetwline.c: Likewise.
29752         * libio/iopadn.c: Likewise.
29753         * libio/iopopen.c: Likewise.
29754         * libio/ioseekoff.c: Likewise.
29755         * libio/ioseekpos.c: Likewise.
29756         * libio/iosetbuffer.c: Likewise.
29757         * libio/iosetvbuf.c: Likewise.
29758         * libio/ioungetc.c: Likewise.
29759         * libio/ioungetwc.c: Likewise.
29760         * libio/iovdprintf.c: Likewise.
29761         * libio/iovsprintf.c: Likewise.
29762         * libio/iovsscanf.c: Likewise.
29763         * libio/memstream.c: Likewise.
29764         * libio/obprintf.c: Likewise.
29765         * libio/oldfileops.c: Likewise.
29766         * libio/oldiofclose.c: Likewise.
29767         * libio/oldiofdopen.c: Likewise.
29768         * libio/oldiofopen.c: Likewise.
29769         * libio/oldiopopen.c: Likewise.
29770         * libio/oldstdfiles.c: Likewise.
29771         * libio/putc.c: Likewise.
29772         * libio/setbuf.c: Likewise.
29773         * libio/setlinebuf.c: Likewise.
29774         * libio/stdfiles.c: Likewise.
29775         * libio/strops.c: Likewise.
29776         * libio/vasprintf.c: Likewise.
29777         * libio/vscanf.c: Likewise.
29778         * libio/vsnprintf.c: Likewise.
29779         * libio/vswprintf.c: Likewise.
29780         * libio/wfiledoalloc.c: Likewise.
29781         * libio/wfileops.c: Likewise.
29782         * libio/wgenops.c: Likewise.
29783         * libio/wmemstream.c: Likewise.
29784         * libio/wstrops.c: Likewise.
29785         * libio/__fpurge.c: Likewise.
29786         * libio/__fsetlocking.c: Likewise.
29787         * assert/assert.c: Likewise.
29788         * debug/fgets_chk.c: Likewise.
29789         * debug/fgets_u_chk.c: Likewise.
29790         * debug/fread_chk.c: Likewise.
29791         * debug/fread_u_chk.c: Likewise.
29792         * debug/gets_chk.c: Likewise.
29793         * debug/obprintf_chk.c: Likewise.
29794         * debug/vasprintf_chk.c: Likewise.
29795         * debug/vdprintf_chk.c: Likewise.
29796         * debug/vsnprintf_chk.c: Likewise.
29797         * debug/vsprintf_chk.c: Likewise.
29798         * malloc/mtrace.c: Likewise.
29799         * misc/error.c: Likewise.
29800         * misc/syslog.c: Likewise.
29801         * stdio-common/asprintf.c: Likewise.
29802         * stdio-common/fxprintf.c: Likewise.
29803         * stdio-common/getw.c: Likewise.
29804         * stdio-common/isoc99_fscanf.c: Likewise.
29805         * stdio-common/isoc99_scanf.c: Likewise.
29806         * stdio-common/isoc99_vfscanf.c: Likewise.
29807         * stdio-common/isoc99_vscanf.c: Likewise.
29808         * stdio-common/isoc99_vsscanf.c: Likewise.
29809         * stdio-common/printf-prs.c: Likewise.
29810         * stdio-common/printf_fp.c: Likewise.
29811         * stdio-common/printf_fphex.c: Likewise.
29812         * stdio-common/printf_size.c: Likewise.
29813         * stdio-common/putw.c: Likewise.
29814         * stdio-common/scanf.c: Likewise.
29815         * stdio-common/sprintf.c: Likewise.
29816         * stdio-common/tmpfile.c: Likewise.
29817         * stdio-common/vfprintf.c: Likewise.
29818         * stdio-common/vfscanf.c: Likewise.
29819         * stdlib/strfmon_l.c: Likewise.
29820         * sunrpc/openchild.c: Likewise.
29821         * sunrpc/xdr_stdio.c: Likewise.
29822         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
29823         * sysdeps/mach/hurd/tmpfile.c: Likewise.
29825 2012-05-24  Roland McGrath  <roland@hack.frob.com>
29827         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
29829         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
29830         in the third column, to generate for the shared library an IFUNC
29831         that uses _dl_vdso_vsym.
29832         * Makerules (COMPILE.c, compile-stdin.c): New variables.
29833         * Makeconfig (object-suffixes-noshared): New variable.
29835         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
29836         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
29837         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
29838         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
29840         [BZ #14132]
29841         * include/sys/time.h (__gettimeofday): Remove macro.
29842         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
29843         * time/gettimeofday.c (__gettimeofday): Remove #undef.
29844         Remove INTDEF.
29845         (__gettimeofday): Add libc_hidden_def.
29846         (gettimeofday): Add libc_hidden_weak.
29847         * sysdeps/mach/gettimeofday.c: Likewise.
29848         * sysdeps/posix/gettimeofday.c: Likewise.
29849         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
29850         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
29851         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
29852         (__gettimeofday_internal): Remove strong_alias.
29853         (__gettimeofday): Add libc_hidden_def.
29854         (gettimeofday): Add libc_hidden_weak.
29855         * sysdeps/unix/syscalls.list (gettimeofday):
29856         Remove __gettimeofday_internal alias.
29858 2012-05-24  Daniel Jacobowitz  <drow@false.org>
29859             H.J. Lu  <hongjiu.lu@intel.com>
29861         [BZ #12495]
29862         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
29863         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
29864         (largebin_index_32_big): New.
29865         (largebin_index): Use it for 16-byte alignment.
29866         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
29867         correction with front_misalign.
29869 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
29871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
29872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
29873         Likewise.
29874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
29875         Likewise.
29876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29877         Likewise.
29878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
29879         Likewise.
29880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
29881         Likewise.
29882         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
29883         Likewise.
29884         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
29885         Likewise.
29886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
29887         Likewise.
29888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
29889         Likewise.
29890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
29891         Likewise.
29892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
29893         Likewise.
29894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
29895         Likewise.
29897         * scripts/data/c++-types-x32-linux-gnu.data: New file.
29898         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
29900 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
29902         [BZ #10846]
29903         [BZ #14036]
29904         * math/libm-test.inc (exp_test): Add test from bug 14036.
29905         (pow_test): Add test from bug 10846.
29907         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
29908         and other flags.
29909         (special_function): Do not include flags in test name.
29910         (parse_args): Likewise.
29911         * sysdeps/i386/fpu/libm-test-ulps: Update.
29912         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29913         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29914         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29917         * math/gen-libm-test.pl (%beautify): Add entries for underflow
29918         exceptions.
29919         * math/libm-test.inc ("Philosophy"): Update comment about
29920         exception testing.
29921         (UNDERFLOW_EXCEPTION): New macro.
29922         (UNDERFLOW_EXCEPTION_OK): Likewise.
29923         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
29924         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
29925         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
29926         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
29927         (INVALID_EXCEPTION_OK): Update value.
29928         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29929         (OVERFLOW_EXCEPTION_OK): Likewise.
29930         (IGNORE_ZERO_INF_SIGN): Likewise.
29931         (test_exceptions): Handle underflow exceptions.
29932         (acos_test): Update for underflow exception expectations.
29933         (cexp_test): Likewise.
29934         (clog_test): Likewise.
29935         (clog10_test): Likewise.
29936         (csqrt_test): Likewise.
29937         (ctan_test): Likewise.
29938         (ctanh_test): Likewise.
29939         (exp_test): Likewise.
29940         (exp10_test): Likewise.
29941         (exp2_test): Likewise.
29942         (expm1_test): Likewise.
29943         (fma_test): Likewise.
29944         (j0_test): Likewise.
29945         (jn_test): Likewise.
29946         (nexttoward_test): Likewise.
29947         (pow_test): Likewise.
29948         (scalbn_test): Likewise.
29949         (scalbln_test): Likewise.
29950         (tan_test): Likewise.
29951         (y1_test): Likewise.
29952         * sysdeps/i386/fpu/libm-test-ulps: Update.
29953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29955 2012-05-23  David S. Miller  <davem@davemloft.net>
29957         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
29958         (__libc_sigaction): Remove unused local variables.
29960 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
29962         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
29964 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
29966         mktime: avoid signed integer overflow
29967         * time/mktime.c (__mktime_internal): Do not mishandle the case
29968         where diff == INT_MIN.
29970         mktime: simplify computation of average
29971         * time/mktime.c (ranged_convert): Use new time_t_avg function
29972         instead of rolling our own (probably-slower) code.
29974         mktime: do not assume signed right shift propagates sign bit
29975         * time/mktime.c (isdst_differ): New static function.
29976         (__mktime_internal): No need to normalize tm_isdst now.
29977         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
29978         tm_isdst values.
29980         mktime: merge another wrapv change from gnulib
29981         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
29982         from some compilers.
29984         mktime: remove incorrect attempt at unusual arithmetics
29985         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
29986         The code didn't really work on such machines anyway.
29987         (TYPE_MINIMUM): Assume two's complement.
29988         (twos_complement_arithmetic): Verify that long_int and time_t
29989         are two's complement (or unsigned, in the latter case).
29991         mktime: check signed shifts on long_int and time_t, too
29992         * time/mktime.c (SHR): Check that shifts work as desired
29993         on the types long_int and time_t too, as SHR is used on
29994         such types.
29996         mktime: do not assume 'long' is wide enough
29997         * time/mktime.c (verify): Move decl up.
29998         (long_int): New type.
29999         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
30000         to remove assumption in the code that 'long' is wide enough to
30001         store year values.  This assumption is not true on x32 and on
30002         some non-glibc platforms.
30004         mktime: merge wrapv change from gnulib
30005         * time/mktime.c (WRAPV): New macro.
30006         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
30007         (guess_time_tm, __mktime_internal): Do not assume that signed
30008         integer overflow wraps around; modern compilers generate code
30009         where this assumption is no longer valid.
30011 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
30013         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
30014         Replace "jmp L(pseudo_end)" with "ret".
30015         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
30016         Likewise.
30018 2012-05-23  Andreas Jaeger  <aj@suse.de>
30020         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
30021         * sysdeps/unix/sysv/linux/poll.c: Remove file.
30023 2012-05-23  Andreas Jaeger  <aj@suse.de>
30024             Maximilian Attems  <max@stro.at>
30026         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
30027         New macros.
30029 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
30031         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
30032         code so that pseudo_end is just ret and the stack pointer is
30033         correct also for static library in error case.
30035 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
30037         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
30038         move to syscalls.list.
30039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
30040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
30041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
30042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
30044         * manual/install.texi (Running make install): Do not mention Linux
30045         kernel version for which pt_chown is not needed.
30046         (Linux): Do not mention problems with nscd with 2.0 kernels.
30047         * INSTALL: Regenerated.
30049 2012-05-23  Andreas Jaeger  <aj@suse.de>
30051         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
30052         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
30053         macro.
30054         * sysdeps/unix/sysv/linux/s390/bits/mman.h
30055         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
30056         * sysdeps/unix/sysv/linux/sh/bits/mman.h
30057         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
30058         * sysdeps/unix/sysv/linux/i386/bits/mman.h
30059         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
30060         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
30061         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
30062         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
30063         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
30064         * sysdeps/unix/sysv/linux/bits/in.h
30065         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
30067 2012-05-22  Roland McGrath  <roland@hack.frob.com>
30069         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
30070         (PREPARE_VERSION): Just use assert instead, it will be elided
30071         under [NDEBUG] anyway.
30073 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
30075         * sysdeps/unix/sysv/linux/Makefile: Include
30076         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
30077         (sysdep_routines): Remove sysctl.
30078         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
30079         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
30080         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
30081         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
30082         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
30084 2012-05-22  Andreas Jaeger  <aj@suse.de>
30086         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
30087         that pseudo_end is just ret and the stack pointer is correct also
30088         for static library in error case.
30090 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
30092         [BZ #14122]
30093         * nss/nsswitch.c (defconfig_entries): New variable.
30094         (__nss_database_lookup): Don't leak defconfig entries.
30095         (nss_parse_service_list): Don't leak on error paths.
30096         (free_database_entries): New function.
30097         (free_defconfig): New function.
30098         (free_mem): Move common code to free_database_entries.
30100 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
30102         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
30103         Add arch_prctl.
30104         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
30106         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
30107         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
30108         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
30109         New macro.
30110         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
30111         (INTERNAL_SYSCALL_TYPES): Likewise.
30112         (LOAD_ARGS_TYPES_[1-6]): Likewise.
30113         (LOAD_REGS_TYPES_[1-6]): Likewise.
30114         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
30115         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
30117 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30119         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
30120         copysignl for GLIBC_2_0.
30121         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
30122         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
30123         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
30124         logbl for GLIBC_2_0.
30125         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
30126         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
30128 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
30130         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
30131         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
30133         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
30134         Use "neg %eax".
30136         * time/mktime.c: Update copyright years.
30138 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30140         mktime: merge comment-quoting-style change from gnulib
30141         * time/mktime.c: Quote 'like this' in comments.
30142         The GNU coding standards suggest that we no longer quote `like this',
30143         as "`" and "'" are typically rendered asymmetrically nowadays.
30144         The typical gnulib style is to quote 'like this' when quoting
30145         code, and "like this" when quoting English.
30147         * time/mktime.c (compile-command): Add "-I.".
30149         mktime: merge mktime-internal.h change from gnulib
30150         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
30152         mktime: merge time_r change from gnulib
30153         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
30155         mktime: merge DEBUG change from gnulib
30156         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
30157         case system <time.h> has a #define.
30159         mktime: merge <sys/types.h> change from gnulib
30160         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
30161         since <time.t> is now guaranteed to define time_t.
30163         mktime: merge HAVE_CONFIG_H change from gnulib
30164         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
30166 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
30168         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
30169         Use "neg %eax".
30171         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
30172         __rlim_t cast.
30173         (struct rusage): Use anonymous union to pad each field to
30174         __syscall_slong_t.
30176 2012-05-21  David S. Miller  <davem@davemloft.net>
30178         * Makefules (o-iterator): Remove .s cases.
30179         (compile-command.s): Delete.
30180         (COMPILE.s): Delete.
30181         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
30183 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
30185         * configure.in (libc_cv_predef_stack_protector): Only consider
30186         "foobar" and "__stack_chk_fail" lines in libc_undefs.
30187         * configure: Regenerated.
30189 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
30191         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
30192         New macro.  Use R*LP on int and pointer.
30193         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
30194         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
30195         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
30196         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
30198         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
30199         [__WORDSIZE_TIME64_COMPAT32] instead of
30200         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
30201         (struct utmp): Likewise.
30202         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
30203         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
30204         Renamed to ...
30205         (__WORDSIZE_TIME64_COMPAT32): This.
30206         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
30207         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
30208         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
30209         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
30210         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
30211         (__WORDSIZE_TIME64_COMPAT32): New macro.
30213 2012-05-21  Andreas Jaeger  <aj@suse.de>
30215         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
30216         only if [SHARED]. Add prototype for __wcschr_ia32.
30218 2012-05-21  Roland McGrath  <roland@hack.frob.com>
30220         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
30221         of %rbp unmolested in the jmp_buf while mangling the low bits.
30222         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
30223         unmolested high bits of %rbp while demangling the low bits.
30224         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
30226 2012-05-21  Andreas Jaeger  <aj@suse.de>
30228         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
30229         * sunrpc/svc_simple.c: Use it for registerrpc.
30230         * sunrpc/xcrypt.c: Use it for passwd2des.
30232         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
30234 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
30236         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
30237         Don't define if [__SYSCALL_WORDSIZE != 32].
30238         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
30239         New macro.
30241 2012-05-21  Bruno Haible  <bruno@clisp.org>
30242             Andreas Jaeger  <aj@suse.de>
30244         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
30245         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
30246         inptr and inend for must_buffer_ch.
30247         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
30248         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
30249         * stdio-common/Makefile (tests): Remove bug15.
30250         (bug15-ENV): Remove macro.
30251         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
30252         anymore.
30254 2012-05-19  Andreas Jaeger  <aj@suse.de>
30255             Roland McGrath  <roland@hack.frob.com>
30257         * manual/contrib.texi: Completely rewritten. It contains now an
30258         alphabetical list of contributors and their contributions.
30260 2012-05-21  Richard Henderson  <rth@twiddle.net>
30262         * misc/getauxval.c (__getauxval): Use unsigned long int.
30263         * misc/sys/auxv.h: Include <sys/cdefs.h>.
30264         (getauxval): Use unsigned long int.
30266 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
30268         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
30270 2012-05-21  Roland McGrath  <roland@hack.frob.com>
30272         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
30273         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
30274         __alignof__ (long double).
30276 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30280 2012-05-20  Richard Henderson  <rth@twiddle.net>
30282         * misc/getauxval.c: New file.
30283         * misc/sys/auxv.h: New file.
30284         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
30285         (routines): Add getauxval.
30286         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
30287         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
30288         * elf/dl-sysdep.c (_dl_auxv): Remove.
30289         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
30290         * elf/dl-support.c (_dl_auxv): New variable.
30291         (_dl_aux_init): Initialize it.
30292         * manual/startup.texi (Auxiliary Vector): New node.
30293         * sysdeps/generic/bits/hwcap.h: New file.
30294         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
30295         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
30296         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
30297         * sysdeps/sparc/sysdep.h: ... here.  Include it.
30298         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
30299         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
30300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30301         Update.
30302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
30303         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
30304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
30305         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
30306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
30307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
30308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
30309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
30311 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30315 2012-05-19  David S. Miller  <davem@davemloft.net>
30317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30319 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
30321         [BZ #14123]
30322         * math/s_ccosh.c: Include <float.h>
30323         (__ccosh): Avoid internal overflow calculating sinh and cosh
30324         values before multiplying by sin and cos values.
30325         * math/s_ccoshf.c: Likewise.
30326         * math/s_ccoshl.c: Likewise.
30327         * math/s_csin.c: Likewise.
30328         * math/s_csinf.c: Likewise.
30329         * math/s_csinl.c: Likewise.
30330         * math/s_csinh.c: Likewise.
30331         * math/s_csinhf.c: Likewise.
30332         * math/s_csinhl.c: Likewise.
30333         * math/libm-test.inc (ccos_test): Add more tests.
30334         (ccosh_test): Likewise.
30335         (csin_test): Likewise.
30336         (csinh_test): Likewise.
30337         * sysdeps/i386/fpu/libm-test-ulps: Update.
30338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30340 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
30342         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
30343         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
30345         * sysdeps/x86_64/x32/_itoa.h: Add comment.
30347 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
30349         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
30350         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
30351         * sysdeps/powerpc/soft-fp/Versions: Likewise.
30352         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
30353         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
30354         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
30355         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
30356         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
30357         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
30358         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
30359         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
30360         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
30361         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
30362         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
30363         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
30364         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
30365         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
30366         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
30367         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
30368         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
30369         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
30370         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
30371         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
30372         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
30373         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
30374         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
30375         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
30376         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
30377         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
30378         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
30379         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
30381 2012-05-18  Andreas Jaeger  <aj@suse.de>
30383         * csu/.gitignore: Delete.
30385 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
30387         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
30388         (timex): Use __syscall_slong_t.
30390 2012-05-18  Andreas Jaeger  <aj@suse.de>
30391             Carlos O'Donell  <carlos_odonell@mentor.com>
30393         * manual/install.texi (Configuring and compiling): Update
30394         description about files modified in the source directory.
30395         * INSTALL: Regenerated.
30397 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
30399         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
30400         value.  Use "or" to set return value to -1.
30401         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
30402         negate return value.
30404 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30406         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
30407         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
30408         failure if the compiler has Graphite support disabled.
30409         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
30410         Likewise.
30411         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
30412         (CFLAGS-memmove.c): Likewise.
30413         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
30414         Likewise.
30416 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
30418         * sysdeps/x86_64/x32/_itoa.h: New file.
30420         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
30421         getdents system call only if kernel and user dirents have the
30422         same d_ino and d_off.
30424         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
30425         LLONG_MAX != LONG_MAX.
30426         (_itoa_word): Use _ITOA_WORD_TYPE on value.
30427         (_fitoa_word): Likewise.
30429         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
30430         years.
30431         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
30432         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
30433         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
30435         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
30436         include <bits/wordsize.h>.  Check __x86_64__ instead of
30437         __WORDSIZE.
30438         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
30439         if __x86_64__ is defined.  Use anonymous union on fpstate.
30441         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
30442         anonymous union.
30444 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
30446         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
30447         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
30448         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
30449         Refer to _rtld_local_ro instead of _rtld_global_ro.
30450         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
30451         Likewise.
30452         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
30453         Likewise.
30454         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
30455         Likewise.
30456         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
30457         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
30458         of _rtld_global, and rtld_progname instead of _dl_argv[0].
30460         * sysdeps/powerpc/powerpc32/dl-machine.c
30461         (__elf_machine_runtime_setup) [PROF]: Don't reference
30462         _dl_prof_resolve.
30464 2012-05-18  Andreas Jaeger  <aj@suse.de>
30466         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
30467         function only available for GCCs before 3.4 since GCC 3.4
30468         introduced a builtin.
30469         (lrint): Likewise.
30470         (llrintf): Likewise.
30471         (llrint): Likewise.
30472         (fmaxf): Likewise.
30473         (fmax): Likewise.
30474         (fminf): Likewise.
30475         (fmin): Likewise.
30476         (rint): Likewise.
30477         (rintf): Likewise.
30478         (nearbyint): Likewise.
30479         (nearbyintf): Likewise.
30480         (ceil): Likewise.
30481         (ceilf): Likewise.
30482         (floor): Likewise.
30483         (floorf): Likewise.
30485 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
30487         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
30488         on both fields and cast pointer to __syscall_ulong_t.
30490         * bits/types.h (__fsword_t): New type.
30491         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
30492         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
30493         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30494         (__FSWORD_T_TYPE): Likewise.
30495         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30496         (__FSWORD_T_TYPE): Likewise.
30497         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30498         (__FSWORD_T_TYPE): Likewise.
30499         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
30500         (__FSWORD_T_TYPE): Likewise.
30501         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
30502         __SWORD_TYPE with __fsword_t.
30503         (statfs64): Likewise.
30505 2012-05-17  David S. Miller  <davem@davemloft.net>
30507         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
30509 2012-05-17  Andreas Jaeger  <aj@suse.de>
30511         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
30512         warning.
30514 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
30516         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
30518 2012-05-17  Andreas Jaeger  <aj@suse.de>
30520         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
30521         when it is used.
30523 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
30525         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
30527 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
30529         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
30530         * sysdeps/x86_64/tst-mallocalign1.c: New file.
30532 2012-05-17  Andreas Jaeger  <aj@suse.de>
30533             Carlos O'Donell  <carlos_odonell@mentor.com>
30535         [BZ #14059]
30536         * sysdeps/x86_64/multiarch/init-arch.h
30537         (bit_YMM_Usable): Rename to...
30538         (bit_AVX_Usable): ... this.
30539         (bit_FMA4_Usable): New macro.
30540         (bit_XMM_state): New macro.
30541         (bit_YMM_state): New macro.
30542         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
30543         [__ASSEMBLER__] (index_AVX_Usable): ... this.
30544         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
30545         (CPUID_OSXSAVE): New macro.
30546         (CPUID_AVX): New macro.
30547         (CPUID_FMA4): New macro.
30548         (index_YMM_Usable): Rename to...
30549         (index_AVX_Usable): ... this.
30550         (HAS_AVX): Use HAS_ARCH_FEATURE.
30551         (HAS_FMA4): Likewise.
30552         (HAS_YMM_USABLE): Remove.
30553         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30554         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
30555         are present.
30556         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
30557         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
30558         * sysdeps/x86_64/multiarch/Makefile: Likewise.
30559         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
30560         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
30562 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
30564         * math/libm-test.c: Support platforms without multiple rounding modes.
30565         * math/bug-nextafter.c: Support platforms without FP exceptions.
30566         * math/bug-nexttoward.c: Likewise.
30567         * math/test-fenv.c: Likewise.
30568         * math/test-misc.c: Likewise.
30569         * stdlib/bug-getcontext.c: Likewise.
30571 2012-05-17  Andreas Jaeger  <aj@suse.de>
30573         * manual/examples/search.c (critter_cmp): Change signature to
30574         avoid warnings.
30575         * manual/string.texi (Collation Functions): Likewise.
30577 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30579         * bits/types.h: Fold copyright years.
30580         * bits/typesizes.h: Likewise.
30581         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
30582         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
30583         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
30584         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
30585         * time/time.h: Likewise.
30587 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
30589         [BZ #208]
30590         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
30591         in instead of returning them.  Return void.
30592         (__libc_mallinfo): Accumulate over all arenas.
30593         (__malloc_stats): Adjust for change in int_mallinfo interface.
30595 2012-05-16  Roland McGrath  <roland@hack.frob.com>
30597         [BZ #10375]
30598         * configure.in (NM): Add AC_CHECK_TOOL for it.
30599         (libc_extra_cflags): New substituted variable.
30600         Check for -fstack-protector being used implicitly.
30601         * configure: Regenerated.
30602         * config.make.in (config-extra-cflags): New variable,
30603         gets @libc_extra_cflags@.
30604         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
30606         [BZ #10375]
30607         * configure.in: Check for _FORTIFY_SOURCE being predefined.
30608         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
30609         * configure: Regenerated.
30610         * config.make.in (CPPUNDEFS): New substituted variable.
30611         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
30612         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
30613         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
30615 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30617         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
30618         (mq_attr): Use __syscall_slong_t.
30620 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30622         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
30623         Check __x86_64__ instead of __WORDSIZE.
30624         (_STAT_VER_LINUX): Likewise.
30625         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
30626         __syscall_ulong_t and __syscall_slong_t.
30627         (stat64): Likewise.
30629 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30631         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
30633 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30635         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
30637 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30639         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
30640         __syscall_ulong_t.
30642         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
30643         include <bits/wordsize.h>.  Check __x86_64__ instead of
30644         __WORDSIZE.
30645         (greg_t): Use "__extension__ long long int" if __x86_64__ is
30646         defined.
30647         (mcontext_t): Replace "unsigned long" with "unsigned long long".
30649         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
30650         include <bits/wordsize.h>.  Check __x86_64__ instead of
30651         __WORDSIZE.
30652         (user_regs_struct): Use "__extension__ unsigned long long"
30653         instead of "unsigned long" if __x86_64__ is defined.
30654         (user): Likewise.  Pad after pointer field if __ILP32__ is
30655         defined.
30657 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
30659         * configure.in (makeinfo): Require version 4.5 or later.  Allow
30660         versions 5 to 9.
30661         * configure: Regenerated.
30662         * manual/install.texi (texinfo): Increase version requirement to
30663         4.5 or later.
30664         * INSTALL: Regenerated.
30666         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
30668 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
30670         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
30672         * sysdeps/x86_64/x32/ffs.c: New file.
30674         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
30675         __syscall_ulong_t.
30676         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
30677         defined.  Use __syscall_ulong_t.
30678         (shminfo): Use __syscall_ulong_t.
30679         (shm_info): Likewise.
30681         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
30682         __syscall_ulong_t.
30684         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
30685         <bits/wordsize.h>.
30686         (msgqnum_t): Use __syscall_ulong_t.
30687         (msglen_t): Likewise.
30688         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
30689         __syscall_ulong_t.
30691         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
30692         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
30694         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
30696         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
30697         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
30699         * sysvipc/sys/msg.h (msgbuf): Replace long int with
30700         __syscall_slong_t.
30702         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
30703         include <bits/wordsize.h>.  Check __x86_64__ instead of
30704         __WORDSIZE.
30706         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
30707         "unsigned long long int" if __x86_64__ is defined.
30708         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
30710         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
30711         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
30712         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
30714         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
30715         <stdint.h>.
30716         (GET_PC): Cast to uintptr_t first.
30717         (GET_FRAME): Likewise.
30718         (GET_STACK): Likewise.
30720         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
30721         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
30722         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
30723         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
30724         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
30725         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
30726         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
30727         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
30728         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
30729         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
30730         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
30731         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
30732         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
30733         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
30734         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
30735         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
30736         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
30737         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
30738         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
30739         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
30740         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
30741         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
30742         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
30743         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
30744         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
30745         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
30746         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
30747         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
30748         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
30750 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
30752         * Makerules (+depfiles): Also collect depfiles from .oS in
30753         $(extra-objs).
30754         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
30755         .oS, $(libnldbl-routines)).
30757         * Makerules (native-compile-mkdep-flags): Define.
30758         * sunrpc/Makefile (extra-objs): Add $(addprefix
30759         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
30760         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
30761         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
30762         calling $(make-target-directory).
30764 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30766         * bits/types.h (__snseconds_t): Removed.
30767         * time/time.h (struct timespec): Replace __snseconds_t with
30768         __syscall_slong_t.
30769         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
30770         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
30771         Likewise.
30772         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30773         (__SNSECONDS_T_TYPE): Likewise.
30774         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30775         (__SNSECONDS_T_TYPE): Likewise.
30776         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30777         (__SNSECONDS_T_TYPE): Likewise.
30779 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30781         * sysdeps/mach/hurd/bits/typesizes.h
30782         (__SYSCALL_SLONG_TYPE): New macro.
30783         (__SYSCALL_ULONG_TYPE): Likewise.
30785 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30787         * bits/types.h (__syscall_slong_t): New type.
30788         (__syscall_ulong_t): Likewise.
30790         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
30791         (__SYSCALL_ULONG_TYPE): Likewise.
30792         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30793         (__SYSCALL_SLONG_TYPE): Likewise.
30794         (__SYSCALL_ULONG_TYPE): Likewise.
30795         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30796         (__SYSCALL_SLONG_TYPE): Likewise.
30797         (__SYSCALL_ULONG_TYPE): Likewise.
30798         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30799         (__SYSCALL_SLONG_TYPE): Likewise.
30800         (__SYSCALL_ULONG_TYPE): Likewise.
30802 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30804         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
30805         Add sigaltstack-offsets.sym.
30806         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
30807         <sigaltstack-offsets.h>.
30808         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
30809         longjmp_msg pointer.
30810         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
30811         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
30812         signal stack.
30813         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
30815 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
30817         * elf/stackguard-macros.h: Remove file.
30818         * sysdeps/generic/stackguard-macros.h: New file.
30819         * sysdeps/i386/stackguard-macros.h: Likewise.
30820         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
30821         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
30822         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
30823         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
30824         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
30825         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
30826         * sysdeps/x86_64/stackguard-macros.h: Likewise.
30827         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
30828         <elf/stackguard-macros.h>.
30830         [BZ #14109]
30831         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
30832         __aligned__ in attribute.
30833         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
30834         (gregset_t): Likewise.
30836 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30838         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
30839         * sysdeps/x86_64/64/Implies-after: Here.  New file.
30840         * sysdeps/x86_64/x32/Implies-after: New file.
30842 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30844         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
30845         and access return value for _dl_profile_fixup.  Use R10_LP to
30846         load frame size.
30848 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30850         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
30852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30854         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
30855         * sysdeps/x86_64/x32/sysdep.h: New file.
30857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30859         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
30860         * sysdeps/x86_64/setjmp.S: Likewise.
30862 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30864         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
30865         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
30866         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
30867         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
30868         remove unused global constant.
30870 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
30872         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
30873         include of <not-cancel.h>.
30875 2012-05-15  Roland McGrath  <roland@hack.frob.com>
30877         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
30879 2012-05-15  Jeff Law  <law@redhat.com>
30880             Andreas Jaeger  <aj@suse.de>
30882         [BZ #13594]
30883         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
30884         out from...
30885         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
30886         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
30887         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
30888         code changing __hst_map_handle.map.
30890 2012-05-15  Roland McGrath  <roland@hack.frob.com>
30892         * configure.in (sysnames): Look for Implies-before and Implies-after
30893         files.
30894         * configure: Regenerated.
30896 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30898         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
30899         8-byte data alignment with LP_SIZE alignment.
30901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30903         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
30904         into R10_LP.
30906 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30908         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
30910 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30912         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
30913         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
30914         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
30915         Likewise.
30916         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
30918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30920         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
30921         (stackinfo_sub_sp): Likewise.
30923 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30925         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
30926         RAX_LP.
30928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30930         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
30931         into R*_LP.
30933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30935         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
30936         sizes into R*_LP.
30938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30940         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
30942 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30944         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
30945         into R11_LP and load __x86_64_shared_cache_size_half into
30946         R8_LP.
30948 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
30950         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
30951         R8_LP.
30953 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30955         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
30956         logb for POWER7.
30957         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
30958         logbf for POWER7.
30959         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
30960         logbl for POWER7.
30961         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
30962         powerpc32/power7/fpu/s_logb.c via #include.
30963         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
30964         powerpc32/power7/fpu/s_logbf.c via #include.
30965         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
30966         powerpc32/power7/fpu/s_logbl.c via #include.
30968 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
30970         * README.libm: Remove file.
30972 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
30974         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
30975         count for x32.  Use R*_LP and omit operand-size suffix.
30977 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
30979         * shlib-versions: Move x86_64-.*-linux.* entries to ...
30980         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
30981         * sysdeps/x86_64/x32/shlib-versions: New file.
30983 2012-05-14  Roland McGrath  <roland@hack.frob.com>
30985         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
30986         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
30987         Use _dl_fatal_printf instead.
30989 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
30991         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
30992         set if not set by the user.  Do not allow for being unset.
30993         * sysdeps/unix/sysv/linux/configure: Regenerated.
30995 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
30997         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
30998         the `q' suffix from lea and replace .quad with ASM_ADDR.
31000 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
31002         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
31003         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
31004         instead of $17.
31005         (PTR_DEMANGLE): Likewise.
31007 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
31009         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
31010         (LP_OP): Likewise.
31011         (ASM_ADDR): Likewise.
31012         (RAX_LP): Likewise.
31013         (RBP_LP): Likewise.
31014         (RBX_LP): Likewise.
31015         (RCX_LP): Likewise.
31016         (RDI_LP): Likewise.
31017         (RSI_LP): Likewise.
31018         (RSP_LP): Likewise.
31019         (R8_LP): Likewise.
31020         (R9_LP): Likewise.
31021         (R10_LP): Likewise.
31022         (R10_LP): Likewise.
31023         (R11_LP): Likewise.
31024         (R12_LP): Likewise.
31025         (R13_LP): Likewise.
31026         (R14_LP): Likewise.
31027         (R15_LP): Likewise.
31029 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
31031         * sysdeps/x86_64/x32/dl-machine.h: New file.
31033 2012-05-14  Andreas Jaeger  <aj@suse.de>
31035         * manual/Makefile (subdir): Remove export of subdir.
31036         (all): Remove target.
31037         (.PHONY): Remove all from list.
31038         (mkinstalldirs): Remove.
31039         (.PHONY): Remove installdirs from list.
31040         ($(inst_infodir)/libc.info): Use make-target-directory.
31041         (installdirs): Remove.
31042         (subdir_%): Remove.
31043         (glibc-targets): Remove.
31044         (lib): Remove.
31045         (stubs): Remove.
31046         ($(objpfx)stubs ../po/manual.pot): Remove.
31047         ($(objpfx)stamp%): Remove.
31048         (make-target-directory): Remove.
31049         (subdir_install): Remove.
31050         (routines): Remove.
31051         (aux): Remove.
31052         (sources): Remove.
31053         (objects): Remove.
31054         (headers): Remove.
31056         [BZ #13750]
31057         * manual/.gitignore: Remove, it's not needed anymore.
31058         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
31059         all files in it.
31060         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
31061         directory.
31062         (texis): Renamed to $(objpfx)texis.
31063         (texis-path): New, contains path to generated files.
31064         (chapters.%): Use texis-path for complete path, add extra argument
31065         libc-texinfo.sh.
31066         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
31067         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
31068         (summary,texi, stamp-summary): Use complete path of
31069         files. Generate files in build dir.
31070         (dir-add.texi): Build in build dir.
31071         (libm-err.texi,stamp-libm-err): Likewise.
31072         (version.texi, stamp-version): Likewise.
31073         (.%c.texi): Likewise.
31074         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
31075         (mostlyclean): Remove target.
31076         (realclean): Remove target.
31077         (generated): Add new variable with contents from mostlyclean and
31078         realclean, remove entries duplicated in common-mostlyclean, add
31079         stamp-libm-err and stamp-version.
31080         (generated-dirs): Add libc directory.
31081         ($(inst_infodir)/libc.info): Install files from build dir.
31083         * manual/install.texi (Configuring and compiling): Adjust since
31084         the info files are not part of the tar ball anymore.
31086 2012-05-14  Andreas Jaeger  <aj@suse.de>
31088         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
31089         variable.
31091 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
31093         [BZ #13717]
31094         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
31095         to 2.2.0 where earlier.
31096         * sysdeps/unix/sysv/linux/configure: Regenerated.
31097         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
31098         Remove conditional code.
31099         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
31100         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
31101         Remove conditional code.
31102         [!__NR_lchown]: Likewise.
31103         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
31104         [__NR_lchown]: Likewise.
31105         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
31106         comment referencing __ASSUME_LCHOWN_SYSCALL.
31107         * sysdeps/unix/sysv/linux/i386/sigaction.c
31108         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
31109         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
31110         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
31111         Remove conditional code.
31112         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
31113         (__protocol_available): Remove #if 0 code.
31114         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
31115         conditional code.
31116         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
31117         * sysdeps/unix/sysv/linux/kernel-features.h
31118         (__ASSUME_GETCWD_SYSCALL): Don't define.
31119         (__ASSUME_REALTIME_SIGNALS): Likewise.
31120         (__ASSUME_PREAD_SYSCALL): Likewise.
31121         (__ASSUME_PWRITE_SYSCALL): Likewise.
31122         (__ASSUME_POLL_SYSCALL): Likewise.
31123         (__ASSUME_LCHOWN_SYSCALL): Likewise.
31124         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
31125         non-SPARC.
31126         (__ASSUME_SIOCGIFNAME): Don't define.
31127         (__ASSUME_MSG_NOSIGNAL): Likewise.
31128         (__ASSUME_SENDFILE): Define unconditionally.
31129         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
31130         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
31131         conditional code.
31132         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
31133         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
31134         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
31135         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
31136         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
31137         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
31138         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
31139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
31140         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
31141         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
31143         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
31144         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
31146         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
31147         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
31149         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
31150         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
31152         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
31153         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
31155         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
31156         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
31158         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
31159         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
31161         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
31162         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31163         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
31164         Remove conditional code.
31165         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31166         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
31167         Remove conditional code.
31168         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31169         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
31170         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
31171         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
31172         Remove conditional code.
31173         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31174         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
31175         Remove conditional code.
31176         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31177         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
31178         Remove conditional code.
31179         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31180         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
31181         Remove conditional code.
31182         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
31183         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
31184         Remove conditional code.
31185         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31186         * sysdeps/unix/sysv/linux/sh/pwrite64.c
31187         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
31188         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
31189         * sysdeps/unix/sysv/linux/sigaction.c
31190         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
31191         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
31192         * sysdeps/unix/sysv/linux/sigpending.c
31193         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
31194         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
31195         * sysdeps/unix/sysv/linux/sigprocmask.c
31196         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
31197         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
31198         * sysdeps/unix/sysv/linux/sigsuspend.c
31199         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
31200         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
31201         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
31202         (__libc_missing_rt_sigs): Remove.
31203         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
31204         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
31205         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
31206         Remove conditional code.
31207         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
31208         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
31209         return 1.
31210         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
31211         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
31212         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
31213         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
31215 2012-05-14  Andreas Jaeger  <aj@suse.de>
31217         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
31218         it's not used in glibc.
31219         (__coshm1): Likewise.
31220         (__acosh1p): Likewise.
31221         (__sgn): Likewise.
31223         * manual/string.texi (Copying and Concatenation): Add missing
31224         variable in concat example.
31225         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
31227 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
31229         [BZ #14103]
31230         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
31231         __builtin_clzl with __builtin_clzll.
31233 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
31235         [BZ #14104]
31236         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
31237         libc_freeres_ptr.
31239 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31241         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
31242         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
31243         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
31244         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
31246 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
31248         * NEWS: Update ia64 info.
31250 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
31252         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
31253         used as bcopy.
31255 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
31257         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
31258         * sysdeps/unix/syscalls.list (dup3): Likewise.
31259         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
31260         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
31262 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
31264         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
31265         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
31267 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
31269         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
31270         thread pointer.
31271         (TLS_IE): Use mov/add instead of movq/addq to load thread
31272         pointer.
31273         (TLS_GD_PREFIX): New.
31274         (TLS_GD): Use it.
31276 2012-05-11  David S. Miller  <davem@davemloft.net>
31278         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
31279         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
31280         (_FPU_SETCW): Likewise.
31282 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31284         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
31285         is 32-byte aligned.
31287 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
31289         [BZ #11837]
31290         * iconvdata/gb18030.c: Update tables.
31291         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
31292         characters specially.
31293         (BODY for TO_LOOP): Add encoding of missing ranges.
31295 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
31297         [BZ #13673]
31298         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
31299         * sysdeps/mach/hurd/dup3.c: Likewise.
31300         * sysdeps/mach/hurd/readlinkat.c: Likewise.
31301         * sysdeps/powerpc/memmove.c:: Likewise.
31303 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31305         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
31306         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
31308 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31310         * elf/elf.h (R_X86_64_RELATIVE64): New.
31311         (R_X86_64_NUM): Updated.
31312         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
31313         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
31314         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
31315         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
31316         tst-quad1pie tst-quad2pie
31317         (modules-names): Add tst-quadmod1 tst-quadmod2.
31318         ($(objpfx)tst-quad1): New dependency.
31319         ($(objpfx)tst-quad2): Likewise.
31320         ($(objpfx)tst-quad1pie): Likewise.
31321         ($(objpfx)tst-quad2pie): Likewise.
31322         * sysdeps/x86_64/tst-quad1.c: New file.
31323         * sysdeps/x86_64/tst-quad1pie.c: New file.
31324         * sysdeps/x86_64/tst-quad2.c: Likewise.
31325         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
31326         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
31327         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
31328         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
31329         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
31331 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31333         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
31334         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
31335         * streams/stropts.h (t_scalar_t): Define type.
31337         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
31338         (_PATH_PRESERVE): Set to "/var/lib".
31339         (_PATH_RWHODIR): Set to "/var/spool/rwho".
31341         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
31342         instead of int.
31344         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
31345         if __dir_mkfile succeeded.
31347         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
31348         checking for _hurd_dtablesize.  Unlock it right after having
31349         finished _hurd_dtable allocation.
31351 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31353         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
31354         * sysdeps/mach/hurd/configure: Regenerated.
31355         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
31356         special-casing to...
31357         * sysdeps/gnu/configure.in: ... this new file.
31358         * sysdeps/unix/sysv/linux/configure: Regenerated.
31359         * sysdeps/gnu/configure: New generated file.
31361         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
31362         for Linux: use nsec instead of usec, as well as:
31363         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
31364         members of type struct timespec.
31365         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
31366         New macros.
31367         (struct stat64): Likewise.
31368         (_STATBUF_ST_NSEC): New macro.
31369         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
31371         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31372         __strtoul_internal rather than strtoul.
31374 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
31376         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
31377         and reject them.
31379 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31381         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
31382         which preserves existing values.
31383         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
31385 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
31387         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
31388         TIMEOUT values.  Return EINVAL for NFDS values either negative or
31389         greater than FD_SETSIZE.
31391 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31393         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
31394         allocated, call __vm_protect to finish enabling the existing space, and
31395         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
31396         allocate the remainder.
31398 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
31400         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
31401         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
31403 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31405         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
31406         sysdeps/mach/hurd/readlink.c.
31408         * posix/tst-sysconf.c (posix_options): Only use
31409         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
31410         _POSIX_SYNCHRONIZED_IO when they are defined
31411         * sysdeps/mach/hurd/bits/posix_opt.h:
31412         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
31413         (_XOPEN_REALTIME): Undefine macro.
31414         (_XOPEN_REALTIME_THREADS): Undefine macro.
31415         (_XOPEN_SHM): Undefine macro.
31416         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
31417         macro to -1.
31418         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
31419         macro to -1.
31420         (_POSIX_ASYNC_IO): Undefine macro.
31421         (_POSIX_PRIORITIZED_IO): Undefine macro.
31422         (_POSIX_SPIN_LOCKS): Define macro to -1.
31424         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
31425         SA_NODEFER, SA_RESETHAND.
31426         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
31427         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
31428         F_DUPFD_CLOEXEC.
31430 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31432         * elf/Makefile (pldd-modules): Define unconditionally.
31434 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31436         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
31438 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31440         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
31441         Return ENOENT when name is empty.
31442         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
31444 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31446         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
31448         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
31450 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31452         Fix mlock in all cases except non-readable pages.
31453         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
31454         instead of VM_PROT_ALL as parameter to __vm_wire function.
31456         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
31457         (__mkdir): When path is `/', just fail with EEXIST.
31458         * sysdeps/mach/hurd/mkdirat.c: Likewise.
31460 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31462         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
31463         <sys/uio.h> (for writev).
31464         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
31465         and <sys/param.h> (for MIN).
31467 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
31469         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
31470         REQUESTED_TIME.  Properly set the remaining time and return EINTR
31471         if interrupted.
31473 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31475         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
31476         Depend on against $(link-rpcuserlibs).
31478 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31480         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
31481         (__libc_stack_end): Do not use attribute_relro.
31482         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
31483         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
31484         to libthread-provided value.
31485         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
31486         attribute_relro.
31488 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31490         [BZ #3748]
31491         * bits/libc-lock.h (__libc_once_get): New macro.
31492         * sysdeps/mach/bits/libc-lock.h: Likewise.
31493         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
31494         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
31495         instead of using implementation details.
31497         * libio/fileops.c: Unconditionally include <kernel-features.h>.
31498         * libio/freopen.c: Likewise.
31499         * libio/freopen64.c: Likewise.
31500         * misc/syslog.c: Likewise.
31501         * nscd/connections.c: Likewise.
31502         * nscd/netgroupcache.c: Likewise.
31503         * sysdeps/posix/getcwd.c: Likewise.
31505 2012-05-10  Roland McGrath  <roland@hack.frob.com>
31507         * math/w_ilogbf.c: Add #include <limits.h>.
31509 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31511         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
31512         path instead of returning without unlocking.
31514         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
31515         immediate-write ioctls.
31516         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
31518 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31520         * sysdeps/mach/hurd/i386/init-first.c (init): Use
31521         __builtin_frame_address instead of making assumptions about the
31522         location of the return address relative to DATA.  Force early load of
31523         the return address.
31524         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
31525         __builtin_frame_address.
31527         dup3 for GNU Hurd.
31528         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
31529         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
31530         implement dup3 and do some further code clean-ups.
31531         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
31532         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
31534 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31536         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
31538         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
31539         HURD_CRITICAL_END around holding _hurd_dtable_lock.
31540         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
31541         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
31542         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
31543         d->port.lock.
31545         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
31546         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
31547         when handler == SIG_ERR, not when handler != SIG_ERR.
31549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31551         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
31552         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
31553         definitions.
31555         accept4 for GNU Hurd.
31556         * include/sys/socket.h (__libc_accept4): New prototype.
31557         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
31558         to implement __libc_accept4.
31559         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
31560         __libc_accept4.
31561         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
31563         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
31564         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
31565         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
31566         signal-defines.sym.
31568 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31570         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
31572 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
31574         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
31575         assertion on O_CLOEXEC flag.
31576         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
31577         * hurd/intern-fd.c: Likewise.
31578         * hurd/port2fd.c: Likewise.
31580 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31582         [BZ #3906]
31583         * bits/in.h (IPV6_PKTINFO): Define new macro.
31584         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
31586 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31588         [BZ #13954]
31589         [BZ #13955]
31590         [BZ #13956]
31591         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
31592         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
31593         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
31594         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
31595         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31596         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
31597         * math/libm-test.inc (logb_test) : Additional logb tests.
31599 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
31600             Andreas Jaeger  <aj@suse.de>
31602         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
31603         * configure: Regenerated.
31604         * config.h.in (LINK_OBSOLETE_RPC): New macro.
31605         * config.make.in (link-obsolete-rpc): New substituted variable.
31606         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
31607         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
31608         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
31609         (shared-only-routines): Don't set it under [link-obsolete-rpc],
31610         so that libc.a contains the symbols.
31611         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
31612         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
31613         * sunrpc/auth_none.c: Likewise.
31614         * sunrpc/auth_unix.c: Likewise.
31615         * sunrpc/authdes_prot.c: Likewise.
31616         * sunrpc/authuxprot.c: Likewise.
31617         * sunrpc/clnt_gen.c: Likewise.
31618         * sunrpc/clnt_perr.c: Likewise.
31619         * sunrpc/clnt_raw.c: Likewise.
31620         * sunrpc/clnt_simp.c: Likewise.
31621         * sunrpc/clnt_tcp.c: Likewise.
31622         * sunrpc/clnt_udp.c: Likewise.
31623         * sunrpc/clnt_unix.c: Likewise.
31624         * sunrpc/des_crypt.c: Likewise.
31625         * sunrpc/des_soft.c: Likewise.
31626         * sunrpc/get_myaddr.c: Likewise.
31627         * sunrpc/key_call.c: Likewise.
31628         * sunrpc/key_prot.c: Likewise.
31629         * sunrpc/netname.c: Likewise.
31630         * sunrpc/pm_getmaps.c: Likewise.
31631         * sunrpc/pm_getport.c: Likewise.
31632         * sunrpc/pmap_clnt.c: Likewise.
31633         * sunrpc/pmap_prot.c: Likewise.
31634         * sunrpc/pmap_prot2.c: Likewise.
31635         * sunrpc/pmap_rmt.c: Likewise.
31636         * sunrpc/publickey.c: Likewise.
31637         * sunrpc/rpc_cmsg.c: Likewise.
31638         * sunrpc/rpc_common.c: Likewise.
31639         * sunrpc/rpc_dtable.c: Likewise.
31640         * sunrpc/rpc_prot.c: Likewise.
31641         * sunrpc/rpc_thread.c: Likewise.
31642         * sunrpc/rtime.c: Likewise.
31643         * sunrpc/svc.c: Likewise.
31644         * sunrpc/svc_auth.c: Likewise.
31645         * sunrpc/svc_raw.c: Likewise.
31646         * sunrpc/svc_run.c: Likewise.
31647         * sunrpc/svc_tcp.c: Likewise.
31648         * sunrpc/svc_udp.c: Likewise.
31649         * sunrpc/svc_unix.c: Likewise.
31650         * sunrpc/svcauth_des.c: Likewise.
31651         * sunrpc/xcrypt.c: Likewise.
31652         * sunrpc/xdr.c: Likewise.
31653         * sunrpc/xdr_array.c: Likewise.
31654         * sunrpc/xdr_float.c: Likewise.
31655         * sunrpc/xdr_intXX_t.c: Likewise.
31656         * sunrpc/xdr_mem.c: Likewise.
31657         * sunrpc/xdr_rec.c: Likewise.
31658         * sunrpc/xdr_ref.c: Likewise.
31659         * sunrpc/xdr_sizeof.c: Likewise.
31660         * sunrpc/xdr_stdio.c: Likewise.
31662 2012-05-10  Roland McGrath  <roland@hack.frob.com>
31664         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
31665         change.  Update copyright years.
31667 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
31669         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
31671 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
31672             Joseph Myers  <joseph@codesourcery.com>
31673             Paul Pluzhnikov  <ppluzhnikov@google.com>
31675         [BZ #14012]
31676         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
31677         requiring rpcgen.
31678         [cross-compiling] (extra-libs): Likewise.
31679         [cross-compiling] (extra-libs-others): Likewise.
31680         [cross-compiling] (librpcsvc-routines): Likewise.
31681         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
31682         [cross-compiling] (omit-deps): Likewise.
31683         (sunrpc-CPPFLAGS): New variable.
31684         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
31685         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
31686         (cross-rpcgen-objs): New variable.
31687         (extra-objs): Append $(cross-rpcgen-objs).
31688         ($(cross-rpcgen-objs)): New rule.
31689         ($(objpfx)cross-rpcgen): Likewise.
31690         (rpcgen-cmd): Define to use $(built-program-file).  Expand
31691         comment.
31692         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
31693         ($(objpfx)x%.stmp): Likewise.
31694         * sunrpc/proto.h [IS_IN_build] (_): Define.
31695         [IS_IN_build] (_libc_intl_domainname): Likewise.
31697 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
31699         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
31700         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
31701         and R_X86_64_TPOFF64.
31703 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
31705         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
31706         sysdeps/unix/sysv/syscalls.list.
31707         (stime): Likewise.
31708         (utime): Likewise.
31709         * sysdeps/unix/sysv/syscalls.list: Remove file.
31711 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
31713         [BZ #3440]
31714         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
31715         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
31716         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
31717         (__LC_IDENTIFICATION): Make these macros useful in #if
31718         expressions, as required by C99.
31720 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
31722         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
31723         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
31724         after this.
31726 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
31728         * stdlib/longlong.h: Updated from GCC.
31730 2012-05-09  Andreas Jaeger  <aj@suse.de>
31732         * nscd/nscd.c (run_modes): Make named enum, reorder so that
31733         default is first entry.
31734         (run_mode): Set type.
31735         (main): Remove informal message about syslog.
31736         (options): Fix typo.
31738         [BZ #14053]
31739         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
31740         to asm.
31741         (lrint): Likewise.
31742         (llrintf): Likewise.
31743         (llrint): Likewise.
31744         (rint): Likewise.
31745         (rintf): Likewise.
31746         (nearbyint): Likewise.
31747         (nearbyintf): Likewise.
31749 2012-05-09  Andreas Jaeger  <aj@suse.de>
31750             Pedro Alves  <palves@redhat.com>
31752         * nscd/nscd.c (run_mode): Use enum.
31753         (main): Cleanup coding style issue.
31755 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
31756             Andreas Jaeger  <aj@suse.de>
31758         * nscd/nscd.c (go_background): Replaced with...
31759         (run_mode): ... this.
31760         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
31761         (options): Add -F --foreground.
31762         (main): Implement it.
31763         (parse_opt): Parse it.
31765 2012-05-09  Andreas Jaeger  <aj@suse.de>
31767         [BZ #14083]
31768         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
31769         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
31770         -Wconversion warning.
31771         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
31772         Likewise.
31774 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
31776         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
31777         == 0.
31778         (LC_ALL): Use macro-int-constant.
31779         (LC_COLLATE): Likewise.
31780         (LC_CTYPE): Likewise.
31781         (LC_MESSAGES): Likewise.
31782         (LC_MONETARY): Likewise.
31783         (LC_NUMERIC): Likewise.
31784         (LC_TIME): Likewise.
31785         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
31786         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
31787         [ISO || ISO99 || ISO11] (*_t): Do not allow.
31788         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
31789         Specify type.
31790         [C99-based standards] (float_t): Expect type.
31791         [C99-based standards] (double_t): Expect type.
31792         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
31793         type.
31794         [C99-based standards] (HUGE_VALL): Likewise.
31795         [C99-based standards] (INFINITY): Likewise.
31796         [C99-based standards] (NAN): Likewise.
31797         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
31798         [C99-based standards] (FP_NAN): Likewise.
31799         [C99-based standards] (FP_NORMAL): Likewise.
31800         [C99-based standards] (FP_SUBNORMAL): Likewise.
31801         [C99-based standards] (FP_ZERO): Likewise.
31802         [C99-based standards] (FP_FAST_FMA): Use
31803         optional-macro-int-constant.  Specify type.  Require == 1.
31804         [C99-based standards] (FP_FAST_FMAF): Likewise.
31805         [C99-based standards] (FP_FAST_FMAL): Likewise.
31806         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
31807         [C99-based standards] (FP_ILOGBNAN): Likewise.
31808         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
31809         Specify type.
31810         [C99-based standards] (MATH_ERREXCEPT): Likewise.
31811         [C99-based standards] (math_errhandling): Specify type.
31812         [ISO99 || ISO11] (signgam): Do not allow.
31813         [non-C99-based standards] (copysignf): Do not allow.
31814         [non-C99-based standards] (exp2f): Likewise.
31815         [non-C99-based standards] (log2f): Likewise.
31816         [non-C99-based standards] (modff): Allow.
31817         [non-C99-based standards] (erff): Do not allow.
31818         [non-C99-based standards] (erfcf): Likewise.
31819         [non-C99-based standards] (gammaf): Likewise.
31820         [non-C99-based standards] (hypotf): Likewise.
31821         [non-C99-based standards] (j0f): Likewise.
31822         [non-C99-based standards] (j1f): Likewise.
31823         [non-C99-based standards] (jnf): Likewise.
31824         [non-C99-based standards] (lgammaf): Likewise.
31825         [non-C99-based standards] (tgammaf): Likewise.
31826         [non-C99-based standards] (y0f): Likewise.
31827         [non-C99-based standards] (y1f): Likewise.
31828         [non-C99-based standards] (ynf): Likewise.
31829         [non-C99-based standards] (isnanf): Likewise.
31830         [non-C99-based standards] (acoshf): Likewise.
31831         [non-C99-based standards] (asinhf): Likewise.
31832         [non-C99-based standards] (atanhf): Likewise.
31833         [non-C99-based standards] (cbrtf): Likewise.
31834         [non-C99-based standards] (expm1f): Likewise.
31835         [non-C99-based standards] (ilogbf): Likewise.
31836         [non-C99-based standards] (log1pf): Likewise.
31837         [non-C99-based standards] (logbf): Likewise.
31838         [non-C99-based standards] (nextafterf): Likewise.
31839         [non-C99-based standards] (remainderf): Likewise.
31840         [non-C99-based standards] (rintf): Likewise.
31841         [non-C99-based standards] (scalbf): Likewise.
31842         [non-C99-based standards] (copysignl): Likewise.
31843         [non-C99-based standards] (exp2l): Likewise.
31844         [non-C99-based standards] (log2l): Likewise.
31845         [non-C99-based standards] (modfl): Allow.
31846         [non-C99-based standards] (erfl): Do not allow.
31847         [non-C99-based standards] (erfcl): Likewise.
31848         [non-C99-based standards] (gammal): Likewise.
31849         [non-C99-based standards] (hypotl): Likewise.
31850         [non-C99-based standards] (j0l): Likewise.
31851         [non-C99-based standards] (j1l): Likewise.
31852         [non-C99-based standards] (jnl): Likewise.
31853         [non-C99-based standards] (lgammal): Likewise.
31854         [non-C99-based standards] (tgammal): Likewise.
31855         [non-C99-based standards] (y0l): Likewise.
31856         [non-C99-based standards] (y1l): Likewise.
31857         [non-C99-based standards] (ynl): Likewise.
31858         [non-C99-based standards] (isnanl): Likewise.
31859         [non-C99-based standards] (acoshl): Likewise.
31860         [non-C99-based standards] (asinhl): Likewise.
31861         [non-C99-based standards] (atanhl): Likewise.
31862         [non-C99-based standards] (cbrtl): Likewise.
31863         [non-C99-based standards] (expm1l): Likewise.
31864         [non-C99-based standards] (ilogbl): Likewise.
31865         [non-C99-based standards] (log1pl): Likewise.
31866         [non-C99-based standards] (logbl): Likewise.
31867         [non-C99-based standards] (nextafterl): Likewise.
31868         [non-C99-based standards] (remainderl): Likewise.
31869         [non-C99-based standards] (rintl): Likewise.
31870         [non-C99-based standards] (scalbl): Likewise.
31871         [ISO || ISO99 || ISO11] (*_t): Do not allow.
31872         [non-C99-based standards] (FP_*): Do not allow.
31873         [C99-based standards] (FP_*): Change to
31874         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
31875         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
31876         allow.
31877         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
31878         (SIG_ERR): Likewise.
31879         [X/Open-based standards] (SIG_HOLD): Likewise.
31880         (SIG_IGN): Likewise.
31881         (SIGABRT): Use macro-int-constant.  Specify type.  Require
31882         positive value.
31883         (SIGFPE): Likewise.
31884         (SIGILL): Likewise.
31885         (SIGINT): Likewise.
31886         (SIGSEGV): Likewise.
31887         (SIGTER): Likewise.
31888         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
31889         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
31890         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
31891         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
31892         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
31893         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
31894         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
31895         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
31896         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
31897         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
31898         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
31899         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
31900         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
31901         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
31902         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
31903         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
31904         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
31906         [X/Open-based standards] (SIGTRAP): Likewise.
31907         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
31908         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
31909         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
31910         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
31911         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
31912         allow.
31914 2012-05-08  Ian Wienand  <ianw@vmware.com>
31916         [BZ #14080]
31917         * time/tzset.c (__tzset_parse_tz): Update default rules for
31918         daylight time changes in the Energy Policy Act of 2005.
31920 2012-05-09  Andreas Jaeger  <aj@suse.de>
31922         [BZ #13983]
31923         * elf/ldconfig.c (parse_conf): Change string to make clear that
31924         ldconfig only issued a warning if ld.so.conf does not exist.
31926 2012-05-08  David S. Miller  <davem@davemloft.net>
31928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
31929         movxtod instead of popping the value on the stack.
31931         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31933 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
31935         * config.h.in: Add HAVE_ARM_PCS_VFP.
31937 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
31939         [BZ #13979]
31940         * include/features.h: Warn if user requests __FORTIFY_SOURCE
31941         checking but the checks are disabled for any reason.
31943 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
31945         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
31946         and ELF64_R_TYPE with ELFW(R_TYPE).
31948 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
31950         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
31951         (ulimit): Likewise.
31953         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
31954         (settimeofday): Likewise.
31956 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
31958         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
31959         a struct th_u2 inside the union, and move tu_block/tu_code into
31960         a new th_u3 union of tu_block/tu_code inside of that.  Move
31961         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
31962         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
31963         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
31964         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
31965         (th_stuff): Change to th_u1.tu_stuff.
31966         (th_data): Define.
31967         (th_msg): Change to th_u1.th_u2.tu_data.
31969 2012-05-07  David S. Miller  <davem@davemloft.net>
31971         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31973         [BZ #14074]
31974         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
31975         (SETUP_PIC_REG): Use it.
31976         (SETUP_PIC_REG_LEAF): Use it.
31978 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
31980         [BZ #13885]
31981         [BZ #13923]
31982         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
31983         USE_AS_EXPM1L.
31984         (EXPL_FINITE): Likewise.
31985         (FLDLOG): Likewise.
31986         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
31987         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
31988         e_expl.S.
31989         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
31990         USE_AS_EXPM1L.
31991         (EXPL_FINITE): Likewise.
31992         (FLDLOG): Likewise.
31993         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
31994         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
31995         e_expl.S.
31996         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
31997         test of -max_value argument for long double.
31998         * sysdeps/i386/fpu/libm-test-ulps: Update.
31999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32001 2012-05-06  David S. Miller  <davem@davemloft.net>
32003         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
32004         quad soft-float symbols whose references which are compiler
32005         generated.
32006         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
32008 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
32010         [BZ #13884]
32011         [BZ #13914]
32012         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
32013         USE_AS_EXP10L.
32014         (EXPL_FINITE): Likewise.
32015         (FLDLOG): Likewise.
32016         (c0): Likewise.
32017         (c1): Likewise.
32018         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
32019         Adjust comments for base varying.
32020         (__expl_finite): Change alias to EXPL_FINITE.
32021         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
32022         e_expl.S.
32023         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
32024         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
32025         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
32026         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
32027         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
32028         USE_AS_EXP10L.
32029         (EXPL_FINITE): Likewise.
32030         (FLDLOG): Likewise.
32031         (c0): Likewise.
32032         (c1): Likewise.
32033         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
32034         Adjust comments for base varying.
32035         (__expl_finite): Change alias to EXPL_FINITE.
32036         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
32037         tests for bugs.
32038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32040         [BZ #14064]
32041         * math/libm-test.inc (check_float_internal): Correct ulp
32042         calculation for subnormal expected results.
32044 2012-05-06  Andreas Jaeger  <aj@suse.de>
32046         * Makeconfig (+math-flags): New, set to -frounding-math.
32047         (+cflags): Add +math-flags so that all of glibc gets compiled with
32048         it.
32050         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
32052 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
32054         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
32055         Disable one test.
32057         [BZ #13787]
32058         [BZ #13922]
32059         [BZ #14036]
32060         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
32061         (__ieee754_expl): Allow for and saturate large arguments.
32062         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
32063         (u_threshold): Likewise.
32064         (__exp): Call __ieee754_exp before checking for overflow and
32065         underflow.
32066         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
32067         (u_threshold): Likewise.
32068         (__expf): Call __ieee754_expf before checking for overflow and
32069         underflow.
32070         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
32071         (u_threshold): Likewise.
32072         (__expl): Call __ieee754_expl before checking for overflow and
32073         underflow.
32074         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
32075         (__ieee754_expl): Allow for and saturate large arguments.
32076         * math/libm-test.inc (exp_test): Add another test.  Do not allow
32077         missing overflow exception on overflow.
32078         (expm1_test): Do not allow missing overflow exception on overflow.
32080         * sysdeps/i386/fpu/e_expl.c: Move to ...
32081         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
32082         rather than using inline asm.
32083         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
32084         * sysdeps/x86_64/fpu/e_expl.S: Copy from
32085         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
32087         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
32088         (nice): Likewise.
32089         (poll): Likewise.
32090         (signal): Likewise.
32091         (time): Likewise.
32092         (times): Likewise.
32094 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
32096         * sysdeps/unix/syscalls.list (adjtime): Add entry from
32097         sysdeps/unix/common/syscalls.list.
32098         (fchmod): Likewise.
32099         (fchown): Likewise.
32100         (ftruncate): Likewise.
32101         (getrusage): Likewise.
32102         (gettimeofday): Likewise.
32103         (setpgid): Likewise.
32104         (setregid): Likewise.
32105         (setreuid): Likewise.
32106         (sigaction): Likewise.
32107         (truncate): Likewise.
32108         (vhangup): Likewise.
32109         * sysdeps/unix/common/syscalls.list: Remove file.
32110         * sysdeps/unix/bsd/Implies: Don't include unix/common.
32111         * sysdeps/unix/sysv/linux/Implies: Likewise.
32113 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
32115         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
32116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
32117         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
32118         Moved to ...
32119         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
32120         Here.
32121         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
32122         to ...
32123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
32124         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
32125         to ...
32126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
32127         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
32128         to ...
32129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
32130         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
32131         to ...
32132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
32133         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
32134         to ...
32135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
32136         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
32137         to ...
32138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
32139         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
32140         to ...
32141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
32142         Here.
32143         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
32144         to ...
32145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
32146         Here.
32147         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
32148         to ...
32149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
32150         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
32151         Moved to ...
32152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
32153         Here.
32154         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
32155         to ...
32156         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
32158 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
32160         * sysdeps/unix/common/bits/dirent.h: Remove file.
32161         * sysdeps/unix/common/bits/fcntl.h: Likewise.
32163         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
32164         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
32165         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
32166         * sysdeps/unix/bsd/isatty.c: Likewise.
32167         * sysdeps/unix/bsd/tcdrain.c: Likewise.
32168         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
32169         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
32171 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32173         [BZ #13563]
32174         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
32175         long double comparison inaccuracies.
32176         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
32177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32179 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
32181         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
32182         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
32184 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
32186         [BZ #14049]
32187         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
32188         nonzero digits before rounding a hex value.
32189         * stdlib/tst-strtod.c (tests): Add another test.
32191 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32193         * sysdeps/s390/fpu/libm-test-ulps: Update.
32195 2012-05-03  Andreas Jaeger  <aj@suse.de>
32197         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
32198         does not get optimized out.
32199         (malloc_opt_barrier): New.
32201 2012-05-03  Andreas Jaeger  <aj@suse.de>
32202             Roland McGrath  <roland@hack.frob.com>
32204         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
32205         intermediate file deletion.
32206         (generated): Add .symlist files.
32208 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
32210         [BZ #13775]
32211         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
32212         Redirect under this condition.
32213         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
32214         [__USE_GNU] (__dprintf_chk): Not under this condition.
32215         [__USE_GNU] (__vdprintf_chk): Likewise.
32216         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
32217         under this condition.
32218         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
32219         [__USE_XOPEN2K8] (dprintf): Define under this condition.
32220         [__USE_XOPEN2K8] (vdprintf): Likewise.
32221         [__USE_GNU] (__dprintf_chk): Not under this condition.
32222         [__USE_GNU] (__vdprintf_chk): Likewise.
32223         [__USE_GNU] (dprintf): Likewise.
32224         [__USE_GNU] (vdprintf): Likewise.
32226 2012-05-03  Roland McGrath  <roland@hack.frob.com>
32228         * elf/Makefile (common-generated): Set this instead of generated for
32229         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
32230         $(all-built-dso)-derived lists.
32232 2012-05-03  Andreas Jaeger  <aj@suse.de>
32234         * sysdeps/i386/fpu/libm-test-ulps: Update.
32236         * FAQ: Removed.
32237         * FAQ.in: Likewise.
32238         * scripts/gen-FAQ.pl: Likewise.
32239         * manual/install.texi (Installation): Point to online location of
32240         FAQ.
32241         * Makefile (files-for-dist): Remove FAQ.
32242         (FAQ): Remove.
32244 2012-05-02  Allan McRae  <allan@archlinux.org>
32246         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
32247         (LDFLAGS-reldepmod5.so): Likewise.
32248         (LDFLAGS-reldep6mod1.so): Likewise.
32249         (LDFLAGS-reldep6mod4.so): Likewise.
32250         (LDFLAGS-reldep8mod3.so): Likewise.
32251         (LDFLAGS-unload4mod1.so): Likewise.
32252         (LDFLAGS-unload4mod2.so): Likewise.
32253         (LDFLAGS-tst-initorder): Likewise.
32254         (LDFLAGS-tst-initordera2.so): Likewise.
32255         (LDFLAGS-tst-initordera3.so): Likewise.
32256         (LDFLAGS-tst-initordera4.so): Likewise.
32257         (LDFLAGS-tst-initorderb2.so): Likewise.
32258         (LDFLAGS-noload): Likewise.
32259         (LDFLAGS-next): Likewise.
32260         (LDFLAGS-order2mod1.so): Likewise.
32261         (LDFLAGS-order2mod2.so): Likewise.
32262         (LDFLAGS-tst-initorder2): Likewise.
32263         (LDFLAGS-tst-initorder2a.so): Likewise.
32264         (LDFLAGS-tst-initorder2b.so): Likewise.
32265         (LDFLAGS-tst-initorder2c.so): Likewise.
32266         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
32268 2012-05-02  David S. Miller  <davem@davemloft.net>
32270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32272 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
32274         [BZ #14055]
32275         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
32277 2012-05-02  Andreas Jaeger  <aj@suse.de>
32279         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
32280         since we manipulate rounding mode.
32281         (CPPFLAGS-test-idouble.c): Likewise.
32282         (CPPFLAGS-test-ifloat.c): Likewise.
32283         (CFLAGS-test-ldouble.c): Likewise.
32284         (CFLAGS-test-double.c): Likewise.
32285         (CFLAGS-test-float.c): Likewise.
32286         (CFLAGS-test-misc.c): Likewise.
32287         (CFLAGS-test-test-fenv.c): Likewise.
32289 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32291         [BZ #2550]
32292         [BZ #2570]
32293         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
32294         comparisons to determine direction to adjust input.
32296 2012-05-01  Roland McGrath  <roland@hack.frob.com>
32298         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
32299         output to the target.
32301         * scripts/localplt.awk: New file.
32302         * elf/Makefile ($(objpfx)check-localplt): Target removed.
32303         (check-localplt-CFLAGS): Variable removed.
32304         ($(all-built-dso:=.jmprel)): New static pattern rule.
32305         (generated): Add those targets.
32306         (localplt-built-dso): New variable.
32307         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
32309         * elf/check-localplt.c: File removed.
32311         * scripts/check-execstack.awk: New file.
32312         * elf/Makefile ($(objpfx)check-execstack): Target removed.
32313         (check-execstack-CFLAGS): Variable removed.
32314         ($(objpfx)check-execstack.h): Target removed.
32315         ($(objpfx)execstack-default): New target.
32316         (generated): Add that instead of check-execstack.h.
32317         ($(all-built-dso:=.phdr)): New static pattern rule.
32318         (generated): Add those targets.
32319         * elf/check-execstack.c: File removed.
32321         * scripts/check-textrel.awk: New file.
32322         * elf/Makefile ($(objpfx)check-textrel): Target removed.
32323         (check-textrel-CFLAGS): Variable removed.
32324         (all-built-dso): Use := to define.o
32325         ($(all-built-dso:=.dyn)): New static pattern rule.
32326         (generated): Add those targets.
32327         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
32328         * config.make.in (READELF): New substituted variable.
32329         * elf/check-textrel.c: File removed.
32331 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
32333         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
32334         allow.
32335         * conform/data/ctype.h-data [C99-based standards] (isblank):
32336         Expect function.
32337         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
32338         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
32339         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32340         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
32341         Specify type.  Require positive value.
32342         (EILSEQ): Likewise.
32343         (ERANGE): Likewise.
32344         [ISO || POSIX] (EILSEQ): Do not expect.
32345         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
32346         Specify type.  Require positive value.
32347         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
32348         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
32349         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
32350         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
32351         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
32352         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
32353         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
32354         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
32355         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
32356         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
32357         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
32358         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
32359         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
32360         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
32361         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
32362         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
32363         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
32364         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
32365         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
32366         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
32367         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
32368         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
32369         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
32370         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
32371         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
32372         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
32373         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
32374         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
32375         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
32376         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
32377         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
32378         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
32379         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
32380         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
32381         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
32382         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
32383         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
32384         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
32385         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
32386         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
32387         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
32388         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
32389         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
32390         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
32391         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
32392         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
32393         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
32394         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
32395         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
32396         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
32397         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
32398         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
32399         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
32400         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
32401         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
32402         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
32403         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
32404         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
32405         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
32406         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
32407         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
32408         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
32409         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
32410         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
32411         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
32412         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
32413         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
32414         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
32415         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
32416         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
32417         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
32418         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
32419         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
32420         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
32421         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
32422         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
32423         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
32424         Require >= 2.
32425         (FLT_ROUNDS): Expect as macro, not constant.
32426         (FLT_MANT_DIG): Use macro-int-constant.
32427         (DBL_MANT_DIG): Likewise.
32428         (LDBL_MANT_DIG): Likewise.
32429         (FLT_DIG): Likewise.
32430         (DBL_DIG): Likewise.
32431         (LDBL_DIG): Likewise.
32432         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
32433         (DBL_MIN_EXP): Likewise.
32434         (LDBL_MIN_EXP): Likewise.
32435         (FLT_MAX_EXP): Use macro-int-constant.
32436         (DBL_MAX_EXP): Likewise.
32437         (LDBL_MAX_EXP): Likewise.
32438         (FLT_MAX_10_EXP): Likewise.
32439         (DBL_MAX_10_EXP): Likewise.
32440         (LDBL_MAX_10_EXP): Likewise.
32441         (FLT_MAX): Use macro-constant.
32442         (DBL_MAX): Likewise.
32443         (LDBL_MAX): Likewise.
32444         (FLT_EPSILON): Use macro-constant.  Give upper bound.
32445         (DBL_EPSILON): Likewise.
32446         (LDBL_EPSILON): Likewise.
32447         (FLT_MIN): Likewise.
32448         (DBL_MIN): Likewise.
32449         (LDBL_MIN): Likewise.
32450         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
32451         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
32452         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
32453         [ISO11] (FLT_HAS_SUBNORM): Likewise.
32454         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
32455         [ISO11] (DBL_DECIMAL_DIG): Likewise.
32456         [ISO11] (FLT_DECIMAL_DIG): Likewise.
32457         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
32458         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
32459         [ISO11] (FLT_TRUE_MIN): Likewise.
32460         [ISO11] (LDBL_TRUE_MIN): Likewise.
32461         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32462         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
32463         (SCHAR_MIN): Use macro-int-constant.  Specify type.
32464         (SCHAR_MAX): Likewise.
32465         (UCHAR_MAX): Likewise.
32466         (CHAR_MIN): Likewise.
32467         (CHAR_MAX): Likewise.
32468         (MB_LEN_MAX): Use macro-int-constant.
32469         (SHRT_MIN): Use macro-int-constant.  Specify type.
32470         (SHRT_MAX): Likewise.
32471         (USHRT_MAX): Likewise.
32472         (INT_MAX): Likewise.
32473         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
32474         bound negative.
32475         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
32476         bound with "U".
32477         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
32478         bound with "L".
32479         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
32480         bound negative.  Suffix upper bound with "L".
32481         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
32482         bound with "UL".
32483         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
32484         Specify type.
32485         [C99-based standards] (LLONG_MAX): Likewise.
32486         [C99-based standards] (ULLONG_MAX): Likewise.
32487         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
32488         == 0.
32489         [ISO11] (max_align_t): Require type.
32490         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32492         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
32493         from $CFLAGS, without defining away __attribute__ calls.
32494         (checknamespace): Use $CFLAGS_namespace.
32496         * conform/conformtest.pl (@keywords): Only include C99 keywords
32497         for standards based on C99 or C11.
32499         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
32500         Disable tests.
32501         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
32502         UNIX98]: Likewise.
32504         * conform/conformtest.pl: Handle "macro-int-constant" and test for
32505         usability of symbols in #if.
32507         * conform/conformtest.pl: If macro or constant types start
32508         "promoted:", expect the symbol to be of the following type
32509         promoted by the integer promotions.
32511         * conform/conformtest.pl: Parse all "constant" and "macro" lines
32512         in one place.  Also handle "macro-constant".
32514         * conform/conformtest.pl: Only accept expected macro values with
32515         "==".  Parse all "macro" lines in one place.
32516         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
32518         * conform/conformtest.pl: Handle braced types on "constant" lines
32519         instead of handling "typed-constant".
32520         * conform/data/signal.h-data: Use "constant" instead of
32521         "typed-constant".
32523         * conform/conformtest.pl: Handle "optional-" at start of lines in
32524         one place rather than duplicating several cases.  Handle each
32525         format of "macro" line with initial "optional-".
32527         * conform/conformtest.pl: Only accept expected constant or
32528         optional-constant values with "==".  Parse all "constant" lines in
32529         one place.  Parse all "optional-constant" lines in one place.
32530         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
32531         * conform/data/fmtmsg.h-data: Likewise.
32532         * conform/data/netinet/in.h-data: Likewise.
32533         * conform/data/tar.h-data: Likewise.
32534         * conform/data/limits.h-data: Use "==" form on "constant" and
32535         "optional-constant" lines.
32537         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
32538         Use -std=c99 for XOPEN2K.
32539         (@knownproblems): Remove.
32540         (newtoken): Don't check %isknown.
32542         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
32543         Do not expect macro.
32544         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
32545         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
32546         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
32547         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
32548         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
32549         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
32550         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
32551         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
32552         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
32553         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
32554         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
32555         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
32556         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
32557         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
32558         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
32559         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
32560         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
32561         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
32562         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
32563         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
32564         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
32565         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
32566         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
32567         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
32568         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
32569         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
32570         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
32571         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
32572         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
32573         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
32574         [XPG3] (acosh): Likewise.
32575         [XPG3] (asinh): Likewise.
32576         [XPG3] (atanh): Likewise.
32577         [XPG3] (cbrt): Likewise.
32578         [XPG3] (expm1): Likewise.
32579         [XPG3] (ilogb): Likewise.
32580         [XPG3] (log1p): Likewise.
32581         [XPG3] (logb): Likewise.
32582         [XPG3] (nextafter): Likewise.
32583         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
32584         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
32585         [XPG3] (remainder): Likewise.
32586         [XPG3] (rint): Likewise.
32587         [XPG3 || XPG4 || UNIX98] (round): Likewise.
32588         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
32589         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
32590         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
32591         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
32592         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
32593         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
32594         [UNIX98 || XOPEN2K] (scalb): Expect.
32595         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
32596         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
32597         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
32598         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
32599         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
32600         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
32601         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
32602         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
32603         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
32604         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
32605         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
32606         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
32607         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
32608         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
32609         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
32610         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
32611         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
32612         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
32613         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
32614         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
32615         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
32616         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
32617         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
32618         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
32619         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
32620         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
32621         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
32622         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
32623         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
32624         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
32625         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
32626         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
32627         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
32628         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
32629         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
32630         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
32631         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
32632         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
32633         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
32634         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
32635         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
32636         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
32637         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
32638         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
32639         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
32640         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
32641         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
32642         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
32643         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
32644         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
32645         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
32646         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
32647         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
32648         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
32649         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
32650         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
32651         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
32652         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
32653         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
32654         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
32655         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
32656         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
32657         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
32658         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
32659         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
32660         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
32661         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
32662         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
32663         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
32664         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
32665         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
32666         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
32667         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
32668         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
32669         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
32670         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
32671         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
32672         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
32673         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
32674         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
32675         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
32676         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
32677         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
32678         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
32679         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
32680         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
32681         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
32682         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
32683         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
32684         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
32685         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
32686         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
32687         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
32688         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
32689         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
32690         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
32691         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
32692         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
32693         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
32694         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
32695         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
32696         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
32697         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
32698         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
32699         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
32700         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
32701         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
32702         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
32703         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
32704         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
32705         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
32706         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
32707         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
32708         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
32709         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
32710         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
32711         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
32712         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
32713         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
32714         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
32715         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
32716         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
32717         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
32718         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
32719         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
32720         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
32721         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
32722         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
32723         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
32724         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
32725         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
32726         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
32727         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
32728         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
32729         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
32730         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
32731         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
32733         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
32734         _XOPEN_SOURCE_EXTENDED for XPG4.
32736         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
32738         * Makeconfig (localtime): Remove variable.
32739         (inst_localtime-file): Likewise.
32741 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
32743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
32744         Update.
32745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32746         Update.
32747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
32748         Update.
32749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
32750         Update.
32751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
32752         Update.
32753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
32754         Update.
32755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32756         Update.
32757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
32758         Update.
32759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
32760         Update.
32762 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
32764         [BZ #2550]
32765         [BZ #2570]
32766         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
32767         comparisons to determine direction to adjust input.
32768         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
32769         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
32770         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
32771         Likewise.
32772         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
32773         Likewise.
32774         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
32775         Likewise.
32776         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
32777         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
32778         Likewise.
32779         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
32780         Likewise.
32781         * math/libm-test.inc (nexttoward_test): Add more tests.
32783 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
32785         [BZ #14040]
32786         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
32787         in version GLIBC_2.1, not GLIBC_2.0.
32788         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
32789         Likewise.
32791 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
32793         [BZ #13942]
32794         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
32795         (1 - x) * (1 + x).
32796         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
32797         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
32798         * math/libm-test.inc (acos_test): Add more tests.
32799         (asin_test): Likewise.
32800         * sysdeps/i386/fpu/libm-test-ulps: Update.
32801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32803         [BZ #14034]
32804         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
32805         of square root.
32806         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
32807         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
32808         * math/libm-test.inc (acos_test_tonearest): New function.
32809         (acos_test_towardzero): Likewise.
32810         (acos_test_downward): Likewise.
32811         (acos_test_upward): Likewise.
32812         (asin_test_tonearest): Likewise.
32813         (asin_test_towardzero): Likewise.
32814         (asin_test_downward): Likewise.
32815         (asin_test_upward): Likewise.
32816         (main): Call the new functions.
32817         * sysdeps/i386/fpu/libm-test-ulps: Update.
32818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32820         [BZ #13884]
32821         [BZ #13924]
32822         * math/e_exp10.c: Include <float.h>.
32823         (__ieee754_exp10): Handle underflow here rather than multiplying
32824         large negative argument by M_LN10.
32825         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
32826         of __ieee754_expf.
32827         * math/e_exp10l.c: Include <float.h>.
32828         (__ieee754_exp10l): Handle underflow here rather than multiplying
32829         large negative argument by M_LN10l.
32830         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
32831         spurious overflow exception on underflow.
32833 2012-04-29  Marek Polacek  <polacek@redhat.com>
32835         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
32836         (__fortify_function): New macro.
32837         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
32838         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
32839         __extern_always_inline.
32840         * libio/bits/stdio2.h: Likewise.
32841         * libio/bits/stdio.h: Likewise.
32842         * string/string.h: Likewise.
32843         * string/bits/string3.h: Likewise.
32844         * include/stdio.h: Likewise.
32845         * stdlib/bits/stdlib.h: Likewise.
32846         * stdlib/stdlib.h: Likewise.
32847         * rt/bits/mqueue2.h: Likewise.
32848         * rt/mqueue.h: Likewise.
32849         * posix/bits/unistd.h: Likewise.
32850         * posix/unistd.h: Likewise.
32851         * io/bits/poll2.h: Likewise.
32852         * io/bits/fcntl2.h: Likewise.
32853         * io/fcntl.h: Likewise.
32854         * io/sys/poll.h: Likewise.
32855         * misc/bits/syslog.h: Likewise.
32856         * misc/bits/syslog-ldbl.h: Likewise.
32857         * misc/sys/syslog.h: Likewise.
32858         * socket/bits/socket2.h: Likewise.
32859         * socket/sys/socket.h: Likewise.
32860         * debug/tst-chk1.c: Likewise.
32861         * wcsmbs/bits/wchar2.h: Likewise.
32862         * wcsmbs/bits/wchar-ldbl.h: Likewise.
32863         * wcsmbs/wchar.h: Likewise.
32865 2012-04-29  Andreas Jaeger  <aj@suse.de>
32867         * Makerules (tests): Remove enable-check-abi protection.
32868         (check-abi-warn): Remove.
32869         (check-abi-%): Remove check-abi-warn usage.
32871         * configure.in: Remove check-abi configure option.
32872         * configure: Regenerated.
32873         * config.make.in (enable-check-abi): Remove.
32875 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
32877         [BZ #14033]
32878         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
32879         double functions to double *_finite functions.
32881         [BZ #13941]
32882         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
32883         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
32884         LDBL_MIN_EXP.
32885         * stdio-common/Makefile (tests): Add tst-sprintf3.
32886         * stdio-common/tst-sprintf3.c: New file.
32888         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
32889         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
32891 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
32893         * conform/conformtest.pl: Remove duplicate typed-constant
32894         handling.
32896 2012-04-28  David S. Miller  <davem@davemloft.net>
32898         * Makerules (%.abilist): Add vpath on sysdep_dirs.
32899         (check-abi-%): Remove AWK script prerequisite and explicit
32900         abilist directory.
32901         (check-abi): Rewrite to just diff the symlist with the abilist.
32902         (config-tls, config-abi-config): Delete, no longer used.
32903         (update-abi-%): Remove AWK script and explicit abilist directory.
32904         (update-abi): Rewrite to simply compare and conditionally copy the
32905         symlist and the sysdep abilist file.  Remove update-abi-config
32906         checks.
32907         * abilist/ld.abilist: Remove.
32908         * abilist/libBrokenLocale.abilist: Remove.
32909         * abilist/libanl.abilist: Remove.
32910         * abilist/libcrypt.abilist: Remove.
32911         * abilist/libdl.abilist: Remove.
32912         * abilist/librt.abilist: Remove.
32913         * abilist/libthread_db.abilist: Remove.
32914         * abilist/libutil.abilist: Remove.
32915         * scripts/extract-abilist.awk: Remove.
32916         * scripts/merge-abilist.awk: Remove.
32917         * sysdeps/generic/libcidn.abilist: New file.
32918         * sysdeps/generic/libnss_compat.abilist: New file.
32919         * sysdeps/generic/libnss_db.abilist: New file.
32920         * sysdeps/generic/libnss_dns.abilist: New file.
32921         * sysdeps/generic/libnss_files.abilist: New file.
32922         * sysdeps/generic/libnss_hesiod.abilist: New file.
32923         * sysdeps/generic/libnss_nis.abilist: New file.
32924         * sysdeps/generic/libnss_nisplus.abilist: New file.
32925         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
32926         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
32927         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
32928         file.
32929         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
32930         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
32931         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
32932         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
32933         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
32934         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
32935         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
32936         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
32937         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
32938         file.
32939         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
32940         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
32941         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
32942         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
32943         file.
32944         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
32945         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
32946         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
32947         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
32948         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
32949         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
32950         file.
32951         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
32952         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
32953         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
32954         file.
32955         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
32956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
32957         New file.
32958         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
32959         New file.
32960         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
32961         New file.
32962         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
32963         New file.
32964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
32965         New file.
32966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
32967         New file.
32968         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
32969         New file.
32970         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
32971         New file.
32972         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
32973         New file.
32974         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
32975         New file.
32976         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
32977         New file.
32978         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
32979         New file.
32980         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
32981         New file.
32982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
32983         file.
32984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
32985         New file.
32986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
32987         New file.
32988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
32989         file.
32990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
32991         New file.
32992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
32993         New file.
32994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
32995         file.
32996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
32997         New file.
32998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
32999         New file.
33000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
33001         New file.
33002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
33003         New file.
33004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
33005         New file.
33006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
33007         New file.
33008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
33009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
33010         file.
33011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
33012         New file.
33013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
33014         file.
33015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
33016         file.
33017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
33018         file.
33019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
33020         file.
33021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
33022         file.
33023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33024         New file.
33025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
33026         file.
33027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
33028         file.
33029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
33030         New file.
33031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
33032         file.
33033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
33034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
33035         file.
33036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
33037         New file.
33038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
33039         file.
33040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
33041         file.
33042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
33043         file.
33044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
33045         file.
33046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
33047         file.
33048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33049         New file.
33050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
33051         file.
33052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
33053         file.
33054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
33055         New file.
33056         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
33057         file.
33058         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33059         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
33060         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
33061         file.
33062         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
33063         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
33064         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
33065         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
33066         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
33067         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
33068         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
33069         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
33070         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
33071         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
33072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
33073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
33074         file.
33075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
33076         New file.
33077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
33078         file.
33079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
33080         file.
33081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
33082         file.
33083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
33084         file.
33085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
33086         file.
33087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
33088         New file.
33089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
33090         New file.
33091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
33092         file.
33093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
33094         New file.
33095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
33096         file.
33097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
33098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
33099         file.
33100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
33101         New file.
33102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
33103         file.
33104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
33105         file.
33106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
33107         file.
33108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
33109         file.
33110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
33111         file.
33112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
33113         New file.
33114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
33115         New file.
33116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
33117         file.
33118         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
33119         New file.
33120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
33121         file.
33123 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
33125         * conform/conformtest.pl: Fix typo in handling typed-constant from
33126         allow-header.
33128 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
33130         * README: Cut down references to pre-2.6 Linux kernels and
33131         Linuxthreads.  Update lists of configurations in libc and ports
33132         and sort alphabetically.  Say "or newer" with Linux kernel version
33133         requirements.
33135         * config.h.in [IS_IN_build]: Allow compiling without optimization.
33137 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33139         [BZ #887]
33140         * math/libm-test.inc (logb_test_downward): New test to expose
33141         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
33142         rounding mode.
33144 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
33146         [BZ #14027]
33147         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
33148         to be done.
33149         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
33150         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
33152 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
33154         * sysdeps/unix/i386/brk.S: Remove file.
33155         * sysdeps/unix/i386/dl-brk.S: Likewise.
33156         * sysdeps/unix/i386/pipe.S: Likewise.
33157         * sysdeps/unix/i386/sigreturn.S: Likewise.
33158         * sysdeps/unix/i386/syscall.S: Likewise.
33159         * sysdeps/unix/i386/vfork.S: Likewise.
33160         * sysdeps/unix/i386/wait.S: Likewise.
33162         * sysdeps/unix/common/tcsendbrk.c: Move to ...
33163         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
33165         * configure.in (arm*-none*): Do not allow without
33166         --enable-hacker-mode.
33167         (netbsd*): Remove case setting base_os.
33168         (386bsd*): Likewise.
33169         (freebsd*): Likewise.
33170         (bsdi*): Likewise.
33171         (osf*): Likewise.
33172         (sunos*): Likewise.
33173         (ultrix*): Likewise.
33174         (newsos*): Likewise.
33175         (dynix*): Likewise.
33176         (*bsd*): Likewise.
33177         (sysv*): Likewise.
33178         (isc*): Likewise.
33179         (esix*): Likewise.
33180         (sco*): Likewise.
33181         (minix*): Likewise.
33182         (irix4*): Likewise.
33183         (irix6*): Likewise.
33184         (solaris[2-9]*): Likewise.
33185         (none): Likewise.
33186         * configure: Regenerated.
33188 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33190         [BZ #11521]
33191         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
33192         overflow or cancellation in calculating denominator.
33193         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
33194         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
33195         down expression to avoid unexpected rounding in newer GCCs.
33196         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
33198 2012-04-26  David S. Miller  <davem@davemloft.net>
33200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
33201         long-double compat symbols.
33202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
33204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
33205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
33206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
33207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
33208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
33209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
33210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
33211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
33212         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
33213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
33214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
33216 2012-04-25  David S. Miller  <davem@davemloft.net>
33218         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
33219         HWCAP_* values only after the memory barriers have been defined.
33220         (atomic_full_barrier): Define.
33221         (atomic_read_barrier): Define.
33222         (atomic_write_barrier): Define.
33224 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33226         * shlib-versions: Add libgcc_s version information.
33227         * sysdeps/generic/libgcc_s.h: Remove.
33228         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
33229         libgcc_s.h.
33230         * sysdeps/gnu/unwind-resume.c: Likewise.
33231         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
33233 2012-04-25  David S. Miller  <davem@davemloft.net>
33235         * sysdeps/unix/sparc/brk.S: Delete.
33236         * sysdeps/unix/sparc/dl-brk.S: Delete.
33237         * sysdeps/unix/sparc/pipe.S: Delete.
33238         * sysdeps/unix/sparc/sysdep.S: Delete.
33239         * sysdeps/unix/sparc/sysdep.h: Delete.
33240         * sysdeps/unix/sparc/vfork.S: Delete.
33241         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
33242         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
33243         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
33244         (ret_ERRVAL, r0, r1, MOVE): Define.
33245         (JUMPTARGET): Remove.
33246         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
33247         sysdeps/unix/sparc/sysdep.h
33248         (ENTRY, END): Remove.
33249         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
33251 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
33253         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
33254         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
33255         -DIS_IN_build.
33257         * timezone/README: Update upstream location and email address for
33258         tzcode and tzdata.
33259         * timezone/zdump.c: Update from tzcode 2012b.
33260         * timezone/zic.c: Likewise.
33262         * configure.in (libc_cv_as_needed): Remove test.
33263         * configure: Regenerated.
33264         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
33265         conditional definition.
33266         [$(have-as-needed) != yes] (no-as-needed): Likewise.
33267         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
33268         * config.make.in (have-as-needed): Remove variable.
33270 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
33271             Paul Pluzhnikov  <ppluzhnikov@google.com>
33273         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
33274         strings correctly.
33276 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
33278         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
33279         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
33280         * sysdeps/sh/strlen.S: Likewise.
33282 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
33284         * sysdeps/unix/fork.S: Remove file.
33285         * sysdeps/unix/i386/fork.S: Likewise.
33286         * sysdeps/unix/sparc/fork.S: Likewise.
33288         * sysdeps/unix/system.c: Remove file.
33289         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
33291         * sysdeps/unix/getegid.S: Remove file.
33292         * sysdeps/unix/geteuid.S: Likewise.
33294 2012-04-24  Roland McGrath  <roland@hack.frob.com>
33296         * scripts/check-localplt.awk: New file.
33297         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
33298         of diff.
33299         * scripts/data/localplt-generic.data: Add a comment.
33301         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
33302         NODE when __dir_mkfile failed.
33303         * sysdeps/mach/hurd/symlinkat.c: Likewise.
33304         Reported by Ludovic Courtès <ludo@gnu.org>.
33306 2012-04-24  Andreas Jaeger  <aj@suse.de>
33308         * Makerules (common-clean): Also remove gen-as-const-headers
33309         files.
33311 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
33313         * Makerules (native-compile): Do not change working directory for
33314         build.  Use $(OUTPUT_OPTION) in command.
33315         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
33317 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33319         [BZ #13886]
33320         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
33321         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
33322         * math/libm-test.inc (floor_test): Add more tests.
33323         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
33325 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
33327         * sysdeps/unix/getdents.c: Remove file.
33328         * sysdeps/unix/sysv/getdents.c: Likewise.
33329         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
33331         * sysdeps/unix/syscalls.list (madvise): Add syscall from
33332         sysdeps/unix/mman/syscalls.list.
33333         (mmap): Likewise.
33334         (mprotect): Likewise.
33335         (msync): Likewise.
33336         (munmap): Likewise.
33337         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
33338         * sysdeps/unix/mman/syscalls.list: Remove.
33339         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
33341         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
33342         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
33343         * configure: Regenerated.
33344         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
33345         $(libgcc_s_suffix).
33346         * config.make.in (libgcc_s_suffix): Remove variable.
33348 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
33350         * sysdeps/unix/sysv/gethostname.c: Move to ...
33351         * sysdeps/posix/gethostname.c: ... here.
33353         * sysdeps/unix/execve.S: Remove file.
33355         * sysdeps/unix/_exit.S: Remove file.
33357 2012-04-23  Andreas Jaeger  <aj@suse.de>
33359         [BZ #13739]
33360         * manual/Makefile: Remove make dist support, there's no
33361         need for a stand-alone documentation tar ball.
33362         (TEXI2DVI): Define always, it's not in Makeconfig.
33363         (dist): Removed.
33364         (tar-it): Removed.
33365         (edition): Removed.
33366         (glibc-doc-$(edition).tar): Removed
33367         (%.Z): Removed.
33368         (%.gz): Removed.
33369         (%.uu): Removed.
33370         (ETAGS): Remove, it's in Makeconfig.
33371         (move-if-change): Remove, it's in Makeconfig.
33373 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
33375         [BZ #13970]
33376         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
33377         (strtod, strtof, strtold, strtol, strtoul, strtoq)
33378         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
33379         (strtod_l, strtof_l, strtold_l): Remove __wur.
33380         It is not necessarily an error to ignore strtol's return value.
33381         One can reliably look at the stored endptr to decide whether
33382         the number had valid syntax.
33384 2012-04-21  Andreas Jaeger  <aj@suse.de>
33386         [BZ #13739]
33387         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
33389 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
33391         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
33392         * sysdeps/unix/sysv/Versions: Remove file.
33394 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
33396         [BZ #13927]
33397         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33399 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
33401         [BZ #7064]
33402         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
33403         version from __vm86.
33405 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
33407         * sysdeps/unix/common/lxstat.c: Remove file.
33408         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
33410         * sysdeps/unix/sysv/Makefile: Remove file.
33412         * sysdeps/unix/sysv/direct.h: Remove file.
33414         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
33415         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
33416         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
33417         * sysdeps/unix/sysv/bits/signum.h: Likewise.
33418         * sysdeps/unix/sysv/bits/stat.h: Likewise.
33419         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
33420         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
33422         * sysdeps/unix/sysv/setrlimit.c: Remove file.
33424         * sysdeps/unix/xmknod.c: Remove file.
33425         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
33427         * sysdeps/unix/sysv/settimeofday.c: Remove file.
33429         * sysdeps/unix/sysv/i386/time.S: Remove file.
33431         * sysdeps/unix/fxstat.c: Remove file.
33432         * sysdeps/unix/xstat.c: Likewise.
33433         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
33435         * sysdeps/unix/sysv/sigaction.c: Remove file.
33437         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
33438         (sysdep_headers): Remove variable.
33439         [termio.h not in sysdep_headers] (generated): Likewise.
33440         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
33441         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
33442         * sysdeps/unix/sysv/tcdrain.c: Likewise.
33443         * sysdeps/unix/sysv/tcflow.c: Likewise.
33444         * sysdeps/unix/sysv/tcflush.c: Likewise.
33445         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
33446         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
33447         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
33448         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
33449         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
33451         * sysdeps/unix/siglist.c: Remove file.
33453         * sysdeps/unix/getppid.S: Remove file.
33455         * sysdeps/unix/mkdir.c: Remove file.
33456         * sysdeps/unix/rmdir.c: Likewise.
33458 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
33460         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
33461         ERR_MAX value.
33462         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
33463         errlist-compat value.
33465 2012-04-18  David S. Miller  <davem@davemloft.net>
33467         * sysdeps/generic/memcopy.h (reg_char): Delete.
33468         * debug/strcat_chk.c: Use char, not reg_char.
33469         * debug/strcpy_chk.c: Likewise.
33470         * debug/strncat_chk.c: Likewise.
33471         * debug/strncpy_chk.c: Likewise.
33472         * string/memchr.c: Likewise.
33473         * string/memrchr.c: Likewise.
33474         * string/rawmemchr.c: Likewise.
33475         * string/strcat.c: Likewise.
33476         * string/strchr.c: Likewise.
33477         * string/strchrnul.c: Likewise.
33478         * string/strcmp.c: Likewise.
33479         * string/strcpy.c: Likewise.
33480         * string/strncat.c: Likewise.
33481         * string/strncmp.c: Likewise.
33482         * string/strncpy.c: Likewise.
33484 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
33486         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
33487         __builtin_memcopy is called when src and dest ranges are known to not
33488         overlap.
33490 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
33492         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
33493         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
33494         fwd_align_merge macro call.
33495         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
33496         bwd_align_merge macro call.
33497         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
33499 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
33501         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
33502         bwd_align_merge macros.
33503         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
33504         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
33505         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
33507 2012-04-18  David S. Miller  <davem@davemloft.net>
33509         * sysdeps/sparc/sparc64/memcopy.h: Delete.
33511 2012-04-18  Andreas Jaeger  <aj@suse.de>
33513         [BZ# 6794]
33514         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
33515         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
33516         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
33518         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
33519         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
33520         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
33522         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
33523         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
33524         Adjust for changed ldbl-128 files.
33526         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
33527         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
33528         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
33530 2012-04-17  David S. Miller  <davem@davemloft.net>
33532         * sysdeps/sparc/sparc32/memcopy.h: Delete.
33534 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
33536         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
33537         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
33538         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
33539         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
33540         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
33541         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
33543 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33545         [BZ #6794]
33546         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
33547         * math/libm-test.inc: Add ilogb errno and exception tests.
33548         * math/w_ilogb.c: New file: ilogb wrapper.
33549         * math/w_ilogbf.c: New file: ilogbf wrapper.
33550         * math/w_ilogbl.c: New file: ilogbl wrapper.
33551         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
33552         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
33553         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
33554         exception being thrown with 0.0 as argument.
33555         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
33556         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
33557         exception being thrown with 0.0 as argument.
33558         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
33559         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
33560         exception being thrown with 0.0 as argument.
33561         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
33562         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
33563         exception being thrown with 0.0 as argument.
33564         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
33565         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
33566         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
33567         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
33568         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
33569         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
33570         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
33571         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
33572         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
33574 2012-04-17  Petr Baudis  <pasky@ucw.cz>
33576         * include/sys/uio.h: Change __vector to __iovec to avoid clash
33577         with altivec.
33579 2012-04-16  Marek Polacek  <polacek@redhat.com>
33581         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
33583 2012-04-16  Marek Polacek  <polacek@redhat.com>
33585         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
33586         operands of fdivp instruction.
33588 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
33590         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
33591         * elf/tst-auditmod3b.c: Likewise.
33592         * elf/tst-auditmod4b.c: Likewise.
33593         * elf/tst-auditmod5b.c: Likewise.
33594         * elf/tst-auditmod6b.c: Likewise.
33595         * elf/tst-auditmod6c.c: Likewise.
33596         * elf/tst-auditmod7b.c: Likewise.
33597         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
33598         * sysdeps/x86_64/preconfigure.in: Likewise.
33599         * sysdeps/x86_64/preconfigure: Regenerated.
33601 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
33603         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
33604         __ILP32__.
33606 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
33608         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33609         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
33611 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
33613         [BZ #13973]
33614         * locale/iso-639.def: Fix gl language name. Spotted by
33615         Yaron Shahrabani.
33617 2012-04-12  Roland McGrath  <roland@hack.frob.com>
33619         [BZ #2074]
33620         * libio/libio.h (__io_write_fn): Update comment.
33622 2012-04-12  Petr Baudis  <pasky@ucw.cz>
33624         [BZ #2074]
33625         * stdio.texi (Hook Functions): The user provided writer function
33626         is not allowed to return -1.
33628 2012-04-11  David S. Miller  <davem@davemloft.net>
33630         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33632 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
33634         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
33635         Add a leading slash to rtkaio.
33637 2012-04-11  Jim Meyering  <meyering@redhat.com>
33639         [BZ #11959]
33640         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
33641         It is not necessarily an error to ignore fwrite's return
33642         value.  One can reliably use ferror to test for errors after
33643         the fact.
33645 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
33647         * bits/types.h (__snseconds_t): New type.
33648         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
33650         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
33651         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33652         (__SNSECONDS_T_TYPE): Likewise.
33653         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33654         (__SNSECONDS_T_TYPE): Likewise.
33655         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33656         (__SNSECONDS_T_TYPE): Likewise.
33658 2012-04-10  Andreas Jaeger  <aj@suse.de>
33660         [BZ #2636]
33661         * manual/time.texi (Processor Time): Return type of times is
33662         elapsed real time since an arbitrary point in the past.
33663         (CPU Time): Move CLK_TCK from here...
33664         (Processor Time): ...to here.  Correct description.
33665         * manual/conf.texi (Constants for Sysconf): Correct description of
33666         _SC_CLK_TCK.
33668 2012-04-10  David S. Miller  <davem@davemloft.net>
33670         [BZ #13967]
33671         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
33672         where the is a gap between DT_REL(A) and DT_JMPREL.
33674 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
33676         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
33677         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
33678         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
33680 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33682         * elf/dl-support.c (_dl_inhibit_cache): New variable.
33683         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
33684         (dl_main): Handle --inhibit-cache.
33685         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
33686         _dl_inhibit_cache.
33687         * elf/dl-load.c (_dl_map_object): Use it.
33688         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
33690 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
33692         [BZ #13872]
33693         * sysdeps/i386/fpu/e_powl.S (p78): New object.
33694         (__ieee754_powl): Saturate large exponents rather than testing for
33695         overflow of y*log2(x).
33696         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33697         * math/libm-test.inc (pow_test): Do not permit spurious overflow
33698         exceptions.
33700         [BZ #11521]
33701         * math/s_ctan.c: Include <float.h>.
33702         (__ctan): Avoid internal overflow or cancellation in calculating
33703         denominator.
33704         * math/s_ctanf.c: Likewise.
33705         * math/s_ctanl.c: Likewise.
33706         * math/s_ctanh.c: Likewise.
33707         * math/s_ctanhf.c: Likewise.
33708         * math/s_ctanhl.c: Likewise.
33709         * math/libm-test.inc (ctan_test): Add more tests.
33710         (ctanh_test): Likewise.
33711         * sysdeps/i386/fpu/libm-test-ulps: Update.
33712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33714 2012-04-09  Andreas Jaeger  <aj@suse.de>
33716         [BZ #6894]
33717         * manual/filesys.texi (Directory Entries): Mention that d_namlen
33718         is an optional BSD extension.
33720         [BZ #10254]
33721         * manual/stdio.texi (Opening Streams): Document additional fopen
33722         parameters.
33724 2012-04-09  Roland McGrath  <roland@hack.frob.com>
33726         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
33727         %eax without telling the compiler.
33729 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
33731         [BZ # 13963]
33732         * manual/install.texi: Use sourceware.org.
33734 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
33736         [BZ #13873]
33737         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
33738         (__ieee754_pow): Generate overflow and underflow using huge*huge
33739         and tiny*tiny rather than just returning constant infinity or zero
33740         for large exponents.
33741         * math/libm-test.inc (pow_test): Require overflow exceptions for
33742         applicable cases of large exponents.
33744         [BZ #706]
33745         * sysdeps/i386/fpu/e_pow.S (p10): New object.
33746         (__ieee754_pow): Use iterative multiplication algorithm only for
33747         integer exponents with absolute value below 1024.  Check for odd
33748         integer exponents when using algorithm for real exponents.
33749         * math/libm-test.inc (pow_test): Add more tests.
33750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33752 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
33754         [BZ #13705]
33755         * math/libm-test.inc (exp_test): Do not allow overflow exception
33756         on underflow test.
33758 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
33760         [BZ #13705]
33761         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
33762         instead of __kernel_standard_f.
33764 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
33766         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
33767         * sysdeps/x86_64/memset_chk.S: Likewise.
33769 2012-04-08  Andreas Jaeger  <aj@suse.de>
33771         [BZ #10153]
33772         * manual/startup.texi (Environment Access): Describe return value
33773         for putenv and setenv.
33775         [BZ #6895]
33776         * manual/filesys.texi (Directory Entries): Add description for
33777         DT_LNK.
33779         [BZ #6890]
33780         * manual/filesys.texi (Directory Entries): Clarify that it's file
33781         system not operating system in the description of DT_UNKNOWN.
33783         [BZ #6578]
33784         * manual/syslog.texi (closelog): Fix reference, it's openlog.
33786 2012-04-08  Stephen Compall  <s11@member.fsf.org>
33788         [BZ #6649]
33789         * manual/llio.texi (Opening and Closing Files): Add cross
33790         reference to explain mode argument.
33792 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
33794         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
33795         * sysdeps/x86_64/memset_chk.S: Likewise.
33797 2012-04-07  David S. Miller  <davem@davemloft.net>
33799         * elf/elf.h (R_SPARC_WDISP10): Define.
33800         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
33801         R_SPARC_SIZE32.
33802         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
33803         R_SPARC_SIZE64 and R_SPARC_H34.
33805 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
33807         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
33808         conditions and remove no longer applicable assertion.
33810 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
33812         * bits/byteswap.h: Include <features.h>.
33813         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
33814         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
33816 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
33818         * bits/byteswap.h (__bswap_16): Removed.
33819         Include <bits/byteswap-16.h> to get __bswap_16.
33820         * sysdeps/i386/bits/byteswap.h: Likewise.
33821         * sysdeps/s390/bits/byteswap.h: Likewise.
33822         * sysdeps/x86_64/bits/byteswap.h: Likewise.
33823         * bits/byteswap-16.h: New file.
33824         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33825         * sysdeps/s390/bits/byteswap-16.h: Likewise.
33826         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
33827         * string/Makefile (headers): Add bits/byteswap-16.h.
33829 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
33831         [BZ #13895]
33832         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
33833         extra indirection.
33834         * nss/Makefile (tests-static, tests): Add tst-nss-static.
33835         * nss/tst-nss-static.c: New.
33837 2012-04-06  Robert Millan  <rmh@gnu.org>
33839         [BZ #6486]
33840         * manual/llio.texi (File Position Primitive): lseek
33841         refers to WHENCE when it really means OFFSET.
33843 2012-04-06  Andreas Jaeger  <aj@suse.de>
33845         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
33846         strncmp declarations.
33848         * abilist/libc.abilist: Add __poll and __ppoll.
33850 2012-04-05  David S. Miller  <davem@davemloft.net>
33852         * scripts/check-local-headers.sh: Accept a host triplet in the
33853         path matched by the exclude regexp.
33855         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
33856         definition.
33857         * sysdeps/powerpc/powerpc32/dl-machine.h
33858         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
33859         * sysdeps/s390/s390-32/dl-machine.h
33860         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
33861         * sysdeps/sparc/sparc32/dl-machine.h
33862         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
33863         * sysdeps/sparc/sparc64/dl-machine.h
33864         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
33866         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
33867         lazy binding.
33868         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
33869         undefined symbol errors.
33871         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
33872         DT_NEEDED entries.
33874 2012-04-05  Michael Matz  <matz@suse.de>
33876         [BZ #13592]
33877         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
33879 2012-04-05  Andreas Jaeger  <aj@suse.de>
33881         [BZ #13908]
33882         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
33883         comment.
33885 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33887         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
33888         which ROUND is no valid rounding mode.
33890 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33892         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
33893         read again.
33894         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
33896 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33898         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
33899         an exception using FPU order intentionally.
33901 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33903         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
33904         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
33905         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
33906         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
33908 2012-04-05  Simon Josefsson  <simon@josefsson.org>
33910         [BZ #12340]
33911         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
33912         EINVAL when BUFLEN is too smal.
33914 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
33916         [BZ #13553]
33917         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
33918         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
33920 2012-04-03  Andreas Jaeger  <aj@suse.de>
33922         [BZ #13938]
33923         * manual/setjmp.texi (System V contexts): Fix sentence.
33925         [BZ #13926]
33926         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
33927         New macro for this case.
33928         [!__GNUC__] (__bswap_64): New inline function for this case.
33929         * sysdeps/x86_64/bits/byteswap.h: Likewise.
33930         * bits/byteswap.h: Likewise.
33931         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
33932         ull, guard with __GLIBC_HAVE_LONG_LONG.
33934         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
33935         __GLIBC_HAVE_LONG_LONG.
33937         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
33938         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
33940 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33942         [BZ #13691]
33943         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
33944         inptr and inend, rather than using last_ch.
33946 2012-04-02  David S. Miller  <davem@davemloft.net>
33948         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
33949         * stdio-common/printf-parse.h (read_int): Change return type to
33950         'int', return -1 on INT_MAX overflow.
33951         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
33952         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
33953         overflows INT_MAX.  Check for overflow of in-format-string precision
33954         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
33955         SIZE_MAX not INT_MAX for integer overflow test.
33956         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
33957         skip the construct in the format string but do not record anything.
33958         * stdio-common/bug22.c: Adjust to test both width/prevision
33959         INT_MAX overflow as well as total length INT_MAX overflow.  Check
33960         explicitly for proper errno values.
33962 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
33964         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
33965         CHAR_MAX.
33966         * string/test-strcmp.c [! WIDE]: Likewise.
33967         * time/tst-mktime2.c: Likewise for INT_MAX.
33968         * string/test-string.h: #include <sys/param.h> for MIN.
33970         * csu/init-first.c (__libc_init_first): Call __ctype_init.
33971         * sysdeps/i386/init-first.c (init): Likewise.
33972         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
33973         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
33974         * sysdeps/sh/init-first.c (init): Likewise.
33976 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
33978         * po/ru.po: Update from translation team.
33979         * po/vi.po: Likewise.
33981 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33983         * resolv/nss_dns/dns-host.c: Merge copyright years.
33985 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33987         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
33988         Optimize memcpy with prefetch if
33989         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
33990         src, dst pointers have unequal 16 byte alignments.
33992 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33994         [BZ #13928]
33995         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
33996         from a CNAME entry and return the minimum ttl for the query.
33997         (gaih_getanswer_slice): Likewise.
33999 2012-03-30  Jeff Law  <law@redhat.com>
34001         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
34002         due to long keys.
34003         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
34004         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
34006         * resolv/nss_dns/dns-host.c: Update copyright year.
34008 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
34010         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
34011         requests to save a system call.  Fix check that all bytes are sent.
34013         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
34014         comments for sendmmsg.
34016 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34018         [BZ #13691]
34019         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
34020         with only 1 character between 0x0041 and 0x01b0.
34021         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
34022         * wcsmbs/tst-mbsnrtowcs.c: New file.
34024 2012-03-29  David S. Miller  <davem@davemloft.net>
34026         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
34027         small copies by hand.
34029 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34031         [BZ #13761]
34032         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
34033         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
34034         group memberships.
34036 2012-03-28  David S. Miller  <davem@davemloft.net>
34038         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
34039         that branches into memcpy.
34040         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
34041         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
34042         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34043         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
34044         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
34045         bits.
34046         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
34047         implementation too.
34048         * sysdeps/sparc/mempcpy.S: New file.
34050         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
34051         the IFUNC routine in the libc case.
34052         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
34054         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
34055         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
34056         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
34057         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
34058         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
34059         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
34060         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
34061         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
34063         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
34064         loop to 256 bytes instead of 64 bytes and fix test signedness.
34066         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
34067         * sysdeps/sparc/sparc32/Makefile: rather than here...
34068         * sysdeps/sparc/sparc64/Makefile: and here.
34070 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
34072         * malloc/mallocbug.c: Avoid warnings about unused variables.
34074 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
34076         [BZ #13760]
34077         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
34078         in the right place. Discard and retry query if response is
34079         larger than input buffer size.
34081 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
34083         [BZ #369]
34084         [BZ #2678]
34085         [BZ #3866]
34086         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
34087         x for large integer exponent.
34088         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
34089         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
34090         sign of result as needed afterwards.
34091         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
34092         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
34093         result for underflowing pow the same as for overflow.
34094         (__kernel_standard_l): Handle powl overflow and underflow here
34095         rather than calling __kernel_standard.
34096         * math/libm-test.inc (pow_test): Add more tests.
34098         [BZ #3868]
34099         [BZ #13879]
34100         [BZ #13910]
34101         [BZ #13911]
34102         [BZ #13912]
34103         [BZ #13913]
34104         [BZ #13915]
34105         [BZ #13916]
34106         [BZ #13917]
34107         [BZ #13918]
34108         [BZ #13919]
34109         [BZ #13920]
34110         [BZ #13921]
34111         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
34112         * sysdeps/ieee754/k_standard.c: Include <float.h>.
34113         (__kernel_standard_l): New function.
34114         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
34115         __kernel_standard.
34116         * math/w_acosl.c (__acosl): Likewise.
34117         * math/w_asinl.c (__asinl): Likewise.
34118         * math/w_atan2l.c (__atan2l): Likewise.
34119         * math/w_atanhl.c (__atanhl): Likewise.
34120         * math/w_coshl.c (__coshl): Likewise.
34121         * math/w_exp10l.c (__exp10l): Likewise.
34122         * math/w_exp2l.c (__exp2l): Likewise.
34123         * math/w_fmodl.c (__fmodl): Likewise.
34124         * math/w_hypotl.c (__hypotl): Likewise.
34125         * math/w_j0l.c (__j0l, __y0l): Likewise.
34126         * math/w_j1l.c (__j1l, __y1l): Likewise.
34127         * math/w_jnl.c (__jnl, __ynl): Likewise.
34128         * math/w_lgammal.c (__lgammal): Likewise.
34129         * math/w_log10l.c (__log10l): Likewise.
34130         * math/w_log2l.c (__log2l): Likewise.
34131         * math/w_logl.c (__logl): Likewise.
34132         * math/w_powl.c (__powl): Likewise.
34133         * math/w_remainderl.c (__remainderl): Likewise.
34134         * math/w_scalbl.c (sysv_scalbl): Likewise.
34135         * math/w_sinhl.c (__sinhl): Likewise.
34136         * math/w_sqrtl.c (__sqrtl): Likewise.
34137         * math/w_tgammal.c (__tgammal): Likewise.
34138         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
34139         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
34140         * math/libm-test.inc (acos_test): Add more tests.
34141         (acosh_test): Likewise.
34142         (asin_test): Likewise.
34143         (atanh_test): Likewise.
34144         (exp_test): Likewise.
34145         (exp10_test): Likewise.
34146         (exp2_test): Likewise.
34147         (expm1_test): Likewise.
34148         (lgamma_test): Likewise.
34149         (log_test): Likewise.
34150         (log10_test): Likewise.
34151         (log1p_test): Likewise.
34152         (log2_test): Likewise.
34153         (pow_test): Do not allow some spurious overflow exceptions.
34154         (sqrt_test): Add more tests.
34155         (tgamma_test): Likewise.
34156         (y0_test): Likewise.
34157         (y1_test): Likewise.
34158         (yn_test): Likewise.
34160 2012-03-27  Anton Blanchard  <anton@samba.org>
34162         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
34163         MAP_HUGETLB.
34164         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
34165         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
34166         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
34168 2012-03-27  David S. Miller  <davem@davemloft.net>
34170         * conform/Makefile: Run run-conformtest.sh using $(BASH).
34172         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
34173         have-as-vis3 check.
34175 2012-03-27  Andreas Jaeger  <aj@suse.de>
34177         * sysdeps/x86_64/elf/configure.in: Moved to ...
34178         * sysdeps/x86_64/configure.in: ... here.
34179         * sysdeps/x86_64/elf/start.S: Moved to ...
34180         * sysdeps/x86_64/start.S: ... here.
34181         * sysdeps/x86_64/elf/configure: Delete.
34183         * sysdeps/x86_64/configure.in: Merge contents from
34184         sysdeps/i386/configure.in (without i686 check).
34186         * sysdeps/i386/elf/Versions: Merge into ...
34187         * sysdeps/i386/Versions: ... this.
34188         * sysdeps/i386/elf/Versions: Delete file.
34189         * sysdeps/i386/elf/start.S: Moved to ...
34190         * sysdeps/i386/start.S: ...here.
34191         * sysdeps/i386/elf/configure.in: Merge into...
34192         * sysdeps/i386/configure.in: ...here.
34193         * sysdeps/i386/elf/configure.in: Delete file.
34194         * sysdeps/i386/elf/configure: Delete file.
34196         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
34197         * debug/backtracesyms.c: ... here.
34198         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
34199         * debug/backtracesymsfd.c: ... here.
34200         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
34201         * sysdeps/generic/ifunc-sel.h: ... here.
34203         * sysdeps/unix/i386/start.c: Delete file.
34204         * sysdeps/unix/sparc/start.c: Delete file.
34205         * sysdeps/unix/start.c: Delete file.
34207         * sysdeps/sh/elf/configure.in: Moved to ...
34208         * sysdeps/sh/configure.in: ... here.
34209         * sysdeps/sh/elf/start.S: Moved to ...
34210         * sysdeps/sh/start.S: ... here.
34211         * sysdeps/sh/elf/configure: Delete file.
34213         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
34214         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
34215         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
34216         * sysdeps/powerpc/powerpc64/entry.h: ... here.
34217         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
34218         * sysdeps/powerpc/powerpc64/start.S: here.
34219         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
34220         * sysdeps/powerpc/powerpc64/Makefile: ... this.
34221         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
34222         * sysdeps/powerpc/powerpc64/configure.in: ... this.
34223         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
34225         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
34226         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
34227         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
34228         * sysdeps/powerpc/powerpc32/start.S: ... here.
34229         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
34230         * sysdeps/powerpc/powerpc32/configure.in: ... this.
34231         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
34233         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
34234         * sysdeps/powerpc/ifunc-sel.h: ... here.
34235         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
34236         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
34238         * sysdeps/sparc/elf/configure.in: Moved to ...
34239         * sysdeps/sparc/configure.in: ... here.
34240         * sysdeps/sparc/elf/configure: Delete file.
34241         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
34242         * sysdeps/sparc/sparc32/start.S: ... here.
34243         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
34244         * sysdeps/sparc/sparc64/start.S: ... here.
34245         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
34246         * sysdeps/sparc/sparc32/Makefile: ... this.
34247         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
34248         * sysdeps/sparc/sparc64/Makefile: ... this.
34250         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
34251         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
34252         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
34253         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
34254         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
34255         * sysdeps/s390/s390-32/setjmp.S: ... here.
34256         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
34257         * sysdeps/s390/s390-32/configure.in: ... here.
34258         * sysdeps/s390/s390-32/elf/configure: Delete file.
34259         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
34260         * sysdeps/s390/s390-32/start.S: ... here.
34262         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
34263         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
34264         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
34265         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
34266         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
34267         * sysdeps/s390/s390-64/setjmp.S: ... here.
34268         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
34269         * sysdeps/s390/s390-64/configure.in: ... here
34270         * sysdeps/s390/s390-64/elf/configure: Delete file.
34271         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
34272         * sysdeps/s390/s390-64/start.S: ... here.
34273         * sysdeps/s390/s390-64/elf/configure: Delete.
34275         * configure.in: Remove support for elf directories in sysdeps.
34277         * configure: Regenerated.
34278         * sysdeps/i386/configure: Regenerated.
34279         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34280         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34281         * sysdeps/s390/s390-32/configure: Regenerated.
34282         * sysdeps/s390/s390-64/configure: Regenerated.
34283         * sysdeps/sh/configure: Regenerated.
34284         * sysdeps/sparc/configure: Regenerated.
34285         * sysdeps/x86_64/configure: Regenerated.
34287 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
34289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34291         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
34292         denormal result into account.
34294 2012-03-25  Roland McGrath  <roland@hack.frob.com>
34296         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
34297         Reported by Allan McRae <allan@archlinux.org>.
34299 2012-03-23  Jeff Law  <law@redhat.com>
34301         * nss/getnssent.c (__nss_getent): Fix typo.
34303 2012-03-23  David S. Miller  <davem@davemloft.net>
34305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34307 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
34309         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
34310         to pad to uint64_t for each field.
34311         (dl_tls_index): Replace unsigned long with uint64_t.
34313 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
34314         Paul Pluzhnikov  <ppluzhnikov@google.com>
34316         [BZ #6528]
34317         * grp/Makefile (otherlibs): Don't set it.
34318         * inet/Makefile (otherlibs): Likewise.
34319         * login/Makefile (otherlibs): Likewise.
34320         * nscd/Makefile (otherlibs): Likewise.
34321         * posix/Makefile (otherlibs): Likewise.
34322         * pwd/Makefile (otherlibs): Likewise.
34323         * rt/Makefile (otherlibs): Likewise.
34324         * sunrpc/Makefile (otherlibs): Likewise.
34325         * nss/Makefile (otherlibs): Likewise.
34326         Add libnss_files to routines and static-only-routines.
34327         ($(objpfx)getent): Remove rule.
34328         * resolv/Makefile: Add libnss_dns and libresolv to routines and
34329         static-only-routines.
34331 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
34333         [BZ #13892]
34334         * math/s_cexp.c: Include <float.h>.
34335         (__cexp): Handle exp result overflowing not necessarily
34336         overflowing both real and imaginary parts of result.
34337         * math/s_cexpf.c: Likewise.
34338         * math/s_cexpl.c: Likewise.
34339         * math/libm-test.inc (cexp_test): Add more tests.
34340         * sysdeps/i386/fpu/libm-test-ulps: Update.
34341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34343 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
34345         * include/link.h (ELFW): New macro.
34346         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
34347         Replace ELF64_R_TYPE with ELFW(R_TYPE).
34349 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
34351         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
34352         with uint64_t.
34354 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
34356         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
34357         declaration.
34358         (struct La_x32_retval): Likewise.
34360 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
34362         * sysdeps/x86_64/preconfigure.in: New file.
34363         * sysdeps/x86_64/preconfigure: New generated file.
34365 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
34367         [BZ #13824]
34368         * math/e_exp2l.c: Include <float.h>.
34369         (__ieee754_exp2l): Handle overflow and underflow cases
34370         separately.  Only pass fractional part of argument to
34371         __ieee754_expl.
34372         * math/libm-test.inc (exp2_test): Add more tests.
34374         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
34375         negating x to take absolute value.
34376         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
34377         Likewise.
34378         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
34379         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
34380         Likewise.
34381         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
34382         computing low part if x was negated.
34383         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
34385 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
34387         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
34388         la_x32_gnu_pltexit.
34389         (pltexit): Cast int_retval to ptrdiff_t.
34390         * elf/tst-auditmod3b.c: Likewise.
34391         * elf/tst-auditmod4b.c: Likewise.
34392         * elf/tst-auditmod5b.c: Likewise.
34393         * elf/tst-auditmod6b.c: Likewise.
34394         * elf/tst-auditmod6c.c: Likewise.
34395         * elf/tst-auditmod7b.c: Likewise.
34397         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
34398         and x32_gnu_pltexit.
34400         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
34401         __ELF_NATIVE_CLASS.
34402         (La_x32_regs): New macro.
34403         (La_x32_retval): Likewise.
34404         (la_x32_gnu_pltenter): New function prototype.
34405         (la_x32_gnu_pltexit): Likewise.
34407 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
34409         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
34410         exponent.
34412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34414         * configure.in (libc_cv_cc_nofma): Check for option to disable
34415         generation of FMA instructions.
34416         * configure: Regenerate.
34417         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
34418         * sysdeps/ieee754/dbl-64/Makefile: New file.
34419         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
34420         Remove brandred-fma4.
34421         (CFLAGS-brandred-fma4.c): Remove.
34422         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
34423         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
34424         define.
34425         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
34426         define.
34428 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
34430         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34431         LLONG_MAX != LONG_MAX.
34432         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34433         (_fitoa_word): Likewise.
34434         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
34435         LLONG_MAX != LONG_MAX.
34436         * stdio-common/_itowa.h: Include <_itoa.h>.
34437         (_itowa_word): Use _ITOA_WORD_TYPE on value.
34438         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
34439         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
34440         only if not defined.
34441         (_ITOA_WORD_TYPE): Likewise.
34442         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34443         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
34445 2012-03-21  David S. Miller  <davem@davemloft.net>
34447         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34449 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
34451         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
34452         of x86_64 when setting libc_cv_slibdir, libdir and
34453         libc_cv_localedir.
34454         * sysdeps/unix/sysv/linux/configure: Regenerated.
34456 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
34458         * manual/lang.texi (Old Varargs): Remove section.
34459         (How Variadic): Update menu.
34460         (va_start): Do not mention varargs.h.
34462 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
34463             Joseph Myers  <joseph@codesourcery.com>
34465         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
34466         link test.
34467         * configure: Regenerated.
34469 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
34471         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
34472         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
34473         conformtest.pl
34475 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
34477         * NOTES: Remove.
34478         * Makefile (files-for-dist): Remove NOTES.
34479         (NOTES): Remove rule.
34480         * README: Don't refer to NOTES.
34481         * manual/creature.texi: Don't include macros.texi.
34482         * manual/intro.texi (creature.texi): Remove comment referring to
34483         NOTES.
34485         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
34486         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
34487         * configure: Regenerated.
34488         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
34489         LIBC_TRY_CC_OPTION.
34490         (libc_cv_as_i686): Likewise.
34491         (libc_cv_cc_avx): Likewise.
34492         (libc_cv_cc_sse2avx): Likewise.
34493         (libc_cv_cc_fma4): Likewise.
34494         (libc_cv_cc_novzeroupper): Likewise.
34495         * sysdeps/i386/configure: Regenerated.
34497         [BZ #13883]
34498         * sysdeps/i386/fpu/s_cexp.S: Remove.
34499         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
34500         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
34501         * math/libm-test.inc (cexp_test): Add more tests.
34502         * sysdeps/i386/fpu/libm-test-ulps: Update.
34503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34505 2012-03-21  Allan McRae  <allan@archlinux.org>
34507         * timezone/Makefile: Do not install iso3166.tab and zone.tab
34509 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
34511         [BZ #13871]
34512         * math/w_exp2.c: Do not include <float.h>.
34513         (o_threshold, u_threshold): Remove.
34514         (__exp2): Calculate result before checking finiteness and calling
34515         __kernel_standard.
34516         * math/w_exp2f.c: Likewise.
34517         * math/w_exp2l.c: Likewise.
34518         * math/libm-test.inc (exp2_test): Require overflow exception for
34519         1e6 input.
34521         [BZ #3866]
34522         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
34523         range of signed 64-bit integers before using fistpll.  Remove
34524         checks for whether integers fit in mantissa bits.
34525         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
34526         the range of signed 32-bit integers before using fistpl.  Remove
34527         checks for whether integers fit in mantissa bits.
34528         * sysdeps/i386/fpu/e_powl.S (p64): New object.
34529         (__ieee754_powl): Test for y outside the range of signed 64-bit
34530         integers before using fistpll.  Reduce 64-bit values to 63-bit
34531         ones as needed.
34532         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
34533         divide-by-zero is raised for zero to large negative powers.
34534         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
34535         (__ieee754_powl): Test for y outside the range of signed 64-bit
34536         integers before using fistpll.  Reduce 64-bit values to 63-bit
34537         ones as needed.
34538         * math/libm-test.inc (pow_test): Add more tests.
34540 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
34542         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
34543         <stdio-common/_itoa.h>.
34544         * debug/segfault.c: Likewise.
34545         * elf/dl-cache.c: Likewise.
34546         * elf/dl-minimal.c: Likewise.
34547         * elf/dl-misc.c: Likewise.
34548         * elf/dl-sysdep.c: Likewise.
34549         * elf/dl-version.c: Likewise.
34550         * elf/rtld.c: Likewise.
34551         * hurd/hurdsock.c: Likewise.
34552         * hurd/lookup-retry.c: Likewise.
34553         * malloc/malloc.c: Likewise.
34554         * malloc/mtrace.c: Likewise.
34555         * nscd/nscd_getgr_r.c: Likewise.
34556         * nscd/nscd_getpw_r.c: Likewise.
34557         * nscd/nscd_getserv_r.c: Likewise.
34558         * posix/getopt_init.c: Likewise.
34559         * posix/wordexp.c: Likewise.
34560         * stdio-common/_itoa.c: Likewise.
34561         * stdio-common/printf_fphex.c: Likewise.
34562         * stdio-common/vfprintf.c: Likewise.
34563         * string/_strerror.c: Likewise.
34564         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
34565         * sysdeps/i386/i686/hp-timing.h: Likewise.
34566         * sysdeps/mach/_strerror.c: Likewise.
34567         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
34568         * sysdeps/mach/hurd/sethostid.c: Likewise.
34569         * sysdeps/mach/hurd/xmknodat.c: Likewise.
34570         * sysdeps/mach/xpg-strerror.c: Likewise.
34571         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34572         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34573         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
34574         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
34575         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34576         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
34577         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
34578         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
34579         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
34580         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
34581         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
34582         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
34583         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
34584         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
34585         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
34586         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
34587         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
34588         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
34589         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
34590         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
34591         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
34593         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
34595         * stdio-common/_itoa.h: Moved to ...
34596         * sysdeps/generic/_itoa.h: Here.
34598         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
34600         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
34601         instead of "_itoa.h" and "_itowa.h".
34602         * stdio-common/vfprintf.: Likewise.
34604 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
34606         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
34607         <bits/wordsize.h>.
34608         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
34609         (__signbit): Likwise.
34610         (llrintf): Likwise.
34611         (llrint): Likwise.
34613 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
34615         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
34616         __WORDSIZE != 64.
34618 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
34620         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
34621         OVERFLOW_EXCEPTION_OK.
34622         * math/libm-test.inc ("Philosophy"): Update comment about
34623         exception testing.
34624         (OVERFLOW_EXCEPTION): Define.
34625         (OVERFLOW_EXCEPTION_OK): Likewise.
34626         (INVALID_EXCEPTION_OK): Renumber.
34627         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34628         (IGNORE_ZERO_INF_SIGN): Likewise.
34629         (test_exceptions): Handle FE_OVERFLOW.
34630         (exp10_test): Expect overflow exceptions.
34631         (exp2_test): Likewise.
34632         (expm1_test): Likewise.
34633         (nextafter_test): Likewise.
34634         (pow_test): Likewise.
34635         (scalbn_test): Likewise.
34636         (scalbln_test): Likewise.
34638 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34640         * sysdeps/x86_64/bits/atomic.h
34641         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
34642         64bit integer.
34643         (atomic_exchange_acq): Likewise.
34644         (__arch_exchange_and_add_body): Likewise.
34645         (__arch_add_body): Likewise.
34646         (atomic_add_negative): Likewise.
34647         (atomic_add_zero): Likewise.
34649 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34651         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
34652         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
34654 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34656         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
34657         Check __x86_64__ instead of __WORDSIZE.
34659 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34661         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
34663 2012-03-19  David S. Miller  <davem@davemloft.net>
34665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34667         * sysdeps/sparc/fpu/fenv_private.h: New file.
34668         * sysdeps/sparc/fpu/math_private.h: Use it.
34669         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
34670         Remove.
34671         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
34672         (libc_feholdexcept_setroundl): Remove.
34673         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
34674         Remove.
34675         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
34676         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
34678 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34680         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
34681         int64_t instead of long int.
34682         (INSERT_WORDS64): Likwise.
34684 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
34686         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
34687         _Unwind_GetCFA return to _Unwind_Ptr first.
34689 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
34691         [BZ #13629]
34692         * math/s_clog.c: Include <float.h>.
34693         (__clog): Scale large or subnormal inputs.
34694         * math/s_clogf.c: Likewise.
34695         * math/s_clogl.c: Likewise.
34696         * math/s_clog10.c: Include <float.h>.
34697         (M_LOG10_2): Define.
34698         (__clog10): Scale large or subnormal inputs.
34699         * math/s_clog10f.c: Likewise.
34700         * math/s_clog10l.c: Likewise.
34701         * math/libm-test.inc (clog_test): Add more tests.
34702         (clog10_test): Likewise.
34703         * sysdeps/i386/fpu/libm-test-ulps: Update.
34704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34706         [BZ #11451]
34707         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
34708         x and y.
34709         * math/libm-test.inc (atan2_test): Add another test.
34711         * Makerules (common-objdir-compile): Remove.
34712         * sysdeps/unix/Makefile (config-generated): Do not add
34713         $(unix-generated) to variable.
34714         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
34715         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
34716         Remove rule.
34717         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
34718         Likewise.
34719         [generic bits/local_lim.h] (before-compile): Do not append to
34720         variable.
34721         [generic bits/local_lim.h] (common-generated): Likewise.
34722         [generic sys/param.h] (before-compile): Do not append to variable.
34723         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
34724         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
34725         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
34726         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
34727         include.
34728         [generic sys/param.h] (sys/param.h-includes): Remove variable.
34729         [generic sys/param.h] (sys/param.h-includes): Remove rule.
34730         [generic sys/param.h] ($(addprefix
34731         $(common-objpfx),$(sys/param.h-includes))): Likewise.
34732         [generic sys/param.h] (common-generated): Do not append to
34733         variable.
34734         [generic sys/param.h] (sysdep_headers): Likewise.
34735         [generic bits/errno.h] (before-compile): Do not append to
34736         variable.
34737         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
34738         rule.
34739         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
34740         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
34741         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
34742         [generic bits/errno.h] (common-generated): Do not append to
34743         variable.
34744         [generic bits/ioctls.h] (before-compile): Do not append to
34745         variable.
34746         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
34747         rule.
34748         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
34749         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
34750         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
34751         rule.
34752         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
34753         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
34754         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
34755         [generic bits/ioctls.h] (common-generated): Do not append to
34756         variable.
34757         [generic sys/syscall.h] (syscall.h): Remove variable.
34758         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
34759         rule.
34760         [generic sys/syscall.h] (before-compile): Do not append to
34761         variable.
34762         [generic sys/syscall.h] (common-generated): Likewise.
34763         * sysdeps/unix/errnos-tmpl.c: Remove file.
34764         * sysdeps/unix/errnos.awk: Likewise.
34765         * sysdeps/unix/ioctls-tmpl.c: Likewise.
34766         * sysdeps/unix/ioctls.awk: Likewise.
34767         * sysdeps/unix/mk-local_lim.c: Likewise.
34768         * sysdeps/unix/snarf-ioctls: Likewise.
34770 2012-03-19  Richard Henderson  <rth@twiddle.net>
34772         * sysdeps/i386/fpu/fenv_private.h: New file.
34773         * sysdeps/i386/fpu/math_private.h: Use it.
34774         (math_opt_barrier, math_force_eval): Remove.
34775         (libc_feholdexcept_setround_53bit): Remove.
34776         (libc_feupdateenv_53bit): Remove.
34777         * sysdeps/x86_64/fpu/math_private.h: Likewise.
34778         (math_opt_barrier, math_force_eval): Remove.
34779         (libc_feholdexcept): Remove.
34780         (libc_feholdexcept_setround): Remove.
34781         (libc_fetestexcept, libc_fesetenv): Remove.
34782         (libc_feupdateenv_test): Remove.
34783         (libc_feupdateenv, libc_feholdsetround): Remove.
34784         (libc_feresetround): Remove.
34786         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
34787         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
34789         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
34790         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
34791         (libc_feupdateenv_testl): New.
34792         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
34793         (libc_feupdateenv_testf): New.
34794         (libc_feupdateenv): Use libc_feupdateenv_test.
34795         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
34796         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
34798         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
34799         (libc_feholdsetroundf, libc_feholdsetroundl): New.
34800         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
34801         (libc_feresetround_noex): New.
34802         (libc_feresetround_noexf): New.
34803         (libc_feresetround_noexl): New.
34804         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
34805         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
34806         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
34807         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
34808         SET_RESTORE_ROUND.
34809         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
34810         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
34811         (__cos): Likewise.
34812         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
34813         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
34814         SET_RESTORE_ROUND_NOEX.
34815         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
34816         SET_RESTORE_ROUND_NOEXF.
34817         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
34818         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
34819         (libc_feholdsetroundf): New.
34820         (libc_feresetround, libc_feresetroundf): New.
34822         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
34823         (libc_feholdexcept_setround_53bit): Convert from macro to function.
34824         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
34826         * sysdeps/generic/math_private.h: Include <fenv.h>.
34827         (default_libc_feholdexcept): New.
34828         (default_libc_feholdexcept_setround): New.
34829         (default_libc_fesetenv, default_libc_feupdateenv): New.
34830         (libc_feholdexcept): Only define if undefined.
34831         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
34832         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
34833         (libc_feholdexcept_setroundl): Likewise.
34834         (libc_feholdexcept_setround_53bit): Likewise.
34835         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
34836         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
34837         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
34838         (libc_feupdateenv_53bit): Likewise.
34839         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
34840         (libc_feholdexcept): Convert from macro to inline function.
34841         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
34842         (libc_fesetenv, libc_feupdateenv): Likewise.
34844         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
34845         not previously defined.
34846         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
34847         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
34848         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
34849         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
34850         * sysdeps/ieee754/flt-32/math_private.h: New file.
34851         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
34852         math_private.h below SET_FLOAT_WORD.
34853         (__isnan, __isinf_ns, __finite): Remove.
34854         (__isnanf, __isinf_nsf, __finitef): Remove.
34856 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
34858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34860 2012-03-17  David S. Miller  <davem@davemloft.net>
34862         [BZ #6471]
34863         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
34864         for 2.16.
34866 2012-03-16  David S. Miller  <davem@davemloft.net>
34868         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
34869         warnings.
34871         [BZ #6471]
34872         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
34873         properly.
34874         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
34875         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
34876         sysdep_routines when subdir is sysvipc.
34877         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
34878         __getshmlba helper.
34880         * sysdeps/sparc/fpu/libm-test/ulps: Update.
34882 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34884         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
34885         [__LP64__].
34887 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34889         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
34890         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
34891         (__lround): Renamed to ...
34892         (__llround): This.  Replace long int with long long int.
34893         Define lround functions as aliases of llround functions.
34894         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
34896 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34898         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
34899         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
34900         adresses to uintptr_t.  Replace "long int" and "unsigned long
34901         int" with "greg_t" on va_arg.
34903 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34905         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
34906         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
34908         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
34909         Move e_machine check before EI_CLASS check.  Handle x32
34910         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
34911         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
34912         SKIP_EM_IA_64 and include
34913         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
34915         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
34916         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
34917         (add_system_dir): New macro.
34919         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
34920         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
34922 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
34924         [BZ #2551]
34925         [BZ #2552]
34926         [BZ #2553]
34927         [BZ #2554]
34928         [BZ #2562]
34929         [BZ #2563]
34930         [BZ #2565]
34931         [BZ #2566]
34932         [BZ #2576]
34933         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
34934         (y0): Likewise.
34935         * math/w_j0f.c (j0f): Likewise.
34936         (y0f): Likewise.
34937         * math/w_j0l.c (__j0l): Likewise.
34938         (__y0l): Likewise.
34939         * math/w_j1.c (j1): Likewise.
34940         (y1): Likewise.
34941         * math/w_j1f.c (j1f): Likewise.
34942         (y1f): Likewise.
34943         * math/w_j1l.c (__j1l): Likewise.
34944         (__y1l): Likewise.
34945         * math/w_jn.c (jn): Likewise.
34946         (yn): Likewise.
34947         * math/w_jnf.c (jnf): Likewise.
34948         (ynf): Likewise.
34949         * math/w_jnl.c (__jnl): Likewise.
34950         (__ynl): Likewise.
34951         * math/libm-test.inc (j0_test): Add more tests.
34952         (j1_test): Likewise.
34953         (jn_test): Likewise.  Add trailing semicolon to existing test.
34954         (y0_test): Likewise.
34955         (y1_test): Likewise.
34956         * sysdeps/i386/fpu/libm-test-ulps: Update.
34957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34959         [BZ #13851]
34960         [BZ #13854]
34961         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
34962         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
34963         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
34964         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
34965         (__tanl): Set errno for infinite argument.
34966         * sysdeps/i386/fpu/mptan.c: Remove.
34967         * sysdeps/i386/fpu/s_tan.S: Likewise.
34968         * sysdeps/i386/fpu/s_tanl.S: Likewise.
34969         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
34970         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
34971         * math/libm-test.inc (tan_test): Add more tests and enable more
34972         tests for double and long double.
34973         * sysdeps/i386/fpu/libm-test-ulps: Update.
34974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34976 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
34978         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
34979         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
34981 2012-03-16  Roland McGrath  <roland@hack.frob.com>
34983         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
34984         * configure.in: Use it for both main tree and add-ons.
34985         * configure: Regenerated.
34987 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34989         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
34991 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
34993         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
34994         in comment.
34996         [BZ #13851]
34997         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
34998         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
34999         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
35000         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
35001         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
35002         infinite argument.
35003         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
35004         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
35005         != 0 for prec == 2.
35006         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
35007         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
35008         * sysdeps/i386/fpu/s_cosl.S: Likewise.
35009         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
35010         * sysdeps/i386/fpu/s_sinl.S: Likewise.
35011         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
35012         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
35013         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
35014         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
35015         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
35016         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
35017         * math/libm-test.inc (cos_test): Add more tests and enable more
35018         tests for long double.
35019         (sin_test): Likewise.
35020         (sincos_test): Likewise.
35021         * sysdeps/i386/fpu/libm-test-ulps: Update.
35022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35024 2012-03-16  David S. Miller  <davem@davemloft.net>
35026         * sysdeps/sparc/fpu/math_private.h: New file.
35028 2012-03-15  David S. Miller  <davem@davemloft.net>
35030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
35031         file.
35032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
35033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
35034         file.
35035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
35036         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
35037         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
35038         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
35039         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
35040         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
35041         sysdep routines.
35042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
35044         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
35045         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
35047         * sysdeps/sparc/sparc-ifunc.h: New file.
35048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
35049         sparc-ifunc.h
35050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
35051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
35052         Likewise.
35053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
35054         Likewise.
35055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
35056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
35057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
35058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
35059         Likewise.
35060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
35061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
35062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
35063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
35064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
35065         Likewise.
35066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
35067         Likewise.
35068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
35069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
35070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
35071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
35072         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
35073         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
35074         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
35075         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
35076         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
35077         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
35078         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
35079         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
35080         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
35081         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
35082         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
35083         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
35084         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
35085         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
35086         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
35087         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
35088         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
35089         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
35090         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
35091         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
35093 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
35095         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
35096         scaling.
35097         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35099 2012-03-15  Andreas Jaeger  <aj@suse.de>
35101         [BZ #13852]
35102         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
35103         ieee754/flt-32 implementation for sin, cos and sincos.
35104         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
35105         * sysdeps/i386/fpu/s_cosf.S: Likewise.
35106         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
35107         * sysdeps/i386/fpu/s_sinf.S: Likewise.
35108         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
35109         ieee754/flt-32 implementation for tan.
35111         * math/libm-test.inc (cos_test): Enable some large input tests for
35112         float as well
35113         (sin_test): Likewise.
35114         (sincos_test): Likewise.
35115         (tan_test): Add tests for large input.
35117         * sysdeps/i386/fpu/libm-test-ulps: Update.
35119 2012-03-15  Andreas Jaeger  <aj@suse.de>
35121         [BZ #13658]
35122         * math/libm-test.inc (cos_test): Add more test cases.
35123         (sin_test): Likewise.
35124         (sincos_test): Likewise.
35126 2012-03-15  Andreas Jaeger  <aj@suse.de>
35128         [BZ #13837]
35129         * math/libm-test.inc (cos_test): Add a test case for large input
35130         value.
35131         (sin_test): Likewise.
35132         (sincos_test): Likewise.
35134 2012-03-15  Andreas Jaeger  <aj@suse.de>
35135             Joseph Myers  <joseph@codesourcery.com>
35137         [BZ #13658]
35138         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
35139         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
35140         * sysdeps/i386/fpu/branred.c: Likewise.
35141         * sysdeps/i386/fpu/dosincos.c: Likewise.
35142         * sysdeps/i386/fpu/mpa.c: Likewise.
35143         * sysdeps/i386/fpu/s_cos.S: Likewise.
35144         * sysdeps/i386/fpu/s_sin.S: Likewise.
35145         * sysdeps/i386/fpu/s_sincos.S: Likewise.
35146         * sysdeps/i386/fpu/sincos32.c: Likewise.
35148         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
35149         Define.
35150         (libc_feupdateenv_53bit): Define.
35151         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
35152         Define.
35153         (libc_feupdateenv_53bit): Define.
35155         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
35156         53 bit (without extend i386 double precision).
35158         * math/libm-test.inc (sincos_test): Add tests for large input.
35159         (sin): Likewise.
35160         (cos): Likewise.
35162         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
35164 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
35166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35168 2012-03-15  David S. Miller  <davem@davemloft.net>
35170         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
35171         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
35172         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
35173         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
35174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
35175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
35176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
35177         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
35178         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
35179         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
35180         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
35181         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
35182         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
35183         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
35184         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
35185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
35186         file.
35187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
35188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
35189         file.
35190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
35191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
35192         file.
35193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
35194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
35195         file.
35196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
35197         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
35198         fmin/fmax sysdep routines.
35199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
35201 2012-03-14  David S. Miller  <davem@davemloft.net>
35203         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
35204         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
35205         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
35206         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
35207         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
35208         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
35209         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
35210         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
35211         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
35212         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
35213         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
35214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
35215         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
35216         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
35217         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
35218         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
35219         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
35220         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
35221         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
35222         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
35223         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
35224         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
35225         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
35226         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
35227         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
35228         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
35229         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
35230         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
35231         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
35232         routines.
35233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
35234         file.
35235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
35236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
35237         file.
35238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
35239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
35240         file.
35241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
35242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
35243         file.
35244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
35245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
35246         file.
35247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
35248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
35249         file.
35250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
35251         file.
35252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
35253         file.
35254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
35255         file.
35256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
35257         New file.
35258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
35259         file.
35260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
35261         file.
35262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
35263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
35264         file.
35265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
35266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
35267         file.
35268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
35269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
35270         file.
35271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
35272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
35273         VIS3 routines.
35275         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
35276         New file.
35278         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35280         * sysdeps/sparc/configure.in: New file.
35281         * sysdeps/sparc/configure: Generate.
35282         * configure.in (libc_cv_sparc_as_vis3): Substitute.
35283         * configure: Regenerate.
35284         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
35285         * config.make.in (have-as-vis3): New.
35286         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
35287         available use -Av9d instead of -Av9a.
35288         * sysdeps/sparc/sparc64/Makefile: Likewise.
35289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
35290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
35291         New file.
35292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
35293         file.
35294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
35295         New file.
35296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
35297         file.
35298         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
35299         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
35300         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
35301         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
35302         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
35304         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
35305         fzeros/fnegs to load 0x80000000 into a float register instead of
35306         using the stack.
35307         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
35309 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
35311         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35312         bits/syscall.h.
35313         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
35314         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
35315         ($(inst_includedir)/bits/syscall.h): Remove rule.
35316         ($(objpfx)bits/syscall.d): Include instead of
35317         $(objpfx)syscall-list.d.
35318         (generated): Change syscall-list.h and syscall-list.d to
35319         bits/syscall.h and bits/syscall.d.
35321 2012-03-14  Roland McGrath  <roland@hack.frob.com>
35323         [BZ #13846]
35324         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
35326 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
35328         [BZ #13841]
35329         * math/s_csqrt.c: Include <float.h>.
35330         (__csqrt): Scale large or subnormal inputs.
35331         * math/s_csqrtf.c: Likewise.
35332         * math/s_csqrtl.c: Likewise.
35333         * math/libm-test.inc (csqrt_test): Add more tests.
35334         * sysdeps/i386/fpu/libm-test-ulps: Update.
35335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35337         [BZ #13840]
35338         * math/libm-test.inc (hypot_test): Add more tests.
35340 2012-03-13  David S. Miller  <davem@davemloft.net>
35342         [BZ #13840]
35343         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
35344         double-precision for the calculation instead of scaling.
35346 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
35348         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
35349         manipulate bits before adding and subtracting TWO52[sx].
35350         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
35351         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
35352         Likewise.
35353         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
35355 2012-03-13  David S. Miller  <davem@davemloft.net>
35357         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
35358         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
35359         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
35360         rtld-global-offsets.h
35361         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35363         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
35364         large parameters.
35366         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
35368         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
35369         'err' in the ifdef scope in which it is actually used.
35371         * nss/nss_db/db-init.c: Include string.h
35373 2012-03-12  David S. Miller  <davem@davemloft.net>
35375         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
35376         masking out of the most significant byte of random value used.
35377         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
35378         Fix coding style in previous change.
35380         * sysdeps/unix/sysv/linux/kernel-features.h
35381         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
35382         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
35383         expression.
35384         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
35385         later.
35387 2012-03-11  David S. Miller  <davem@davemloft.net>
35389         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35390         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
35391         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
35392         for 'resultvar' otherwise things get truncated on 64-bit.
35394         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
35395         Fix masking out of the most significant byte of random value used.
35397         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35399 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
35401         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35403 2012-03-09  David S. Miller  <davem@davemloft.net>
35405         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
35406         variables with appropriate CPP guards.
35407         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
35408         from the frame pointer, not the stack pointer.  Correct layout
35409         comments.  Fix test on resulting framesize and the management of
35410         the outregs buffer for pltexit.  Preserve floating point return
35411         values across _dl_call_pltexit call.
35412         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
35413         framesize and the management of the outregs buffer for pltexit.
35414         Preserve floating point return values across _dl_call_pltexit
35415         call.
35416         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
35417         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
35418         (la_sparc64_gnu_pltexit): New functions.
35419         (print_exit): Fix format string for return register value.
35421 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
35423         * sunrpc/Makefile (others): Add rpcgen.
35424         ($(objpfx)rpcgen): Remove special build rule and dependency on
35425         libc.
35426         * sunrpc/rpcgen.c: New file.
35428 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
35430         [BZ #13673]
35431         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
35432         * stdio-common/bug-vfprintf-nargs.c: Likewise.
35433         * sysdeps/i386/crti.S: Likewise.
35434         * sysdeps/i386/crtn.S: Likewise.
35435         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
35436         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
35437         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
35438         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
35439         * sysdeps/sh/crti.S: Likewise.
35440         * sysdeps/sh/crtn.S: Likewise.
35441         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35443         [BZ #13673]
35444         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
35445         with URL.
35446         * locale/programs/locfile-kw.gperf: Likewise.
35447         * locale/programs/charmap-kw.h: Regenerated.
35448         * locale/programs/locfile-kw.h: Likewise.
35450         [BZ #13673]
35451         * intl/plural.y: Replace FSF snail mail address with URL.
35452         * intl/plural.c: Regenerated.
35454 2012-03-09  Richard Henderson  <rth@twiddle.net>
35456         * include/math_private.h: Remove file.
35457         * math/math_private.h: Move file ...
35458         * sysdeps/generic/math_private.h: ... here.
35460         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
35461         * sysdeps/powerpc/fpu/math_private.h: Likewise.
35462         * sysdeps/x86_64/fpu/math_private.h: Likewise.
35464         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
35465         and <math_private.h>.
35466         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
35467         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
35468         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
35469         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
35470         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
35471         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
35472         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35473         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35474         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
35475         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35476         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35477         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
35478         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
35479         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35480         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
35481         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
35482         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
35483         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
35484         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
35485         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
35486         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35487         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
35488         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
35489         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35490         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
35491         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35492         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
35493         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35494         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35495         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
35496         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
35497         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35498         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
35499         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
35500         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
35501         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
35502         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
35503         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
35504         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
35505         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
35506         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
35507         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
35508         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
35509         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
35510         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
35511         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
35512         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
35513         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
35514         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
35515         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
35516         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
35517         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
35518         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
35519         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
35520         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
35521         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
35522         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
35523         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
35524         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
35525         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
35526         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35527         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
35528         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35529         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
35530         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
35531         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35532         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35533         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35534         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
35535         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
35536         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
35537         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
35538         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
35539         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
35540         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
35541         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
35542         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
35543         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
35544         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
35545         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
35546         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
35547         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
35548         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
35549         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
35550         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
35551         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
35552         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
35553         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
35554         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
35555         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
35556         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
35557         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
35558         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
35559         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
35560         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
35561         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
35562         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
35563         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
35564         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
35565         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
35566         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
35567         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
35568         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
35569         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
35570         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
35571         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
35572         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
35573         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
35574         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
35575         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
35576         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
35577         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
35578         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
35579         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
35580         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
35581         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
35582         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
35583         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
35584         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
35585         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
35586         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
35587         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
35588         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
35589         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
35590         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
35591         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
35592         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
35593         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
35594         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
35595         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
35596         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
35597         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
35598         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
35599         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
35600         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
35601         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
35602         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
35603         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
35604         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
35605         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
35606         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
35607         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
35608         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
35609         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
35610         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
35611         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
35612         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
35613         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
35614         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
35615         * sysdeps/ieee754/k_standard.c: Likewise.
35616         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
35617         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
35618         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
35619         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
35620         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
35621         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
35622         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
35623         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
35624         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
35625         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
35626         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
35627         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
35628         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
35629         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
35630         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
35631         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
35632         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
35633         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
35634         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
35635         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
35636         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
35637         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
35638         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
35639         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
35640         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
35641         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
35642         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
35643         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
35644         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
35645         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
35646         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
35647         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
35648         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
35649         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
35650         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
35651         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
35652         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
35653         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
35654         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
35655         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
35656         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
35657         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
35658         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
35659         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
35660         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
35661         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
35662         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
35663         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
35664         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
35665         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
35666         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
35667         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
35668         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
35669         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
35670         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
35671         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
35672         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
35673         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
35674         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
35675         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
35676         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
35677         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
35678         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
35679         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
35680         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
35681         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
35682         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
35683         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
35684         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
35685         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
35686         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
35687         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
35688         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
35689         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
35690         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
35691         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
35692         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
35693         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
35694         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
35695         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
35696         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
35697         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
35698         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
35699         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
35700         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
35701         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
35702         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
35703         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
35704         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
35705         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
35706         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
35707         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
35708         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
35709         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
35710         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
35711         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
35712         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
35713         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
35714         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
35715         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
35716         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
35717         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
35718         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
35719         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
35720         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
35721         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
35722         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
35723         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
35724         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
35725         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
35726         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
35727         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
35728         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
35729         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
35730         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
35731         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
35732         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
35733         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
35734         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
35735         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
35736         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
35737         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
35738         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
35739         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
35740         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
35741         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
35742         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
35743         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
35744         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
35745         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
35746         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
35747         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
35748         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
35749         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
35750         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
35751         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
35752         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
35753         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
35754         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
35755         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
35756         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
35757         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
35758         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
35759         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
35760         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
35761         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
35762         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
35763         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
35764         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
35765         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
35766         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
35767         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
35768         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
35769         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
35770         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
35771         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
35772         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
35773         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
35774         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
35775         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
35776         * sysdeps/ieee754/s_lib_version.c: Likewise.
35777         * sysdeps/ieee754/s_matherr.c: Likewise.
35778         * sysdeps/ieee754/s_signgam.c: Likewise.
35779         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
35780         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
35781         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
35782         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
35783         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
35784         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35785         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
35786         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
35787         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
35788         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
35789         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
35790         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
35791         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
35792         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
35793         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
35794         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35795         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35796         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35797         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35798         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
35799         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
35801 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
35803         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
35804         * sunrpc/rpc_main.c: Likewise.
35805         * sunrpc/rpc_svcout.c: Likewise.
35807 2012-03-09  David S. Miller  <davem@davemloft.net>
35809         * include/math_private.h: New file.
35811 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
35813         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
35814         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
35815         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
35816         from <bits/socket_type.h>.
35817         (enum __socket_type): Don't define here.
35818         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
35819         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35820         bits/socket_type.h.
35822         [BZ #13566]
35823         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
35824         checking __USE_GNU.
35826         * Makerules ($(inst_includedir)/%.h): New rule.
35827         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
35828         (install-others): Remove variable setting.
35829         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
35831 2012-03-08  Richard Henderson  <rth@twiddle.net>
35833         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
35834         from macro to inline function; merge with the
35835         !__LIBC_INTERNAL_MATH_INLINES version.
35836         (__ieee754_sqrtf): Likewise.
35838         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
35839         to inline function.
35840         (__rintf, __floor, __floorf): Likewise.
35842         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
35843         macro to inline function.
35844         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
35846         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
35847         not <math/math_private.h>.
35849 2012-03-08  David S. Miller  <davem@davemloft.net>
35851         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
35852         copyright year.
35853         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
35855 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
35857         * resolv/gai_misc.c (handle_requests): Fix struct timespec
35858         normalization.
35859         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
35860         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
35862 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
35864         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
35865         be defined individually, they must be defined as a block.  Define
35866         S for printing a string instead of hidint the different by using a
35867         macro for adding the 'l'.
35868         * stdio-common/tst-fphex-wide.c: Adjust.
35870 2012-03-07  Marek Polacek  <polacek@redhat.com>
35872         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
35874 2012-03-08  Marek Polacek  <polacek@redhat.com>
35876         [BZ #13806]
35877         * stdio-common/Makefile (tests): Add tst-fphex-wide.
35878         * stdio-common/tst-fphex.c: Define a few macros to make the
35879         test reusable.  Use them.
35880         * stdio-common/tst-fphex-wide.c: New file.
35882 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
35884         [BZ #6911]
35885         * manual/macros.texi (gnusystems): New macro.
35886         (nongnusystems): Likewise.
35887         (gnulinuxhurdsystems): Likewise.
35888         (gnuhurdsystems): Likewise..
35889         (gnulinuxsystems): Likewise.
35890         * manual/charset.texi: Use new macros or @theglibc{} to refer to
35891         variants of the GNU system, not "GNU system".
35892         * manual/conf.texi: Likewise.
35893         * manual/errno.texi: Likewise.  Update example of errno macro
35894         expansion.
35895         * manual/filesys.texi: Likewise.
35896         (getumask): Document as specific to GNU/Hurd.
35897         * manual/install.texi: Likewise.  Reword some references to
35898         GNU/Linux.
35899         * manual/intro.texi: Likewise.
35900         * manual/io.texi: Likewise.
35901         (File Name Portability): Detail which constraints are inapplicable
35902         to all GNU systems and which are only inapplicable to GNU/Hurd.
35903         * manual/job.texi: Likewise.
35904         * manual/llio.texi: Likewise.
35905         (O_NOCTTY): Document as present on GNU/Linux.
35906         * manual/maint.texi: Likewise.
35907         * manual/memory.texi: Likewise.
35908         * manual/pattern.texi: Likewise.
35909         * manual/pipe.texi: Likewise.
35910         * manual/process.texi: Likewise.
35911         * manual/resource.texi: Likewise.
35912         (RUSAGE_CHILDREN): Remove statement about specifying a particular
35913         child on GNU/Hurd.
35914         * manual/setjmp.texi: Likewise.
35915         * manual/signal.texi: Likewise.
35916         * manual/startup.texi: Likewise.
35917         * manual/stdio.texi: Likewise.
35918         * manual/terminal.texi: Likewise.
35919         (ONLCR): Document as POSIX.
35920         (OXTABS): Document availability on GNU/Linux as XTABS.
35921         (ONOEOT): Document availability separately from other bits.
35922         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
35923         * manual/time.texi: Likewise.
35924         * manual/users.texi: Likewise.
35925         * INSTALL: Regenerated.
35926         * sysdeps/gnu/errlist.c: Regenerated.
35928         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
35929         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
35930         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
35931         puts.
35932         * configure: Regenerated.
35934 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
35936         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
35937         default includes instead of AC_HEADER_CHECK.
35938         * sysdeps/i386/configure: Regenerated.
35940         [BZ #10716]
35941         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
35942         * math/s_cacoshf.c (__cacoshf): Likewise.
35943         * math/s_cacoshl.c (__cacoshl): Likewise.
35944         * math/s_casinh.c (__casinh): Set signs of result from argument.
35945         * math/s_casinhf.c (__casinhf): Likewise.
35946         * math/s_casinhl.c (__casinhl): Likewise.
35947         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
35948         (casinh_test): Add more tests.
35949         * sysdeps/i386/fpu/libm-test-ulps: Update.
35950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35952 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
35954         * po/zh_TW.po: Update from translation team.
35956         * login/Makefile (distribute): Remove variable.
35957         * catgets/Makefile: Likewise.
35958         * mach/Makefile: Likewise.
35959         * malloc/Makefile: Likewise.
35960         * misc/Makefile: Likewise.
35961         * iconv/Makefile: Likewise.
35962         * nscd/Makefile: Likewise.
35963         * hurd/Makefile: Likewise.
35964         * manual/Makefile: Likewise.
35965         * locale/Makefile: Likewise.
35966         * intl/Makefile: Likewise.
35967         * conform/Makefile: Likewise.
35968         * nss/Makefile: Likewise.
35969         * time/Makefile: Likewise.
35970         * soft-fp/Makefile: Likewise.
35971         * dirent/Makefile: Likewise.
35972         * gmon/Makefile: Likewise.
35973         * po/Makefile: Likewise.
35974         * rt/Makefile: Likewise.
35975         * socket/Makefile: Likewise.
35976         * math/Makefile: Likewise.
35977         * signal/Makefile: Likewise.
35978         * debug/Makefile: Likewise.
35979         * elf/Makefile: Likewise.
35980         * timezone/Makefile: Likewise.
35981         * stdlib/Makefile: Likewise.
35982         * iconvdata/Makefile: Likewise.
35983         * sunrpc/Makefile: Likewise.
35984         * io/Makefile: Likewise.
35985         * argp/Makefile: Likewise.
35986         * inet/Makefile: Likewise.
35987         * hesiod/Makefile: Likewise.
35988         * grp/Makefile: Likewise.
35989         * csu/Makefile: Likewise.
35990         * wctype/Makefile: Likewise.
35991         * crypt/Makefile: Likewise.
35992         * libio/Makefile: Likewise.
35993         * string/Makefile: Likewise.
35994         * nis/Makefile: Likewise.
35995         * resolv/Makefile: Likewise.
35996         * stdio-common/Makefile: Likewise.
35997         * wcsmbs/Makefile: Likewise.
35998         * dlfcn/Makefile: Likewise.
35999         * posix/Makefile: Likewise.
36001         [BZ #6959]
36002         * timezone/Makefile: Don't install timezone files, just the programs
36003         and scripts.
36005 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
36007         * nss/databases.def: Add missing gshadow entry.
36009         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
36011 2012-03-06  Marek Polacek  <polacek@redhat.com>
36013         [BZ #13726]
36014         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
36015         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
36016         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
36017         * stdio-common/tst-long-dbl-fphex.c: New file.
36019 2012-03-06  David S. Miller  <davem@davemloft.net>
36021         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36022         (set_obp_int): New function.
36023         (get_obp_int): New function.
36024         (__get_clockfreq_via_dev_openprom): Likewise.
36025         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
36026         Avoid unused variable warnings on 'val' and use builtin_expect.
36027         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
36028         __builtin_expect.
36029         (INLINE_CLONE_SYSCALL): Likewise.
36031 2012-03-05  David S. Miller  <davem@davemloft.net>
36033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36035 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
36037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36039         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
36040         only for |x| >= 40.
36041         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
36043 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
36045         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
36046         Replace gettimeofday with __vdso_gettimeofday.
36048         * sysdeps/unix/sysv/linux/x86_64/init-first.c
36049         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
36050         __vdso_clock_gettime and __vdso_getcpu.
36052         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
36053         time with __vdso_time.
36055 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
36057         * manual/lang.texi (size_t): Note types to which size_t may be
36058         equivalent with the GNU C Library, but do not describe when
36059         differences between them are significant.
36061 2012-03-05  Andreas Jaeger  <aj@suse.de>
36063         * sysdeps/i386/fpu/libm-test-ulps: Update.
36065 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
36067         [BZ #3976]
36068         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
36069         (__ieee754_pow): Save and restore rounding mode and use
36070         round-to-nearest for main computations.
36071         * math/libm-test.inc (pow_test_tonearest): New function.
36072         (pow_test_towardzero): Likewise.
36073         (pow_test_downward): Likewise.
36074         (pow_test_upward): Likewise.
36075         (main): Call the new functions.
36076         * sysdeps/i386/fpu/libm-test-ulps: Update.
36077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36079         [BZ #3976]
36080         * math/libm-test.inc (cosh_test_tonearest): New function.
36081         (cosh_test_towardzero): Likewise.
36082         (cosh_test_downward): Likewise.
36083         (cosh_test_upward): Likewise.
36084         (sinh_test_tonearest): Likewise.
36085         (sinh_test_towardzero): Likewise.
36086         (sinh_test_downward): Likewise.
36087         (sinh_test_upward): Likewise.
36088         (main): Call the new functions.
36089         * sysdeps/i386/fpu/libm-test-ulps: Update.
36090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36092 2012-03-05  Tom de Vries  <tom@codesourcery.com>
36094         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
36095         default stack guard is set in last bytes.
36096         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
36098 2012-03-05  Kees Cook  <keescook@chromium.org>
36100         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
36102         [BZ #13656]
36103         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
36104         possibly allocate from heap instead of stack.
36105         * stdio-common/bug-vfprintf-nargs.c: New file.
36106         * stdio-common/Makefile (tests): Add nargs overflow test.
36108 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
36110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36112 2012-03-03  Marek Polacek  <polacek@redhat.com>
36114         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
36115         * math/math_private.h: Likewise.
36116         * stdlib/tst-strtod.c: Likewise.
36117         * sysdeps/i386/i486/bits/atomic.h: Likewise.
36118         * sysdeps/x86_64/bits/atomic.h: Likewise.
36120 2012-03-02  David S. Miller  <davem@davemloft.net>
36122         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
36123         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
36124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
36125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
36126         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
36127         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
36128         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
36129         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
36131 2012-03-02  Roland McGrath  <roland@hack.frob.com>
36133         [BZ #13792]
36134         * manual/examples/README: New file, says the example source files
36135         can be used under GPL>=2.
36136         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
36137         line containing just "*/".
36138         * manual/examples/add.c: Add copyright header (GPL>=2).
36139         * manual/examples/argp-ex1.c: Likewise.
36140         * manual/examples/argp-ex2.c: Likewise.
36141         * manual/examples/argp-ex3.c: Likewise.
36142         * manual/examples/argp-ex4.c: Likewise.
36143         * manual/examples/atexit.c: Likewise.
36144         * manual/examples/db.c: Likewise.
36145         * manual/examples/dir.c: Likewise.
36146         * manual/examples/dir2.c: Likewise.
36147         * manual/examples/execinfo.c: Likewise.
36148         * manual/examples/filecli.c: Likewise.
36149         * manual/examples/filesrv.c: Likewise.
36150         * manual/examples/fmtmsgexpl.c: Likewise.
36151         * manual/examples/genpass.c: Likewise.
36152         * manual/examples/inetcli.c: Likewise.
36153         * manual/examples/inetsrv.c: Likewise.
36154         * manual/examples/isockad.c: Likewise.
36155         * manual/examples/longopt.c: Likewise.
36156         * manual/examples/memopen.c: Likewise.
36157         * manual/examples/memstrm.c: Likewise.
36158         * manual/examples/mkfsock.c: Likewise.
36159         * manual/examples/mkisock.c: Likewise.
36160         * manual/examples/mygetpass.c: Likewise.
36161         * manual/examples/pipe.c: Likewise.
36162         * manual/examples/popen.c: Likewise.
36163         * manual/examples/rprintf.c: Likewise.
36164         * manual/examples/search.c: Likewise.
36165         * manual/examples/select.c: Likewise.
36166         * manual/examples/setjmp.c: Likewise.
36167         * manual/examples/sigh1.c: Likewise.
36168         * manual/examples/sigusr.c: Likewise.
36169         * manual/examples/stpcpy.c: Likewise.
36170         * manual/examples/strdupa.c: Likewise.
36171         * manual/examples/strftim.c: Likewise.
36172         * manual/examples/strncat.c: Likewise.
36173         * manual/examples/subopt.c: Likewise.
36174         * manual/examples/swapcontext.c: Likewise.
36175         * manual/examples/termios.c: Likewise.
36176         * manual/examples/testopt.c: Likewise.
36177         * manual/examples/testpass.c: Likewise.
36178         * manual/examples/timeval_subtract.c: Likewise.
36180         [BZ #13792]
36181         * manual/time.texi (Elapsed Time): Move timeval_subtract example
36182         function to ...
36183         * manual/timeval_subtract.c.texi: ... here, new file.
36185 2012-03-02  David S. Miller  <davem@davemloft.net>
36187         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
36189 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
36191         [BZ #3976]
36192         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
36193         (__sin): Save and restore rounding mode and use round-to-nearest
36194         for all computations.
36195         (__cos): Save and restore rounding mode and use round-to-nearest
36196         for all computations.
36197         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
36198         <fenv.h>.
36199         (tan): Save and restore rounding mode and use round-to-nearest for
36200         all computations.
36201         * math/libm-test.inc (cos_test_tonearest): New function.
36202         (cos_test_towardzero): Likewise.
36203         (cos_test_downward): Likewise.
36204         (cos_test_upward): Likewise.
36205         (sin_test_tonearest): Likewise.
36206         (sin_test_towardzero): Likewise.
36207         (sin_test_downward): Likewise.
36208         (sin_test_upward): Likewise.
36209         (tan_test_tonearest): Likewise.
36210         (tan_test_towardzero): Likewise.
36211         (tan_test_downward): Likewise.
36212         (tan_test_upward): Likewise.
36213         (main): Call the new functions.
36214         * sysdeps/i386/fpu/libm-test-ulps: Update.
36215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36217         [BZ #10135]
36218         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
36219         small n, then large n, before computing and testing k+n.
36220         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
36221         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
36222         Likewise.
36223         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
36224         Likewise.
36225         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
36226         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
36227         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
36228         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
36229         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
36230         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
36231         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
36232         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
36233         * math/libm-test.inc (scalbn_test): Add more tests.
36234         (scalbln_test): Likewise.
36236         * manual/filesys.texi (mode_t): Describe constraints on size and
36237         signedness, not exact equivalence to a particular type.
36238         (ino_t): Likewise.
36239         (ino64_t): Likewise.
36240         (dev_t): Likewise.
36241         (nlink_t): Likewise.
36242         (blkcnt_t): Likewise.
36243         (blkcnt64_t): Likewise.
36244         * manual/llio.texi (off_t): Likewise.
36246         [BZ #3976]
36247         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
36248         (__ieee754_exp): Save and restore rounding mode and use
36249         round-to-nearest for all computations.
36250         * math/libm-test.inc (exp_test_tonearest): New function.
36251         (exp_test_towardzero): Likewise.
36252         (exp_test_downward): Likewise.
36253         (exp_test_upward): Likewise.
36254         (main): Call the new functions.
36255         * sysdeps/i386/fpu/libm-test-ulps: Update.
36256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36258 2012-03-01  Chris Demetriou  <cgd@google.com>
36260         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
36261         have predictable order.
36263 2012-03-01  David S. Miller  <davem@davemloft.net>
36265         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
36267         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
36268         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
36269         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
36270         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
36272         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
36273         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
36274         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
36275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
36276         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
36277         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
36278         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
36279         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
36280         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
36282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36284         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
36285         * sysdeps/sparc/fpu/libm-test-ulps: to here.
36286         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
36288         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
36289         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
36290         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
36291         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
36292         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
36293         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
36294         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
36295         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
36296         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
36297         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
36298         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
36299         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
36300         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
36301         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
36302         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
36303         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
36304         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
36305         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
36306         * sysdeps/sparc/elf/configure: Regenerated.
36308 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
36310         * configure.in (AS, LD): Require binutils 2.20 or later.
36311         * configure: Regenerated.
36312         * manual/install.texi (Tools for Compilation): Give binutils 2.20
36313         as required minimum version.
36314         * INSTALL: Regenerated.
36316         [BZ #2541]
36317         [BZ #4108]
36318         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
36319         before squaring exponent.
36320         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
36321         bottom long double and 27 bits of top long double before squaring
36322         exponent.
36323         * math/libm-test.inc (erfc_test): Add more tests.
36324         * sysdeps/i386/fpu/libm-test-ulps: Update.
36325         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36328 2012-03-01  Kai Tietz  <ktietz@redhat.com>
36330         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
36331         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
36332         containing bit-fields.
36333         * soft-fp/extended.h (_FP_UNION_E): Likewise.
36334         * soft-fp/single.h (_FP_UNION_S): Likewise.
36335         * soft-fp/double.h (_FP_UNION_D): Likewise.
36337 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
36339         [BZ #13786]
36340         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
36341         not include ../strcmp.S.
36342         [USE_AS_STRNCASECMP_L]: Likewise.
36343         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
36344         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
36345         * sysdeps/i386/i686/multiarch/strncase_l-c.c
36346         (__strncasecmp_l_ia32): Define as alias to
36347         __strncasecmp_l_nonascii.
36349         [BZ #5794]
36350         * math/libm-test.inc (expm1_test): Add test for bug 5794.
36351         * sysdeps/i386/fpu/libm-test-ulps: Update.
36352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36354         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
36355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36357 2012-02-29  Jeff Law  <law@redhat.com>
36359         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
36360         out of bounds read.
36362 2012-02-29  Marek Polacek  <polacek@redhat.com>
36364         [BZ #13706]
36365         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
36366         * elf/Makefile: Add rules to run tst-unused-dep.out.
36368 2012-02-28  David S. Miller  <davem@davemloft.net>
36370         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
36371         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
36372         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
36373         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
36374         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
36375         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
36377 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
36379         * math/libm-test.inc (llround_test): Move one test from
36380         lround_test.  Use TEST_f_L in moved test.
36381         (lround_test): Move misplaced test to llround_test.  Add testcase
36382         from bug 2561.
36384 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
36386         * sysdeps/x86_64/fpu/e_expf.S: New file.
36387         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
36389 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
36391         [BZ #13637]
36392         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
36393         of remain_len that may cause incomplete multi-byte character and
36394         false match.
36395         * posix/bug-regex33.c: New file.
36396         * posix/Makefile (tests): Add bug-regex33.
36398 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
36400         * manual/macros.texi: New file.
36401         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
36402         * manual/libc.texinfo: Include macros.texi.
36403         * manual/creatute.texi: Likewise.
36404         * manual/install.texi: Likewise.
36405         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
36406         @glibcadj{} in references to the GNU C Library.
36407         * manual/charset.texi: Likewise.
36408         * manual/conf.texi: Likewise.
36409         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
36410         when not using those macros.
36411         * manual/creature.texi: Likewise.
36412         * manual/crypt.texi: Likewise.
36413         * manual/errno.texi: Likewise.
36414         * manual/filesys.texi: Likewise.
36415         * manual/header.texi: Likewise.
36416         * manual/install.texi: Likewise.
36417         * manual/intro.texi: Likewise.
36418         * manual/io.texi: Likewise.
36419         * manual/job.texi: Likewise.
36420         * manual/lang.texi: Likewise.
36421         * manual/libc.texiinfo: Likewise.
36422         * manual/llio.texi: Likewise.
36423         * manual/locale.texi: Likewise.
36424         * manual/maint.texi: Likewise.
36425         * manual/math.texi: Likewise.
36426         * manual/memory.texi: Likewise.
36427         * manual/message.texi: Likewise.
36428         * manual/nss.texi: Likewise.
36429         * manual/pattern.texi: Likewise.
36430         * manual/process.texi: Likewise.
36431         * manual/resource.texi: Likewise.
36432         * manual/search.texi: Likewise.
36433         * manual/setjmp.texi: Likewise.
36434         * manual/signal.texi: Likewise.
36435         * manual/socket.texi: Likewise.
36436         * manual/startup.texi: Likewise.
36437         * manual/stdio.texi: Likewise.
36438         * manual/string.texi: Likewise.
36439         * manual/sysinfo.texi: Likewise.
36440         * manual/syslog.texi: Likewise.
36441         * manual/terminal.texi: Likewise.
36442         * manual/time.texi: Likewise.
36443         * manual/users.texi: Likewise.
36444         * INSTALL: Regenerated.
36445         * NOTES: Regenerated.
36446         * sysdeps/gnu/errlist.c: Regenerated.
36448 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
36450         * include/dirent.h: Include <dirstream.h> before
36451         <dirent/dirent.h>.
36453 2012-02-28  David S. Miller  <davem@davemloft.net>
36455         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
36456         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
36457         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
36458         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
36460 2012-02-27  David S. Miller  <davem@davemloft.net>
36462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
36463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
36464         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
36465         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
36467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
36468         frame pointer instead of stack pointer relative arg slot.
36469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
36470         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
36471         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
36473 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
36475         [BZ #3992]
36476         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
36478 2012-02-27  David S. Miller  <davem@davemloft.net>
36480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
36481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
36482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
36483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
36484         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
36485         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
36486         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
36487         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
36489 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
36491         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
36492         later.  Allow versions 5-9.
36493         * configure: Regenerated.
36494         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
36495         required minimum version and 4.6 as recommended version.  Do not
36496         mention bugs in GCC 2.7 and 2.8.
36497         * INSTALL: Regenerated.
36499 2012-02-27  David S. Miller  <davem@davemloft.net>
36501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
36502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
36503         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
36504         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
36505         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
36506         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
36507         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
36508         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
36510         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
36511         manipulate bits before adding and subtracting TWO112[sx].
36512         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36514 2012-02-27  Roland McGrath  <roland@hack.frob.com>
36516         [BZ #13775]
36517         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
36518         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
36519         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
36520         being in POSIX, because they are in 1003.1-2008.
36522         * rt/tst-aio.c: Include <fcntl.h>.
36523         * rt/tst-aio7.c: Likewise.
36524         * rt/tst-aio64.c: Likewise.
36526         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
36528 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
36530         * manual/install.texi (--with-headers): Describe headers as
36531         interface headers, not private headers.
36532         (Specific advice for GNU/Linux systems): Describe use of headers
36533         from "make headers_install", not private headers from older
36534         kernels.
36535         * INSTALL: Regenerated.
36536         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
36537         Change to 2.6.19.
36538         * sysdeps/unix/sysv/linux/configure: Regenerated.
36540         * manual/llio.texi (fclean): Remove documentation.
36542         * manual/Makefile (libc-texi-generated): New variable.  Include
36543         version.texi.
36544         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
36545         $(libc-texi-generated), not duplicated list of files.
36546         (version.texi, stamp-version): New rules.
36547         (realclean): Remove $(libc-texi-generated), not individual files
36548         from that list.  Do not remove dir-add.texinfo.
36549         * manual/libc.texinfo: Comment out uses of edition numbers and
36550         references to printed manual.  Remove last-updated dates.
36551         (EDITION): Comment out.
36552         (ISBN): Likewise.
36553         (VERSION, UPDATED): Remove.
36554         (version.texi): Include.
36556 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
36558         * sysdeps/posix/spawni.c: Include <signal.h>.
36559         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
36560         * sysdeps/pthread/aio_fsync.c: Likewise.
36562 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
36564         * conform/Makefile (tests): Run only when not cross-compiling and
36565         when fast-check is not defined.
36567         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
36568         * conform/data/limits.h-data: Fixes for POSIX2008.
36569         * conform/run-conformtest.sh: Run all tests.
36570         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
36571         headers.
36572         * include/bits/dlfcn.h: Likewise.
36573         * include/langinfo.h: Likewise.
36574         * include/monetary.h: Likewise.
36575         * include/sys/poll.h: Likewise.
36577         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
36578         for __USE_GNU.
36579         * posix/spawn.h: Define __need_sigset_t.
36580         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
36581         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
36582         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
36583         to get sigevent_t only.
36584         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
36585         only for __USE_GNU.
36586         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
36587         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
36588         process_vm_writev only for __USE_GNU.
36589         * termios/termios.h: Declare tcgetsid also for POSIX2008.
36591         * conform/Makefile: For now ignore errors from run-conformtest.
36592         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
36593         POSIX to avoid namespace pollution.  Don't prepend headers.
36594         * conform/data/aio.h-data: Fixes for POSIX testing.
36595         * conform/data/fcntl.h-data: Likewise.
36596         * conform/data/glob.h-data: Likewise.
36597         * conform/data/grp.h-data: Likewise.
36598         * conform/data/pthread.h-data: Likewise.
36599         * conform/data/pwd.h-data: Likewise.
36600         * conform/data/signal.h-data: Likewise.
36601         * conform/data/spawn.h-data: Likewise.
36602         * conform/data/stdio.h-data: Likewise.
36603         * conform/data/stdlib.h-data: Likewise.
36604         * conform/data/stropts.h-data: Likewise.
36605         * conform/data/sys/mman.h-data: Likewise.
36606         * conform/data/sys/stat.h-data: Likewise.
36607         * conform/data/sys/types.h-data: Likewise.
36608         * conform/data/sys/wait.h-data: Likewise.
36609         * conform/data/time.h-data: Likewise.
36610         * conform/data/unistd.h-data: Likewise.
36611         * conform/data/utime.h-data: Likewise.
36613         * io/sys/stat.h: fchmod was always in POSIX.
36614         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
36615         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
36616         * rt/aio.h: Define __need_timespec before including <time.h>.
36617         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
36618         struct.  Add forward declaration of pthread_attr_t and use it in
36619         sigevent.
36620         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
36621         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
36622         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
36623         always remove CLK_TCK definition.
36625 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
36627         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
36629 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
36631         * conform/run-conformtest.sh: New file.
36632         * conform/Makefile: Run run-conformtest for tests.
36633         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
36634         support.
36636         * conform/data/uchar.h-data: New file.
36637         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
36638         * conform/data/arpa/inet.h-data: Likewise.
36639         * conform/data/assert.h-data: Likewise.
36640         * conform/data/complex.h-data: Likewise.
36641         * conform/data/cpio.h-data: Likewise.
36642         * conform/data/ctype.h-data: Likewise.
36643         * conform/data/dirent.h-data: Likewise.
36644         * conform/data/dlfcn.h-data: Likewise.
36645         * conform/data/errno.h-data: Likewise.
36646         * conform/data/fcntl.h-data: Likewise.
36647         * conform/data/float.h-data: Likewise.
36648         * conform/data/fmtmsg.h-data: Likewise.
36649         * conform/data/fnmatch.h-data: Likewise.
36650         * conform/data/ftw.h-data: Likewise.
36651         * conform/data/glob.h-data: Likewise.
36652         * conform/data/grp.h-data: Likewise.
36653         * conform/data/iconv.h-data: Likewise.
36654         * conform/data/inttypes.h-data: Likewise.
36655         * conform/data/langinfo.h-data: Likewise.
36656         * conform/data/libgen.h-data: Likewise.
36657         * conform/data/limits.h-data: Likewise.
36658         * conform/data/locale.h-data: Likewise.
36659         * conform/data/math.h-data: Likewise.
36660         * conform/data/monetary.h-data: Likewise.
36661         * conform/data/mqueue.h-data: Likewise.
36662         * conform/data/ndbm.h-data: Likewise.
36663         * conform/data/net/if.h-data: Likewise.
36664         * conform/data/netdb.h-data: Likewise.
36665         * conform/data/netinet/in.h-data: Likewise.
36666         * conform/data/nl_types.h-data: Likewise.
36667         * conform/data/poll.h-data: Likewise.
36668         * conform/data/pthread.h-data: Likewise.
36669         * conform/data/pwd.h-data: Likewise.
36670         * conform/data/regex.h-data: Likewise.
36671         * conform/data/sched.h-data: Likewise.
36672         * conform/data/search.h-data: Likewise.
36673         * conform/data/semaphore.h-data: Likewise.
36674         * conform/data/setjmp.h-data: Likewise.
36675         * conform/data/signal.h-data: Likewise.
36676         * conform/data/spawn.h-data: Likewise.
36677         * conform/data/stdarg.h-data: Likewise.
36678         * conform/data/stdio.h-data: Likewise.
36679         * conform/data/stdlib.h-data: Likewise.
36680         * conform/data/string.h-data: Likewise.
36681         * conform/data/strings.h-data: Likewise.
36682         * conform/data/stropts.h-data: Likewise.
36683         * conform/data/sys/ipc.h-data: Likewise.
36684         * conform/data/sys/mman.h-data: Likewise.
36685         * conform/data/sys/msg.h-data: Likewise.
36686         * conform/data/sys/resource.h-data: Likewise.
36687         * conform/data/sys/select.h-data: Likewise.
36688         * conform/data/sys/sem.h-data: Likewise.
36689         * conform/data/sys/shm.h-data: Likewise.
36690         * conform/data/sys/socket.h-data: Likewise.
36691         * conform/data/sys/stat.h-data: Likewise.
36692         * conform/data/sys/statvfs.h-data: Likewise.
36693         * conform/data/sys/time.h-data: Likewise.
36694         * conform/data/sys/timeb.h-data: Likewise.
36695         * conform/data/sys/times.h-data: Likewise.
36696         * conform/data/sys/types.h-data: Likewise.
36697         * conform/data/sys/uio.h-data: Likewise.
36698         * conform/data/sys/un.h-data: Likewise.
36699         * conform/data/sys/utsname.h-data: Likewise.
36700         * conform/data/sys/wait.h-data: Likewise.
36701         * conform/data/syslog.h-data: Likewise.
36702         * conform/data/tar.h-data: Likewise.
36703         * conform/data/termios.h-data: Likewise.
36704         * conform/data/utime.h-data: Likewise.
36705         * conform/data/utmpx.h-data: Likewise.
36706         * conform/data/varargs.h-data: Likewise.
36707         * conform/data/wchar.h-data: Likewise.
36708         * conform/data/wctype.h-data: Likewise.
36709         * conform/data/wordexp.h-data: Likewise.
36711         * include/stropts.h: New file.
36712         * include/uchar.h: New file.
36713         * include/aio.h: Changes to allow conformtest.pl to use the headers.
36714         * include/assert.h: Likewise.
36715         * include/ctype.h: Likewise.
36716         * include/dirent.h: Likewise.
36717         * include/dlfcn.h: Likewise.
36718         * include/fcntl.h: Likewise.
36719         * include/fnmatch.h: Likewise.
36720         * include/glob.h: Likewise.
36721         * include/grp.h: Likewise.
36722         * include/libio.h: Likewise.
36723         * include/locale.h: Likewise.
36724         * include/math.h: Likewise.
36725         * include/net/if.h: Likewise.
36726         * include/netdb.h: Likewise.
36727         * include/netinet/in.h: Likewise.
36728         * include/pthread.h: Likewise.
36729         * include/pwd.h: Likewise.
36730         * include/regex.h: Likewise.
36731         * include/sched.h: Likewise.
36732         * include/search.h: Likewise.
36733         * include/setjmp.h: Likewise.
36734         * include/signal.h: Likewise.
36735         * include/stdio.h: Likewise.
36736         * include/stdlib.h: Likewise.
36737         * include/string.h: Likewise.
36738         * include/sys/cdefs.h: Likewise.
36739         * include/sys/mman.h: Likewise.
36740         * include/sys/msg.h: Likewise.
36741         * include/sys/resource.h: Likewise.
36742         * include/sys/select.h: Likewise.
36743         * include/sys/socket.h: Likewise.
36744         * include/sys/stat.h: Likewise.
36745         * include/sys/statvfs.h: Likewise.
36746         * include/sys/time.h: Likewise.
36747         * include/sys/times.h: Likewise.
36748         * include/sys/uio.h: Likewise.
36749         * include/sys/utsname.h: Likewise.
36750         * include/sys/wait.h: Likewise.
36751         * include/termios.h: Likewise.
36752         * include/time.h: Likewise.
36753         * include/ulimit.h: Likewise.
36754         * include/unistd.h: Likewise.
36755         * include/utime.h: Likewise.
36756         * include/wchar.h: Likewise.
36757         * include/wctype.h: Likewise.
36758         * include/wordexp.h: Likewise.
36760         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
36762         * time/time.h: TIME_UTC must be a macro.
36763         Make timespec_get available for ISO C11 only as well.
36765 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
36767         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
36768         Reported by Peng Haitao <penght@cn.fujitsu.com>.
36770 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
36772         * configure.in: Use -o not -a in test for unsupported multi-arch.
36774 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
36776         * manual/texinfo.tex: Update to version 2012-01-19.16.
36778 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
36780         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
36782 2012-02-24  Roland McGrath  <roland@hack.frob.com>
36784         [BZ #13738]
36785         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
36786         * manual/fdl-1.3.texi: New file.
36787         * manual/fdl-1.1.texi: File removed.
36789         [BZ #13738]
36790         * manual/libc.texinfo (FDL_VERSION): New @set.
36791         Use it for mention of FDL in cover text.
36792         (Documentation License): Use it in @include file name.
36794 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
36795             Roland McGrath  <roland@hack.frob.com>
36797         [BZ #5461]
36798         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
36799         (not LONG_LONG_MAX and LONG_LONG_MIN.
36800         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
36801         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
36802         name.
36803         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
36805 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
36807         [BZ #2547]
36808         [BZ #11365]
36809         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
36810         manipulate bits before adding and subtracting TWO23[sx].
36811         * math/libm-test.inc (nearbyint_test): Add more tests.
36813 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
36815         [BZ #2548]
36816         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
36817         bits before adding and subtracting TWO23[sx].
36818         * math/libm-test.inc (rint_test): Add more tests.
36819         (rint_test_tonearest): Likewise.
36820         (rint_test_towardzero): Likewise.
36821         (rint_test_downward): Likewise.
36822         (rint_test_upward: Likewise.
36824 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
36826         [BZ #10110]
36827         * include/stdc-predef.h: New file.  Extracted from features.h.
36828         * include/features.h: Include stdc-predef.h.
36829         * Makefile (headers): Add stdc-predef.h.
36830         * CONFORMANCE (Compiler limitations): Update.
36832 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
36834         * manual/libc.texinfo (VERSION, UPDATED): Revert.
36836 2012-02-21  David S. Miller  <davem@davemloft.net>
36838         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
36839         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
36841 2012-02-20  David S. Miller  <davem@davemloft.net>
36843         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
36844         using a normal save/restore sequence, rather than allocating a
36845         dummy stack frame just to store a frame pointer and restore.
36846         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
36848 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
36850         * manual/install.texi: Fix stray word in line-wrapped comment.
36852 2012-02-20  David S. Miller  <davem@davemloft.net>
36854         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
36855         both binutils and gcc support GOTDATA.
36857         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
36858         "rd %pc" in the PIC register setup sequences.
36860         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
36861         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
36862         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
36863         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
36864         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
36865         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
36866         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36867         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
36868         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
36869         (SYSCALL_ERROR_HANDLER): Likewise.
36870         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
36871         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
36872         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
36873         (SYSCALL_ERROR_HANDLER): Likewise.
36875         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
36876         (HAVE_GCC_GOTDATA): New.
36877         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
36878         relocation support in both binutils and gcc.
36879         * sysdeps/sparc/elf/configure: Regenerate.
36881         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
36882         * sysdeps/sparc/sparc32/elf/configure: Delete.
36883         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
36884         * sysdeps/sparc/sparc64/elf/configure: Delete.
36885         * sysdeps/sparc/elf/configure.in: New file.
36886         * sysdeps/sparc/elf/configure: Generate.
36888         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
36889         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
36890         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
36891         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
36892         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
36894 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
36896         * manual/install.texi: Do not mention specific glibc version
36897         numbers.
36898         * manual/libc.texinfo (VERSION, UPDATED): Update.
36899         (@copying): Use @copyright{} and range of years.
36901 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
36903         [BZ #13695]
36904         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
36905         [crti.S not in sysdirs] (generated): Do not append.
36906         [crti.S not in sysdirs] (omit-deps): Likewise.
36907         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
36908         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
36909         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
36910         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
36911         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
36912         Likewise.
36913         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
36914         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
36915         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
36916         * csu/defs.awk: Remove file.
36917         * sysdeps/generic/initfini.c: Likewise.
36918         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
36919         variable.
36920         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
36921         Likewise.
36923 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
36925         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
36926         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
36927         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
36928         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
36929         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
36930         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
36931         <bits/epoll.h>.
36932         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
36933         (__EPOLL_PACKED): Define to empty if not defined by
36934         <bits/epoll.h>.
36935         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
36936         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36937         bits/epoll.h.
36939 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
36941         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
36942         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
36943         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
36944         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
36945         <bits/timerfd.h>.
36946         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
36947         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36948         bits/timerfd.h.
36950 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
36952         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
36953         in C locale.
36954         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36955         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
36956         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
36957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36959 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
36961         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
36962         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
36964 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
36966         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
36967         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
36968         defined.
36969         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
36970         Likewise.
36971         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
36972         entry for 2.16.
36974 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
36976         * math/w_acos.c: Use non-signaling floating-point comparisons.
36977         * math/w_acosf.c: Likewise.
36978         * math/w_acosh.c: Likewise.
36979         * math/w_acoshf.c: Likewise.
36980         * math/w_acoshl.c: Likewise.
36981         * math/w_acosl.c: Likewise.
36982         * math/w_asin.c: Likewise.
36983         * math/w_asinf.c: Likewise.
36984         * math/w_asinl.c: Likewise.
36985         * math/w_atanh.c: Likewise.
36986         * math/w_atanhf.c: Likewise.
36987         * math/w_atanhl.c: Likewise.
36988         * math/w_exp2.c: Likewise.
36989         * math/w_exp2f.c: Likewise.
36990         * math/w_exp2l.c: Likewise.
36991         * math/w_j0.c: Likewise.
36992         * math/w_j0f.c: Likewise.
36993         * math/w_j0l.c: Likewise.
36994         * math/w_j1.c: Likewise.
36995         * math/w_j1f.c: Likewise.
36996         * math/w_j1l.c: Likewise.
36997         * math/w_jn.c: Likewise.
36998         * math/w_jnf.c: Likewise.
36999         * math/w_log.c: Likewise.
37000         * math/w_log10.c: Likewise.
37001         * math/w_log10f.c: Likewise.
37002         * math/w_log10l.c: Likewise.
37003         * math/w_log2.c: Likewise.
37004         * math/w_log2f.c: Likewise.
37005         * math/w_log2l.c: Likewise.
37006         * math/w_logf.c: Likewise.
37007         * math/w_logl.c: Likewise.
37008         * math/w_sqrt.c: Likewise.
37009         * math/w_sqrtf.c: Likewise.
37010         * math/w_sqrtl.c: Likewise.
37011         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
37012         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
37013         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
37014         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
37015         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
37017 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
37019         [BZ #9739]
37020         * manual/string.texi (strnlen): Use correct parameter name in
37021         equivalent expression.
37023 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
37025         [BZ #11174]
37026         * manual/users.texi (seteuid): Consistently use neweuid for
37027         argument name.
37029 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
37031         [BZ #13704]
37032         * manual/nss.texi (Services in the NSS configuration): Correct
37033         list of services in example configuration file.
37035 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
37037         [BZ #11322]
37038         * manual/arith.texi: Remove statements about negative zero
37039         behaving identically to zero.
37041 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
37043         [BZ #5993]
37044         * manual/install.texi: Do not document upgrading from libc5.
37046 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
37048         [BZ #4596]
37049         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
37051 2012-02-18  David S. Miller  <davem@davemloft.net>
37053         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
37054         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
37055         %o7 across the call.
37056         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
37057         instead.
37058         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
37059         SETUP_PIC_REG_LEAF.
37060         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37061         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
37062         * sysdeps/sparc/crtn.S: Likewise.
37064 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
37066         * aout/Makefile: Remove.
37068 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
37070         [BZ #13058]
37071         * manual/examples/argp-ex1.c (main): Format definition in GNU
37072         style.
37073         * manual/examples/argp-ex2.c (main): Likewise.
37074         * manual/examples/argp-ex3.c (main): Likewise.
37075         * manual/examples/argp-ex4.c (main): Likewise.
37076         * manual/examples/longopt.c (main): Use new-style prototype
37077         definition.
37078         * manual/examples/strncat.c (main): Specify return type and use
37079         (void) for arguments.
37080         * manual/examples/subopt.c (main): Use char **argv argument.
37082 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
37084         [BZ #5077]
37085         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
37086         rounding modes.
37088 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
37090         [BZ #6907]
37091         * manual/string.texi (strchr): Change when strchrnul is
37092         recommended.
37094 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
37096         [BZ #174]
37097         * manual/locale.texi (setlocale): Document LOCPATH.
37099 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
37101         [BZ #10210]
37102         * manual/process.texi (execle): Move @dots{} before last argument.
37104 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
37106         [BZ #12047]
37107         * manual/charset.texi (Generic Charset Conversion): Fix typo
37108         (LC_TYPE -> LC_CTYPE).
37110 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
37112         [BZ #5805]
37113         * manual/arith.texi (scalbn): Use @var{} on parameter names.
37114         (scalbnf): Likewise.
37115         (scalbnl): Likewise.
37116         (scalbln): Likewise.
37117         (scalblnf): Likewise.
37118         (scalblnl): Likewise.
37119         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
37120         (vwarnx): Likewise.
37121         (verr): Likewise.
37122         (verrx): Likewise.
37123         * manual/filesys.texi (telldir): Use braces around return type.
37124         * manual/llio.texi (mmap): Add space after comma.
37125         (mmap64): Likewise.
37126         * manual/math.texi (jn): Use @var{} on parameter names.
37127         (jnf): Likewise.
37128         (jnl): Likewise.
37129         (yn): Likewise.
37130         (ynf): Likewise.
37131         (ynl): Likewise.
37132         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
37133         line.
37134         * manual/resource.texi (ulimit): Use @dots{} instead of literal
37135         "...".
37136         (sched_get_priority_min): Remove semicolon on @deftypefun line.
37137         (sched_get_priority_max): Likewise.
37138         * manual/signal.texi (sigvec): Add space after comma.
37139         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
37140         names.
37141         (if_indextoname): Likewise.
37142         (if_freenameindex): Likewise.
37143         (sendto): Use ',' instead of '.' in prototype.
37144         * manual/startup.texi (syscall): Use @dots{} instead of literal
37145         "...".
37146         * manual/stdio.texi (__fpending): Separate initial words of
37147         paragraph from @deftypefun line.
37148         * manual/syslog.texi (syslog): Use @dots{} instead of literal
37149         "...".
37150         (vsyslog): Use @var{} on parameter names.
37151         * manual/terminal.texi (stty): Use @var{} on parameter names.
37152         * manual/users.texi (getutmp): Use @var{} on parameter names.
37153         (getutmpx): Likewise.
37155 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
37157         [BZ #6884]
37158         * manual/stdio.texi (fopen): Fix typos in description of
37159         ",ccs=STRING".
37161 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
37163         [BZ #4026]
37164         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
37165         get clock_id definition.
37167 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
37169         [BZ #4822]
37170         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
37171         (madvise): Cast every argument to void on its own.
37173 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
37175         [BZ #9902]
37176         * manual/startup.texi (Exit Status): Fix typo.
37178 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
37180         [BZ #10140]
37181         * manual/examples/argp-ex1.c: Include <stdlib.h>.
37182         * manual/examples/argp-ex2.c: Likewise.
37183         * manual/examples/argp-ex3.c: Likewise.
37185 2012-02-16  Richard Henderson  <rth@redhat.com>
37187         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
37188         * sysdeps/s390/s390-32/initfini.c: Remove.
37189         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
37190         * sysdeps/s390/s390-64/initfini.c: Remove.
37192 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37194         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
37195         compiler output for sysdeps/generic/initfini.c.
37196         * sysdeps/sh/elf/initfini.c: Remove file.
37198 2012-02-16  David S. Miller  <davem@davemloft.net>
37200         [BZ #11494]
37201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
37203         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
37204         * sysdeps/sparc/crti.S: New file.
37205         * sysdeps/sparc/crtn.S: New file.
37206         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
37207         * sysdeps/sparc/sparc64/Makefile: Likewise.
37209 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
37211         [BZ #3335]
37212         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
37214 2012-02-15  Roland McGrath  <roland@hack.frob.com>
37216         [BZ #4822]
37217         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
37219         * mach/devstream.c (cookie_io_functions_t): Macro removed.
37220         (write, read, close): Likewise.
37221         Patch by Aurelien Jarno <aurelien@aurel32.net>.
37223 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
37225         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
37226         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
37227         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
37228         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
37229         <bits/signalfd.h>.
37230         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
37231         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37232         bits/signalfd.h.
37234 2012-02-14  Marek Polacek  <polacek@redhat.com>
37236         * sysdeps/x86_64/crti.S: New file.
37237         * sysdeps/x86_64/crtn.S: New file.
37238         * sysdeps/x86_64/elf/initfini.c: Remove file.
37240 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
37242         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
37243         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
37244         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
37245         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
37246         <bits/inotify.h>.
37247         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
37248         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37249         bits/inotify.h.
37251 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
37253         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
37254         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
37255         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
37256         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
37257         <bits/eventfd.h>.
37258         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
37259         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37260         bits/eventfd.h.
37262 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
37264         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
37265         __feraiseexcept instead of feraiseexcept.
37267         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
37268         nanosleep invocations.
37269         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
37270         strings, and add error checking for a nanosleep invocations.
37272 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
37274         Replace FSF snail mail address with URLs, as per GNU coding standards.
37275         Most of the snail mail addresses were wrong anyway, and omitting
37276         them makes the source code easier to maintain.  Almost all of the
37277         changes are to license notices and to locale LC_IDENTIFICATION
37278         addresses, except for this one:
37279         * manual/libc.texinfo: In "Published by", give the FSF's URL,
37280         not its snail mail address.
37282 2012-02-09  Richard Henderson  <rth@twiddle.net>
37284         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
37285         of kernel-features.h.
37287         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
37289 2012-02-08  Marek Polacek  <polacek@redhat.com>
37291         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
37292         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
37293         * sysdeps/gnu/_G_config.h: Likewise.
37294         * sysdeps/generic/_G_config.h: Likewise.
37296 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
37298         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
37299         tests.
37300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37302         * sysdeps/powerpc/powerpc32/crti.S: New file.
37303         * sysdeps/powerpc/powerpc32/crtn.S: New file.
37304         * sysdeps/powerpc/powerpc64/crti.S: New file.
37305         * sysdeps/powerpc/powerpc64/crtn.S: New file.
37307         * Makeconfig (have-initfini): Don't set.
37308         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
37309         * configure.in (nopic_initfini): Don't substitute.
37310         * config.h.in (HAVE_INITFINI): Don't #undef.
37311         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
37312         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
37314 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
37316         Support crti.S and crtn.S provided directly by architectures.
37317         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
37318         [crti.S in sysdirs] (omit-deps): Likewise.
37319         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
37320         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
37321         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
37322         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
37323         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
37324         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
37325         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
37326         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
37327         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
37328         compiler output for sysdeps/generic/initfini.c.
37329         * sysdeps/i386/elf/Makefile: Remove file.
37330         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
37332 2012-02-07  Marek Polacek  <polacek@redhat.com>
37334         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
37335         * sysdeps/gnu/_G_config.h: Likewise.
37336         * sysdeps/mach/hurd/_G_config.h: Likewise.
37338 2012-02-07  Marek Polacek  <polacek@redhat.com>
37340         * math/Makefile (tests): Add tst-CMPLX2.
37341         * math/tst-CMPLX2.c: New file.
37343 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
37345         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
37347         * math/libm-test.inc (jn_test): Add missing L suffix.
37349 2012-02-06  Marek Polacek  <polacek@redhat.com>
37351         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
37352         * sysdeps/i386/fpu/e_powf.S: Likewise.
37353         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
37354         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
37355         * sysdeps/i386/fpu/e_acosh.S: Likewise.
37356         * sysdeps/i386/fpu/e_pow.S: Likewise.
37357         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
37358         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
37359         * sysdeps/i386/fpu/s_expm1.S: Likewise.
37360         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
37361         * sysdeps/i386/fpu/e_log2.S: Likewise.
37362         * sysdeps/i386/fpu/e_log2l.S: Likewise.
37363         * sysdeps/i386/fpu/e_scalb.S: Likewise.
37364         * sysdeps/i386/fpu/e_powl.S: Likewise.
37365         * sysdeps/i386/fpu/s_log1p.S: Likewise.
37366         * sysdeps/i386/fpu/e_log10f.S: Likewise.
37367         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
37368         * sysdeps/i386/fpu/e_logl.S: Likewise.
37369         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
37370         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
37371         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
37372         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
37373         * sysdeps/i386/fpu/e_log2f.S: Likewise.
37374         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
37375         * sysdeps/i386/fpu/e_log.S: Likewise.
37376         * sysdeps/i386/fpu/s_cexp.S: Likewise.
37377         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
37378         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
37379         * sysdeps/i386/fpu/e_logf.S: Likewise.
37380         * sysdeps/i386/fpu/e_log10l.S: Likewise.
37381         * sysdeps/i386/fpu/e_atanh.S: Likewise.
37382         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
37383         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
37384         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
37385         * sysdeps/i386/fpu/e_log10.S: Likewise.
37386         * sysdeps/i386/fpu/s_frexp.S: Likewise.
37387         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
37388         * sysdeps/i386/fpu/s_asinh.S: Likewise.
37389         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
37390         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
37391         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
37392         * sysdeps/i386/asm-syntax.h: Likewise.
37393         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
37394         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37395         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
37396         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
37397         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
37398         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
37399         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
37400         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
37401         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37402         * sysdeps/powerpc/sysdep.h: Likewise.
37403         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
37404         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37406 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
37408         [BZ #411]
37409         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
37411 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
37413         * sysdeps/i386/sysdep.h: Include <features.h>.
37414         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
37415         version.
37417 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
37419         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
37420         Define.
37421         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
37422         LOAD_PIC_REG_STR.
37424 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
37426         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
37427         (SETUP_PIC_REG): Use GET_PC_THUNK.
37428         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
37429         macro.
37431 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
37433         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
37434         for non-PIC compilation.
37435         (SETUP_PIC_REG): Add .p2align directive.
37436         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
37437         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
37438         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37439         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37440         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
37441         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37442         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
37443         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
37444         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37445         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37446         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37447         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37448         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37449         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37450         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37451         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
37452         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
37453         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37454         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37455         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37456         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37457         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
37458         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37459         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37460         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
37461         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
37462         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37463         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
37464         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37465         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37466         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37467         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37468         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37469         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37470         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37471         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37472         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37473         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37474         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37475         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37476         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37478 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
37480         * math/tst-CMPLX.c: Include <stdio.h>.
37482 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
37484         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
37485         float.
37486         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
37487         * sysdeps/sparc/bits/mathdef.h: Likewise.
37489 2012-01-31  Marek Polacek  <polacek@redhat.com>
37491         * libio/libio.h: Don't define _PARAMS.
37492         * locale/programs/config.h: Don't define PARAMS.
37493         * stdlib/strtol_l.c: Likewise.
37494         (__strtol_l): Remove PARAMS from the prototype.
37496 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
37498         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
37499         names.  Just use the correct names.  Remove unnecessary wrapper
37500         functions.
37501         * malloc/arena.c: Likewise.
37502         * malloc/hooks.c: Likewise.
37504         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
37505         ARENA_TEST says not to.  Simplify test for creation of a new arena.
37506         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
37508 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
37510         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
37511         into tail calls.
37512         (update_get_addr): New function.
37513         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
37514         GET_ADDR_MODULE parameter.
37516 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
37518         * crypt/cert.c: Remove __STDC__ conditionals.
37519         * crypt/crypt-entry.c: Likewise.
37520         * crypt/crypt_util.c: Likewise.
37521         * libio/filedoalloc.c: Likewise.
37522         * libio/fileops.c: Likewise.
37523         * libio/genops.c: Likewise.
37524         * libio/iofclose.c: Likewise.
37525         * libio/iofdopen.c: Likewise.
37526         * libio/iofopen.c: Likewise.
37527         * libio/iofopen64.c: Likewise.
37528         * libio/iogetdelim.c: Likewise.
37529         * libio/iopopen.c: Likewise.
37530         * libio/obprintf.c: Likewise.
37531         * libio/oldfileops.c: Likewise.
37532         * libio/oldiofclose.c: Likewise.
37533         * libio/oldiofdopen.c: Likewise.
37534         * libio/oldiofopen.c: Likewise.
37535         * libio/oldiopopen.c: Likewise.
37536         * libio/wfiledoalloc.c: Likewise.
37537         * libio/wgenops.c: Likewise.
37538         * locale/programs/xmalloc.c: Likewise.
37539         * misc/syslog.c: Likewise.
37540         * stdio-common/xbug.c: Likewise.
37541         * string/memchr.c: Likewise.
37542         * string/memcmp.c: Likewise.
37543         * string/memrchr.c: Likewise.
37544         * string/rawmemchr.c: Likewise.
37545         * sysdeps/posix/getcwd.c: Likewise.
37546         * time/strftime_l.c: Likewise.
37548 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
37550         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
37551         * config.make.in (config-cflags-sse2avx): Define.
37552         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
37553         Fix typo.
37555 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
37557         * scripts/config.guess: Update from upstream config git repository.
37558         * scripts/config.sub: Likewise.
37560 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
37562         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
37563         (EM_NUM): Update.
37564         (R_TILEPRO_*, R_TILEGX_*): New macros.
37566         * scripts/firstversions.awk: Fix bug in version range handling.
37568         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
37570         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
37572         * include/sys/epoll.h: New file.
37573         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
37574         libc_hidden_def.
37576 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
37578         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
37579         Avoid unnecessary __WORDSIZE == 64 test.
37580         (fmaxf): Use VEX format if possible.
37581         (fmax): Likewise.
37582         (fminf): Likewise.
37583         (fmin): Likewise.
37585         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
37586         * math/math_private.h: Remove libc_fegetround* and
37587         libc_fesetround*.
37588         * sysdeps/i386/configure.in: Check for -msse2avx.
37589         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
37590         also if SSE2AVX is defined.
37591         Remove libc_fegetround* and libc_fesetround*.
37592         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
37593         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
37594         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
37595         of HAS_YMM_USABLE.
37596         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
37597         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
37598         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
37599         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
37600         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
37602         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
37604 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37606         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
37607         size is not set.
37608         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
37610 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
37612         [BZ #13618]
37613         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
37614         relocation.
37615         * Makeconfig (libm): Define.
37616         * elf/Makefile: Add rules to build and run tst-relsort1.
37617         * elf/tst-relsort1.c: New file.
37618         * elf/tst-relsort1mod1.c: New file.
37619         * elf/tst-relsort1mod2.c: New file.
37621 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
37623         * math/s_ldexp.c: Remove __STDC__ conditionals.
37624         * math/s_ldexpf.c: Likewise.
37625         * math/s_ldexpl.c: Likewise.
37626         * math/s_nextafter.c: Likewise.
37627         * math/s_nexttowardf.c: Likewise.
37628         * math/s_significand.c: Likewise.
37629         * math/s_significandf.c: Likewise.
37630         * math/s_significandl.c: Likewise.
37631         * math/w_jnl.c: Likewise.
37632         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
37633         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
37634         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
37635         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
37636         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
37637         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
37638         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
37639         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
37640         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
37641         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
37642         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
37643         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37644         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
37645         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
37646         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
37647         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
37648         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
37649         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
37650         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
37651         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
37652         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
37653         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
37654         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
37655         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
37656         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
37657         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
37658         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
37659         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
37660         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
37661         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
37662         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
37663         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
37664         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
37665         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
37666         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
37667         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
37668         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
37669         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
37670         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
37671         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
37672         * sysdeps/ieee754/k_standard.c: Likewise.
37673         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
37674         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
37675         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
37676         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
37677         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
37678         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
37679         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
37680         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
37681         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
37682         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
37683         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
37684         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
37685         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
37686         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
37687         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
37688         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
37689         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
37690         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
37691         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
37692         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
37693         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
37694         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
37695         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
37696         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
37697         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
37698         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
37699         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
37700         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
37701         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
37702         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
37703         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
37704         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
37705         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
37706         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
37707         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
37708         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
37709         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
37710         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
37711         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
37712         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
37713         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
37714         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
37715         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
37716         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
37717         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
37718         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
37719         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
37720         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
37721         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
37722         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
37723         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
37724         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
37725         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
37726         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
37727         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
37728         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
37729         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
37730         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
37731         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
37732         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
37733         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
37734         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
37735         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
37736         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
37737         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
37738         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
37739         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
37740         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
37741         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
37742         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
37743         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
37744         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
37745         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
37746         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
37747         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
37748         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
37749         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
37750         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
37751         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
37752         * sysdeps/ieee754/s_matherr.c: Likewise.
37753         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
37754         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
37755         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
37756         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
37758 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
37760         * crypt/md5.h: Remove __STDC__ conditionals.
37761         * libio/libioP.h: Likewise.
37762         * locale/programs/config.h: Likewise.
37763         * sysdeps/generic/sysdep.h: Likewise.
37764         * sysdeps/i386/asm-syntax.h: Likewise.
37765         * sysdeps/s390/asm-syntax.h: Likewise.
37766         * sysdeps/unix/sysdep.h: Likewise.
37767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
37768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
37770 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
37772         * libio/libio.h: Remove __STDC__ conditionals.
37773         * malloc/obstack.h: Likewise.
37774         * math/complex.h: Likewise.
37775         * math/math.h: Likewise.
37776         * sysdeps/generic/_G_config.h: Likewise.
37777         * sysdeps/gnu/_G_config.h: Likewise.
37778         * sysdeps/mach/hurd/_G_config.h: Likewise.
37779         * sysdeps/powerpc/bits/mathdef.h: Likewise.
37780         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
37781         * sysdeps/sparc/bits/mathdef.h: Likewise.
37783 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
37785         [BZ #13583]
37786         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
37787         Clean up HAS_* macros.
37788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
37789         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
37790         possible.
37791         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
37792         HAS_AVX.
37793         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
37794         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
37795         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
37796         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
37797         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
37799 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
37801         * elf/tst-unique3.cc (gets): Remove declaration.
37802         * elf/tst-unique3lib.cc (gets): Likewise.
37803         * elf/tst-unique3lib2.cc (gets): Likewise.
37804         * elf/tst-unique4.cc (gets): Likewise.
37806 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
37808         * include/stdio.h: Add C++ protection.  Add gets declarations and
37809         definitions.
37810         * debug/tst-chk1.c: Don't declare gets here.
37811         * stdio-common/tst-gets.c: Likewise.
37813 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
37815         * posix/glob: Remove directory.
37817 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
37819         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
37821 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
37823         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
37824         of the non-standard EPFNOSUPPORT.
37826 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37828         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
37829         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
37830         ANYWHERE set to 1 only on KERN_NO_SPACE error.
37832 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
37834         * wcsmbs/uchar.h: Test __STDC_VERSION__.
37836 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
37838         * nscd/aicache.c (addhstaiX): Do not cache negative results of
37839         transient errors.
37840         * nscd/grpcache.c (cache_addgr): Likewise.
37841         * nscd/hstcache.c (cache_addhst): Likewise.
37842         * nscd/initgrcache.c (addinitgroupsX): Likewise.
37843         * nscd/pwdcache.c (cache_addpw): Likewise.
37844         * nscd/servicescache.c (cache_addserv): Likewise.
37846 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
37848         * malloc/malloc.c: Various cleanups.
37849         * malloc/hooks.c: Likewise.
37851         * stdlib/Makefile (tests): Add bug-fmtmsg1.
37852         * stdlib/bug-fmtmsg1.c: New file.
37854         * stdlib/fmtmsg.c (init): Add missing unlock.
37855         Patch by Peng Haitao <penght@cn.fujitsu.com>.
37857 2012-01-12  Marek Polacek  <polacek@redhat.com>
37859         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
37860         and _GNU_SOURCE.
37862 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
37864         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
37865         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
37866         macro to ensure uniqueness of label name.
37867         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
37868         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
37870 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
37872         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
37874         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
37875         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
37876         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
37877         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
37879 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
37881         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
37883         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
37884         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
37885         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
37887         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
37889         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
37890         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
37891         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
37892         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
37894         * math/bits/math-finite.h: Add ldexp support.
37896 2012-01-10  Marek Polacek  <polacek@redhat.com>
37898         * locale/programs/localedef.h (show_archive_content): Add noreturn
37899         attribute.
37901 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
37903         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
37905 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
37907         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
37909         * io/Makefile (headers): Add bits/poll2.h.
37911 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
37913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
37914         typo #include statement.
37916 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
37918         * include/sys/cdefs.h: Define __attribute_alloc_size.
37919         * catgets/gencat.c: Add alloc_size attribute and apply consistently
37920         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
37921         * elf/pldd.c: Likewise.
37922         * iconv/iconv_charmap.c: Likewise.
37923         * iconv/iconvconfig.c: Likewise.
37924         * iconv/strtab.c: Likewise.
37925         * locale/programs/locale.c: Likewise.
37926         * locale/programs/localedef.h: Likewise.
37927         * locale/programs/simple-hash.c: Likewise.
37928         * nscd/nscd.h: Likewise.
37929         * nss/makedb.c: Likewise.
37930         * sysdeps/generic/ldconfig.h: Likewise.
37931         * locale/programs/localedef.c: Remove xmalloc prototype.
37932         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
37934 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
37936         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
37937         appropriate.
37939 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
37941         * math/Makefile (tests): Add tst-CMPLX.
37942         * math/tst-CMPLX.c: New file.
37944         * math/complex.h (CMPLXL): Fix typo.
37946         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
37947         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
37948         GLIBC_2.16.
37949         * debug/tst-chk1.c: Add poll and ppoll tests.
37950         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
37951         * include/sys/poll.h: Add hidden proto for ppoll.
37952         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
37953         * sysdeps/mach/hurd/ppoll.c: Likewise.
37954         * io/ppoll.c: Likewise.
37955         * debug/poll_chk.c: New file.
37956         * debug/ppoll_chk.c: New file.
37957         * include/bits/poll2.h: New file.
37958         * io/bits/poll2.h: New file.
37960         [BZ #1350]
37961         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
37963         * configure.in: static is always set to yes.  Remove.
37964         * config.make.in: Don't set build-static.
37965         * Makeconfig: Remove use of build-static.
37966         * dlfcn/Makefile: Likewise.
37967         * elf/Makefile: Likewise.
37968         * math/Makefile: Likewise.
37969         * misc/Makefile: Likewise.
37970         * nptl/Makefile: Likewise.
37971         * sysdeps/mach/hurd/Makefile: Likewise.
37973         * configure.in: PWD_P is not used anymore.
37974         * config.make.in: Remove PWD_P entry.
37976         * configure.in: Remove last remnants of RANLIB.
37977         No need to check for signed size_t anymore.
37978         Don't set libc_commonpagesize and libc_relro_required here for Alpha
37979         and IA-64.
37980         Remove __builtin_expect test because we require at least gcc 3.4.
37981         * aclocal.m4: Likewise.
37983         * wcsmbs/mbrtoc16.c: Implement using towc function.
37984         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
37985         * wcsmbs/wcsmbsload.c: Likewise.
37986         * iconv/gconv_simple.c: Likewise.
37987         * iconv/gconv_int.h: Likewise.
37988         * iconv/gconv_builtin.h: Likewise.
37989         * iconv/iconv_prog.c: Remove CHAR16 handling.
37991         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
37993         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
37995         * configure.in: Remove --with-elf and --enable-bounded options.
37996         Dont set base_machine for ia64.  More non-ELF conditions removed.
37997         Remove testing and setting of leading underscore information.
37998         * config.make.in (build-bounded): Set to no.
37999         * config.h.in: Remove NO_UNDERSCORES entry.
38000         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
38001         them.
38002         * csu/start.c: Remove !NO_UNDERSCORE code.
38003         * locale/localeinfo.h: Likewise.
38004         * sysdeps/generic/machine-gmon.h: Likewise.
38005         * sysdeps/generic/sysdep.h: Likewise.
38006         * sysdeps/i386/sysdep.h: Likewise.
38007         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
38008         * sysdeps/mach/sysdep.h: Likewise.
38009         * sysdeps/s390/s390-32/sysdep.h: Likewise.
38010         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38011         * sysdeps/sh/sysdep.h: Likewise.
38012         * sysdeps/sparc/sparc32/alloca.S: Likewise.
38013         * sysdeps/unix/i386/sysdep.S: Likewise.
38014         * sysdeps/unix/sparc/start.c: Likewise.
38015         * sysdeps/unix/sparc/sysdep.S: Likewise.
38016         * sysdeps/unix/sparc/sysdep.h: Likewise.
38017         * sysdeps/unix/start.c: Likewise.
38018         * sysdeps/unix/x86_64/sysdep.S: Likewise.
38019         * sysdeps/x86_64/sysdep.h: Likewise.
38021 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
38023         [BZ #13553]
38024         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
38025         for non-gcc.
38026         * argp/argp-fmtstream.h: Use const instead __const.
38027         * argp/argp.h: Likewise.
38028         * assert/assert.h: Likewise.
38029         * bits/fenv.h: Likewise.
38030         * bits/sched.h: Likewise.
38031         * bits/sigset.h: Likewise.
38032         * bits/sigthread.h: Likewise.
38033         * catgets/nl_types.h: Likewise.
38034         * conform/data/pthread.h-data: Likewise.
38035         * crypt/crypt-private.h: Likewise.
38036         * crypt/crypt.h: Likewise.
38037         * crypt/crypt_util.c: Likewise.
38038         * ctype/ctype.h: Likewise.
38039         * debug/execinfo.h: Likewise.
38040         * debug/mbsnrtowcs_chk.c: Likewise.
38041         * debug/mbsrtowcs_chk.c: Likewise.
38042         * debug/wcsnrtombs_chk.c: Likewise.
38043         * debug/wcsrtombs_chk.c: Likewise.
38044         * debug/wcstombs_chk.c: Likewise.
38045         * dirent/dirent.h: Likewise.
38046         * dlfcn/dlfcn.h: Likewise.
38047         * elf/neededtest4.c: Likewise.
38048         * grp/grp.h: Likewise.
38049         * gshadow/gshadow.h: Likewise.
38050         * iconv/gconv.h: Likewise.
38051         * iconv/gconv_int.h: Likewise.
38052         * iconv/gconv_simple.c: Likewise.
38053         * iconv/iconv.h: Likewise.
38054         * iconv/loop.c: Likewise.
38055         * iconv/skeleton.c: Likewise.
38056         * include/aio.h: Likewise.
38057         * include/aliases.h: Likewise.
38058         * include/argz.h: Likewise.
38059         * include/arpa/inet.h: Likewise.
38060         * include/assert.h: Likewise.
38061         * include/dirent.h: Likewise.
38062         * include/dlfcn.h: Likewise.
38063         * include/execinfo.h: Likewise.
38064         * include/fcntl.h: Likewise.
38065         * include/fenv.h: Likewise.
38066         * include/glob.h: Likewise.
38067         * include/grp.h: Likewise.
38068         * include/libintl.h: Likewise.
38069         * include/mntent.h: Likewise.
38070         * include/netdb.h: Likewise.
38071         * include/pwd.h: Likewise.
38072         * include/rpc/netdb.h: Likewise.
38073         * include/sched.h: Likewise.
38074         * include/search.h: Likewise.
38075         * include/shadow.h: Likewise.
38076         * include/signal.h: Likewise.
38077         * include/stdio.h: Likewise.
38078         * include/stdlib.h: Likewise.
38079         * include/string.h: Likewise.
38080         * include/sys/socket.h: Likewise.
38081         * include/sys/stat.h: Likewise.
38082         * include/sys/statfs.h: Likewise.
38083         * include/sys/statvfs.h: Likewise.
38084         * include/sys/syslog.h: Likewise.
38085         * include/sys/time.h: Likewise.
38086         * include/sys/uio.h: Likewise.
38087         * include/time.h: Likewise.
38088         * include/unistd.h: Likewise.
38089         * include/utmp.h: Likewise.
38090         * include/wchar.h: Likewise.
38091         * include/wctype.h: Likewise.
38092         * inet/aliases.h: Likewise.
38093         * inet/arpa/inet.h: Likewise.
38094         * inet/netinet/ether.h: Likewise.
38095         * inet/netinet/in.h: Likewise.
38096         * intl/libintl.h: Likewise.
38097         * io/bits/fcntl2.h: Likewise.
38098         * io/fcntl.h: Likewise.
38099         * io/ftw.h: Likewise.
38100         * io/sys/poll.h: Likewise.
38101         * io/sys/stat.h: Likewise.
38102         * io/sys/statfs.h: Likewise.
38103         * io/sys/statvfs.h: Likewise.
38104         * io/utime.h: Likewise.
38105         * libio/bits/stdio.h: Likewise.
38106         * libio/bits/stdio2.h: Likewise.
38107         * libio/libio.h: Likewise.
38108         * libio/libioP.h: Likewise.
38109         * libio/stdio.h: Likewise.
38110         * locale/lc-ctype.c: Likewise.
38111         * locale/locale.h: Likewise.
38112         * login/utmp.h: Likewise.
38113         * malloc/arena.c: Likewise.
38114         * malloc/malloc.c: Likewise.
38115         * malloc/malloc.h: Likewise.
38116         * malloc/mcheck.c: Likewise.
38117         * malloc/mtrace.c: Likewise.
38118         * math/bits/mathcalls.h: Likewise.
38119         * math/fenv.h: Likewise.
38120         * math/math_private.h: Likewise.
38121         * misc/bits/error.h: Likewise.
38122         * misc/bits/syslog.h: Likewise.
38123         * misc/err.h: Likewise.
38124         * misc/error.h: Likewise.
38125         * misc/fstab.h: Likewise.
38126         * misc/mntent.h: Likewise.
38127         * misc/regexp.h: Likewise.
38128         * misc/search.h: Likewise.
38129         * misc/sgtty.h: Likewise.
38130         * misc/sys/mman.h: Likewise.
38131         * misc/sys/syslog.h: Likewise.
38132         * misc/sys/uio.h: Likewise.
38133         * misc/sys/xattr.h: Likewise.
38134         * misc/ttyent.h: Likewise.
38135         * nis/rpcsvc/ypclnt.h: Likewise.
38136         * nss/nss.h: Likewise.
38137         * posix/bits/unistd.h: Likewise.
38138         * posix/fnmatch.h: Likewise.
38139         * posix/glob.h: Likewise.
38140         * posix/sched.h: Likewise.
38141         * posix/spawn.h: Likewise.
38142         * posix/sys/wait.h: Likewise.
38143         * posix/unistd.h: Likewise.
38144         * posix/wordexp.h: Likewise.
38145         * pwd/pwd.h: Likewise.
38146         * resolv/netdb.h: Likewise.
38147         * resource/sys/resource.h: Likewise.
38148         * rt/aio.h: Likewise.
38149         * rt/bits/mqueue2.h: Likewise.
38150         * rt/mqueue.h: Likewise.
38151         * shadow/shadow.h: Likewise.
38152         * signal/signal.h: Likewise.
38153         * socket/send.c: Likewise.
38154         * socket/sendto.c: Likewise.
38155         * socket/sys/socket.h: Likewise.
38156         * stdio-common/printf.h: Likewise.
38157         * stdlib/bits/stdlib.h: Likewise.
38158         * stdlib/fmtmsg.h: Likewise.
38159         * stdlib/monetary.h: Likewise.
38160         * stdlib/stdlib.h: Likewise.
38161         * stdlib/ucontext.h: Likewise.
38162         * streams/stropts.h: Likewise.
38163         * string/argz.h: Likewise.
38164         * string/bits/string2.h: Likewise.
38165         * string/string.h: Likewise.
38166         * string/strings.h: Likewise.
38167         * sunrpc/rpc/auth.h: Likewise.
38168         * sunrpc/rpc/auth_des.h: Likewise.
38169         * sunrpc/rpc/clnt.h: Likewise.
38170         * sunrpc/rpc/netdb.h: Likewise.
38171         * sunrpc/rpc/pmap_clnt.h: Likewise.
38172         * sunrpc/rpc/xdr.h: Likewise.
38173         * sysdeps/generic/inttypes.h: Likewise.
38174         * sysdeps/generic/net/if.h: Likewise.
38175         * sysdeps/generic/sys/swap.h: Likewise.
38176         * sysdeps/gnu/net/if.h: Likewise.
38177         * sysdeps/gnu/utmpx.h: Likewise.
38178         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
38179         * sysdeps/i386/i486/bits/string.h: Likewise.
38180         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
38181         * sysdeps/s390/bits/string.h: Likewise.
38182         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
38183         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
38184         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
38185         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
38186         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
38187         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
38188         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
38189         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
38190         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
38191         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
38192         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
38193         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
38194         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
38195         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
38196         * sysdeps/unix/sysv/linux/readv.c: Likewise.
38197         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
38198         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
38199         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
38200         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
38201         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
38202         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
38203         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
38204         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
38205         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
38206         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
38207         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
38208         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
38209         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
38210         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
38211         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
38212         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
38213         * sysvipc/sys/ipc.h: Likewise.
38214         * sysvipc/sys/msg.h: Likewise.
38215         * sysvipc/sys/sem.h: Likewise.
38216         * sysvipc/sys/shm.h: Likewise.
38217         * termios/termios.h: Likewise.
38218         * time/sys/time.h: Likewise.
38219         * time/time.h: Likewise.
38220         * wcsmbs/bits/wchar2.h: Likewise.
38221         * wcsmbs/uchar.h: Likewise.
38222         * wcsmbs/wchar.h: Likewise.
38223         * wctype/wctype.h: Likewise.
38225         [BZ #13551]
38226         * Makeconfig: Remove all but ELF support including AIX support.
38227         * Makerules: Likewise.
38228         * config.h.in: Likewise.
38229         * config.make.in: Likewise.
38230         * configure: Likewise.
38231         * configure.in: Likewise.
38232         * csu/Makefile: Likewise.
38233         * csu/version.c: Likewise.
38234         * debug/Makefile: Likewise.
38235         * dlfcn/Makefile: Likewise.
38236         * elf/Makefile: Likewise.
38237         * extra-lib.mk: Likewise.
38238         * iconv/Makefile: Likewise.
38239         * include/libc-symbols.h: Likewise.
38240         * include/shlib-compat.h: Likewise.
38241         * resolv/Makefile: Likewise.
38242         * resolv/res_libc.c: Likewise.
38243         * rt/Makefile: Likewise.
38244         * sysdeps/i386/asm-syntax.h: Likewise.
38245         * sysdeps/i386/sysdep.h: Likewise.
38246         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
38247         * sysdeps/mach/sysdep.h: Likewise.
38248         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
38249         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
38250         * sysdeps/s390/asm-syntax.h: Likewise.
38251         * sysdeps/s390/s390-32/sysdep.h: Likewise.
38252         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38253         * sysdeps/sh/sysdep.h: Likewise.
38254         * sysdeps/unix/sparc/sysdep.h: Likewise.
38255         * sysdeps/wordsize-32/divdi3.c: Likewise.
38256         * sysdeps/x86_64/sysdep.h: Likewise.
38258         * argp/Versions: Remove _argp_unlock_xxx.
38260         [BZ #13559]
38261         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
38262         * abilist/libBrokenLocale.abilist: Likewise.
38263         * abilist/libanl.abilist: Likewise.
38264         * abilist/libc.abilist: Likewise.
38265         * abilist/libcrypt.abilist: Likewise.
38266         * abilist/libdl.abilist: Likewise.
38267         * abilist/libm.abilist: Likewise.
38268         * abilist/libnsl.abilist: Likewise.
38269         * abilist/libpthread.abilist: Likewise.
38270         * abilist/libresolv.abilist: Likewise.
38271         * abilist/librt.abilist: Likewise.
38272         * abilist/libthread_db.abilist: Likewise.
38273         * abilist/libutil.abilist: Likewise.
38274         * abilist/libnss_db.abilist: New file.
38276         * scripts/abilist.awk: Add support for indirect functions.
38278         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
38280         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
38282         * shlib-versions: Remove entries for ports architectures.
38284         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
38285         files in ports.
38286         * elf/stackguard-macros.h: Remove support for IA-64.
38287         * elf/tst-auditmod1.c: Likewise.
38288         * sysdeps/generic/ldsodefs.h: Likewise.
38290         * sysdeps/unix/sysv/linux/configure.in: Ports should define
38291         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
38292         configure files.
38294         [BZ #13552]
38295         * configure.in: Remove --enable-omitfp support.
38296         * FAQ.in: Adjust.
38297         * config.make.in: Likewise.
38298         * Makeconfig: Likewise.
38299         * manual/install.texi: Likewise.
38301         In case anyone cares, the IA-64 architecture could move to ports.
38302         * sysdeps/ia64/*: Removed.
38303         * sysdeps/unix/sysv/linux/ia64/*: Removed.
38304         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
38306         [BZ #13555]
38307         * configure.in: Remove entries for unsupported architectures.
38309         [BZ #13533]
38310         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
38311         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
38312         routines.
38313         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
38314         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
38315         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
38316         fall back to using wcrtomb.
38317         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
38318         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
38319         renaming.
38320         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
38321         * wcsmbs/tst-c16c32-1.c: New file.
38323         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
38324         local variable.
38326         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
38328         * elf/tst-unique3.cc: Add explicit declaration of gets.
38329         * elf/tst-unique3lib.cc: Likewise.
38330         * elf/tst-unique3lib2.cc: Likewise.
38331         * elf/tst-unique4.cc: Likewise.
38333         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
38335 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
38337         [BZ #13566]
38338         * assert/assert.h (static_assert): Don't define for C++.
38339         * libio/stdio.h (gets): Do declare for C++ <= C++11.
38340         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
38342 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
38344         * iconv/loop.c (single loop): Fix assertion in storing of
38345         remaining bytes.
38347         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
38349 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
38351         * posix/getconf.c: Update copyright year.
38352         * nss/getent.c: Likewise.
38353         * nss/makedb.c: Likewise.
38354         * iconv/iconvconfig.c: Likewise.
38355         * iconv/iconv_prog.c: Likewise.
38356         * elf/ldconfig.c: Likewise.
38357         * elf/pldd.c: Likewise.
38358         * elf/sotruss.ksh: Likewise.
38359         * catgets/gencat.c: Likewise.
38360         * csu/version.c: Likewise.
38361         * elf/ldd.bash.in: Likewise.
38362         * elf/sprof.c (print_version): Likewise.
38363         * locale/programs/locale.c: Likewise.
38364         * locale/programs/localedef.c: Likewise.
38365         * login/programs/pt_chown.c: Likewise.
38366         * nscd/nscd.c (print_version): Likewise.
38367         * debug/xtrace.sh: Likewise.
38368         * malloc/memusage.sh: Likewise.
38369         * malloc/mtrace.pl: Likewise.
38370         * debug/catchsegv.sh: Likewise.
38372 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
38374         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
38375         pure attribute.
38377 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
38379         [BZ #13533]
38380         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
38381         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
38382         transformations.
38383         * iconv/gconv_int.h: Likewise.
38384         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
38385         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
38386         from libc for GLIBC_2.16.
38387         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
38388         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
38389         * wcsmbs/uchar.h: Really define mbstate_t.
38390         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
38391         * wcsmbs/c16rtomb.c: New file.
38392         * wcsmbs/mbrtoc16.c: New file.
38393         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
38394         for C/POSIX locale.
38395         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
38396         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
38398         * wcsmbs/wchar.h: Add missing __restrict.
38400 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
38402         [BZ #13532]
38403         * time/Makefile (routines): Add timespec_get.
38404         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
38405         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
38406         timespec for ISO C11.
38407         * time/timespec_get.c: New file.
38408         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
38409         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
38411         [BZ #13531]
38412         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
38413         * stdlib/stdlib.h: Declare aligned_alloc.
38414         * Versions.def: Add GLIBC_2.16 for libc.
38415         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
38417         [BZ 13527]
38418         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
38419         ISO C11.
38421         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
38422         code.
38424         [BZ #13528]
38425         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
38427         [BZ #13529]
38428         * assert/assert.h (static_assert): Define.
38430         * version.h: Update for 2.16 development version.
38432         [BZ #13526]
38433         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
38434         _ISOC11_SOURCE.
38436         * version.h (RELEASE): Bump for 2.15 release.
38437         * include/features.h (__GLIBC_MINOR__): Bump to 15.
38439         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
38440         Patch by Marek Polacek <mpolacek@redhat.com>.
38442         * bits/byteswap.h: Protect long long constants with __extension__.
38443         * sysdeps/i386/bits/byteswap.h: Likewise.
38444         * sysdeps/ia64/bits/byteswap.h: Likewise.
38445         * sysdeps/s390/bits/byteswap.h: Likewise.
38446         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38448 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38450         [BZ #13540]
38451         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
38452         destination buffer.
38453         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
38455 2011-12-23  Marek Polacek  <polacek@redhat.com>
38457         * elf/dl-addr.c (determine_info): Add inline keyword.
38458         * elf/tst-auditmod4b.c (check_avx): Likewise.
38459         * elf/tst-auditmod6b.c (check_avx): Likewise.
38460         * elf/tst-auditmod6c.c (check_avx): Likewise.
38461         * elf/tst-auditmod7b.c (check_avx): Likewise.
38463 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
38465         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
38466         !__SSE_MATH__.
38468 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38470         [BZ #13540]
38471         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
38472         processing for last bytes.
38474 2011-08-06  Bruno Haible  <bruno@clisp.org>
38476         [BZ #13061]
38477         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
38478         U+0385, not to U+1FEE.
38480         [BZ #13062]
38481         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
38482         entry for U+00A5 U+0301.
38484 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
38486         [BZ #13166]
38487         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
38488         buffer for the output is too small.
38490         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
38491         optimization.
38493         [BZ #13185]
38494         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
38495         SSE flags if possible.
38497 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38499         [BZ #13540]
38500         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
38501         processing for last bytes.
38503 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
38505         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
38506         (syscall-list-default-options, syscall-list-default-condition)
38507         (syscall-list-includes): Define.
38508         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
38509         list of ABIs and options and #if conditions for each ABI.  Do not
38510         handle common syscalls between ABIs specially.
38511         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
38512         Remove.
38513         (syscall-list-variants, syscall-list-32bit-options)
38514         (syscall-list-32bit-condition, syscall-list-64bit-options)
38515         (syscall-list-64bit-condition): Define.
38516         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
38517         (syscall-list-variants, syscall-list-32bit-options)
38518         (syscall-list-32bit-condition, syscall-list-64bit-options)
38519         (syscall-list-64bit-condition): Define.
38520         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
38521         Remove.
38522         (syscall-list-variants, syscall-list-32bit-options)
38523         (syscall-list-32bit-condition, syscall-list-64bit-options)
38524         (syscall-list-64bit-condition): Define.
38525         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
38526         Remove.
38527         (syscall-list-variants, syscall-list-32bit-options)
38528         (syscall-list-32bit-condition, syscall-list-64bit-options)
38529         (syscall-list-64bit-condition): Define.
38531 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
38533         * locale/iso-639.def: Add brx entry.
38535         [BZ #13328]
38536         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
38537         Proposed by Mariusz_Cukr <marcukr@op.pl>.
38539         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
38540         __feraiseexcept_renamed.
38542 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
38544         [BZ #13538]
38545         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
38546         EPOLLET with unsigned values.
38547         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
38548         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
38550         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
38551         to large cancellation.
38552         * math/s_cacoshf.c: Likewise.
38553         * math/s_cacoshl.c: Likewise.
38555 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
38557         [BZ #13305]
38558         [BZ #12786]
38559         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
38560         * math/s_cacoshf.c: Likewise.
38561         * math/s_cacoshl.c: Likewise.
38563 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
38565         [BZ #13439]
38566         * iconv/gconv.h: Define __GCONV_SWAP.
38567         * iconvdata/unicode.c: The swap bit must be stored in __flags.
38568         * iconvdata/utf-16.c: Likewise.
38569         * iconvdata/utf-32.c: Likewise.
38571 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
38573         [BZ #13524]
38574         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
38575         numerator after shifting it by one limb.
38577 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
38579         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
38580         under [__USE_EXTERN_INLINES].
38582 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
38584         [BZ #13446]
38585         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
38587 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38589         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
38590         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
38591         optimized code.
38592         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
38593         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
38594         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
38595         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
38596         for strncasecmp/strncasecmp_l compilation.
38597         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
38598         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
38600 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
38602         [BZ #13484]
38603         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
38604         of __asm__.
38606 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
38608         [BZ #13506]
38609         * time/tzfile.c (__tzfile_read): Check values from file header.
38611 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38613         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
38614         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
38615         * powerpc/powerpc32/dl-start.S: Likewise.
38616         * powerpc/powerpc32/elf/start.S: Likewise.
38617         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
38618         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
38619         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
38620         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
38621         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
38622         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
38623         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
38624         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
38625         * powerpc/powerpc32/fpu/s_round.S: Likewise.
38626         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
38627         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
38628         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
38629         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
38630         * powerpc/powerpc32/memset.S: Likewise.
38631         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
38632         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
38633         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
38634         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
38635         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
38636         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
38637         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
38638         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
38639         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
38640         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
38641         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
38642         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
38643         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
38645 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38647         * math/libm-test.inc: Added more nearbyint tests.
38648         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
38649         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
38650         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
38651         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
38653 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
38655         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
38656         FD_CLOEXEC.
38658 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38660         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
38661         Add wcscpy-ssse3 wcscpy-c.
38662         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
38663         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
38664         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
38665         * sysdeps/x86_64/wcschr.S: New file.
38666         * sysdeps/x86_64/wcsrchr.S: New file.
38667         * string/test-strcmp.c: Remove checking of wcscmp function for
38668         wrong alignments.
38669         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
38670         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
38671         wcsrchr-sse2 wcsrchr-c.
38672         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
38673         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
38674         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
38675         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
38676         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
38677         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
38678         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
38679         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
38680         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
38681         * wcsmbc/wcschr.c (WCSCHR): New macro.
38683 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38685         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
38686         * wcsmbs/test-wcsrchr.c: New file.
38687         * string/test-strrchr.c: Add wcsrchr support.
38688         (WIDE): New macro.
38689         * wcsmbs/test-wcscpy.c: New file.
38690         * string/test-strcpy.c: Add wcscpy support.
38691         (WIDE): New macro.
38693 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
38695         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
38696         the inner loop.
38698 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
38700         [BZ #13472]
38701         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
38703 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
38705         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
38706         Minor optimizations.
38708         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
38709         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
38710         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
38712 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
38714         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
38715         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
38716         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
38717         for gcc to avoid warnings.
38718         * inet/Makefile (tests): Add tst-checks.
38719         * inet/tst-checks.c: New file.
38721         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
38722         warning.
38724         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
38725         __wmemcmp_sse2.
38727         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
38728         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
38730         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
38732 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
38734         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
38735         problem.
38737         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
38739 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
38741         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
38742         conditional on GCC version.
38743         (__arch_compare_and_exchange_val_8_acq)
38744         (__arch_compare_and_exchange_val_16_acq)
38745         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
38746         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
38747         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
38749 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
38751         * sysdeps/sh/backtrace.c: New file.
38753 2011-12-02  Andreas Schwab  <schwab@redhat.com>
38755         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
38756         parenthesis.
38758 2011-12-01  Andreas Schwab  <schwab@redhat.com>
38760         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
38761         falling back to utime.
38763 2011-11-30  Andreas Schwab  <schwab@redhat.com>
38765         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
38766         expectations for float.
38768 2011-11-29  Andreas Schwab  <schwab@redhat.com>
38770         * locale/weight.h (findidx): Add parameter len.
38771         * locale/weightwc.h (findidx): Likewise.
38772         * posix/fnmatch_loop.c (FCT): Adjust caller.
38773         * posix/regcomp.c (build_equiv_class): Likewise.
38774         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
38775         * posix/regexec.c (check_node_accept_bytes): Likewise.
38776         * string/strcoll_l.c (STRCOLL): Likewise.
38777         * string/strxfrm_l.c (STRXFRM): Likewise.
38779 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
38781         * Makefile.in: Remove CVSOPT handling.
38782         * configure.in: Remove use of AC_REVISION.
38783         * iconvdata/Makefile (distribute): No need to filter out CVS.
38784         * scripts/list-sources.sh: Remove CVS, subversion and monotone
38785         handling.
38787 2011-11-16  Andreas Schwab  <schwab@redhat.com>
38789         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
38790         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
38791         [USE_AS_STRNCASECMP_L]: Likewise.
38792         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
38793         NO_TLS_DIRECT_SEG_REFS.
38794         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
38795         Fix argument offsets for non-PIC.
38796         [USE_AS_STRNCASECMP_L]: Likewise.
38797         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
38798         NO_TLS_DIRECT_SEG_REFS.
38800 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
38802         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
38803         O_CLOEXEC.
38804         * locale/loadlocale.c (_nl_load_locale): Likewise.
38806 2011-11-15  Andreas Schwab  <schwab@redhat.com>
38808         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
38809         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
38810         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
38811         (SYSCALL_GETTIME): Set errno on error.
38813         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
38814         count references to noai6ai_cached.
38816 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
38818         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
38820         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
38821         FD_CLOEXEC for /proc/self/maps.
38823         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
38824         FD_CLOEXEC for /proc/meminfo.
38826         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
38827         gai.conf.
38829         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
38830         FD_CLOEXEC for given file.
38832         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
38834         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
38835         FD_CLOEXEC for /etc/hosts.
38836         (_gethtent): Likewise.
38838         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
38840         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
38841         cancellation and set FD_CLOEXEC for /etc/netgroup.
38843         * nss/nss_files/files-key.c (search): Don't allow cancellation when
38844         reading /etc/publickey.
38846         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
38847         allow cancellation when reading /etc/group.
38849         * nss/nss_files/files-alias.c (internal_setent): Don't allow
38850         cancellation.
38851         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
38853         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
38854         when using data file.
38856         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
38858         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
38859         (write_nis_obj): Use "c" and "e" in fopen.
38861         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
38863         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
38865         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
38867         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
38869         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
38870         locale.alias.
38872         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
38874         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
38876         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
38878         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
38879         file parsing and set FD_CLOEXEC.
38881 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
38883         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
38885 2011-11-14  Andreas Schwab  <schwab@redhat.com>
38887         * malloc/arena.c (arena_get2): Don't call reused_arena when
38888         _int_new_arena failed.
38890 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
38892         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
38893         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
38894         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
38895         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38896         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38897         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
38898         to compile strcasecmp and strncasecmp.
38899         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
38900         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
38902         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
38904 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
38906         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
38907         locale-defines.sym to gen-as-const-headers.
38908         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
38909         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
38910         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
38911         to compile strcasecmp and strncasecmp.
38912         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
38913         strcasecmp_l and strncasecmp_l.
38914         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
38915         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
38916         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
38917         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
38918         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
38919         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
38920         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
38921         * sysdeps/i386/i686/multiarch/strncase.S: New file.
38922         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
38923         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
38924         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
38926 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
38928         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
38929         result of SYSDEP_GETTIME_CPU to retval.
38930         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
38931         parameter list to macro.  Remove trailing semicolon.  Adjust users.
38933         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
38934         variable.
38936         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
38937         mantissa words.
38938         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
38940         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
38941         from unused variable.
38943         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
38944         DWARF definitions.
38945         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
38946         for assembling.
38948         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
38949         over namespaces.
38951         * sunrpc/rpc_prot.c (rejected): Fix case value.
38953         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
38954         unsigned long long int to avoid warnings in shift.
38956         * posix/regex_internal.c (re_string_reconstruct): Actually use result
38957         of use of trans.
38958         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
38959         variable tmp.
38961         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
38962         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
38963         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
38965         * nis/nis_table.c (nis_list): Use variable of correct type for
38966         result of __follow_path call.
38968 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38970         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
38971         of math functions ceil, trunc, floor, round, and sqrt, when
38972         avaliable on the platform.
38973         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
38974         name clash.
38975         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
38976         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
38977         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
38979 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
38981         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
38982         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
38984 2011-11-11  Roland McGrath  <roland@hack.frob.com>
38986         * include/unistd.h: Fix __readlink return type.
38987         Reported by Chris Metcalf <cmetcalf@tilera.com>.
38989 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
38991         * stdlib/ucontext.h: Undo last change for makecontext.
38993 2011-11-11  Andreas Schwab  <schwab@redhat.com>
38995         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
38997         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
38998         * setjmp/setjmp.h: Mark functions as non-leaf.
38999         * setjmp/bits/setjmp2.h: Likewise.
39000         * stdlib/ucontext.h: Likewise.
39002 2011-11-10  Andreas Schwab  <schwab@redhat.com>
39004         * malloc/arena.c (_int_new_arena): Don't increment narenas.
39005         (reused_arena): Don't check arena limit.
39006         (arena_get2): Atomically check arena limit.
39008 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
39010         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
39011         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
39013         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
39014         instructions.
39016 2011-11-07  Andreas Schwab  <schwab@redhat.com>
39018         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
39019         handler when locking.
39021         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
39022         Fix size of allocated buffer.
39024 2011-11-04  Andreas Schwab  <schwab@redhat.com>
39026         [BZ #10103]
39027         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
39028         declarations for long double functions.
39029         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
39031         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
39033 2011-11-03  Andreas Schwab  <schwab@redhat.com>
39035         * nscd/nscd.c (main): Don't start AVC thread until credentials are
39036         installed.
39038         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
39039         is disabled.
39041 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39043         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
39045 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
39047         * include/alloca.h (stackinfo_alloca_round): Define.
39048         (extend_alloca): Use it.
39049         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
39050         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
39051         here.
39053         * scripts/check-local-headers.sh: Ignore libaudit.h.
39055         * nscd/Makefile (extra-objs): Make recursively expanded.
39057 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
39059         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
39060         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
39062         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
39063         * posix/tst-rfc3484-2.c: Likewise.
39064         * posix/tst-rfc3484-3.c: Likewise.
39066         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
39067         process_vm_writev.
39068         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
39069         process_vm_writev.
39070         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
39071         process_vm_writev from libc using GLIBC_2.15 version.
39073         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
39075 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
39077         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
39078         stack usage.
39080 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
39082         [BZ #13367]
39083         * nss/getent.c (initgroups_keys): Show error message in case no group
39084         names are given.
39086         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
39087         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
39088         __bump_nl_timestamp.
39089         * nscd/connections (nscd_init): When host database is served open
39090         netlink socket and request notification about configuration changes.
39091         (main_loop_poll): Track netlink file descriptor and bump timestamp
39092         in case data becomes available.
39093         (main_loop_epoll): Likewise.
39094         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
39095         (database_pers_head): Add extra_data fileds.
39096         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
39097         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
39098         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
39099         Adjust caller.
39100         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
39101         in6ai data, call __free_in6ai.
39102         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
39103         Add -DHAVE_NETLINK.
39104         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
39105         interface information.  Reuse previous data if netlink timestamp
39106         is not changed.
39107         (__bump_nl_timestamp): New function.
39108         (__free_in6ai): New function.
39110 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
39112         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
39113         close_not_cancel_no_status here.
39114         (__check_pf): Reorganize code a bit to not call close twice if OOM.
39116 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
39118         [BZ #13276]
39119         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
39120         return value.
39122         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
39123         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
39124         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
39126 2011-07-03  Andreas Jaeger  <aj@suse.de>
39128         [BZ #10709]
39129         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
39130         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
39131         * math/libm-test.inc (sin_test): Add test case.
39133 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
39135         [BZ #13337]
39136         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
39137         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
39139         * elf/chroot_canon.c (chroot_canon): Cleanups.
39141         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
39143         [BZ #13335]
39144         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
39145         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
39147         * string/test-strchr.c: Make usable for strchrnul testing.
39148         * string/test-strchrnul.c: New file.
39149         * string/Makefile (strop-tests): Add strchrnul.
39151         * po/it.po: Update from translation team.
39152         * po/es.po: Likewise.
39154 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
39156         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
39157         the three constants needed as parameters.  Drop the others.
39158         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
39159         __m128i_strloadu_tolower.
39160         Create and initialize variable zero and use it in all the places
39161         where _mm_setzero_si128 was used.
39163         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
39164         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
39165         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
39166         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
39167         anymore.
39168         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
39169         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
39170         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
39171         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
39172         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
39173         __mpranred, __mptan.
39174         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
39175         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
39176         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
39177         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
39178         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
39179         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
39180         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
39181         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
39182         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
39184 2011-10-28  Andreas Schwab  <schwab@redhat.com>
39186         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
39187         redefine if SHARED.
39188         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
39190         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
39191         wide char related routines to wcsmbs subdir.
39193 2011-10-27  Andreas Schwab  <schwab@redhat.com>
39195         [BZ #13344]
39196         * misc/sys/cdefs.h (__THROWNL): Define.
39197         * posix/unistd.h: Use __THREADNL instead of __THREAD
39198         for memory synchronization functions.
39200 2011-10-26  Roland McGrath  <roland@hack.frob.com>
39202         [BZ #13349]
39203         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
39204         doesn't exist.
39205         * manual/stdio.texi (Obstack Streams): Node removed.
39207 2011-10-26  Andreas Schwab  <schwab@redhat.com>
39209         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
39210         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39211         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39213         * math/math_private.h (math_force_eval): Allow non-addressable
39214         arguments.
39215         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
39217 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
39219         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
39220         file is not needed.
39222         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
39223         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
39224         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
39225         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
39226         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
39227         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
39228         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
39229         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
39230         Add AVX variants.
39231         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
39232         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
39233         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
39234         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
39235         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
39236         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
39237         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
39238         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
39239         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
39240         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
39241         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
39242         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
39243         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
39244         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
39245         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
39246         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
39247         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
39248         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
39249         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
39251         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
39252         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
39254         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
39255         place.  Use VEX encoding when compiling for AVX.
39257 2011-10-25  Andreas Schwab  <schwab@redhat.com>
39259         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
39260         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
39262         * string/test-strchr.c (do_test): Don't generate NUL bytes.
39264 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
39266         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
39267         useless if() expression.
39268         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39269         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39270         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39271         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39272         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39273         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39274         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39275         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39276         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39277         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39278         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39279         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39280         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39281         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39282         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39283         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39284         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
39285         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
39286         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
39288         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
39290 2011-10-25  Andreas Schwab  <schwab@redhat.com>
39292         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
39293         condition.
39294         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39296 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
39298         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
39299         .text section.  Avoid duplicate constants.
39300         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39301         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39302         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39303         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39304         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39305         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39306         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39307         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39308         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
39309         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
39310         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
39311         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
39312         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
39313         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
39314         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
39315         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
39316         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
39317         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
39318         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39319         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39320         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39321         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39322         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39323         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
39324         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
39325         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
39326         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
39327         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
39328         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
39329         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
39330         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
39331         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
39332         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
39333         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
39334         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
39335         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
39336         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
39337         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
39338         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
39339         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
39340         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
39341         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
39342         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
39343         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
39344         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
39346 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
39348         * sysdeps/x86_64/dla.h: Move to ...
39349         * sysdeps/x86_64/fpu/dla.h: ...here.
39350         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
39351         situations.  Use __builtin_fma only for gcc 4.6 and up.
39353         * config.make.in: Add have-mfma4 entry.
39354         * configure.in: Substitute libc_cv_cc_fma4.
39355         * math/Makefile (dbl-only-routines): Add sincostab.
39356         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
39357         Use __sincostab not sincos.
39358         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
39359         name is a macro.
39360         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39361         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39362         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39363         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
39364         using __copysign.
39365         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
39366         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
39367         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
39368         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
39369         and __inv.
39370         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
39371         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
39372         __copysign.
39373         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
39374         define aliases when function name is a macro.
39375         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
39376         sysdeps/ieee754/dbl-64/sincos.tbl.
39377         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
39378         fma4-enabled routines.
39379         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
39380         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
39381         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
39382         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
39383         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
39384         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
39385         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
39386         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
39387         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
39388         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
39389         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
39390         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
39391         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
39392         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
39393         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
39394         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
39395         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
39396         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
39397         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
39398         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
39399         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
39400         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
39401         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
39402         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
39403         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
39404         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
39405         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
39406         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
39407         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
39408         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
39410         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
39411         rename.
39412         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39413         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39414         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39415         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39416         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39417         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39418         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39419         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39421 2011-10-24  Andreas Schwab  <schwab@redhat.com>
39423         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
39425 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
39427         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
39429         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
39430         prediction.
39431         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
39433         * string/strnlen.c: Don't define STRNLEN, reverse logic.
39434         Remove unused variable magic_bits.
39435         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
39437         * string/strnlen.c: Define and use STRNLEN macro.
39438         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
39439         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
39440         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
39441         * wcsmbs/wcslen.c: Define and use WCSLEN.
39442         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
39443         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
39444         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
39445         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
39446         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
39447         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
39448         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
39450 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39452         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
39453         strnlen-sse2-no-bsf.
39454         Rename strlen-no-bsf to strlen-sse2-no-bsf.
39455         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
39456         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
39457         Add strnlen support.
39458         (USE_AS_STRNLEN): New macro.
39459         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
39460         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
39461         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
39462         * sysdeps/x86_64/wcslen.S: New file.
39464 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
39466         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39467         XMM-moves are used for copying on small sizes.
39469 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39471         * wcsmbs/Makefile (strop-tests): Add wcschr.
39472         * wcsmbs/test-wcschr.c: New file.
39473         * string/test-strchr.c: Update.
39474         Add wcschr support.
39475         (WIDE): New macro.
39477 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39479         * wcsmbs/Makefile (strop-tests): Add wcslen.
39480         * wcsmbs/test-wcslen.c: New file.
39481         * string/test-strlen.c: Update.
39482         Add wcslen support.
39483         (WIDE): New macro.
39485 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
39487         * po/it.po: Update from translation team.
39489 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39491         * sysdeps/x86_64/wcscmp.S: Update.
39492         Fix wrong comparison semantics.
39493         wcscmp shall use signed comparison not unsigned.
39494         Don't use substraction to avoid overflow bug.
39495         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
39496         * wcsmbc/wcscmp.c: Likewise.
39497         * string/test-strcmp.c: Likewise.
39498         Add new tests to check cases with negative values.
39500 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
39502         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
39503         * sysdeps/x86_64/dla.h: ...here.  New file.
39504         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
39505         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39506         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39507         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39509         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39510         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39511         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39512         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39514 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
39516         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
39517         __ynl_finite aliases.
39519 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
39521         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39523         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
39524         define DLA_FMA.
39525         [DLA_FMA] (EMULV): Use DLA_FMA.
39526         [DLA_FMA] (MUL12): Use EMULV.
39527         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
39528         that are not needed.
39529         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39530         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39531         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39532         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39533         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39534         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39535         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39537 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
39539         * math/s_nan.c: Undef __nan.
39540         * math/s_nanf.c: Undef __nanf.
39541         * math/s_nanl.c: Undef __nanl.
39542         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
39543         "math_private.h".
39545 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
39547         * math/s_catan.c: Add branch predictions.
39548         * math/s_catanf.c: Likewise.
39549         * math/s_catanh.c: Likewise.
39550         * math/s_catanhf.c: Likewise.
39551         * math/s_catanhl.c: Likewise.
39552         * math/s_catanl.c: Likewise.
39553         * math/s_cexp.c: Likewise.
39554         * math/s_cexpf.c: Likewise.
39555         * math/s_cexpl.c: Likewise.
39556         * math/s_clog.c: Likewise.
39557         * math/s_clog10.c: Likewise.
39558         * math/s_clog10f.c: Likewise.
39559         * math/s_clog10l.c: Likewise.
39560         * math/s_clogf.c: Likewise.
39561         * math/s_clogl.c: Likewise.
39562         * math/s_csqrt.c: Likewise.
39563         * math/s_csqrtf.c: Likewise.
39564         * math/s_csqrtl.c: Likewise.
39565         * math/s_ctanf.c: Likewise.
39566         * math/s_ctanh.c: Likewise.
39567         * math/s_ctanhf.c: Likewise.
39568         * math/s_ctanhl.c: Likewise.
39569         * math/s_ctanl.c: Likewise.
39571         * math/math_private.h: Define __nan, __nanf, __nanl.
39572         * math/s_cacosh.c: Include <math_private.h>.
39573         * math/s_cacoshl.c: Likewise.
39574         * math/s_casinh.c: Likewise.
39575         * math/s_casinhf.c: Likewise.
39576         * math/s_casinhl.c: Likewise.
39577         * math/s_ccos.c: Rely entire on ccosh.
39578         * math/s_ccosf.c: Rely entire on ccoshf.
39579         * math/s_ccosl.c: Rely entirely on ccoshl.
39580         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
39581         Remove tests for FE_INVALID.
39582         * math/s_ccoshf.c: Likewise.
39583         * math/s_ccoshl.c: Likewise.
39584         * math/s_csin.c: Likewise.
39585         * math/s_csinf.c: Likewise.
39586         * math/s_csinh.c Likewise.
39587         * math/s_csinhf.c: Likewise.
39588         * math/s_csinhl.c: Likewise.
39589         * math/s_csinl.c: Likewise.
39590         * math/s_ctan.c: Likewise.
39591         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
39592         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
39593         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
39595 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
39597         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
39598         compilation problems.
39600         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
39601         __builtin_expect.
39603 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
39605         * sysdeps/i386/configure.in: Test for -mfma4 option.
39606         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
39607         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
39608         COMMON_CPUID_INDEX_80000001.
39609         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
39610         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
39611         use it if FMA3 is not supported.
39612         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
39614         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
39615         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
39617 2011-10-20  Andreas Schwab  <schwab@redhat.com>
39619         [BZ #12892]
39620         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
39621         it would create a cycle with a link time dependency.
39623 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
39625         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
39626         instruction.
39627         * string/Makefile (strop-tests): Add rawmemchr.
39628         * string/test-rawmemchr.c: New file.
39630         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
39631         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
39632         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
39633         when compiling str{,n}casecmp and when AVX is available.  Hook up
39634         new optimized code in initializers.
39636 2011-10-19  Andreas Schwab  <schwab@redhat.com>
39638         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
39639         __feraiseexcept instead of feraiseexcept.
39641 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
39643         * math/math_private.h: Define defaults for libc_fetestexcept and
39644         libc_feupdateenv.
39645         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
39646         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
39647         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
39648         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
39649         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39650         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
39651         libc_fetestexcept and libc_feupdateenv.
39653         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
39654         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
39655         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
39656         * sysdeps/x86_64/fpu/math_private.h: Define special version of
39657         libc_feholdexcept_setround.
39659         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
39660         Add s_nearbyint-c and s_nearbyintf-c.
39661         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
39662         nearbyintf inlines.
39663         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
39664         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
39665         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
39666         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
39668         * math/math_private.h: Define defaults for libc_fegetround,
39669         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
39670         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
39671         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
39672         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
39673         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
39674         standard functions.
39675         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
39676         Remove comments and hacks for old compiler versions.
39677         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
39678         libc_fegetround, libc_fesetround, libc_feholdexcept, and
39679         libc_feholdexceptl.
39681 2011-10-18  Andreas Schwab  <schwab@redhat.com>
39683         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
39684         (__feraiseexcept_renamed): Add __NTH.
39685         (feraiseexcept): Add __NTH.  Rename local variables to fix
39686         namespace violations.
39688 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
39690         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
39692         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
39694         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
39695         recently added interfaces.
39696         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
39698         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
39699         about macro parameter expansion.
39701         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
39702         __NO_MATH_INLINES is defined.  Cleanups.
39704         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
39705         and __floorf is target has SSE4.1.
39706         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
39707         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
39708         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
39709         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
39711         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
39712         name.
39713         (floorf): Likewise.
39715         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
39717 2011-10-17  Andreas Schwab  <schwab@redhat.com>
39719         * misc/sys/cdefs.h: Fix last change.
39721         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
39722         database lookup.
39724 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
39726         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
39728         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
39729         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39730         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39731         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39732         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39733         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39734         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39735         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39736         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39737         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
39738         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
39739         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
39740         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
39741         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
39742         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
39743         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
39744         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
39745         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
39746         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
39747         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
39748         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
39749         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
39751         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
39752         ceil, ceilf, floor, floorf.
39754         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
39755         Perform IRELATIVE relocations last.
39757         * elf/do-rel.h: Add another parameter nrelative, replacing the
39758         local variable with the same name.  Change name of the function
39759         to end in Rel or Rela (uppercase).
39760         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
39761         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
39762         elf_dynamic_do_##reloc function.
39764 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
39766         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
39767         is sufficient, at least on modern CPUs.
39769         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
39771         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
39772         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
39774         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
39775         __expl_finite.
39776         * math/bits/math-finite.h: Add entries for exp.
39777         * math/e_expl.c: Add __*_finite alias.
39778         * sysdeps/i386/fpu/e_exp.S: Likewise.
39779         * sysdeps/i386/fpu/e_expf.S: Likewise.
39780         * sysdeps/i386/fpu/e_expl.c: Likewise.
39781         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39782         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
39783         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
39784         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
39785         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
39786         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
39787         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
39789         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
39790         is sufficient, at least on modern CPUs.
39792         * ctype/ctype-info.c (__ctype_init): Define.
39793         * include/ctype.h (__ctype_init): Declare.
39794         (__ctype_b_loc): The variable is always initialized.
39795         (__ctype_toupper_loc): Likewise.
39796         (__ctype_tolower_loc): Likewise.
39797         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
39798         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
39800 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
39802         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
39804         * configure.in: Also look in $cxxmachine/include for C++ system
39805         headers.
39807 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39809         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
39810         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
39811         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
39812         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
39813         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
39814         (USE_AS_WMEMCMP): New macro.
39815         Fixing indents.
39816         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
39817         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
39818         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
39819         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
39820         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
39821         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
39822         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
39823         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
39824         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
39825         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
39826         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
39827         (USE_AS_WMEMCMP): New macro.
39828         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
39829         * sysdeps/string/test-memcmp.c: Update.
39830         Fix simple_wmemcmp.
39831         Add new tests.
39832         * wcsmbs/wmemcmp.c: Update.
39833         (WMEMCMP): New macro.
39834         Fix overflow bug.
39836 2011-10-12  Andreas Jaeger  <aj@suse.de>
39838         [BZ #13268]
39839         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
39841 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
39843         * libio/iofwide.c (do_length): Avoid warning.
39845         * ctype/ctype.h (__isctype_f): Add missing __THROW.
39847 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
39849         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
39851         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
39852         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
39853         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
39854         * sysdeps/i386/i686/fpu/e_log.S: New file.
39855         * sysdeps/i386/i686/fpu/e_logf.S: New file.
39856         * sysdeps/i386/i686/fpu/e_logl.S: New file.
39858         * ctype/ctype.h: Add support for inlined isXXX functions when
39859         compiling C++ code.
39861 2011-10-14  Andreas Schwab  <schwab@redhat.com>
39863         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
39865         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
39867 2011-10-13  Roland McGrath  <roland@hack.frob.com>
39869         [BZ #13291]
39870         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
39872 2011-10-13  Andreas Schwab  <schwab@redhat.com>
39874         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
39875         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
39876         feraiseexcept.
39878         * sysdeps/x86_64/memrchr.S: Check for zero size.
39880         * string/stratcliff.c: Add memrchr tests.
39882 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39884         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
39885         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
39886         rawmemchr-sse2 rawmemchr-sse2-bsf.
39887         * sysdeps/i386/i686/multiarch/memchr.S: New file.
39888         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
39889         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
39890         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
39891         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
39892         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
39893         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
39894         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
39895         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
39896         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
39897         * string/memrchr.c (MEMRCHR): New macro.
39899 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
39901         Add integration with gcc's -ffinite-math-only and optimize wrapper
39902         functions in libm.
39903         * Versions.def: Define GLIBC_2.15 version for libm.
39904         * math/Makefile (headers): Add bits/math-finite.h.
39905         * math/bits/math-finite.h: New file.
39906         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
39907         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
39908         * math/e_acoshl.c: Add __*_finite alias.
39909         * math/e_acosl.c: Likewise.
39910         * math/e_asinl.c: Likewise.
39911         * math/e_atan2l.c: Likewise.
39912         * math/e_atanhl.c: Likewise.
39913         * math/e_coshl.c: Likewise.
39914         * math/e_exp10.c: Likewise.
39915         * math/e_exp10f.c: Likewise.
39916         * math/e_exp10l.c: Likewise.
39917         * math/e_exp2l.c: Likewise.
39918         * math/e_fmodl.c: Likewise.
39919         * math/e_gammal_r.c: Likewise.
39920         * math/e_hypotl.c: Likewise.
39921         * math/e_j0l.c: Likewise.
39922         * math/e_j1l.c: Likewise.
39923         * math/e_jnl.c: Likewise.
39924         * math/e_lgammal_r.c: Likewise.
39925         * math/e_log10l.c: Likewise.
39926         * math/e_log2l.c: Likewise.
39927         * math/e_logl.c: Likewise.
39928         * math/e_powl.c: Likewise.
39929         * math/e_sinhl.c: Likewise.
39930         * math/e_sqrtl.c: Likewise.
39931         * math/e_scalb.c: Completely rewritten and optimized.
39932         * math/e_scalbf.c: Likewise.
39933         * math/e_scalbl.c: Likewise.
39934         * math/w_acos.c: Likewise.
39935         * math/w_acosf.c: Likewise.
39936         * math/w_acosl.c: Likewise.
39937         * math/w_acosh.c: Likewise.
39938         * math/w_acoshf.c: Likewise.
39939         * math/w_acoshl.c: Likewise.
39940         * math/w_asin.c: Likewise.
39941         * math/w_asinf.c: Likewise.
39942         * math/w_asinl.c: Likewise.
39943         * math/w_atan2.c: Likewise.
39944         * math/w_atan2f.c: Likewise.
39945         * math/w_atan2l.c: Likewise.
39946         * math/w_atanh.c: Likewise.
39947         * math/w_atanhf.c: Likewise.
39948         * math/w_atanhl.c: Likewise.
39949         * math/w_exp10.c: Likewise.
39950         * math/w_exp10f.c: Likewise.
39951         * math/w_exp10l.c: Likewise.
39952         * math/w_fmod.c: Likewise.
39953         * math/w_fmodf.c: Likewise.
39954         * math/w_fmodl.c: Likewise.
39955         * math/w_j0.c: Likewise.
39956         * math/w_j0f.c: Likewise.
39957         * math/w_j0l.c: Likewise.
39958         * math/w_j1.c: Likewise.
39959         * math/w_j1f.c: Likewise.
39960         * math/w_j1l.c: Likewise.
39961         * math/w_jn.c: Likewise.
39962         * math/w_jnf.c: Likewise.
39963         * math/w_log.c: Likewise.
39964         * math/w_logf.c: Likewise.
39965         * math/w_logl.c: Likewise.
39966         * math/w_log10.c: Likewise.
39967         * math/w_log10f.c: Likewise.
39968         * math/w_log10l.c: Likewise.
39969         * math/w_log2.c: Likewise.
39970         * math/w_log2f.c: Likewise.
39971         * math/w_log2l.c: Likewise.
39972         * math/w_pow.c: Likewise.
39973         * math/w_powf.c: Likewise.
39974         * math/w_powl.c: Likewise.
39975         * math/w_remainder.c: Likewise.
39976         * math/w_remainderf.c: Likewise.
39977         * math/w_remainderl.c: Likewise.
39978         * math/w_scalb.c: Likewise.
39979         * math/w_scalbf.c: Likewise.
39980         * math/w_scalbl.c: Likewise.
39981         * math/w_sqrt.c: Likewise.
39982         * math/w_sqrtf.c: Likewise.
39983         * math/w_sqrtl.c: Likewise.
39984         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
39985         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
39986         used.
39987         * math/math_private.h: Declare __kernel_standard_f.
39988         * math/w_cosh.c: Remove cruft and optimize a bit.
39989         * math/w_coshf.c: Likewise.
39990         * math/w_coshl.c: Likewise.
39991         * math/w_exp2.c: Likewise.
39992         * math/w_exp2f.c: Likewise.
39993         * math/w_exp2l.c: Likewise.
39994         * math/w_hypot.c: Likewise.
39995         * math/w_hypotf.c: Likewise.
39996         * math/w_hypotl.c: Likewise.
39997         * math/w_lgamma.c: Likewise.
39998         * math/w_lgamma_r.c: Likewise.
39999         * math/w_lgammaf.c: Likewise.
40000         * math/w_lgammaf_r.c: Likewise.
40001         * math/w_lgammal.c: Likewise.
40002         * math/w_lgammal_r.c: Likewise.
40003         * math/w_sinh.c: Likewise.
40004         * math/w_sinhf.c: Likewise.
40005         * math/w_sinhl.c: Likewise.
40006         * math/w_tgamma.c: Likewise.
40007         * math/w_tgammaf.c: Likewise.
40008         * math/w_tgammal.c: Likewise.
40009         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40010         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40011         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
40012         Minor optimizations.  Pretty printing.  Remove cruft.
40013         * sysdeps/i386/fpu/e_acosf.S: Likewise.
40014         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40015         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40016         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40017         * sysdeps/i386/fpu/e_acosl.c: Likewise.
40018         * sysdeps/i386/fpu/e_asin.S: Likewise.
40019         * sysdeps/i386/fpu/e_asinf.S: Likewise.
40020         * sysdeps/i386/fpu/e_atan2.S: Likewise.
40021         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
40022         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
40023         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40024         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40025         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40026         * sysdeps/i386/fpu/e_exp10.S: Likewise.
40027         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
40028         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
40029         * sysdeps/i386/fpu/e_exp2.S: Likewise.
40030         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
40031         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
40032         * sysdeps/i386/fpu/e_fmod.S: Likewise.
40033         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
40034         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
40035         * sysdeps/i386/fpu/e_hypot.S: Likewise.
40036         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
40037         * sysdeps/i386/fpu/e_log.S: Likewise.
40038         * sysdeps/i386/fpu/e_log10.S: Likewise.
40039         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40040         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40041         * sysdeps/i386/fpu/e_log2.S: Likewise.
40042         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40043         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40044         * sysdeps/i386/fpu/e_logf.S: Likewise.
40045         * sysdeps/i386/fpu/e_logl.S: Likewise.
40046         * sysdeps/i386/fpu/e_pow.S: Likewise.
40047         * sysdeps/i386/fpu/e_powf.S: Likewise.
40048         * sysdeps/i386/fpu/e_powl.S: Likewise.
40049         * sysdeps/i386/fpu/e_remainder.S: Likewise.
40050         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
40051         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
40052         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40053         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40054         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40055         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
40056         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
40057         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
40058         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40059         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40060         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40061         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40062         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
40063         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40064         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
40065         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40066         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40067         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40068         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40069         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40070         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40071         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40072         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40073         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40074         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40075         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40076         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40077         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40078         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40079         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40080         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40081         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40082         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40083         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40084         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
40085         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40086         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
40087         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40088         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40089         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40090         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40091         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40092         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40093         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40094         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40095         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40096         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40097         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40098         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40099         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40100         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40101         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40102         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40103         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40104         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40105         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40106         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40107         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
40108         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40109         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40110         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40111         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40112         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40113         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40114         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40115         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40116         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40117         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40118         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40119         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40120         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40121         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40122         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40123         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40124         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40125         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40126         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
40127         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40128         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40129         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40130         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40131         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40132         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40133         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40134         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
40135         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40136         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40137         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40138         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40139         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40140         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
40141         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40142         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40143         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40144         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40145         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40146         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40147         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40148         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40149         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40150         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40151         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
40152         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
40153         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
40154         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
40155         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
40156         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
40157         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
40158         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
40159         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
40160         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
40161         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
40162         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40163         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40164         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40165         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40166         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
40167         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40168         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
40169         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
40170         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
40171         (__isnanf): Likewise.
40172         (__isinf_ns): Likewise.
40173         (__isinf_nsf): Likewise.
40174         (__finite): Likewise.
40175         (__finitef): Likewise.
40176         (__ieee754_sqrt): Define as macro.
40177         (__ieee754_sqrtf): Define as macro.
40178         (__ieee754_sqrtl): Define as macro.
40179         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
40180         inlined copy.
40181         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
40182         __FINITE_MATH_ONLY__ consistent.
40183         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
40185 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
40187         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
40188         of rawmemchr.
40190         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
40192 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
40194         * po/ja.po: Update from translation team.
40196 2011-10-08  Roland McGrath  <roland@hack.frob.com>
40198         * locale/programs/locarchive.c (prepare_address_space): New function.
40199         (create_archive, enlarge_archive, open_archive): Use it.
40201         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
40202         inside [SHARED], where it is used.
40204         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
40206         * nss/getent.c (netgroup_keys): Remove unused variable.
40207         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40209 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
40211         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
40212         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
40213         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
40214         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
40215         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
40216         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
40217         * math/Makefile (libm-calls): Add s_isinf_ns.
40218         * math/divtc3.c: Use __isinf_nsl instead of isinf.
40219         * math/multc3.c: Likewise.
40220         * math/s_casin.c: Likewise.
40221         * math/s_casinf.c: Likewise.
40222         * math/s_casinl.c: Likewise.
40223         * math/s_ccos.c: Likewise.
40224         * math/s_ccosf.c: Likewise.
40225         * math/s_ccosl.c: Likewise.
40226         * math/s_ctan.c: Likewise.
40227         * math/s_ctanf.c: Likewise.
40228         * math/s_ctanh.c: Likewise.
40229         * math/s_ctanhf.c: Likewise.
40230         * math/s_ctanhl.c: Likewise.
40231         * math/s_ctanl.c: Likewise.
40232         * math/w_fmod.c: Likewise.
40233         * math/w_fmodf.c: Likewise.
40234         * math/w_fmodl.c: Likewise.
40235         * math/w_remainder.c: Likewise.
40236         * math/w_remainderf.c: Likewise.
40237         * math/w_remainderl.c: Likewise.
40238         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
40239         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
40240         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
40241         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
40242         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
40243         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
40244         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
40245         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
40247         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
40248         of the number.
40249         * stdio-common/printf_fphex.c: Likewise.
40250         * stdio-common/printf_size.c: Likewise.
40252         * math/e_exp10.c: Include math_private.h using <...> not "...".
40253         * math/e_exp10f.c: Likewise.
40254         * math/e_exp10l.c: Likewise.
40255         * math/e_exp2l.c: Likewise.
40256         * math/e_j0l.c: Likewise.
40257         * math/e_j1l.c: Likewise.
40258         * math/e_jnl.c: Likewise.
40259         * math/e_lgammal_r.c: Likewise.
40260         * math/e_rem_pio2l.c: Likewise.
40261         * math/e_scalb.c: Likewise.
40262         * math/e_scalbf.c: Likewise.
40263         * math/e_scalbl.c: Likewise.
40264         * math/k_cosl.c: Likewise.
40265         * math/k_sinl.c: Likewise.
40266         * math/k_tanl.c: Likewise.
40267         * math/s_cacoshf.c: Likewise.
40268         * math/s_catan.c: Likewise.
40269         * math/s_catanf.c: Likewise.
40270         * math/s_catanh.c: Likewise.
40271         * math/s_catanhf.c: Likewise.
40272         * math/s_catanhl.c: Likewise.
40273         * math/s_catanl.c: Likewise.
40274         * math/s_ccosh.c: Likewise.
40275         * math/s_ccoshf.c: Likewise.
40276         * math/s_ccoshl.c: Likewise.
40277         * math/s_cexp.c: Likewise.
40278         * math/s_cexpf.c: Likewise.
40279         * math/s_cexpl.c: Likewise.
40280         * math/s_clog.c: Likewise.
40281         * math/s_clog10.c: Likewise.
40282         * math/s_clog10f.c: Likewise.
40283         * math/s_clog10l.c: Likewise.
40284         * math/s_clogf.c: Likewise.
40285         * math/s_clogl.c: Likewise.
40286         * math/s_csin.c: Likewise.
40287         * math/s_csinf.c: Likewise.
40288         * math/s_csinh.c: Likewise.
40289         * math/s_csinhf.c: Likewise.
40290         * math/s_csinhl.c: Likewise.
40291         * math/s_csinl.c: Likewise.
40292         * math/s_csqrt.c: Likewise.
40293         * math/s_csqrtf.c: Likewise.
40294         * math/s_csqrtl.c: Likewise.
40295         * math/s_ctan.c: Likewise.
40296         * math/s_ctanf.c: Likewise.
40297         * math/s_ctanh.c: Likewise.
40298         * math/s_ctanhf.c: Likewise.
40299         * math/s_ctanhl.c: Likewise.
40300         * math/s_ctanl.c: Likewise.
40301         * math/s_ldexp.c: Likewise.
40302         * math/s_ldexpf.c: Likewise.
40303         * math/s_ldexpl.c: Likewise.
40304         * math/s_significand.c: Likewise.
40305         * math/s_significandf.c: Likewise.
40306         * math/s_significandl.c: Likewise.
40307         * math/w_acos.c: Likewise.
40308         * math/w_acosf.c: Likewise.
40309         * math/w_acosh.c: Likewise.
40310         * math/w_acoshf.c: Likewise.
40311         * math/w_acoshl.c: Likewise.
40312         * math/w_acosl.c: Likewise.
40313         * math/w_asin.c: Likewise.
40314         * math/w_asinf.c: Likewise.
40315         * math/w_asinl.c: Likewise.
40316         * math/w_atan2.c: Likewise.
40317         * math/w_atan2f.c: Likewise.
40318         * math/w_atan2l.c: Likewise.
40319         * math/w_atanh.c: Likewise.
40320         * math/w_atanhf.c: Likewise.
40321         * math/w_atanhl.c: Likewise.
40322         * math/w_cosh.c: Likewise.
40323         * math/w_coshf.c: Likewise.
40324         * math/w_coshl.c: Likewise.
40325         * math/w_dremf.c: Likewise.
40326         * math/w_exp10.c: Likewise.
40327         * math/w_exp10f.c: Likewise.
40328         * math/w_exp10l.c: Likewise.
40329         * math/w_exp2.c: Likewise.
40330         * math/w_exp2f.c: Likewise.
40331         * math/w_fmod.c: Likewise.
40332         * math/w_fmodf.c: Likewise.
40333         * math/w_fmodl.c: Likewise.
40334         * math/w_hypot.c: Likewise.
40335         * math/w_hypotf.c: Likewise.
40336         * math/w_hypotl.c: Likewise.
40337         * math/w_j0.c: Likewise.
40338         * math/w_j0f.c: Likewise.
40339         * math/w_j0l.c: Likewise.
40340         * math/w_j1.c: Likewise.
40341         * math/w_j1f.c: Likewise.
40342         * math/w_j1l.c: Likewise.
40343         * math/w_jn.c: Likewise.
40344         * math/w_jnf.c: Likewise.
40345         * math/w_jnl.c: Likewise.
40346         * math/w_lgamma.c: Likewise.
40347         * math/w_lgamma_r.c: Likewise.
40348         * math/w_lgammaf.c: Likewise.
40349         * math/w_lgammaf_r.c: Likewise.
40350         * math/w_lgammal.c: Likewise.
40351         * math/w_lgammal_r.c: Likewise.
40352         * math/w_log.c: Likewise.
40353         * math/w_log10.c: Likewise.
40354         * math/w_log10f.c: Likewise.
40355         * math/w_log10l.c: Likewise.
40356         * math/w_log2.c: Likewise.
40357         * math/w_log2f.c: Likewise.
40358         * math/w_log2l.c: Likewise.
40359         * math/w_logf.c: Likewise.
40360         * math/w_logl.c: Likewise.
40361         * math/w_pow.c: Likewise.
40362         * math/w_powf.c: Likewise.
40363         * math/w_powl.c: Likewise.
40364         * math/w_remainder.c: Likewise.
40365         * math/w_remainderf.c: Likewise.
40366         * math/w_remainderl.c: Likewise.
40367         * math/w_scalb.c: Likewise.
40368         * math/w_scalbf.c: Likewise.
40369         * math/w_scalbl.c: Likewise.
40370         * math/w_sinh.c: Likewise.
40371         * math/w_sinhf.c: Likewise.
40372         * math/w_sinhl.c: Likewise.
40373         * math/w_sqrt.c: Likewise.
40374         * math/w_sqrtf.c: Likewise.
40375         * math/w_sqrtl.c: Likewise.
40376         * math/w_tgamma.c: Likewise.
40377         * math/w_tgammaf.c: Likewise.
40378         * math/w_tgammal.c: Likewise.
40380         * po/ja.po: Update from translation team.
40382 2011-09-29  Andreas Jaeger  <aj@suse.de>
40384         [BZ #13179]
40385         * sunrpc/netname.c (netname2host): Fix logic.
40387         [BZ #6779]
40388         [BZ #6783]
40389         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
40390         correctly.
40391         * math/w_remainder.c (__remainder): Likewise.
40392         * math/w_remainderf.c (__remainderf): Likewise.
40393         * math/libm-test.inc (remainder_test): Add test cases.
40395 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40397         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
40398         sdiv_qrnnd.
40400 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
40402         * string/test-memcmp.c: Avoid unncessary #defines.
40403         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
40405 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40407         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
40408         Use new sse2 version for core i3 - i7 as it's faster
40409         than sse42 version.
40410         (bit_Prefer_PMINUB_for_stringop): New.
40411         * sysdeps/x86_64/rawmemchr.S: Update.
40412         Replace with faster SSE2 version.
40413         * sysdeps/x86_64/memrchr.S: New file.
40414         * sysdeps/x86_64/memchr.S: Update.
40415         Replace with faster SSE2 version.
40417 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
40419         * elf/dl-load.c (lose): Add cast to avoid warning.
40421 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
40423         * po/ca.po: Update from translation team.
40425         * inet/getnetgrent_r.c: Hook up nscd.
40426         * nscd/Makefile (routines): Add nscd_netgroup.
40427         (nscd-modules): Add netgroupcache.
40428         (CFLAGS-netgroupcache.c): Define.
40429         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
40430         (cache_search): Add const to second parameter.
40431         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
40432         INNETGR.
40433         (dbs): Add netgrdb entry.
40434         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
40435         (verify_persistent_db): Handle netgrdb.
40436         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
40437         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
40438         GETFDNETGR.
40439         (netgroup_response_header): Define.
40440         (innetgroup_response_header): Define.
40441         (datahead): Add netgroup_response_header and innetgroup_response_header
40442         elements.
40443         * nscd/nscd.conf: Add entries for netgroup cache.
40444         * nscd/nscd.h (dbtype): Add netgrdb.
40445         (_PATH_NSCD_NETGROUP_DB): Define.
40446         (netgroup_iov_disabled): Declare.
40447         (xmalloc, xcalloc, xrealloc): Move declarations here.
40448         (cache_search): Adjust prototype.
40449         Add netgroup-related prototypes.
40450         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
40451         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
40452         (__nscd_innetgr): Declare.
40453         * nscd/selinux.c (perms): Use access_vector_t as element type and
40454         add netgroup-related initializers.
40455         * nscd/netgroupcache.c: New file.
40456         * nscd/nscd_netgroup.c: New file.
40457         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
40458         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
40459         For four parameters use innetgr.
40460         * nss/nss_files/files-init.c: Add definition and callback for netgr.
40461         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
40462         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
40463         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
40465         * nscd/connections.c (register_traced_file): Don't register file
40466         for disabled databases.
40468 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
40470         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
40472         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
40473         from tree and freeing node.
40475 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
40477         * nss/nsswitch.c (__nss_database_lookup): Handle
40478         nss_parse_service_list out of memory case.
40480 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
40482         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
40483         out of memory case.
40485 2011-10-04  Andreas Schwab  <schwab@redhat.com>
40487         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
40488         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
40489         pass it down.
40490         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
40491         elf_machine_rela, elf_machine_lazy_rel.
40492         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
40493         (ELF_DYNAMIC_DO_REL): Likewise.
40494         (ELF_DYNAMIC_DO_RELA): Likewise.
40495         (ELF_DYNAMIC_RELOCATE): Likewise.
40496         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
40497         to ELF_DYNAMIC_DO_REL.
40498         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
40499         (dl_main): In trace mode always set __RTLD_NOIFUNC.
40500         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
40501         elf_machine_rela.
40502         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
40503         skip_ifunc, don't call ifunc function if non-zero.
40504         (elf_machine_rela): Likewise.
40505         (elf_machine_lazy_rel): Likewise.
40506         (elf_machine_lazy_rela): Likewise.
40507         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
40508         (elf_machine_lazy_rel): Likewise.
40509         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
40510         Likewise.
40511         (elf_machine_lazy_rel): Likewise.
40512         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
40513         Likewise.
40514         (elf_machine_lazy_rel): Likewise.
40515         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
40516         (elf_machine_lazy_rel): Likewise.
40517         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
40518         (elf_machine_lazy_rel): Likewise.
40519         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
40520         (elf_machine_lazy_rel): Likewise.
40521         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
40522         (elf_machine_lazy_rel): Likewise.
40523         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
40524         (elf_machine_lazy_rel): Likewise.
40525         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
40526         (elf_machine_lazy_rel): Likewise.
40528 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
40530         * nss/nss_files/files-init.c (_nss_files_init): Use static
40531         initialization for all the *_traced_file variables.
40533 2011-09-28  Andreas Schwab  <schwab@redhat.com>
40535         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40537 2011-09-27  Roland McGrath  <roland@hack.frob.com>
40539         [BZ #13226]
40540         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
40542 2011-09-27  Andreas Schwab  <schwab@redhat.com>
40544         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
40545         Reread the line before reparsing it.
40547 2011-09-26  Andreas Schwab  <schwab@redhat.com>
40549         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
40551 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
40552             Maxim Kuvyrkov  <maxim@codesourcery.com>
40553             Joseph Myers  <joseph@codesourcery.com>
40555         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
40556         if needed for __stack_chk_guard.
40558 2011-09-19  Roland McGrath  <roland@hack.frob.com>
40560         * sysdeps/posix/spawni.c (script_execute): Always define it.
40561         It will be optimized away if unused.
40562         (maybe_script_execute): New function.
40563         (__spawni): Call it.
40565         * Makerules: Don't include tls.make.
40566         (config-tls): Always set to thread.
40567         * tls.make.c: File removed.
40569 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
40571         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
40572         * config.make.in (CPPFLAGS-config): New substituted variable.
40574 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
40576         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
40578         [BZ #13192]
40579         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
40580         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
40582 2011-09-15  Roland McGrath  <roland@hack.frob.com>
40584         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
40585         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
40586         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
40587         (CALL_FAIL): Likewise.
40588         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
40589         (CALL_FAIL): Macro removed.
40590         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
40592 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
40594         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
40595         for __FINITE_MATH_ONLY__ == 1.
40597 2011-09-15  Andreas Schwab  <schwab@redhat.com>
40599         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
40600         __ieee754_sqrt instead of sqrt.
40601         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
40602         __ieee754_sqrtf instead of sqrtf.
40603         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
40604         __floorf instead of floorf.
40605         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
40606         __floorf, __truncf instead of floorf, truncf.
40608 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
40610         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
40612         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
40613         __extern_always_inline.
40614         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
40615         32-bit.
40617 2011-09-14  Andreas Schwab  <schwab@redhat.com>
40619         * elf/rtld.c (dl_main): Also relocate in dependency order when
40620         doing symbol dependency testing.
40622 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
40624         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
40625         Always define `refsym'.
40627 2011-09-13  Andreas Schwab  <schwab@redhat.com>
40629         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
40630         (__FD_ELT): Renamed from __FDELT.
40631         * misc/bits/select2.h (__FD_ELT): Likewise.
40632         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
40633         __FD_MASK instead of __FDELT, __FDMASK.
40634         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
40635         Likewise.
40636         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
40637         Likewise.
40639         * elf/Makefile (gen-ldd): Fix pattern.
40641         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
40642         (init_tls): Likewise.
40644 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
40646         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
40648 2011-09-12  Andreas Schwab  <schwab@redhat.com>
40650         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
40651         `struct cmsghdr *' instead of `void *'.
40652         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
40653         Likewise.
40655 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
40657         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
40658         if non-absolute.
40659         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
40660         ldd_rewrite_script.
40662 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
40664         * configure.in: Remove --with-tls option.
40665         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
40666         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
40667         out in case it is missing.
40668         * sysdeps/ia64/elf/configure.in: Likewise.
40669         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
40670         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
40671         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
40672         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
40673         * sysdeps/sh/elf/configure.in: Likewise.
40674         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
40675         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
40676         * sysdeps/x86_64/elf/configure.in: Likewise.
40677         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
40678         * sysdeps/mach/hurd/tls.h: Likewise.
40680         [BZ #13067]
40681         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
40683         [BZ #13090]
40684         * configure.in: Fix use of AC_INIT.
40686         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
40688 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
40690         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
40691         __set_errno.
40692         * malloc/hooks.c: Likewise.
40694         [BZ #11929]
40695         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
40696         variables statically.
40697         (narenas): Initialize.
40698         (list_lock): Initialize.
40699         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
40700         initializtion of main_arena and list_lock.  Small cleanups.
40701         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
40702         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
40703         Add initializers to main_arena and mp_.
40704         (malloc_state): Remove pagesize member.  Change all users to use
40705         GLRO(dl_pagesize).
40707         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
40708         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
40709         is always initialized.
40711         * malloc/malloc.c: Removed unused configurations and dead code.
40712         * malloc/arena.c: Likewise.
40713         * malloc/hooks.c: Likewise.
40714         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
40716         * include/tls.h: Removed.  USE___THREAD must always be defined.
40717         * bits/libc-tsd.h: Don't handle !USE___THREAD.
40718         * elf/dl-libc.c: Likewise.
40719         * elf/dl-tsd.c: Likewise.
40720         * include/errno.h: Likewise.
40721         * include/netdb.h: Likewise.
40722         * include/resolv.h: Likewise.
40723         * inet/herrno-loc.c: Likewise.
40724         * inet/herrno.c: Likewise.
40725         * malloc/arena.c: Likewise.
40726         * malloc/hooks.c: Likewise.
40727         * malloc/malloc.c: Likewise.
40728         * resolv/res-state.c: Likewise.
40729         * resolv/res_libc.c: Likewise.
40730         * sysdeps/i386/dl-machine.h: Likewise.
40731         * sysdeps/ia64/dl-machine.h: Likewise.
40732         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
40733         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
40734         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
40735         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
40736         * sysdeps/sh/dl-machine.h: Likewise.
40737         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40738         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40739         * sysdeps/unix/i386/sysdep.S: Likewise.
40740         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
40741         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
40742         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
40743         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
40744         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
40745         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
40746         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
40747         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40748         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40749         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
40750         * sysdeps/unix/x86_64/sysdep.S: Likewise.
40751         * sysdeps/x86_64/dl-machine.h: Likewise.
40752         * tls.make.c: Likewise.
40754         * configure.in: Remove --with-__thread option.  Make tests for
40755         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
40756         tls_model attribute fail if no support is available.  Remove
40757         USE_IN_LIBIO.
40758         * Makeconfig: Adjust for dropped configure option.  All features are
40759         now mandatory.
40760         * Makerules: Likewise.
40761         * Versions.def: Likewise.
40762         * argp/argp-fmtstream.c: Likewise.
40763         * argp/argp-fmtstream.h: Likewise.
40764         * argp/argp-help.c: Likewise.
40765         * assert/assert.c: Likewise.
40766         * config.h.in: Likewise.
40767         * config.make.in: Likewise.
40768         * configure: Likewise.
40769         * configure.in: Likewise.
40770         * csu/Versions: Likewise.
40771         * csu/init.c: Likewise.
40772         * elf/tst-audit2.c: Likewise.
40773         * elf/tst-tls10.c: Likewise.
40774         * elf/tst-tls10.h: Likewise.
40775         * elf/tst-tls11.c: Likewise.
40776         * elf/tst-tls12.c: Likewise.
40777         * elf/tst-tls14.c: Likewise.
40778         * elf/tst-tlsmod11.c: Likewise.
40779         * elf/tst-tlsmod12.c: Likewise.
40780         * elf/tst-tlsmod13.c: Likewise.
40781         * elf/tst-tlsmod13a.c: Likewise.
40782         * elf/tst-tlsmod14a.c: Likewise.
40783         * elf/tst-tlsmod15b.c: Likewise.
40784         * elf/tst-tlsmod16a.c: Likewise.
40785         * elf/tst-tlsmod16b.c: Likewise.
40786         * elf/tst-tlsmod7.c: Likewise.
40787         * elf/tst-tlsmod8.c: Likewise.
40788         * elf/tst-tlsmod9.c: Likewise.
40789         * gmon/gmon.c: Likewise.
40790         * grp/fgetgrent_r.c: Likewise.
40791         * grp/putgrent.c: Likewise.
40792         * hurd/fopenport.c: Likewise.
40793         * include/libc-symbols.h: Likewise.
40794         * include/tls.h: Likewise.
40795         * intl/gettextP.h: Likewise.
40796         * intl/loadinfo.h: Likewise.
40797         * locale/global-locale.c: Likewise.
40798         * locale/localeinfo.h: Likewise.
40799         * mach/devstream.c: Likewise.
40800         * malloc/arena.c: Likewise.
40801         * malloc/set-freeres.c: Likewise.
40802         * misc/err.c: Likewise.
40803         * misc/getttyent.c: Likewise.
40804         * misc/mntent_r.c: Likewise.
40805         * posix/getopt.c: Likewise.
40806         * posix/wordexp.c: Likewise.
40807         * pwd/fgetpwent_r.c: Likewise.
40808         * resolv/Versions: Likewise.
40809         * resolv/res_hconf.c: Likewise.
40810         * shadow/fgetspent_r.c: Likewise.
40811         * shadow/putspent.c: Likewise.
40812         * stdio-common/printf_fphex.c: Likewise.
40813         * stdio-common/tmpfile.c: Likewise.
40814         * stdlib/abort.c: Likewise.
40815         * stdlib/fmtmsg.c: Likewise.
40816         * sunrpc/auth_unix.c: Likewise.
40817         * sunrpc/clnt_perr.c: Likewise.
40818         * sunrpc/clnt_tcp.c: Likewise.
40819         * sunrpc/clnt_udp.c: Likewise.
40820         * sunrpc/clnt_unix.c: Likewise.
40821         * sunrpc/openchild.c: Likewise.
40822         * sunrpc/svc_simple.c: Likewise.
40823         * sunrpc/svc_tcp.c: Likewise.
40824         * sunrpc/svc_udp.c: Likewise.
40825         * sunrpc/svc_unix.c: Likewise.
40826         * sunrpc/xdr.c: Likewise.
40827         * sunrpc/xdr_array.c: Likewise.
40828         * sunrpc/xdr_rec.c: Likewise.
40829         * sunrpc/xdr_ref.c: Likewise.
40830         * sunrpc/xdr_stdio.c: Likewise.
40832 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
40834         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
40836 2011-07-03  Andreas Jaeger  <aj@suse.de>
40838         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
40839         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
40840         regenerate with gen-libm-tests.pl.
40842 2010-05-12  Petr Baudis  <pasky@suse.cz>
40844         [BZ #11589]
40845         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
40846         around j0() zero points by switching to j1().
40847         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40848         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40850         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40852 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
40854         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
40855         instead of 0.
40856         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
40857         instead of 0.
40858         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40859         Patch in part by Pavel Roskin <proski@gnu.org>.
40861         [BZ #13138]
40862         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
40863         realloc.
40864         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
40865         Free memory block if necessary.
40867         [BZ #12847]
40868         * libio/genops.c (INTDEF): For string streams the _lock pointer can
40869         be NULL.  Don't lock in this case.
40871 2011-09-09  Roland McGrath  <roland@hack.frob.com>
40873         * elf/elf.h (ELFOSABI_GNU): New macro.
40874         (ELFOSABI_LINUX): Define to that.
40876 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
40878         * string/strncat.c (strncat): Undef the symbol in case it has been
40879         defined in bits/string.h.
40881 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
40883         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
40885         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
40886         link map.
40888 2011-08-17  Andreas Jaeger  <aj@suse.de>
40890         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
40892 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
40893             Ian Lance Taylor  <iant@google.com>
40895         * math/libm-test.inc (lround_test): New testcase.
40896         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
40898 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
40900         * Makefile: Remove support for automatic cvs check-ins.
40901         * Makerules: Likewise.
40902         * config.make.in: Likewise.
40903         * configure.in: Likewise.
40904         * intl/Makefile: Likewise.
40905         * locale/Makefile: Likewise.
40906         * po/Makefile: Likewise.
40907         * posix/Makefile: Likewise.
40908         * sysdeps/gnu/Makefile: Likewise.
40909         * sysdeps/mach/hurd/Makefile: Likewise.
40910         * sysdeps/sparc/sparc32/Makefile: Likewise.
40912         [BZ #13118]
40913         * posix/Makefile (bug-regex32-ENV): Define.
40914         Patch by John Stanley <jpsinthemix@verizon.net>.
40916         * misc/Makefile (headers): Add bits/select2.h.
40917         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
40918         * misc/bits/select2.h: New file.
40919         * include/bits/select2.h: New file.
40920         * debug/Makefile (routines): Add fdelt_chk.
40921         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
40922         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
40923         FD_ISSET.
40924         * debug/fdelt_chk.c: New file.
40926         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
40927         * wcsmbs/test-wmemcmp.c: Likewise.
40928         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
40929         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
40931 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40933         * string/Makefile (strop-tests): Add memcmp.
40934         * string/test-wmemcmp.c: New file.
40935         * string/test-memcmp.c: Add wmemcmp support.
40937 2011-09-08  Roland McGrath  <roland@hack.frob.com>
40939         [BZ #13153]
40940         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
40941         2011-07-19 change.
40943         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
40944         garbage value in a __mach_port_mod_refs call in the cases of the
40945         task-self and thread-self ports.
40947 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40949         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
40951 2011-09-08  Andreas Schwab  <schwab@redhat.com>
40953         * elf/dl-load.c (lose): Check for non-null L.
40955 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
40957         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
40959         * elf/dl-libc.c (dlerror_run): Pass back error code from
40960         dl_catch_error.
40962         [BZ #13123]
40963         * elf/dl-load.c (lose): Free l_origin if it is valid.
40965         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
40966         names.
40967         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
40968         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
40969         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
40970         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
40971         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
40972         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
40974 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40976         * sysdeps/powerpc/fpu/e_hypot.c: New file.
40977         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
40978         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
40979         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
40980         * sysdeps/powerpc/fpu/k_cosf.c: New file.
40981         * sysdeps/powerpc/fpu/k_sinf.c: New file.
40982         * sysdeps/powerpc/fpu/s_cosf.c: New file.
40983         * sysdeps/powerpc/fpu/s_sinf.c: New file.
40984         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
40985         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
40987 2011-08-15  Alan Modra  <amodra@gmail.com>
40989         [BZ #13092]
40990         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
40991         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
40992         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
40993         ppc_mcount to static-only-routines.
40994         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
40995         __mcount_internal.
40996         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
40997         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
40999 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
41001         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
41002         for finite and infinity parameters.
41004 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
41006         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
41007         and add nop instructions for throughput optimization.
41008         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
41010 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
41012         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
41013         aligned copy for power7 with vector-scalar instructions.
41014         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
41016 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
41018         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
41019         AVX check.
41021 2011-09-07  Andreas Schwab  <schwab@redhat.com>
41023         [BZ #13144]
41024         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
41025         last change.
41027 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
41029         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41030         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
41031         syscall wrapper around clock_gettime in __vdso_clock_gettime.
41032         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
41033         clock_gettime.
41035 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
41037         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
41038         Forgot to demangle the pointer.
41040         * sysdeps/i386/sysdep.h: Define atom_text_section.
41041         * sysdeps/x86_64/sysdep.h: Likewise.
41042         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
41043         section with atom_text_section.
41044         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
41045         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
41046         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
41047         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
41048         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
41050         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
41051         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
41052         already be defined.  Change to take two parameters and don't assign
41053         result to variable.  Adjust all users.
41054         Define INTERNAL_GETTIME if not already defined.
41055         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
41056         call.
41057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
41058         HAVE_CLOCK_GETTIME_VSYSCALL.
41059         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
41061         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
41062         gettimeofday vsyscall, just use time.
41064 2011-09-06  Andreas Schwab  <schwab@redhat.com>
41066         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
41067         <errno.h>.
41069 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
41071         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
41072         syscall on x86-64.
41073         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
41074         syscall.
41075         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
41076         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
41077         syscall if possible.
41079 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
41081         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
41082         e_ident.  Don't pass to find_mapsXX.
41083         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
41085 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
41087         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
41088         strchr-sse2-no-bsf strrchr-sse2-no-bsf
41089         * sysdeps/x86_64/multiarch/strchr.S: Update.
41090         Check bit_slow_BSF bit.
41091         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
41092         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
41093         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
41095 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
41097         [BZ #13134]
41098         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
41099         before glibc 2.15.
41100         (tryshell): Define.
41101         (__spawni): Change last parameter to be flag.  Test
41102         SPAWN_XFLAGS_USE_PATH flag to use path or not.
41103         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
41104         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
41105         * posix/spawni.c: Likewise.
41106         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
41107         * posix/spawnp.c: Likewise.  Change normal version to use
41108         SPAWN_XFLAGS_USE_PATH.
41109         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
41110         SPAWN_XFLAGS_TRY_SHELL.
41112         [BZ #13150]
41113         * posix/glob.h: Remove gcc 1.x support.
41115         [BZ #13068]
41116         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
41118 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
41120         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41121         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
41122         strrchr-sse2-bsf
41123         * sysdeps/i386/i686/multiarch/strchr.S: New file.
41124         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
41125         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
41126         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
41127         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
41128         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
41130 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41132         * sysdeps/x86_64/wcscmp.S: New file.
41134         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
41135         wcscmp-c wcscmp-sse2
41136         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
41137         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
41138         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
41139         * wcsmbs/wcscmp.c: Allow renaming.
41141 2011-09-05  David S. Miller  <davem@davemloft.net>
41143         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
41144         stack slot, rather than the struct return pointer slot.
41145         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
41146         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
41147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
41148         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
41150 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
41152         * po/ja.po: Update from translation team.
41154         [BZ #13144]
41155         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
41156         kernel in 64-bit binaries.
41158 2011-09-01  David S. Miller  <davem@davemloft.net>
41160         * elf/elf.h (HWCAP_SPARC_*): Move to..
41161         * sysdeps/sparc/sysdep.h: this new file and add new values.
41162         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
41163         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
41164         _DL_HWCAP_COUNT to 24.
41165         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
41166         entries.
41167         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
41168         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
41169         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
41170         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
41171         instead of magic constants.
41172         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41174 2011-08-31  David S. Miller  <davem@davemloft.net>
41176         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
41177         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
41178         Reimplement to do errno handling inline.
41179         (SYSCALL_ERROR_HANDLER): New macro.
41180         (__SYSCALL_STRING): Do not do errno handling in asm.
41181         (__CLONE_SYSCALL_STRING): Delete.
41182         (__INTERNAL_SYSCALL_STRING): Delete.
41183         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
41184         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
41185         (PSEUDO): Reimplement to do errno handling inline.
41186         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
41187         (SYSCALL_ERROR_HANDLER): New macro.
41188         (__SYSCALL_STRING): Do not do errno handling in asm.
41189         (__CLONE_SYSCALL_STRING): Delete.
41190         (__INTERNAL_SYSCALL_STRING): Delete.
41191         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
41192         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
41193         i386.
41194         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
41195         (inline_syscall*): Add 'err' argument.
41196         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
41197         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
41198         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
41199         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
41201         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
41202         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41204 2011-08-30  Andreas Schwab  <schwab@redhat.com>
41206         * elf/rtld.c (dl_main): Relocate objects in dependency order.
41208 2011-08-29  Jiri Olsa <jolsa@redhat.com>
41210         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
41211         directive.
41213 2011-08-24  David S. Miller  <davem@davemloft.net>
41215         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
41217 2011-08-24  Andreas Schwab  <schwab@redhat.com>
41219         * elf/Makefile: Add rules to build and run unload8 test.
41220         * elf/unload8.c: New file.
41221         * elf/unload8mod1.c: New file.
41222         * elf/unload8mod1x.c: New file.
41223         * elf/unload8mod2.c: New file.
41224         * elf/unload8mod3.c: New file.
41226         * elf/dl-close.c (_dl_close_worker): Reset private search list if
41227         it wasn't used.
41229 2011-08-23  David S. Miller  <davem@davemloft.net>
41231         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
41232         subtract stack bias.
41233         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
41234         %sp not %fp in calculations.
41235         (_JMPBUF_UNWINDS_ADJ): Likewise.
41237         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
41238         (aio_suspend): Call it to force an exception region around the
41239         AIO_MISC_WAIT() invocation.
41241 2011-08-23  Andreas Schwab  <schwab@redhat.com>
41243         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
41244         backslash.
41246 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
41248         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
41249         protection macro.
41250         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
41251         and <dl-machine.h>.
41252         (Elf64_FuncDesc): Remove.
41254 2011-08-22  David S. Miller  <davem@davemloft.net>
41256         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
41257         sigaltstack check, add missing cfi directives.
41258         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
41259         missing cfi directives, and sigaltstack handling.
41261 2011-08-16  Andreas Schwab  <schwab@redhat.com>
41263         [BZ #11724]
41264         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
41265         object is seen twice.
41266         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41268         * elf/Makefile (distribute): Add tst-initorder2.c.
41269         (tests): Add tst-initorder2.
41270         (modules-names): Add tst-initorder2a tst-initorder2b
41271         tst-initorder2c tst-initorder2d.  Add rules to build them.
41272         ($(objpfx)tst-initorder2.out): New rule.
41273         * elf/tst-initorder2.c: New file.
41274         * elf/tst-initorder2.exp: New file.
41276 2011-08-22  Andreas Schwab  <schwab@redhat.com>
41278         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
41280         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
41281         dependencies back to end of function.
41283         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
41284         $(elfobjdir)/ld.so.
41286 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
41288         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
41289         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
41290         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
41291         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
41292         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
41293         of __vdso_gettimeofday.
41294         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
41295         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
41296         attribute_hidden.
41297         (_libc_vdso_platform_setup): Remove initialization of
41298         __vdso_gettimeofday and __vdso_time.
41300 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
41302         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
41303         and fgetc_unlocked.
41304         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
41305         getc_unlocked.
41307         * elf/dl-open.c (add_to_global): Report additions to the global scope
41308         for LD_DEBUG=scopes.
41309         (dl_open_worker): Also print scope of newly loaded dependencies.
41310         (_dl_show_scope): Indicate if there is no scope.
41312         [BZ #13114]
41313         * stdio-common/Makefile (tests): Add bug24.
41314         * stdio-common/bug24.c: New file.
41316 2011-08-19  Andreas Jaeger  <aj@suse.de>
41318         [BZ #13114]
41319         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
41320         non-existant file when using close-on-exec mode.
41322 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
41324         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
41325         the very first instruction.
41327         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
41328         the CFI state in the end.
41329         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
41330         inclusion of dl-trampoline.h.
41331         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
41333 2011-08-19  Andreas Schwab  <schwab@redhat.com>
41335         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
41336         expectations for long double.
41338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
41339         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
41341 2011-08-14  David S. Miller  <davem@davemloft.net>
41343         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
41344         artificual limit depends upon the system page size.
41346 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
41348         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
41349         * resolv/Makefile: Define CFLAGS-libresolv.
41351 2011-08-17  Andreas Schwab  <schwab@redhat.com>
41353         * nss/makedb.c (compute_tables): Make variables used in nested
41354         function static.
41356 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
41358         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
41359         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
41360         if buffer was too small.
41362         * elf/pldd.c (main): Attach to all threads in the process.
41363         Rewrite /proc handling to use *at functions.
41365 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
41367         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
41368         specifies first scope to show.
41369         (dl_open_worker): Update callers.  Move printing scope of new
41370         object to before the relocation.
41371         * elf/rtld.c (dl_main): Update _dl_show_scope call.
41372         * sysdeps/generic/ldsodefs.h: Update declaration.
41374         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
41375         string for the scope number.
41377 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
41379         * nscd/servicescache.c (cache_addserv): Make sure written is always
41380         initialized.
41382 2011-08-14  Roland McGrath  <roland@hack.frob.com>
41384         * sysdeps/i386/i486/bits/atomic.h
41385         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
41386         statement expression, so as to suppress "set but not used" warning.
41387         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
41389         * string/strncat.c (STRNCAT): Use prototype definition.
41391         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
41392         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
41393         -Iprograms here.
41394         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
41395         (localedef-modules): Add localedef.
41396         (locale-modules): Add locale.
41398         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
41399         * elf/rtld.c (dl_main): Invert order of assignment in last change,
41400         to avoid a warning.
41402 2011-08-14  David S. Miller  <davem@davemloft.net>
41404         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
41405         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
41407 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
41409         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
41410         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
41411         * elf/rtld.c (dl_main): Set l_name of vDSO.
41412         Call _dl_show_scope when DL_DEBUG_SCOPES.
41413         (process_dl_debug): Recognize scopes flag and also set it for all.
41414         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
41415         Declare _dl_show_scope.
41417         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
41418         (do_dlopen): Pass caller_dlopen to dl_open.
41419         (__libc_dlopen_mode): Initialize caller_dlopen.
41421         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
41422         of libc.  Make tolower call locale-independent.  Optimize a bit by
41423         using isdigit instead of isalnum.
41424         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
41426 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
41428         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
41429         was a dependency or dynamically loaded.
41431 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
41433         * intl/l10nflist.c: Allow architecture-specific pop function.
41434         * sysdeps/x86_64/l10nflist.c: New file.
41436         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
41437         classification.
41439 2011-08-10  Andreas Schwab  <schwab@redhat.com>
41441         * include/dirent.h: Add libc_hidden_proto for scandirat and
41442         scandirat64.  Don't declare __scandirat64.
41443         * dirent/scandirat.c: Add libc_hidden_def.
41444         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
41445         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
41447 2011-08-10  David S. Miller  <davem@davemloft.net>
41449         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
41450         enum.
41451         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
41452         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
41453         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
41455 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
41457         * Versions.def [libc]: Add GLIBC_2.15.
41458         * dirent/Makefile (routines): Add scandirat and scandirat64.
41459         * dirent/Versions [libc]: Export scandirat and scandirat64 for
41460         GLIBC_2.15.
41461         * dirent/dirent.h: Declare scandirat and scandirat64.
41462         * dirent/scandirat.c: New file.
41463         * dirent/scandirat64.c: New file.
41464         * sysdeps/wordsize-64/scandirat.c: New file.
41465         * sysdeps/wordsize-64/scandirat64.c: New file.
41466         * dirent/opendir.c: Define opendirat.
41467         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
41468         using scandirat.
41469         * dirent/scandir64.c: Adjust for scandir.c change.
41470         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
41471         __scandirat64, and __scandir_cancel_handler.
41472         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
41473         additional parameter and use openat instead of open (outside of ld.so).
41474         Add new __opendir as wrapper around __opendirat.
41475         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
41476         here without requiring old scandirat implementation.
41478 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
41480         * dirent/scandir.c (cancel_handler): Renamed to
41481         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
41482         defined.  Adjust users.
41483         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
41484         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
41486 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
41488         * string/test-string.h (IMPL): Use __STRING to expand name and then
41489         stringify it.
41491         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
41492         of cleanups.
41494 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41496         * string/Makefile: Update.
41497         (strop-tests): Append strncat.
41498         * string/test-wcscmp.c: New file.
41499         New comprehensive test for wcscmp.
41500         * string/test-strcmp.c: Update.
41501         (WIDE): New define.
41503 2011-07-22  Andreas Schwab  <schwab@redhat.com>
41505         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
41506         line.
41508 2011-07-26  Andreas Schwab  <schwab@redhat.com>
41510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
41511         encoding to ACE if AI_IDN.
41513 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
41515         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
41516         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
41518 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
41520         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
41521         Fix overflow bug in strncat.
41522         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
41524         * string/test-strncat.c: Update.
41525         Add new tests for checking overflow bugs.
41527 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
41529         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41530         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
41531         * sysdeps/i386/i686/multiarch/strcat.S: New file.
41532         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
41533         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
41534         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
41535         * sysdeps/i386/i686/multiarch/strncat.S: New file.
41536         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
41537         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
41539         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
41540         (USE_AS_STRCAT): Define.
41541         Add strcat and strncat support.
41542         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
41544 2011-07-25  Andreas Schwab  <schwab@redhat.com>
41546         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
41547         __n bigger than INT_MAX+1.
41548         (__strncmp_g): Likewise.
41550 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
41552         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
41553         * libio/stido.h: Likewise.
41555         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
41556         (AF_NFC): Define.
41557         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
41558         (AF_NFC): Define.
41560         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
41561         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
41562         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
41563         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
41564         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
41566         [BZ #13021]
41567         * scripts/test-installation.pl: Don't expect libnss_test1 to be
41568         installed.
41570         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
41571         typo.
41572         (_dl_x86_64_save_sse): Likewise.
41574 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
41576         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
41577         OSXSAVE.
41578         (_dl_x86_64_save_sse): Likewise.
41580         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
41582         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
41584 2011-07-21  Andreas Schwab  <schwab@redhat.com>
41586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
41587         change.
41588         (_dl_x86_64_save_sse): Use correct AVX check.
41590 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
41592         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
41593         bug in strncpy/strncat.
41594         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
41596 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
41598         * string/tester.c (test_strcat): Add tests for different alignments
41599         of source and destination.
41600         (test_strncat): Likewise.
41602 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
41604         [BZ #12852]
41605         * posix/glob.c (glob): Check passed in values before using them in
41606         expressions to avoid some overflows.
41607         (glob_in_dir): Likewise.
41609         [BZ #13007]
41610         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
41611         check for AVX enablement so that we don't crash with old kernels and
41612         new hardware.
41613         * elf/tst-audit4.c: Add same checks here.
41614         * elf/tst-audit6.c: Likewise.
41616         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
41618 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
41620         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
41622 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
41624         * po/cs.po: Update from translation team.
41625         * po/bg.po: Likewise.
41627 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
41629         * misc/sys/cdefs.h: Add support for const attribute.
41630         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
41631         to gnu_dev_{major,minor,makedev} functions.
41633 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
41635         * intl/dcigettext.c (get_output_charset): Add missing bracket.
41637 2011-07-20  Andreas Schwab  <schwab@redhat.com>
41639         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
41640         strlen results.
41642 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41644         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
41645         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
41646         register in order to avoid conflicts with the soft frame pointer
41647         being held in r11 when necessary.
41648         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
41649         (INTERNAL_VSYSCALL_NCS): Likewise.
41651 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
41653         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
41654         * elf/dl-fini.c (_dl_fini): Adjust caller.
41655         * elf/dl-close.c (_dl_close_worker): Likewise.
41656         * sysdeps/generic/ldsodefs.h: Adjust declaration.
41658 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
41660         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
41661         "aux_cache->nlibs < 0".
41663         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
41664         in the reload-count case.
41666 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
41668         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
41669         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
41670         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
41671         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
41672         * sysdeps/x86_64/multiarch/strcat.S: New file.
41673         * sysdeps/x86_64/multiarch/strncat.S: New file.
41674         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
41675         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
41676         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
41677         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
41678         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
41679         (USE_AS_STRCAT): Define.
41680         Add strcat and strncat support.
41681         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
41682         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
41683         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
41684         * string/strncat.c: Update.
41685         (USE_AS_STRNCAT): Define.
41686         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41687         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
41688         and i7.
41689         * sysdeps/x86_64/multiarch/init-arch.h
41690         (bit_Prefer_PMINUB_for_stringop): New.
41691         (index_Prefer_PMINUB_for_stringop): Likewise.
41692         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
41693         bit_Prefer_PMINUB_for_stringop.
41695 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
41697         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
41698         buffer64.
41699         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
41700         of casting of buffer.
41701         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
41702         buffer32 and buffer64.
41703         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
41704         writes instead of casting of buffer.
41705         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
41706         buffer32.
41707         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
41708         casting of buffer.
41710 2011-07-19  Andreas Schwab  <schwab@redhat.com>
41712         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
41714 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
41716         * nscd/nscd.c (termination_handler): Don't do anything for a database
41717         if it has not yet been initialized.
41719 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
41721         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
41723 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
41725         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
41727 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
41729         * po/nl.po: Update from translation team.
41730         * po/sv.po: Likewise.
41732 2011-07-16  Roland McGrath  <roland@hack.frob.com>
41734         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
41735         now disallowed by GCC.
41737         * configure.in (use-default-link): Default to yes if a test -shared
41738         link meets our qualifications.
41739         * configure: Regenerated.
41741         * config.make.in (output-format): New variable.
41742         * configure.in: Check for ld --print-output-format support.
41743         * configure: Regenerated.
41744         * Makerules ($(common-objpfx)format.lds)
41745         [$(output-format) != unknown]: Just use $(output-format),
41746         instead of the linker-script munging.
41748 2011-07-14  Roland McGrath  <roland@hack.frob.com>
41750         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
41751         of $(common-objpfx)shlib.lds.
41752         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
41754         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
41755         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
41757         * configure.in (-z relro check): Adjust test code to add a large
41758         writable data section after it.
41759         * configure: Regenerated.
41761 2011-07-11  Roland McGrath  <roland@hack.frob.com>
41763         * configure.in (-z relro check): Fix test code to make the variable
41764         truly const.
41765         * configure: Regenerated.
41767 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
41769         * nscd/nscd.h (struct traced_file): Define.
41770         (struct database_dyn): Remove inotify_descr, reset_res, and filename
41771         elements.  Add traced_files.
41772         (inotify_fd): Declare.
41773         (register_traced_file): Declare.
41774         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
41775         (inotify_fd): Export.
41776         (resolv_conf_descr): Remove.
41777         (nscd_init): Move inotify descriptor creation to main.
41778         Don't register files for notification here.
41779         (register_traced_file): New function.
41780         (invalidate_cache): Don't use reset_res to determine whether to call
41781         res_init, go through the list of registered files.
41782         (main_loop_poll): The inotify descriptors are now stored in the
41783         structures for the traced files.
41784         (main_loop_epoll): Likewise
41785         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
41786         to __nss_disable_nscd.
41787         * nscd/cache.c (prune_cache): There is no single inotify descriptor
41788         for a database anymore.  Check the records for all the registered
41789         files instead.
41790         * nss/Makefile (libnss_files-routines): Add files-init.
41791         (libnss_db-routines): Add db-init.
41792         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
41793         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
41794         * nss/nss_db/db-init.c: New file.
41795         * nss/nss_files/files-init.c: New file.
41796         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
41797         __nss_lookup_function.
41798         (__nss_lookup_function): Call nss_load_library.
41799         (nss_load_all_libraries): New function.
41800         (__nss_disable_nscd): Take parameter with callback function for files
41801         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
41802         used for the cached services.
41803         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
41804         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
41805         options for features to all the files in nscd.
41807         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
41809 2011-07-10  Roland McGrath  <roland@hack.frob.com>
41811         * csu/elf-init.c (__libc_csu_init): Comment typo.
41813 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
41815         * po/pl.po: Update from translation team.
41816         * po/ja.po: Likewise.
41817         * po/ru.po: Likewise.
41818         * po/ko.po: Likewise.
41819         * po/fr.po: Likewise.
41821 2011-07-09  Roland McGrath  <roland@hack.frob.com>
41823         * configure.in (.ctors/.dtors header and trailer check):
41824         Use an empirical test on a built program.
41825         * configure: Regenerated.
41827         * configure.in (-z relro check): Use an empirical test on a built DSO.
41828         Detect, but do not require, on ia64.
41829         * configure: Regenerated.
41831         * configure.in (READELF): Find it with AC_CHECK_TOOL.
41832         Update tests that use readelf to use $READELF instead.
41833         * configure: Regenerated.
41835 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
41837         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
41838         if the result is not used.
41840 2011-07-05  Andreas Jaeger  <aj@suse.de>
41842         [BZ#9696]
41843         * stdlib/tst-strtod.c: Add testcase.
41845 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
41847         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
41848         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
41849         The latter has a higher limit.  Take additional parameter to pass to
41850         the new function.
41851         (__pathconf): Pass file to __statfs_link_max.
41852         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
41853         __statfs_link_max.
41854         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
41855         __statfs_link_max.
41857         [BZ #12868]
41858         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
41859         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
41860         Handle Lustre.
41861         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
41862         (__statfs_filesize_max): Likewise.
41863         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
41865 2011-07-05  Andreas Jaeger  <aj@suse.de>
41867         * resolv/res_comp.c (dn_skipname): Remove unused variable.
41869 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
41871         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
41872         `status' variable.
41873         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
41874         Likewise.
41876 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
41878         * Makefile (strop-tests): Add strncat.
41879         * string/test-strncat.c: New file.
41881 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
41883         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
41885 2011-06-21  Andreas Jaeger  <aj@suse.de>
41887         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
41888         Copy rule from iconvdata/Makefile.
41890 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
41892         [BZ #12922]
41893         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
41894         but no long options are defined, just return 'W'.
41896 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
41898         [BZ #9696]
41899         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
41901 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
41903         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
41904         netgroups to read.
41905         (innetgr): Likewise.
41907 2011-07-05  Roland McGrath  <roland@hack.frob.com>
41909         * config.make.in (install_root): Default to $(DESTDIR).
41911 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
41913         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
41915 2011-07-02  Roland McGrath  <roland@hack.frob.com>
41917         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
41919         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
41920         containing directory rather than embedding absolute directory names.
41922         * scripts/check-local-headers.sh: Rewritten using awk.
41923         Match by word, not by line.  Print error messages for matches.
41924         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
41926         * Makerules [shlib-lds-flags empty]:
41927         ($(common-objpfx)libc_pic.opts): New target.
41928         ($(common-objpfx)libc_pic.os.clean): New target.
41929         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
41931         * config.make.in (OBJCOPY): New variable.
41932         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
41933         * configure: Regenerated.
41935         * config.make.in (use-default-link): New variable.
41936         * configure.in (use_default_link): Grok --with-default-link to set it.
41937         * configure: Regenerated.
41938         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
41939         (shlib-lds, shlib-lds-flags): Define to empty.
41941         * Makerules (shlib-lds): New variable.
41942         (shlib-lds-flags): New variable.
41943         (build-shlib, build-moduile, build-module-asneeded): Use it.
41944         ($(common-objpfx)libc.so): Use $(shlib-lds).
41945         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
41946         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
41948         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
41949         DT_FLAGS/DT_FLAGS_1 with zero flags.
41951         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
41952         linker script munging.
41954 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
41956         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
41957         as 128-bit value.
41958         * crypt/sha512.c (sha512_process_block): Perform total addition using
41959         128-bit if possible.
41960         (__sha512_finish_ctx): Likewise.
41961         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
41962         as 64-bit value.
41963         * crypt/sha256.c (SWAP64): Define.
41964         (sha256_process_block): Perform total addition using 64-bit if
41965         possible.
41966         (__sha256_finish_ctx): Likewise.
41968 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
41970         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
41971         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41972         * nscd/hstcache.c (cache_addhst): Likewise.
41973         * nscd/grpcache.c (cache_addgr): Likewise.
41974         * nscd/aicache.c (addhstaiX): Likewise
41975         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
41977 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
41979         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
41980         * nscd/initgrcache.c (addinitgroupsX): Likewise.
41981         * nscd/hstcache.c (cache_addhst): Likewise.
41982         * nscd/grpcache.c (cache_addgr): Likewise.
41983         * nscd/aicache.c (addhstaiX): Likewise
41985 2011-07-01  Andreas Schwab  <schwab@redhat.com>
41987         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
41988         domain only when needed.
41990 2011-06-30  Andreas Schwab  <schwab@redhat.com>
41992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
41993         is always restored.
41995 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
41997         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
41998         are re-adding the entry.
41999         * nscd/servicescache.c (cache_addserv): Likewise.
42001 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
42003         * sysdeps/generic/dl-irel.h: fix protection against multiple
42004         inclusions.
42005         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
42007 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
42009         [BZ #12935]
42010         * malloc/memusage.sh: Fix quoting in message.
42011         * debug/xtrace.sh: Likewise.
42013         * configure.in: Remove support for --experimental-malloc option, make
42014         it the default.
42015         * config.make.in: Likewise.
42016         * malloc/Makefile: Likewise.
42018 2011-06-27  Andreas Schwab  <schwab@redhat.com>
42020         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
42021         two-byte characters.
42023 2011-06-27  Roland McGrath  <roland@hack.frob.com>
42025         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
42026         AC_CACHE_CHECK invocation.
42027         * configure: Regenerated.
42029         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
42031 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
42033         [BZ #12350]
42034         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
42035         bit from old_res_options.
42037         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
42039         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
42040         value type for setfct.
42042 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
42044         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
42045         __gettimeofday instead of gettimeofday.
42047 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
42049         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
42051 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
42053         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
42055         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
42056         info.
42058 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
42060         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
42061         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
42062         strcpy-sse2-unaligned strncpy-sse2-unaligned
42063         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
42064         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
42065         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
42066         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
42067         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
42068         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
42069         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
42070         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
42071         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
42072         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
42073         (STRCPY): Support SSE2 and SSSE3 versions.
42075 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
42077         [BZ #12874]
42078         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
42079         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
42080         kernels which artificially limit size of requests.
42082 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
42084         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
42085         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
42086         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
42087         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
42088         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
42089         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
42090         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
42091         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
42092         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
42093         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
42094         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
42095         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
42096         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
42097         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
42098         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
42099         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42100         Enable unaligned load optimization for Intel Core i3, i5 and i7
42101         processors.
42102         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
42103         Define.
42104         (index_Fast_Unaligned_Load): Define.
42105         (HAS_FAST_UNALIGNED_LOAD): Define.
42107 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
42109         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
42111 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
42113         [BZ #12907]
42114         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
42115         until it is clear that the information is realy needed.
42116         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
42118 2011-06-22  Andreas Schwab  <schwab@redhat.com>
42120         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
42122 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
42124         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
42125         /sys/devices/system/cpu/online if it is usable.
42127         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
42128         reading the information from the /proc filesystem to once a second.
42130 2011-06-21  Andreas Jaeger  <aj@suse.de>
42132         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
42133         NULL after inclusion of kernel headers.
42135 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
42137         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
42138         calls to internal_setent.
42140         [BZ #12885]
42141         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
42142         addresses using gethostbyname4_r ignore IPv4 addresses.
42144         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
42145         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
42147         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
42149 2011-06-20  David S. Miller  <davem@davemloft.net>
42151         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
42152         inclusions.
42153         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
42155         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
42156         (elf_irel): Use it.
42157         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
42158         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
42159         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
42160         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
42161         * sysdeps/x86_64/dl-irel.h: Likewise.
42163         * elf/dl-runtime.c: Use elf_ifunc_invoke.
42164         * elf/dl-sym.c: Likewise.
42166 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
42168         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
42169         need to dereference resplen2.
42171 2011-06-14  Andreas Schwab  <schwab@redhat.com>
42173         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
42175 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
42177         * Makeconfig: Define vardbdir and inst_vardbdir.
42178         * nss/Makefile: Add rules to install db-Makefile.
42180         * nss/nss_db/db-XXX.c: Cleanup.
42182         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
42183         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
42184         GLIBC_PRIVATE.
42185         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
42186         * nss/makedb.c: Implement -g option to specify that value strings
42187         are generated and should not be added to table iterated over for
42188         get*ent calls.
42189         * nss/nss_db/db-initgroups.c: New file.
42191         * nss/getent.c: Add support for initgroups lookups through getgrouplist
42192         interface.
42194         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
42195         (internal_getgrouplist): Adjust to name change.
42196         Update use_initgroups_entry if this is not the first call.
42197         * nss/databases.def: Add initgroups entry.
42199         * nss/makedb.c (compute_tables): Check result of multiple hash table
42200         sizes to minimize maximum chain length.
42202 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
42204         * Versions.def: Add entry for libnss_db.
42205         * shlib-versions: Likewise.
42206         * nss/Makefile: Add rules to build libnss_db.
42207         * nss/Versions: Add libnss_db information.  Organize libnss_files
42208         entries better.
42209         * nss/db-Makefile: Add gshadow support.  Change rules for the new
42210         makedb progra.  Some minor improvements to generate smaller files.
42211         * nss/nss_db/nss_db.h: Move NSS database header data structures to
42212         here from...
42213         * nss/makedb.c: ...here.
42214         Improve database format to be smaller and require less memory at
42215         runtime.
42216         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
42217         db anymore.
42218         * nss/nss_db/db-netgrp.c: Likewise.
42219         * nss/nss_db/db-open.c: Likewise.
42220         * nss/nss_files/flies-XXX.x: Adjust comments.
42221         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
42222         * nss/nss_files/files-grp.c: Likewise.
42223         * nss/nss_files/files-hosts.c: Likewise.
42224         * nss/nss_files/files-network.c: Likewise.
42225         * nss/nss_files/files-proto.c: Likewise.
42226         * nss/nss_files/files-pwd.c: Likewise.
42227         * nss/nss_files/files-rpc.c: Likewise.
42228         * nss/nss_files/files-service.c: Likewise.
42229         * nss/nss_files/files-sgrp.c: Likewise.
42230         * nss/nss_files/files-spwd.c: Likewise.
42231         * nss/nss_db/db-alias.c: Removed.
42232         * nss/nss_db/dummy-db.h: Removed.
42234 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
42236         * nss/makedb.c: Rewritten to not use database library.
42237         * nss/Makefile: Update to build new makedb program.
42239 2011-06-14  Andreas Jaeger  <aj@suse.de>
42241         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
42242         memset declaration.
42244 2011-06-10  Andreas Schwab  <schwab@redhat.com>
42246         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
42247         tmpbuf.
42249 2011-06-10  Roland McGrath  <roland@hack.frob.com>
42251         * Makerules (shlib.lds): Fail if the linker script comes out empty.
42252         * elf/Makefile ($(objpfx)ld.so): Likewise.
42254         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
42255         Don't list ld.so twice in dependencies.
42257         * posix/bug-regex31.c: Include <stdlib.h>.
42259         * nscd/hstcache.c (cache_addhst): Remove unused variable.
42261         * nis/nss_compat/compat-spwd.c
42262         (getspent_next_nss_netgr): Remove unused variable.
42263         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
42265         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
42266         nonmembers" output to use the right array.
42268         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
42270         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
42272         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
42273         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
42274         * catgets/gencat.c (read_input_file): Likewise.
42275         * locale/programs/locarchive.c (enlarge_archive): Likewise.
42277         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
42278         variable definition inside #if's controlling its use.
42280         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
42282         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
42284         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
42286         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
42287         unreachable code.
42289         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
42291         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
42292         * configure: Regenerated.
42294         * Makerules: Revert last change.
42295         * elf/Makefile: Likewise.
42297 2011-06-09  Roland McGrath  <roland@hack.frob.com>
42299         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
42300         * elf/Makefile ($(objpfx)librtld.os): Likewise.
42301         (reloc-link): Likewise.
42303 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
42305         * elf/Makefile: Add rules to build pldd.
42306         * elf/pldd.c: New file.
42307         * elf/pldd-xx.c: New file.
42309 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
42311         * version.h: Update for 2.15 development version.
42313 2011-06-07  David S. Miller  <davem@davemloft.net>
42315         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
42316         ifuncs.
42317         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
42318         elf_machine_lazy_rel): Likewise.
42319         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
42320         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
42321         elf_machine_lazy_rel): Likewise.
42322         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
42323         dl_hwcap via passed in argument.
42324         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
42325         Likewise.
42327 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42329         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
42331 2011-06-06  Roland McGrath  <roland@hack.frob.com>
42333         [BZ #12849]
42334         * manual/fdl-1.1.texi: New file, verbatim from:
42335         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
42336         * manual/lgpl-2.1.texi: New file, verbatim from:
42337         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
42338         * manual/Makefile (licenses): New variable, list those new file names.
42339         (texis): Use it.
42340         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
42342         * manual/fdl.texi: File removed.
42343         * manual/lesser.texi: File removed.
42344         * manual/libc.texinfo (Copying, Documentation License):
42345         Use new @include file names, put @appendix directive before @include.
42347 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
42349         [BZ #12841]
42350         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
42351         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
42352         (mq_open): Add __NTH.
42354 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
42356         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42357         Assume Intel Core i3/i5/i7 processor if AVX is available.
42359 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
42361         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
42362         typo.
42364 2011-05-31  Andreas Schwab  <schwab@redhat.com>
42366         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
42367         memory.  Use alloca_account.  Fix memory leak when retrying.
42369 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
42371         * version.h (RELEASE): Bump for 2.14 release.
42372         * include/features.h (__GLIBC_MINOR__): Bump to 14.
42374         * config.make.in (RANLIB): Remove entry.
42376 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
42378         * po/Makefile (po-sed-cmd): Add ksh to extensions.
42379         (libc.pot): Work around missing support for .ksh extension in xgettext.
42381         [BZ #12684]
42382         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
42383         if both request failed.
42384         (send_dg): In case of server errors clear resplen or *resplen2.
42386         [BZ #12454]
42387         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
42388         when there are multiple maps.
42389         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
42390         (_dl_fini): Remove test here.
42392         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
42394 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
42396         [BZ #12350]
42397         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
42398         bit from old_res_options.
42399         (gaih_inet): Likewise.
42401         [BZ #11099]
42402         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
42403         as signed.
42405         * resolv/res_init.c (res_setoptions): Make the code more compact.
42407         [BZ #11558]
42408         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
42409         set RES_USEVC.
42411         [BZ #11634]
42412         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
42414         * malloc/malloc.h: Mark malloc hook variables as deprecated.
42416         [BZ #11781]
42417         * malloc/malloc.h: Declare malloc hook variables as volatile.
42419         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
42420         in last patch.
42422         [BZ #11799]
42423         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
42424         raise in the comment.
42425         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42426         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42427         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
42429 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
42431         [BZ #12811]
42432         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
42433         grow the buffers more if it already has to be sufficient.
42434         (build_wcs_upper_buffer): Likewise.
42435         * posix/regexec.c (check_matching): Likewise.
42436         (clean_state_log_if_needed): Likewise.
42437         (extend_buffers): Don't enlarge buffers beyond size of the input
42438         buffer.
42439         Patches mostly by Emil Wojak <emil@wojak.eu>.
42440         * posix/bug-regex32.c: New file.
42441         * posix/Makefile (tests): Add bug-regex32.
42443         * locale/findlocale.c (_nl_find_locale): Return right away if
42444         _nl_explode_name failed.
42445         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
42447         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
42449         * debug/xtrace.sh: Unify messages.
42450         * malloc/memusage.sh: Likewise.
42452         [BZ #12813]
42453         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
42454         time symbol from vDSO.  Substitute with vsyscall if not available.
42455         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
42456         __vdso_time.
42458         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
42459         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
42460         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
42461         Add sendmmsg and internal_sendmmsg.
42462         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
42463         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
42464         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
42466         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
42467         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
42468         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
42470 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
42472         [BZ #12813]
42473         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
42474         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
42475         available.
42476         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
42477         __vdso_getcpu.
42479         [BZ #12814]
42480         * iconvdata/Makefile (tests): Add bug-iconv9.
42481         * iconvdata/bug-iconv9.c: New file.
42483 2011-05-27  Andreas Schwab  <schwab@redhat.com>
42485         [BZ #12814]
42486         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
42488 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
42490         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
42491         (struct user_regs_struct): Change intcs field back to cs.
42493 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
42495         * po/ja.po: Update from translation team.
42497 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
42499         [BZ #12795]
42500         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
42501         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
42503 2011-05-20  Andreas Schwab  <schwab@redhat.com>
42505         * stdlib/longlong.h: Update from GCC.
42507 2011-05-23  Andreas Schwab  <schwab@redhat.com>
42509         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
42510         parameter name.
42511         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
42512         Add parameter name.
42513         (__sysconf): Pass it down.
42515 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
42517         [BZ #12671]
42518         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
42519         some situations.
42520         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
42521         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
42522         add in in __libc_use_alloca calls.  Adjust callers.
42523         (glob): Use malloc in some situations.
42525         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
42526         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
42527         pltexit.
42529 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
42531         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
42532         and CLOCK_BOOTTIME_ALARM.
42534         [BZ #12782]
42535         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
42536         is returned.
42538         * string/_strerror.c (__strerror_r): Print negative errors as signed
42539         numbers.
42541         [BZ #12777]
42542         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
42543         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
42544         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
42546         * configure.in: Fix typo in redirection and correct removal of test
42547         files in two cases.
42549         [BZ #12788]
42550         * locale/setlocale.c (new_composite_name): Fix test to check for
42551         identical name of all categories.
42553         [BZ #12792]
42554         * libio/filedoalloc.c (local_isatty): New function.
42555         (_IO_file_doallocate): Use local_isatty.
42556         * stdio-common/perror.c (perror): In case a new stream is used
42557         forward the stream error.
42558         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
42559         error flag.
42561 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
42563         [BZ #11869]
42564         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
42565         alloca.
42566         * include/alloca.h (extend_alloca_account): Define.
42568         [BZ #11857]
42569         * posix/regex.h: Fix comments with documentation of user-accessible
42570         fields after compilation and describe correct free'ing of pattern
42571         after re_compile_pattern.
42572         Patch by Reuben Thomas <rrt@sc3d.org>.
42574 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
42576         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
42577         and -mno-altivec to prevent the compiler from using Altivec and/or
42578         VSX instructions when the corresponding registers are not available.
42580 2011-05-19  Andreas Schwab  <schwab@redhat.com>
42582         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
42584 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
42586         * libio/freopen.c (freopen): Use __dup2, not dup2.
42587         * libio/freopen64.c (freopen64): Likewise.
42589 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42591         [BZ #12775]
42592         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
42593         * math/Makefile (tests): Add test-powl.
42594         (CFLAGS-test-powl.c): Define.
42595         * math/test-powl.c: New file.
42597 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42599         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
42601 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
42603         [BZ #11837]
42604         * iconvdata/gb18030.c: Update to GB18020-2005.
42606 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
42608         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
42609         RE_SYNTAX_POSIX_AWK): Update to match recent development.
42610         Patch by Aharon Robbins <arnold@skeeve.com>.
42612         [BZ #11892]
42613         * stdlib/putenv.c (putenv): Don't always create copy of the variable
42614         on the stack.
42616         [BZ #11895]
42617         * misc/pselect.c (__pselect): Handle timeout value errors hidden
42618         through underflows.
42620         [BZ #12766]
42621         * misc/error.c (error_at_line): Ensure file_name and old_file_name
42622         point to strings before performing equality test for error_one_per_line
42623         mode.
42625         [BZ #11697]
42626         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
42628         [BZ #11820]
42629         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
42630         (struct user_fpregs_struct): Avoid __uint*_t types.
42632         [BZ #6420]
42633         * malloc/mtrace.c (tr_where): Add additional parameter to point to
42634         symbol info.  Use it instead of calling _dl_addr locally.
42635         (lock_and_info): New function.
42636         (tr_freehook): Call lock_and_info and pass symbol info as additional
42637         parameter to tr_where.
42638         (tr_mallochook): Likewise.
42639         (tr_reallochook): Likewise.
42640         (tr_memalignhook): Likewise.
42642         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
42643         used and couldn't be at all thread-safe.
42645 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
42647         * libio/freopen.c (freopen): Don't close old file descriptor
42648         before the new one is opened.  Instead dup the new file descriptor
42649         to the old one after the new stream is created.
42650         * libio/freopen64.c (freopen64): Likewise.
42651         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
42652         * libio/fileops.c (_IO_new_file_close_it): Handle new
42653         _IO_FLAGS2_NOCLOSE flag.
42654         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
42655         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
42656         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
42657         _IO_FLAGS2_NOCLOSE flag.
42658         * include/unistd.h: Add hidden_proto for dup3.
42659         Define __have_dup3.
42660         * io/dup3.c: Define hidden symbol.
42661         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
42663         [BZ #7101]
42664         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
42665         when an incomplete long option is used.
42666         * posix/tst-getopt_long1.c: New file.
42667         * posix/Makefile (tests): Add tst-getopt_long1.
42669         [BZ #10138]
42670         * scripts/config.guess: Update from autoconf-2.68.
42671         * scripts/config.sub: Likewise.
42673         [BZ #10157]
42674         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
42675         tests into ...
42676         (has_cpuclock): ...this.  New function.
42677         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
42678         macro here based on has_cpuclock code.
42680         [BZ #10149]
42681         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
42682         First byte (not low byte) is now always NUL.
42683         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
42685         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
42686         Use non-cancelable interfaces.
42688         [BZ #9809]
42689         * locale/iso-639.def: Add entry for Sorani.
42691         [BZ #11901]
42692         * include/stdlib.h: Move include protection to the right place.
42693         Define abort_msg_s.  Declare __abort_msg with it.
42694         * stdlib/abort.c (__abort_msg): Adjust type.
42695         * assert/assert.c (__assert_fail_base): New function.  Majority
42696         of code from __assert_fail.  Allocate memory for __abort_msg with
42697         mmap.
42698         (__assert_fail): Now call __assert_fail_base.
42699         * assert/assert-perr.c: Remove bulk of implementation.  Use
42700         __assert_fail_base.
42701         * include/assert.hL Declare __assert_fail_base.
42702         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
42703         mmap.
42704         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
42706 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
42708         [BZ #11952]
42709         [BZ #12453]
42710         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
42711         until all modules are registered in the DTV.
42712         * elf/Makefile: Add rules to build and run tst-tls19.
42713         * elf/tst-tls19.c: New file.
42714         * elf/tst-tls19mod1.c: New file.
42715         * elf/tst-tls19mod2.c: New file.
42716         * elf/tst-tls19mod3.c: New file.
42717         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
42719         [BZ #12083]
42720         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
42721         correctly.
42723         [BZ #12601]
42724         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
42725         two-byte sequence errors.
42726         * iconvdata/Makefile (tests): Add bug-iconv8.
42727         * iconvdata/bug-iconv8.c: New file.
42729         [BZ #12626]
42730         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
42731         buf2 definition.
42733         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
42735         [BZ #12432]
42736         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
42737         (dummy_getcfa): New function.
42738         (init): Get _Unwind_GetCFA address, use dummy if not found.
42739         (backtrace_helper): In recursion check, also check whether CFA changes.
42740         (__backtrace): Completely initialize arg.
42742         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
42743         storing incomplete byte sequence in state object.  Avoid testing for
42744         guaranteed too small input if we know there is enough data available.
42746 2011-05-11  Andreas Schwab  <schwab@redhat.com>
42748         * Makeconfig (+link-pie): Indent.
42749         * Rules (binaries-pie): Define if $(have-fpie) and
42750         $(build-shared).
42751         (binaries-shared): Also filter out $(binaries-pie).
42752         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
42753         * nscd/Makefile (others-pie): Add nscd.
42754         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
42755         ($(objpfx)nscd): Remove command override.
42756         * login/Makefile (others-pie): Add pt_chown.
42757         ($(objpfx)pt_chown): Remove command override.
42758         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
42759         remove command overrides.
42761 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
42763         * libio/tst_putwc.c: Fix error messages.
42765         [BZ #12724]
42766         * libio/fileops.c (_IO_new_file_close_it): Always flush when
42767         currently writing and seek to current position when not.
42768         * libio/Makefile (tests): Add bug-fclose1.
42769         * libio/bug-fclose1.c: New file.
42771 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
42773         [BZ #12511]
42774         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
42775         don't set DF_1_NODELETE here.
42776         (do_lookup_x): When entering new entry test for copy relocation
42777         and if necessary set DF_1_NODELETE flag.
42778         * elf/tst-unique4.cc: New file.
42779         * elf/tst-unique4.h: New file.
42780         * elf/tst-unique4lib.cc: New file.
42781         * elf/Makefile: Add rules to build and run tst-unique4.
42782         Patch by Piotr Bury <pbury@goahead.com>.
42784 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
42786         [BZ #12052]
42787         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
42789         [BZ #12625]
42790         * misc/mntent_r.c (addmntent): Flush the stream after the output
42792         [BZ #12393]
42793         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
42794         (is_trusted_path_normalize): Skip initial colon.  Append slash
42795         to empty buffer.  Duplicate is_trusted_path code but allow
42796         constructed patch to be prefix.
42797         (is_dst): Allow $ORIGIN followed by /.
42798         (_dl_dst_substitute): Correct clearing of check_for_trusted.
42799         Correct testing of result of is_trusted_path_normalize
42800         (decompose_rpath): Fix warning.
42802 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
42804         [BZ #11257]
42805         * grp/initgroups.c (internal_getgrouplist): When we found the service
42806         list through the initgroups entry in nsswitch.conf do not always
42807         continue on a successful lookup.  Don't always use the
42808         __nss_group_database value if it is set.
42809         * nss/nsswitch.conf (initgroups): Change action for successful db
42810         lookup to continue for compatibility.
42812 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
42814         [BZ #11532]
42815         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
42816         and CP774 modules.
42817         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
42818         and CP774 modules.
42819         * iconvdata/tst-tables.sh: Likewise.
42820         * iconvdata/cp770.c: New file.
42821         * iconvdata/cp771.c: New file.
42822         * iconvdata/cp772.c: New file.
42823         * iconvdata/cp773.c: New file.
42824         * iconvdata/cp774.c: New file.
42825         * iconvdata/testdata/CP770: New file.
42826         * iconvdata/testdata/CP770..UTF8: New file.
42827         * iconvdata/testdata/CP771: New file.
42828         * iconvdata/testdata/CP771..UTF8: New file.
42829         * iconvdata/testdata/CP772: New file.
42830         * iconvdata/testdata/CP772..UTF8: New file.
42831         * iconvdata/testdata/CP773: New file.
42832         * iconvdata/testdata/CP773..UTF8: New file.
42833         * iconvdata/testdata/CP774: New file.
42834         * iconvdata/testdata/CP774..UTF8: New file.
42836         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
42837         END CHARMAP line.
42838         * iconvdata/gen-8bit-gap.sh: Likewise.
42839         * iconvdata/gen-8bit.sh: Likewise.
42841         * locale/iso-639.def: Add ary entry.
42843         [BZ #11258]
42844         * locale/C-translit.h.in: Add U20A1 transliteration.
42846         [BZ #12178]
42847         * locale/iso-639.def: Add wae entry.
42848         Patch by Kevin Bortis <bortis@translate-wae.ch>.
42850         [BZ #12545]
42851         * locale/programs/localedef.c (construct_output_path): Use ssize_t
42852         for n.
42854         [BZ #12711]
42855         * locale/C-translit.h.in: Add entry for U20B9.
42856         Patch by pravin.d.s@gmail.com.
42858 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
42860         [BZ #12713]
42861         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
42862         ENAMETOOLONG use generic getcwd.
42863         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
42864         in rtld.  Use *stat64.
42865         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
42866         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
42867         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
42868         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
42869         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
42870         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
42871         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
42872         __fstatat64 macros.
42873         * include/dirent.h: Add libc_hidden_proto for rewinddir.
42874         * dirent/rewinddir.c: Add libc_hidden_def.
42875         * sysdeps/mach/hurd/rewinddir.c: Likewise.
42876         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
42878         * include/dirent.h (__alloc_dir): Add flags parameter.
42879         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
42880         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
42881         __alloc_dir.
42882         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
42883         from fdopendir if O_CLOEXEC is already set.
42885 2011-03-15  Alan Modra  <amodra@gmail.com>
42887         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
42888         l_tls_firstbyte_offset non-zero.  Save padding offset in
42889         l_tls_firstbyte_offset for later use.
42890         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
42891         freeing static tls block.
42893 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
42895         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
42896         where #ifdef was intended.  The intent is to prevent ARG_MAX from
42897         being defined by the kernel headers.
42899 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
42901         [BZ #12734]
42902         * resolv/resolv.h: Define RES_NOTLDQUERY.
42903         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
42904         no-tld-query and set RES_NOTLDQUERY.
42905         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
42906         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
42907         modern BIND to search name as TLD unless forbidden.
42909 2011-05-07  Petr Baudis  <pasky@suse.cz>
42910             Ulrich Drepper  <drepper@gmail.com>
42912         [BZ #12393]
42913         * elf/dl-load.c (fillin_rpath): Move trusted path check...
42914         (is_trusted_path): ...to here.
42915         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
42916         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
42917         using is_trusted_path_normalize() in setuid scripts.
42919 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42921         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
42922         __BEGIN/__END_DECLS.
42924 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
42926         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
42927         NSS_STATUS_NOTFOUND if no record was found.
42929 2011-05-05  Andreas Schwab  <schwab@redhat.com>
42931         * sunrpc/Makefile (headers): Add rpc/netdb.h.
42932         (headers-not-in-tirpc): Remove rpc/netdb.h
42933         * resolv/netdb.h: Revert last change.
42935 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42937         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
42938         circular dependency between libgcc.a and libc.a.
42940 2011-05-05  Andreas Schwab  <schwab@redhat.com>
42942         * resolv/netdb.h: Don't include <rpc/netdb.h>.
42943         * nis/Makefile: Don't install rpcsvc/*.
42944         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
42945         instead of <rpc/types.h>.
42946         (MAXHOSTNAMELEN): Define.
42948 2011-05-03  Andreas Schwab  <schwab@redhat.com>
42950         * elf/ldconfig.c (add_dir): Don't crash on empty path.
42952 2011-04-28  Maciej Babinski  <mbabinski@google.com>
42954         [BZ #12714]
42955         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
42956         gethostbyname4_r when IPv6 results are possible.
42958 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
42960         [BZ #12723]
42961         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
42962         _PC_PIPE_BUF handling.
42964 2011-04-30  Bruno Haible  <bruno@clisp.org>
42966         [BZ #12717]
42967         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
42968         * resolv/netdb.h (getnameinfo): Change type of flags parameter
42969         to 'int'.
42970         * inet/getnameinfo.c (getnameinfo): Likewise.
42972 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
42974         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
42975         to groups setting in database lookup.
42976         * nss/nsswitch.conf: Add initgroups entry.
42978 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
42980         [BZ #12685]
42981         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
42982         mode string.
42983         Patch by Eric Blake <eblake@redhat.com>.
42985 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
42987         * sunrpc/Makefile (need-export-routines): Add svc_run.
42988         (routines): Remove svc_run.
42989         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
42990         * sunrpc/clnt_perr.c (clnt_perrno): Export.
42991         * sunrpc/svc_run.c (svc_run): Likewise.
42992         * sunrpc/svc_udp.c (svcudp_create): Likewise.
42994 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
42996         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
42997         problem in reallocation in last patch.
42999 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
43001         * sunrpc/Makefile: Move inclusion of Rules.
43003 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
43005         * nss/nss_files/files-initgroups.c: New file.
43006         * nss/Makefile (libnss_files-routines): Add files-initgroups.
43007         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
43008         _nss_files_initgroups_dyn.
43010 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
43012         * elf/elf.h (R_ARM_IRELATIVE): Define.
43014 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
43016         * po/ru.po: Update from translation team.
43018 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
43020         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
43021         dependencies.
43023 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
43025         [BZ #12653]
43026         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
43027         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
43028         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43029         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
43030         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
43032 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
43034         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
43035         differing bytes.
43036         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
43037         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
43038         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
43040 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
43042         [BZ #12420]
43043         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
43044         storing it.
43045         * stdlib/bug-getcontext.c: New file.
43046         * stdlib/Makefile: Add rules to build and run bug-getcontext.
43048 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43050         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
43051         instructions into .machine "z9-109".
43052         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
43053         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
43055 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43057         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
43058         between environment variables and auxiliary vector.
43060 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
43062         * Makefile: Add rules to build linkobj/libc.so.
43063         * include/libc-symbols.h: Define libc_hidden_nolink.
43064         * include/rpc/auth.h: Mark functions which are to be hidden.
43065         * include/rpc/auth_des.h: Likewise.
43066         * include/rpc/auth_unix.h: Likewise.
43067         * include/rpc/clnt.h: Likewise.
43068         * include/rpc/des_crypt.h: Likewise.
43069         * include/rpc/key_prot.h: Likewise.
43070         * include/rpc/pmap_clnt.h: Likewise.
43071         * include/rpc/pmap_prot.h: Likewise.
43072         * include/rpc/pmap_rmt.h: Likewise.
43073         * include/rpc/rpc_msg.h: Likewise.
43074         * include/rpc/svc.h: Likewise.
43075         * include/rpc/svc_auth.h: Likewise.
43076         * include/rpc/xdr.h: Likewise.
43077         * nis/Makefile: Link all DSOs against linkobj/libc.so.
43078         * nss/Makefile: Likewise.
43079         * sunrpc/Makefile: Don't install headers.  Build library with normal
43080         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
43081         * sunrpc/auth_des.c: Hide exported symbols by default, export some
43082         for the compat linking library.  Remove use of INTDEF/INTUSE.
43083         * sunrpc/auth_none.c: Likewise.
43084         * sunrpc/auth_unix.c: Likewise.
43085         * sunrpc/authdes_prot.c: Likewise.
43086         * sunrpc/authuxprot.c: Likewise.
43087         * sunrpc/clnt_gen.c: Likewise.
43088         * sunrpc/clnt_perr.c: Likewise.
43089         * sunrpc/clnt_raw.c: Likewise.
43090         * sunrpc/clnt_simp.c: Likewise.
43091         * sunrpc/clnt_tcp.c: Likewise.
43092         * sunrpc/clnt_udp.c: Likewise.
43093         * sunrpc/clnt_unix.c: Likewise.
43094         * sunrpc/des_crypt.c: Likewise.
43095         * sunrpc/des_soft.c: Likewise.
43096         * sunrpc/get_myaddr.c: Likewise.
43097         * sunrpc/key_call.c: Likewise.
43098         * sunrpc/key_prot.c: Likewise.
43099         * sunrpc/netname.c: Likewise.
43100         * sunrpc/pm_getmaps.c: Likewise.
43101         * sunrpc/pm_getport.c: Likewise.
43102         * sunrpc/pmap_clnt.c: Likewise.
43103         * sunrpc/pmap_prot.c: Likewise.
43104         * sunrpc/pmap_prot2.c: Likewise.
43105         * sunrpc/pmap_rmt.c: Likewise.
43106         * sunrpc/publickey.c: Likewise.
43107         * sunrpc/rpc_cmsg.c: Likewise.
43108         * sunrpc/rpc_common.c: Likewise.
43109         * sunrpc/rpc_dtable.c: Likewise.
43110         * sunrpc/rpc_prot.c: Likewise.
43111         * sunrpc/rpc_thread.c: Likewise.
43112         * sunrpc/rtime.c: Likewise.
43113         * sunrpc/svc.c: Likewise.
43114         * sunrpc/svc_auth.c: Likewise.
43115         * sunrpc/svc_authux.c: Likewise.
43116         * sunrpc/svc_raw.c: Likewise.
43117         * sunrpc/svc_run.c: Likewise.
43118         * sunrpc/svc_simple.c: Likewise.
43119         * sunrpc/svc_tcp.c: Likewise.
43120         * sunrpc/svc_udp.c: Likewise.
43121         * sunrpc/svc_unix.c: Likewise.
43122         * sunrpc/svcauth_des.c: Likewise.
43123         * sunrpc/xcrypt.c: Likewise.
43124         * sunrpc/xdr.c: Likewise.
43125         * sunrpc/xdr_array.c: Likewise.
43126         * sunrpc/xdr_float.c: Likewise.
43127         * sunrpc/xdr_intXX_t.c: Likewise.
43128         * sunrpc/xdr_mem.c: Likewise.
43129         * sunrpc/xdr_rec.c: Likewise.
43130         * sunrpc/xdr_ref.c: Likewise.
43131         * sunrpc/xdr_sizeof.c: Likewise.
43132         * sunrpc/xdr_stdio.c: Likewise.
43134 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
43136         [BZ #12650]
43137         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
43138         * sysdeps/ia64/dl-tls.h: Likewise.
43139         * sysdeps/powerpc/dl-tls.h: Likewise.
43140         * sysdeps/s390/dl-tls.h: Likewise.
43141         * sysdeps/sh/dl-tls.h: Likewise.
43142         * sysdeps/sparc/dl-tls.h: Likewise.
43143         * sysdeps/x86_64/dl-tls.h: Likewise.
43144         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
43146 2011-03-14  Andreas Schwab  <schwab@redhat.com>
43148         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
43149         rpath element also skip the following colon.
43150         (expand_dynamic_string_token): Add is_path parameter and pass
43151         down to DL_DST_REQUIRED and _dl_dst_substitute.
43152         (decompose_rpath): Call expand_dynamic_string_token with
43153         non-zero is_path.  Ignore empty rpaths.
43154         (_dl_map_object_from_fd): Call expand_dynamic_string_token
43155         with zero is_path.
43157 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
43159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
43160         Make cancelable.
43162 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
43164         [BZ #12655]
43165         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
43166         Patch by Filipe David Manana <fdmanana@apache.org>.
43168 2011-04-07  Andreas Schwab  <schwab@redhat.com>
43170         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
43171         Maintain aligned stack.
43172         (CHECK_RSP): Remove unused macro.
43174 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
43176         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
43177         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
43179 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
43181         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
43183         * include/features.h: Mention __USE_XOPEN2K8 in comment.
43185 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
43187         [BZ #12518]
43188         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
43189         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
43190         * sysdeps/x86_64/memmove.c: New file.
43191         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
43192         (memcpy): Renamed to ...
43193         (__new_memcpy): This.
43194         (memcpy): Provide GLIBC_2_14 memcpy.
43195         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
43196         (memcpy): Provide GLIBC_2_2_5 memcpy.
43198 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
43200         [BZ #12631]
43201         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
43203 2011-03-30  Andreas Schwab  <schwab@redhat.com>
43205         * misc/syncfs.c: New file.
43206         * misc/Makefile (routines): Add syncfs.
43207         * posix/unistd.h: Declare syncfs.
43208         * sysdeps/unix/syscalls.list: Add syncfs.
43210 2011-04-01  Andreas Schwab  <schwab@redhat.com>
43212         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
43213         open_by_handle_at.
43214         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
43215         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
43216         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
43217         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
43218         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
43219         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
43220         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
43222 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
43224         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
43225         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
43226         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
43227         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
43228         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
43229         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
43230         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
43232         * io/Makefile: Compile fallocate.c, fallocate64.c, and
43233         sync_file_range.c with -fexceptions.
43234         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
43235         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
43236         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
43237         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
43238         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
43239         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
43240         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
43241         sync_file_range as cancellation point
43242         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
43243         now a wrapper around __call_sync_file_range with cancellation handling.
43244         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
43245         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
43246         function name to __call_sync_file_range.
43247         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
43248         Add call_sync_file_range.
43250 2011-04-01  Andreas Schwab  <schwab@redhat.com>
43252         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43253         bits/timex.h.
43255 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
43257         * iconv/iconv.h: Fix typo in comment.
43258         * io/fcntl.h: Likewise.
43259         * libio/stdio.h: Likewise.
43260         * posix/spawn.h: Likewise.
43261         * posix/unistd.h: Likewise.
43262         * stdlib/stdlib.h: Likewise.
43263         * time/time.h: Likewise.
43264         * wcsmbs/wchar.h: Likewise.
43266         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
43267         open_by_handle): Add.
43268         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
43269         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
43270         Augment a few comments.
43271         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
43272         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
43273         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
43274         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
43275         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
43276         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
43277         open_by_handle.
43279         * io/fcntl.h (AT_EMPTY_PATH): Define.
43281 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
43283         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
43284         * sysdeps/unix/sysv/linux/bits/time.h: New file.
43285         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
43286         to...
43287         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
43288         * Versions.def: Add GLIBC_2.14.
43289         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
43290         Export.
43292 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
43294         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
43295         round counter.
43296         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
43298 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43300         [BZ #12597]
43301         * string/test-strncmp.c (do_page_test): New function.
43302         (check2): Likewise.
43303         (test_main): Call check2.
43304         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
43306 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
43308         [BZ #12587]
43309         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
43310         Handle cache information in CPU leaf 4.
43311         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
43313 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
43315         [BZ #12583]
43316         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
43317         character representation.
43318         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
43320 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
43322         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
43323         END(__isnan) to END(__isnanf) to match function entry point/label
43324         EALIGN(__isnanf,...).
43326 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
43328         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
43330 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
43332         [BZ #12510]
43333         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
43334         copy from the symbol referenced in the relocation to initialize the
43335         used variable.
43336         Patch by Piotr Bury <pbury@goahead.com>.
43337         * elf/Makefile: Add rules to build and tst-unique3.
43338         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
43339         * elf/tst-unique3.cc: New file.
43340         * elf/tst-unique3.h: New file.
43341         * elf/tst-unique3lib.cc: New file.
43342         * elf/tst-unique3lib2.cc: New file.
43344         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
43346 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
43348         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
43349         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
43350         to _start.
43352 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
43354         * elf/dl-load.c (_dl_map_object): If we are looking for the first
43355         to-be-loaded object along a path to loader is ld.so.
43357 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
43358             Ulrich Drepper  <drepper@gmail.com>
43360         * sysdeps/x86_64/memset.S: After aligning destination, code
43361         branches to different locations depending on the value of
43362         misalignment, when multiarch is enabled. Fix this.
43364 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
43366         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
43367         Set _x86_64_preferred_memory_instruction for AMD processsors.
43368         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43369         Set bit_Prefer_SSE_for_memop for AMD processors.
43371 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
43373         * libio/fmemopen.c (fmemopen): Optimize a bit.
43375 2011-03-03  Andreas Schwab  <schwab@redhat.com>
43377         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
43379 2011-03-03  Roland McGrath  <roland@redhat.com>
43381         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
43383 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
43385         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
43386         __bzero_ultra1 instead of __memset_ultra1.
43388 2011-02-23  Andreas Schwab  <schwab@redhat.com>
43389             Ulrich Drepper  <drepper@gmail.com>
43391         [BZ #12509]
43392         * include/link.h (struct link_map): Add l_orig_initfini.
43393         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
43394         returning unsuccessfully.
43395         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
43396         close of a file loaded at startup, restore the original l_initfini
43397         list.
43398         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
43399         list, store the pointer.
43400         * elf/Makefile ($(objpfx)noload-mem): New rule.
43401         (noload-ENV): Define.
43402         (tests): Add $(objpfx)noload-mem.
43403         * elf/noload.c: Include <memcheck.h>.
43404         (main): Call mtrace.  Close all opened handles.
43406 2011-02-17  Andreas Schwab  <schwab@redhat.com>
43408         [BZ #12454]
43409         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
43410         dependencies are missing.
43412 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43414         Fix __if_freereq crash: Unlike the generic version which uses free,
43415         Hurd needs munmap.
43416         * sysdeps/mach/hurd/ifreq.h: New file.
43418 2011-01-27  Petr Baudis  <pasky@suse.cz>
43419             Ulrich Drepper  <drepper@gmail.com>
43421         [BZ 12445]#
43422         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
43423         to extend_alloca().
43424         * stdio-common/bug23.c: New file.
43425         * stdio-common/Makefile (tests): Add bug23.
43427 2010-09-28  Andreas Schwab  <schwab@redhat.com>
43428             Ulrich Drepper  <drepper@gmail.com>
43430         [BZ #12489]
43431         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
43432         before performing relro protection.  At old place add assertion
43433         to make sure nothing changed.
43435 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
43436             Glauber de Oliveira Costa  <glommer@gmail.com>
43438         * elf/elf.h: Add new ARM TLS relocs.
43440 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
43442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
43443         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
43444         cast from r3.
43445         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
43446         'tests' variable.
43447         * sysdeps/wordsize-64/tst-writev.c: New file.
43449 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
43451         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
43452         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
43453         insns in _dl_start to prevent a TOC reference before relocs are
43454         resolved.
43456 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
43458         [BZ #12469]
43459         * Makeconfig: Remove RANLIB definition.
43460         * Makerules: Don't use RANLIB.
43461         * aclocal.m4: Remove ranlib test.
43462         * configure.in: No need to check for ranlib.
43463         * elf/rtld-Rules: Don't use RANLIB.
43465 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43467         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
43468         protection macro.
43469         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
43470         inclusion protection macro.
43472         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
43473         SIGRTMIN and SIGRTMAX and print information in that case only when
43474         SIGRTMIN is defined.
43476 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
43478         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
43479         arginfo fn returning -1.
43481         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
43482         and thousands string is zero terminated.
43484 2011-02-03  Andreas Schwab  <schwab@redhat.com>
43486         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
43487         sysdeps/unix/sysv/linux/bits/socket.h.
43489 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43491         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
43492         (__CPU_COUNT): Remove old macros.
43493         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
43494         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
43495         (__CPU_ALLOC, __CPU_FREE): Add macros.
43496         (__sched_cpualloc, __sched_cpufree): Add declarations.
43498 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
43500         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
43501         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
43502         * nscd/aicache.c (addhstaiX): Return timeout of added value.
43503         (readdhstai): Return value of addhstaiX call.
43504         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
43505         (addgrbyX): Return value returned by cache_addgr.
43506         (readdgrbyname): Return value returned by addgrbyX.
43507         (readdgrbygid): Likewise.
43508         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
43509         (addpwbyX): Return value returned by cache_addpw.
43510         (readdpwbyname): Return value returned by addhstbyX.
43511         (readdpwbyuid): Likewise.
43512         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
43513         (addservbyX): Return value returned by cache_addserv.
43514         (readdservbyname): Return value returned by addservbyX:
43515         (readdservbyport): Likewise.
43516         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
43517         (addhstbyX): Return value returned by cache_addhst.
43518         (readdhstbyname): Return value returned by addhstbyX.
43519         (readdhstbyaddr): Likewise.
43520         (readdhstbynamev6): Likewise.
43521         (readdhstbyaddrv6): Likewise.
43522         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
43523         (readdinitgroups): Return value returned by addinitgroupsX.
43524         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
43525         (prune_cache): Keep track of timeout value of re-added entries.
43526         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
43527         * nscd/nscd.h: Adjust prototypes of readd* functions.
43529 2011-02-04  Roland McGrath  <roland@redhat.com>
43531         * nis/nis_server.c (nis_servstate): Use the right name for 0.
43532         (nis_stats): Likewise.
43533         * nis/nis_modify.c (nis_modify): Likewise.
43534         * nis/nis_remove.c (nis_remove): Likewise.
43535         * nis/nis_add.c (nis_add): Likewise.
43537         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
43539         * posix/fnmatch_loop.c: Add some consts.
43541         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
43543 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
43545         [BZ #12460]
43546         * config.make.in (config-cflags-novzeroupper): Define.
43547         * configure.in: Substitute libc_cv_cc_novzeroupper.
43548         * elf/Makefile (AVX-CFLAGS): Define.
43549         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
43550         (CFLAGS-tst-auditmod4a.c): Likewise.
43551         (CFLAGS-tst-auditmod4b.c): Likewise.
43552         (CFLAGS-tst-auditmod6b.c): Likewise.
43553         (CFLAGS-tst-auditmod6c.c): Likewise.
43554         (CFLAGS-tst-auditmod7b.c): Likewise.
43555         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
43557 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
43559         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
43560         function to the callback.
43561         Patch partly by Jiri Olsa <jolsa@redhat.com>.
43563 2011-02-02  Andreas Schwab  <schwab@redhat.com>
43565         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
43566         of errno.
43568 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
43570         [BZ #11724]
43571         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
43572         of constructors.
43573         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
43574         of destructors.
43575         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
43577         [BZ #11724]
43578         * elf/Makefile: Add rules to build and run new test.
43579         * elf/tst-initorder.c: New file.
43580         * elf/tst-initorder.exp: New file.
43581         * elf/tst-initordera1.c: New file.
43582         * elf/tst-initordera2.c: New file.
43583         * elf/tst-initordera3.c: New file.
43584         * elf/tst-initordera4.c: New file.
43585         * elf/tst-initorderb1.c: New file.
43586         * elf/tst-initorderb2.c: New file.
43587         * elf/tst-order-a1.c: New file.
43588         * elf/tst-order-a2.c: New file.
43589         * elf/tst-order-a3.c: New file.
43590         * elf/tst-order-a4.c: New file.
43591         * elf/tst-order-b1.c: New file.
43592         * elf/tst-order-b2.c: New file.
43593         * elf/tst-order-main.c: New file.
43594         New test case by George Gensure <werkt0@gmail.com>.
43596 2010-10-01  Andreas Schwab  <schwab@redhat.com>
43598         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
43599         decoding ACE if AI_CANONIDN.
43601 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
43603         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
43605 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
43607         * version.h (RELEASE): Bump for 2.13 release.
43608         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
43610         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
43612         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
43613         MADV_NOHUGEPAGE.
43614         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
43615         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
43616         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43617         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43618         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43619         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
43621         * posix/getconf.c: Update copyright year.
43622         * catgets/gencat.c: Likewise.
43623         * csu/version.c: Likewise.
43624         * debug/catchsegv.sh: Likewise.
43625         * debug/xtrace.sh: Likewise.
43626         * elf/ldconfig.c: Likewise.
43627         * elf/ldd.bash.in: Likewise.
43628         * elf/sprof.c (print_version): Likewise.
43629         * iconv/iconv_prog.c: Likewise.
43630         * iconv/iconvconfig.c: Likewise.
43631         * locale/programs/locale.c: Likewise.
43632         * locale/programs/localedef.c: Likewise.
43633         * malloc/memusage.sh: Likewise.
43634         * malloc/mtrace.pl: Likewise.
43635         * nscd/nscd.c (print_version): Likewise.
43636         * nss/getent.c: Likewise.
43638         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
43639         PF_CAIF, and PF_ALG.
43640         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43642 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
43644         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
43645         (modules-names): Use them.
43646         (ifunc-test-modules, ifunc-pie-tests): Define.
43647         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
43648         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
43649         (test-extras): Likewise.
43650         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
43651         $(compile-command.c).
43652         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
43653         (all-built-dso): Define.
43654         (check-textrel.out, check-execstack.out): Depend on it.
43656         * configure.in: Don't override --enable-multi-arch.
43658 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
43660         [BZ #6812]
43661         * nscd/hstcache.c (tryagain): Define.
43662         (cache_addhst): Return tryagain not notfound for temporary errors.
43663         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
43664         failed.
43666 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
43668         [BZ #10563]
43669         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
43670         to make the syscall.
43671         * sysdeps/unix/sysv/linux/setgroups.c: New file.
43673         [BZ #12378]
43674         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
43675         and fall back to matching as normal character if the string ends before
43676         the matching ']' is found.  This is what POSIX requires.
43677         * posix/testfnm.c: Adjust test result.
43678         * posix/globtest.sh: Adjust test result.  Add new test.
43679         * posix/tst-fnmatch.input: Likewise.
43680         * posix/tst-fnmatch2.c: Add new test.
43682 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
43684         * elf/Makefile (check-execstack): Revert last change.  Depend on
43685         check-execstack.h.
43686         (check-execstack.h): New target.
43687         (generated): Add check-execstack.h.
43688         * elf/check-execstack.c: Include "check-execstack.h".
43689         (main): Revert last change.
43690         (handle_file): Return zero if GNU_STACK is absent and
43691         DEFAULT_STACK_PERMS doesn't include PF_X.
43693 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
43695         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
43696         in child fails because the descriptor is already closed.
43697         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
43698         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
43699         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
43701         [BZ #12397]
43702         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
43703         syscall.
43705         [BZ #10484]
43706         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
43707         temporary buffer used to handle multi lookups locally.
43708         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
43710 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
43712         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
43713         loader is ld.so.
43715 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
43717         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
43718         alignment for SSE2.
43720 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
43722         [BZ #12394]
43723         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
43724         characters.  When rounding increased number of integer digits recompute
43725         number of groups.
43726         * stdio-common/tst-grouping.c: New file.
43727         * stdio-common/Makefile: Add rules to build and run tst-grouping.
43729 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
43731         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
43732         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
43734         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
43735         void.
43736         * bits/select.h: Likewise.
43738 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
43740         * po/ja.po: Update from translation team.
43742 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
43744         [BZ #11155]
43745         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
43746         implementation just like for lxstat, fxstatat, et al.
43748 2010-12-27  Jim Meyering  <meyering@redhat.com>
43750         [BZ #12348]
43751         * posix/regexec.c (build_trtable): Return failure indication upon
43752         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
43754 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
43756         [BZ #12201]
43757         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
43758         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
43759         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
43760         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
43762         [BZ #12207]
43763         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
43765         [BZ #12204]
43766         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
43767         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
43769 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
43771         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
43772         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
43773         script has SORT_BY_INIT_PRIORITY.
43774         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
43775         NO_CTORS_DTORS_SECTIONS is defined.
43776         * elf/soinit.c: Likewise.
43777         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
43778         NO_CTORS_DTORS_SECTIONS is defined.
43779         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
43780         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
43781         * sysdeps/sh/init-first.c: Likewise.
43782         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
43784 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
43786         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
43787         always use the slow path.
43789 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
43791         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
43792         similar rule which adds the sysdep directories to the header search in
43793         order to pick up the correct platform stackinfo.h.
43794         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
43795         perform test if it is, otherwise return successfully without testing.
43796         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
43797         DEFAULT_STACK_PERMS define in stackinfo.h.
43798         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
43799         defined in stackinfo.h.
43800         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
43801         DEFAULT_STACK_PERMS defined in stackinfo.h.
43802         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
43803         * sysdeps/ia64/stackinfo.h: Likewise.
43804         * sysdeps/s390/stackinfo.h: Likewise.
43805         * sysdeps/sh/stackinfo.h: Likewise.
43806         * sysdeps/sparc/stackinfo.h: Likewise.
43807         * sysdeps/x86_64/stackinfo.h: Likewise.
43808         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
43809         PF_X for powerpc64.  Retain PF_X for powerpc32.
43811 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
43813         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
43814         accurately.
43815         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
43816         GETDENTS_64BIT_ALIGNED.
43818 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
43820         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
43822 2010-12-10  Andreas Schwab  <schwab@redhat.com>
43824         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
43825         _GNU_SOURCE.
43827         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
43828         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
43829         Remove __restrict.
43830         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
43831         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
43833 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
43835         [BZ #11655]
43836         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
43837         are initialized.
43839 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
43841         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
43843 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
43845         * po/it.po: Update from translation team.
43847 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
43849         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
43850         unused codes.
43852 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
43854         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
43856 2010-11-24  Andreas Schwab  <schwab@redhat.com>
43858         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
43859         specially.
43860         (gaih_getanswer_slice): Likewise.
43862 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
43864         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
43866 2010-05-31  Petr Baudis  <pasky@suse.cz>
43868         [BZ #11149]
43869         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
43870         silently even in the chroot mode.
43872 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
43874         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
43875         last patch a bit.  Pretty printing
43877 2010-05-31  Petr Baudis <pasky@suse.cz>
43879         [BZ #10085]
43880         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
43881         initialization of skip_initgroups_dyn.
43883 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
43885         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
43886         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
43888 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
43890         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
43892 2010-11-11  Andreas Schwab  <schwab@redhat.com>
43894         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
43895         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
43896         (tst-fnmatch-ENV): Set MALLOC_TRACE.
43897         ($(objpfx)tst-fnmatch-mem): New rule.
43898         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
43899         * posix/tst-fnmatch.c (main): Call mtrace.
43901 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
43903         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43904         Support Intel processor model 6 and model 0x2c.
43906 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
43908         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
43909           signed comparison.
43911 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
43913         [BZ #12205]
43914         * string/test-strncasecmp.c (check_result): New function.
43915         (do_one_test): Use it.
43916         (check1): New function.
43917         (test_main): Use it.
43918         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
43919         Support strcasecmp and strncasecmp.
43921 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
43923         [BZ #12194]
43924         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
43925         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43927 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
43929         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
43930         IFUNC support.
43931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43932         memset-x86-64.
43933         * sysdeps/x86_64/multiarch/bzero.S: New file.
43934         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
43935         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
43936         * sysdeps/x86_64/multiarch/memset.S: New file.
43937         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
43938         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43939         Set bit_Prefer_SSE_for_memop for Intel processors.
43940         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
43941         Define.
43942         (index_Prefer_SSE_for_memop): Define.
43943         (HAS_PREFER_SSE_FOR_MEMOP): Define.
43945 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
43947         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
43948         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
43950 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
43952         [BZ #12191]
43953         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
43954         (__x86_64_raw_data_cache_size_half): Likewise.
43955         (__x86_64_raw_shared_cache_size): Likewise.
43956         (__x86_64_raw_shared_cache_size_half): Likewise.
43958         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
43959         (__x86_64_raw_data_cache_size_half): Likewise.
43960         (__x86_64_raw_shared_cache_size): Likewise.
43961         (__x86_64_raw_shared_cache_size_half): Likewise.
43962         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
43963         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
43964         and __x86_64_raw_shared_cache_size_half.  Round
43965         __x86_64_data_cache_size_half, __x86_64_data_cache_size
43966         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
43967         to multiple of 256 bytes.
43969 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
43971         [BZ #12167]
43972         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
43973         of inacessible symlinks.  Verify result of symlink before returning it.
43974         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
43975         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
43977 2010-10-28  Erich Ritz  <erichritz@gmail.com>
43979         * math/math.h (isinf): Fix typo in comment.
43981 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
43983         * po/da.po: Update from translation team.
43985 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
43987         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
43988         is added to the list.
43990 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43991             Ulrich Drepper  <drepper@gmail.com>
43993         * elf/dl-object.c (_dl_new_object): Don't append the new object to
43994         the global list here.  Move code to...
43995         (_dl_add_to_namespace_list): ...here.  New function.
43996         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
43997         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
43998         * elf/dl-load.c (lose): Don't remove the element from the list.
43999         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
44000         (_dl_map_object): Likewise.
44002 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
44004         [BZ #12159]
44005         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
44006         into all bytes of SSE register.
44007         Patch by Richard Li <richardpku@gmail.com>.
44009 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
44011         [BZ #12140]
44012         * malloc/malloc.c (_int_free): Fill correct number of bytes when
44013         perturbing.
44015 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
44017         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
44018         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
44019         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
44020         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
44021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
44022         submachine.
44023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
44025 2010-10-22  Andreas Schwab  <schwab@redhat.com>
44027         * include/dlfcn.h (__RTLD_SECURE): Define.
44028         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
44029         mode & __RTLD_SECURE instead.
44030         (open_path): Rename preloaded parameter to secure.
44031         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
44032         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
44033         * elf/dl-deps.c (openaux): Likewise.
44034         * elf/rtld.c (struct map_args): Remove is_preloaded.
44035         (map_doit): Don't use it.
44036         (dl_main): Likewise.
44037         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
44038         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
44040 2010-09-09  Andreas Schwab  <schwab@redhat.com>
44042         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
44043         (sysd-rules-targets): Remove duplicates.
44044         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
44045         rtld-%.$o dependency.
44047 2010-10-18  Andreas Schwab  <schwab@redhat.com>
44049         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
44050         _dl_map_object do it.
44052 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
44054         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
44055         fast fma builtins, define the macros in the C99 standard.
44056         (FP_FAST_FMAF): Likewise.
44057         (FP_FAST_FMAL): Likewise.
44058         * sysdeps/x86_64/bits/mathdef.h: Likewise.
44060         * bits/mathdef.h: Update copyright year.
44061         * sysdeps/powerpc/bits/mathdef.h: Likewise.
44063 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
44065         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
44066         builtins, define the macros in the C99 standard.
44067         (FP_FAST_FMAF): Likewise.
44068         (FP_FAST_FMAL): Likewise.
44069         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
44070         multiply/add.
44071         (FP_FAST_FMAF): Likewise.
44073 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
44075         [BZ #3268]
44076         * math/libm-test.inc (fma_test): Some new testcases.
44077         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
44078         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
44079         y and infinite z.  Do multiplication by C already in long double.
44080         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
44081         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
44082         y and infinite z.  Do bitwise or of inexact bit into u.d.
44083         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
44084         * sysdeps/i386/fpu/s_fmaf.S: Removed.
44085         * sysdeps/i386/fpu/s_fma.S: Removed.
44086         * sysdeps/i386/fpu/s_fmal.S: Removed.
44088 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
44090         [BZ #3268]
44091         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
44092         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
44093         computation is not scheduled after fetestexcept.  Fix value
44094         of minimum denormal long double.
44096 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
44098         [BZ #3268]
44099         * math/libm-test.inc (fma_test): Add some more tests.
44100         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
44101         correctly.
44103 2010-10-15  Andreas Schwab  <schwab@redhat.com>
44105         * scripts/data/localplt-s390-linux-gnu.data: New file.
44106         * scripts/data/localplt-s390x-linux-gnu.data: New file.
44108 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
44110         [BZ #3268]
44111         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
44112         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
44113         instead of dbl-64.
44114         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
44115         inlines.
44116         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
44117         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
44118         if one of x and y is very large and the other is subnormal.
44119         * sysdeps/s390/fpu/s_fmaf.c: New file.
44120         * sysdeps/s390/fpu/s_fma.c: New file.
44121         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
44122         * sysdeps/powerpc/fpu/s_fma.S: New file.
44123         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
44124         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
44125         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
44127 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
44129         [BZ #3268]
44130         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
44131         fma tests.
44132         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
44133         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
44134         * sysdeps/i386/i686/multiarch/s_fma.c: Include
44135         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
44136         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
44137         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
44138         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
44140 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
44142         [BZ #12078]
44143         * posix/regcomp.c (parse_branch): One more memory leak plugged.
44144         * posix/bug-regex31.input: Add test case.
44146 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
44148         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
44149         * posix/bug-regex31.input: New file.
44151         [BZ #12078]
44152         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
44153         (parse_sub_exp): Fix last change, use postorder.
44155         * posix/bug-regex31.c: New file.
44156         * posix/Makefile: Add rules to build and run bug-regex31.
44158         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
44160         [BZ #12078]
44161         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
44163         [BZ #12108]
44164         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
44165         to have entries in sys_siglist.
44167         [BZ #12093]
44168         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
44169         be NULL.
44171 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
44173         [BZ #3268]
44174         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
44175         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
44176         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
44177         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
44178         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44179         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
44180         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
44181         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
44182         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
44183         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
44184         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
44185         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
44186         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
44187         * math/ftestexcept.c (fetestexcept): Likewise.
44188         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
44189         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
44190         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
44191         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
44192         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
44193         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
44194         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
44196 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
44198         [BZ #12107]
44199         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
44200         newline.
44202 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
44204         * string/bug-strstr1.c: New file.
44205         * string/Makefile: Add rules to build and run bug-strstr1.
44207 2010-10-05  Eric Blake  <eblake@redhat.com>
44209         [BZ #12092]
44210         * string/str-two-way.h (two_way_long_needle): Always clear memory
44211         when skipping input due to the shift table.
44213 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
44215         [BZ #12005]
44216         * malloc/mcheck.c: Handle large requests.
44218         [BZ #12077]
44219         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
44220         for strncmp and strncasecmp.
44221         * string/stratcliff.c: Add tests for strcmp and strncmp.
44222         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
44224 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
44226         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
44227         __set_fpscr.
44229 2010-09-30  Andreas Jaeger  <aj@suse.de>
44231         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
44232         (CGROUP_SUPER_MAGIC): Define.
44233         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
44234         Handle btrfs and cgroup file systems.
44235         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
44236         Likewise.
44238 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
44240         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
44241         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
44243 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44245         [BZ #12067]
44246         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
44247         trying to locate the ELF header.
44249 2010-09-27  Andreas Schwab  <schwab@redhat.com>
44251         [BZ #11611]
44252         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
44253         Mask out sign-bit copies when constructing f_fsid.
44255 2010-09-24  Petr Baudis <pasky@suse.cz>
44257         * debug/stack_chk_fail_local.c: Add missing licence exception.
44258         * debug/warning-nop.c: Likewise.
44260 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
44262         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
44263         implementing getdents64 using getdents syscall, set d_type if
44264         __ASSUME_GETDENTS32_D_TYPE.
44266 2010-09-16  Andreas Schwab  <schwab@redhat.com>
44268         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
44269         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
44271 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
44273         [BZ #12037]
44274         * posix/unistd.h: Undo change of feature selection for ftruncate from
44275         2010-01-11.
44277 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
44279         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
44280         detection.
44282 2010-09-20  Andreas Schwab  <schwab@redhat.com>
44284         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
44285         fanotify_mark.
44286         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
44288 2010-09-14  Andreas Schwab  <schwab@redhat.com>
44290         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
44291         variables after CHECK_SP call.
44292         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
44294 2010-09-13  Andreas Schwab  <schwab@redhat.com>
44295             Ulrich Drepper  <drepper@redhat.com>
44297         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
44298         re-relocationg ld.so.
44299         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
44300         _dl_init_paths call.
44301         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
44302         here anymore.
44304 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
44306         * resolv/res_init.c (__res_vinit): Count the default server we added.
44308 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
44309             Ulrich Drepper  <drepper@redhat.com>
44311         [BZ #11968]
44312         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44313         (____longjmp_chk): Use %ebx for saving value across system call.
44314         Add unwind info.
44316 2010-09-06  Andreas Schwab  <schwab@redhat.com>
44318         * manual/Makefile: Don't mix pattern rules with normal rules.
44320 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
44322         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
44323         operation.
44324         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
44325         * libio/iofopncook.c (_IO_cookie_init): Likewise.
44326         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
44327         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
44328         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44329         Likewise.
44331 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
44333         [BZ #11979]
44334         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
44335         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
44337 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
44339         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
44340         * sysdeps/x86_64/addmul_1.S: Likewise.
44341         * sysdeps/x86_64/lshift.S: Likewise.
44342         * sysdeps/x86_64/mul_1.S: Likewise.
44343         * sysdeps/x86_64/rshift.S: Likewise.
44344         * sysdeps/x86_64/sub_n.S: Likewise.
44345         * sysdeps/x86_64/submul_1.S: Likewise.
44347 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44349         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
44350         Define __sched_param instead of SCHED_* and sched_param when
44351         <bits/sched.h> is included with __need_schedparam defined.
44352         * bits/sched.h [__need_schedparam]
44353         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
44354         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
44355         (__defined_schedparam): Define to 1.
44356         (__sched_param): New structure, identical to sched_param.
44357         (__need_schedparam): Undefine.
44359 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
44361         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
44362         (epoll_create1): Declare.
44364         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
44366 2010-08-31  Andreas Schwab  <schwab@redhat.com>
44368         [BZ #7066]
44369         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
44370         shifting retval into place.
44372 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
44374         * nis/rpcsvc/nis.h: Update copyright notice.
44375         * nis/rpcsvc/nis.x: Likewise.
44376         * nis/rpcsvc/nis_callback.h: Likewise.
44377         * nis/rpcsvc/nis_callback.x: Likewise.
44378         * nis/rpcsvc/nis_object.x: Likewise.
44379         * nis/rpcsvc/nis_tags.h: Likewise.
44380         * nis/rpcsvc/yp.h: Likewise.
44381         * nis/rpcsvc/yp.x: Likewise.
44382         * nis/rpcsvc/ypupd.h: Likewise.
44383         * nis/yp_xdr.c: Likewise.
44384         * nis/ypupdate_xdr.c: Likewise.
44386         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
44387         mainly the body of pmap_getport.  Add parameters to specify timeouts.
44388         (pmap_getport): Use __libc_rpc_getport.
44389         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
44390         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
44391         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
44393 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
44395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
44396         fanotify_mark.
44398 2010-08-27  Roland McGrath  <roland@redhat.com>
44400         * sysdeps/i386/i686/multiarch/Makefile
44401         (CFLAGS-varshift.c): New variable.
44403 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
44405         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
44406         * sysdeps/i386/i686/multiarch/varshift.c: New file.
44408         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
44410         * sysdeps/x86_64/strlen.S: Minimal code improvement.
44412 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
44414         * sysdeps/x86_64/strlen.S: Unroll the loop.
44415         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44416         strlen-sse2 strlen-sse2-bsf.
44417         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
44418         __strlen_no_bsf if bit_Slow_BSF is set.
44419         (__strlen_sse42): Removed.
44420         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
44421         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
44423 2010-08-25  Roland McGrath  <roland@redhat.com>
44425         * sysdeps/x86_64/multiarch/varshift.S: File removed.
44426         * sysdeps/x86_64/multiarch/varshift.c: New file.
44427         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
44428         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
44429         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
44430         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
44432 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
44434         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44435         strlen-sse2 strlen-sse2-bsf.
44436         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
44437         __strlen_sse2_bsf if bit_Slow_BSF is unset.
44438         (__strlen_sse2): Removed.
44439         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
44440         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
44441         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
44442         bit_Slow_BSF for Atom.
44443         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
44444         (index_Slow_BSF): Define.
44445         (HAS_SLOW_BSF): Define.
44447 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
44449         [BZ #10851]
44450         * resolv/res_init.c (__res_vinit): When no server address at all
44451         is given default to loopback.
44453 2010-08-24  Roland McGrath  <roland@redhat.com>
44455         * configure.in: Remove config-name.h generation.
44456         * configure: Regenerated.
44457         * config-name.in: File removed.
44458         * scripts/config-uname.sh: New file.
44459         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
44460         ($(objdir)config-name.h): New target.
44462         * sunrpc/rpc_parse.h: Avoid nested comment.
44464 2010-08-24  Richard Henderson  <rth@redhat.com>
44465             Ulrich Drepper  <drepper@redhat.com>
44466             H.J. Lu  <hongjiu.lu@intel.com>
44468         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
44469         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
44470         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
44471         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
44472         _mm_alignr_epi8 with _mm_loadu_si128.
44473         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
44474         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
44475         (__m128i_shift_right): Removed.
44476         * sysdeps/i386/i686/multiarch/varshift.h: New file.
44477         * sysdeps/i386/i686/multiarch/varshift.S: New file.
44478         * sysdeps/x86_64/multiarch/varshift.h: New file.
44479         * sysdeps/x86_64/multiarch/varshift.S: New file.
44481 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
44483         * configure.in: Move assembler checks to before sysdep dir checking.
44485 2010-08-20  Petr Baudis  <pasky@suse.cz>
44487         * LICENSES: Sync the sunrpc license.
44489 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
44491         * sunrpc/auth_des.c: Update copyright notice once again.
44492         * sunrpc/auth_none.c: Likewise.
44493         * sunrpc/auth_unix.c: Likewise.
44494         * sunrpc/authdes_prot.c: Likewise.
44495         * sunrpc/authuxprot.c: Likewise.
44496         * sunrpc/bindrsvprt.c: Likewise.
44497         * sunrpc/clnt_gen.c: Likewise.
44498         * sunrpc/clnt_perr.c: Likewise.
44499         * sunrpc/clnt_raw.c: Likewise.
44500         * sunrpc/clnt_simp.c: Likewise.
44501         * sunrpc/clnt_tcp.c: Likewise.
44502         * sunrpc/clnt_udp.c: Likewise.
44503         * sunrpc/clnt_unix.c: Likewise.
44504         * sunrpc/des_crypt.c: Likewise.
44505         * sunrpc/des_soft.c: Likewise.
44506         * sunrpc/get_myaddr.c: Likewise.
44507         * sunrpc/getrpcport.c: Likewise.
44508         * sunrpc/key_call.c: Likewise.
44509         * sunrpc/key_prot.c: Likewise.
44510         * sunrpc/openchild.c: Likewise.
44511         * sunrpc/pm_getmaps.c: Likewise.
44512         * sunrpc/pm_getport.c: Likewise.
44513         * sunrpc/pmap_clnt.c: Likewise.
44514         * sunrpc/pmap_prot.c: Likewise.
44515         * sunrpc/pmap_prot2.c: Likewise.
44516         * sunrpc/pmap_rmt.c: Likewise.
44517         * sunrpc/rpc/auth.h: Likewise.
44518         * sunrpc/rpc/auth_unix.h: Likewise.
44519         * sunrpc/rpc/clnt.h: Likewise.
44520         * sunrpc/rpc/des_crypt.h: Likewise.
44521         * sunrpc/rpc/key_prot.h: Likewise.
44522         * sunrpc/rpc/netdb.h: Likewise.
44523         * sunrpc/rpc/pmap_clnt.h: Likewise.
44524         * sunrpc/rpc/pmap_prot.h: Likewise.
44525         * sunrpc/rpc/pmap_rmt.h: Likewise.
44526         * sunrpc/rpc/rpc.h: Likewise.
44527         * sunrpc/rpc/rpc_des.h: Likewise.
44528         * sunrpc/rpc/rpc_msg.h: Likewise.
44529         * sunrpc/rpc/svc.h: Likewise.
44530         * sunrpc/rpc/svc_auth.h: Likewise.
44531         * sunrpc/rpc/types.h: Likewise.
44532         * sunrpc/rpc/xdr.h: Likewise.
44533         * sunrpc/rpc_clntout.c: Likewise.
44534         * sunrpc/rpc_cmsg.c: Likewise.
44535         * sunrpc/rpc_common.c: Likewise.
44536         * sunrpc/rpc_cout.c: Likewise.
44537         * sunrpc/rpc_dtable.c: Likewise.
44538         * sunrpc/rpc_hout.c: Likewise.
44539         * sunrpc/rpc_main.c: Likewise.
44540         * sunrpc/rpc_parse.c: Likewise.
44541         * sunrpc/rpc_parse.h: Likewise.
44542         * sunrpc/rpc_prot.c: Likewise.
44543         * sunrpc/rpc_sample.c: Likewise.
44544         * sunrpc/rpc_scan.c: Likewise.
44545         * sunrpc/rpc_scan.h: Likewise.
44546         * sunrpc/rpc_svcout.c: Likewise.
44547         * sunrpc/rpc_tblout.c: Likewise.
44548         * sunrpc/rpc_util.c: Likewise.
44549         * sunrpc/rpc_util.h: Likewise.
44550         * sunrpc/rpcinfo.c: Likewise.
44551         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
44552         * sunrpc/rpcsvc/key_prot.x: Likewise.
44553         * sunrpc/rpcsvc/klm_prot.x: Likewise.
44554         * sunrpc/rpcsvc/mount.x: Likewise.
44555         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
44556         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
44557         * sunrpc/rpcsvc/rex.x: Likewise.
44558         * sunrpc/rpcsvc/rstat.x: Likewise.
44559         * sunrpc/rpcsvc/rusers.x: Likewise.
44560         * sunrpc/rpcsvc/sm_inter.x: Likewise.
44561         * sunrpc/rpcsvc/spray.x: Likewise.
44562         * sunrpc/rpcsvc/yppasswd.x: Likewise.
44563         * sunrpc/rtime.c: Likewise.
44564         * sunrpc/svc.c: Likewise.
44565         * sunrpc/svc_auth.c: Likewise.
44566         * sunrpc/svc_authux.c: Likewise.
44567         * sunrpc/svc_raw.c: Likewise.
44568         * sunrpc/svc_run.c: Likewise.
44569         * sunrpc/svc_simple.c: Likewise.
44570         * sunrpc/svc_tcp.c: Likewise.
44571         * sunrpc/svc_udp.c: Likewise.
44572         * sunrpc/svc_unix.c: Likewise.
44573         * sunrpc/svcauth_des.c: Likewise.
44574         * sunrpc/xcrypt.c: Likewise.
44575         * sunrpc/xdr.c: Likewise.
44576         * sunrpc/xdr_array.c: Likewise.
44577         * sunrpc/xdr_float.c: Likewise.
44578         * sunrpc/xdr_mem.c: Likewise.
44579         * sunrpc/xdr_rec.c: Likewise.
44580         * sunrpc/xdr_ref.c: Likewise.
44581         * sunrpc/xdr_sizeof.c: Likewise.
44582         * sunrpc/xdr_stdio.c: Likewise.
44584         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
44585         handling.
44587 2010-08-19  Andreas Schwab  <schwab@redhat.com>
44589         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
44591 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
44593         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
44594         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
44595         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
44596         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
44597         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
44598         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
44599         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
44600         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
44601         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
44602         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
44603         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
44604         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
44605         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
44606         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
44608 2010-07-26  Anton Blanchard  <anton@samba.org>
44610         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
44611         * malloc/arena.c (heap_trim): Likewise.
44613 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
44615         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
44616         here.  Not...
44617         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
44618         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
44620 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
44622         * sysdeps/i386/elf/Makefile: New file.
44624 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
44626         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
44627         from fanotify_init.
44628         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
44629         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
44631 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
44633         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
44634         of strncasecmp_l.
44635         * sysdeps/multiarch/strcmp.S: Likewise.
44637 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
44639         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
44640         strncase_l-nonascii.
44641         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
44642         Add strncase_l-ssse3.
44643         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
44644         * sysdeps/x86_64/strcmp.S: Likewise.
44645         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
44646         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
44647         * sysdeps/x86_64/strncase.S: New file.
44648         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
44649         * sysdeps/x86_64/strncase_l.S: New file.
44650         * string/Makefile (strop-tests): Add strncasecmp.
44651         * string/test-strncasecmp.c: New file.
44653         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
44654         warning.
44656         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
44657         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
44659 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
44661         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
44663 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
44665         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
44666         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
44667         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
44669 2010-05-01  Alan Modra  <amodra@gmail.com>
44671         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
44672         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
44673         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
44674         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
44675         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
44676         tidying.  Don't tail-call __sigjmp_save for static lib.
44677         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
44678         save location.
44679         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
44680         (CALL_MCOUNT): Add eh info, and nop after bl.
44681         (TAIL_CALL_SYSCALL_ERROR): New macro.
44682         (PSEUDO_RET): Use it.
44683         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
44684         Correct save location of integer regs and cr.
44685         (_dl_profile_resolve): Correct cr save location.  Delete nops
44686         after bl when SHARED.  Reduce cfi size a little by better
44687         placement of cfi directives.
44688         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
44689         make a stack frame.  Instead use parm save area as a temp.
44690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
44691         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
44692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
44693         Don't make a stack frame for parent, use parm save area.
44694         Increase child stack frame to 112 bytes.  Don't save unused reg,
44695         and adjust reg usage.  Set up cfi on error recovery and
44696         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
44697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
44698         (__makecontext): Add dummy nop after jump to exit.
44699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
44700         Use correct parm save area and cr save, reduce stack frame.
44701         Correct cfi for possible PSEUDO_RET frame setup.
44702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
44703         Branch to local label emitted by PSEUDO_RET rather than
44704         __syscall_error.
44706 2010-08-12  Andreas Schwab  <schwab@redhat.com>
44708         [BZ #11904]
44709         * locale/programs/locale.c (print_assignment): New function.
44710         (show_locale_vars): Use it.
44712 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
44714         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
44715         field.
44716         (struct statfs64): Likewise.
44717         (_STATFS_F_FLAGS): Define.
44718         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
44719         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
44720         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
44721         (ST_VALID): Define locally.
44722         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
44723         __statvfs_getflags, use the provided value.
44724         * sysdeps/unix/sysv/linux/kernel-features.h: Define
44725         __ASSUME_STATFS_F_FLAGS.
44727         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
44729         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
44730         Add sys/fanotify.h.
44731         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
44732         fanotify_mask for GLIBC_2.13.
44733         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
44734         fanotify_init and fanotify_mark.
44735         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
44736         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
44738         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
44739         Add prlimit.
44740         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
44741         prlimit64 for GLIBC_2.13.
44742         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
44743         prlimit64.
44744         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
44745         syscall.
44746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
44747         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
44748         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
44749         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
44750         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
44751         add prlimit alias.
44752         * sysdeps/unix/sysv/linux/prlimit.c: New file.
44754         [BZ #11903]
44755         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
44756         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
44758         * nss/Makefile: Add rules to build and run tst-nss-test1.
44759         * shlib-versions: Add entry for libnss_test1.
44760         * nss/nss_test1.c: New file.
44761         * nss/tst-nss-test1.c: New file.
44763         * nss/nsswitch.c (__nss_database_custom): Define new variable.
44764         (__nss_configure_lookup): Set appropriate entry in
44765         __nss_configure_lookup to true.
44766         * nss/nsswitch.h: Define enum with indeces of databases in
44767         databases and __nss_database_custom arrays.  Declare
44768         __nss_database_custom.
44769         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
44770         to avoid using nscd when custom rules are installed.
44771         * nss/getXXbyYY_r.c: Likewise.
44772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
44774         * nss/nss_files/files-parse.c: Whitespace fixes.
44776 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
44778         [BZ #11883]
44779         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
44780         * posix/fnmatch_loop.c: Likewise.
44782 2010-07-17  Andi Kleen  <ak@linux.intel.com>
44784         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
44785         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
44786         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
44787         * Versions.def [GLIBC_2.13]: Add.
44789 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
44791         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
44792         Also fail if tpwd after pwuid call is NULL.
44794 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44796         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
44797         when converting to ms.
44799 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44801         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
44802         EOPNOTSUPP errors with ENOTTY.
44803         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
44804         EOPNOTSUPP errors with ENOTTY.
44806 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
44808         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
44809         Add strcasecmp_l-ssse3.
44810         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
44811         strcasecmp.
44812         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
44813         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
44814         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
44816 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
44818         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
44820         * string/Makefile (strop-tests): Add strcasecmp.
44821         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
44822         strcasecmp_l-nonascii.
44823         (gen-as-const-headers): Add locale-defines.sym.
44824         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
44825         * sysdeps/x86_64/strcasecmp.S: New file.
44826         * sysdeps/x86_64/strcasecmp_l.S: New file.
44827         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
44828         * sysdeps/x86_64/locale-defines.sym: New file.
44829         * string/test-strcasecmp.c: New file.
44831         * string/test-strcasestr.c: Test both ends of the range of characters.
44832         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
44834 2010-07-29  Roland McGrath  <roland@redhat.com>
44836         [BZ #11856]
44837         * manual/locale.texi (Yes-or-No Questions): Fix example code.
44839 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
44841         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
44842         for ld.so.
44844 2010-07-27  Andreas Schwab  <schwab@redhat.com>
44846         * manual/memory.texi (Malloc Tunable Parameters): Document
44847         M_PERTURB.
44849 2010-07-26  Roland McGrath  <roland@redhat.com>
44851         [BZ #11840]
44852         * configure.in (-fgnu89-inline check): Set and substitute
44853         gnu89_inline, not libc_cv_gnu89_inline.
44854         * configure: Regenerated.
44855         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
44857 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
44859         * string/test-strnlen.c: New file.
44860         * string/Makefile (strop-tests): Add strnlen.
44861         * string/tester.c (test_strnlen): Add a few more test cases.
44862         * string/tst-strlen.c: Better error reporting.
44864         * sysdeps/x86_64/strnlen.S: New file.
44866 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
44868         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
44869         lower-latency instructions.
44871 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
44873         * string/test-strcasestr.c: New file.
44874         * string/test-strstr.c: New file.
44875         * string/Makefile (strop-tests): Add strstr and strcasestr.
44876         * string/str-two-way.h: Don't undefine MAX.
44877         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
44879 2010-07-21  Andreas Schwab  <schwab@redhat.com>
44881         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44882         strcasestr-nonascii.
44883         (CFLAGS-strcasestr-nonascii.c): Define.
44884         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
44885         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
44886         Remove unused attribute.
44888 2010-07-20  Roland McGrath  <roland@redhat.com>
44890         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
44891         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
44892         ld.so.cache was broken.  With it, there is no way to disable dsocaps
44893         like LD_HWCAP_MASK can disable hwcaps.
44895 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
44897         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
44899 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
44901         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
44902         call in strcasestr.
44903         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
44904         __strcasestr_sse42_nonascii.
44905         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
44906         strcasestr-nonascii.c.
44907         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
44909 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
44911         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
44912         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
44913         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
44914         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
44916 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
44918         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
44919         fcntl.
44921 2010-07-06  Andreas Schwab  <schwab@redhat.com>
44923         [BZ #11577]
44924         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
44925         dl_signal_cerror.
44927 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
44929         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
44930         _PC_PIPE_BUF using F_GETPIPE_SZ.
44932 2010-07-05  Roland McGrath  <roland@redhat.com>
44934         * manual/arith.texi (Rounding Functions): Fix rint description
44935         implicit in round description.
44937 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
44939         * elf/Makefile: Fix linking for a few tests to make recent linker
44940         happy.
44942 2010-06-30  Andreas Schwab  <schwab@redhat.com>
44944         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
44945         $(common-objpfx)libc_nonshared.a.
44947 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
44949         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
44950         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
44951         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
44952         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
44953         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
44954         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
44955         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
44956         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
44957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
44958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
44959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
44960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
44961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
44962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
44963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
44964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
44965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
44966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
44967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
44968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
44969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
44970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
44971         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
44972         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
44973         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
44974         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
44975         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
44976         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
44977         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
44978         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
44979         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
44980         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
44981         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
44982         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
44983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
44984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
44985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
44986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
44987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
44988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
44989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
44990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
44991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
44992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
44993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
44994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
44995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
44996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
44998 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
45000         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
45001         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
45002         * string/memmove.c (memmove): Renamed to ...
45003         (MEMMOVE): ...this.  Default to memmove.
45004         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
45005         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
45006         (END_CHK): Define.
45007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45008         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
45009         mempcpy-ssse3-back memmove-ssse3-back.
45010         * sysdeps/x86_64/multiarch/bcopy.S: New file .
45011         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
45012         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
45013         * sysdeps/x86_64/multiarch/memcpy.S: New file.
45014         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
45015         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
45016         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
45017         * sysdeps/x86_64/multiarch/memmove.c: New file.
45018         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
45019         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
45020         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
45021         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
45022         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
45023         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
45024         Define.
45025         (index_Fast_Copy_Backward): Define.
45026         (HAS_ARCH_FEATURE): Define.
45027         (HAS_FAST_REP_STRING): Define.
45028         (HAS_FAST_COPY_BACKWARD): Define.
45030 2010-06-21  Andreas Schwab  <schwab@redhat.com>
45032         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
45033         Restore proper fallback handling.
45035 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
45037         [BZ #11701]
45038         * posix/group_member.c (__group_member): Correct checking loop.
45040         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
45041         OOM in getpwuid_r correctly.  Return error number when the caller
45042         should return, otherwise -1.
45043         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
45044         call returning > 0 value.
45045         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
45047 2010-06-07  Andreas Schwab  <schwab@redhat.com>
45049         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
45050         libc_nonshared.a from targets in modules-names.
45052 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
45054         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
45055         requires it.
45057 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
45059         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
45060         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
45061         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
45062         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
45064 2010-06-02  Andreas Schwab  <schwab@redhat.com>
45066         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
45068 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
45070         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
45071         and F_GETPIPE_SZ.
45072         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
45073         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45074         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
45075         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
45076         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
45077         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
45079 2010-06-14  Roland McGrath  <roland@redhat.com>
45081         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
45083 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
45085         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
45086         __REDIRECT followed by __THROW.
45087         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
45088         * posix/getopt.h (getopt): Likewise.
45090 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
45092         * hurd/lookup-at.c (__file_name_lookup_at): Accept
45093         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
45094         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
45095         in AT_FLAGS.
45096         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
45097         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
45099 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
45101         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
45103 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
45105         [BZ #11640]
45106         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
45107         Properly check family and model.
45109 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
45111         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
45113 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
45115         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
45117 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
45119         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
45120         symbol reference.
45122 2010-05-19  Andreas Schwab  <schwab@redhat.com>
45124         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
45125         symbol reference.
45127 2010-05-21  Andreas Schwab  <schwab@redhat.com>
45129         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
45130         and internal_recvmmsg.
45131         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
45132         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
45133         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
45134         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
45136         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
45137         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
45138         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
45140 2010-05-20  Andreas Schwab  <schwab@redhat.com>
45142         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
45144 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
45146         POWER7 optimizations.
45147         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
45148         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
45150 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
45152         * version.h: Update for 2.13 development version.
45154 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
45156         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
45157         exceptions.  Return 0.
45159 2010-05-07  Roland McGrath  <roland@redhat.com>
45161         * elf/ldconfig.c (main): Add a const.
45163 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
45165         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
45166         (args_options): Add no-idn option.
45167         (ahosts_keys_int): Add idn_flags to ai_flags.
45168         (parse_option): Handle 'i' option to clear idn_flags.
45170         * malloc/malloc.c (_int_free): Possible race in the most recently
45171         added check.  Only act on the data if no current modification
45172         happened.
45174 See ChangeLog.17 for earlier changes.